MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
table.tags { | |||
font-size: 15pt; | |||
font-family: "BildCompressed"; | |||
color: #fff; | |||
border: #fff; | |||
border-style: solid; | |||
border-width: 2px 0 2px 0 !important; | |||
text-align: left; | |||
} | |||
table.tags th { | |||
background: #FF6B6B; | |||
font-weight: normal; | |||
} | |||
table.tags td { | |||
background: #D47575; | |||
} | |||
@font-face { | @font-face { | ||
Line 102: | Line 121: | ||
/* @noflip */ | /* @noflip */ | ||
text-align: right; | text-align: right; | ||
} | } |