MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
td.srs_ptt { | td.srs_ptt { | ||
background-color: #DFE; | background-color: #DFE; | ||
} | |||
td.srs_half { | |||
background-color: #FFE; | |||
} | } | ||
Latest revision as of 02:49, 14 November 2020
/* CSS placed here will be applied to all skins */ span.kbkey { padding: 2px 3px 2px 3px; margin: 0px 1px 0px 1px; border: #000 1px solid; border-radius: 3px; background-color: #EEE; white-space: nowrap; } div#contentSub.manual { margin: -1em 0 1.4em 1em; } .extimg img { max-width: 800px; } .timg img { max-width: 100px; } td.srs_ptt { background-color: #DFE; } td.srs_half { background-color: #FFE; } td.srs_readable { background-color: #DEF; }