MediaWiki:Mobile.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
table.tags { | |||
font-size: 24pt; | |||
font-family: "BildCompressed"; | |||
color: #fff; | |||
text-align: left; | |||
border-collapse: collapse; | |||
} | |||
table.tags th, table.tags td { | |||
border-color: #fff; | |||
border-style: solid; | |||
border-width: 5px 0px 0px 0px !important; | |||
padding: 0px 5px 0px 5px; | |||
} | |||
table.tags th { | |||
background: #FF6B6B; | |||
font-weight: normal; | |||
} | |||
table.tags td { | |||
background: #D47575; | |||
} | |||
@font-face { | @font-face { |