MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Byte-Welt Wiki
Zur Navigation springenZur Suche springen(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
+ | .tagcloud { | ||
+ | width: 98%; | ||
+ | text-align: center; | ||
+ | background-color: #FDFDFD; | ||
+ | border: 1px solid #EEEEEE; | ||
+ | padding: 15px 10px 15px 10px; | ||
+ | } | ||
+ | .tagcloud a { | ||
+ | color: #0052CB; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | /* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */@media screen and (-webkit-min-device-pixel-ratio:0) { | ||
+ | tt, code, pre { | ||
+ | font-size: 1.25em; | ||
+ | } | ||
+ | |||
+ | } |
Aktuelle Version vom 3. August 2013, 11:38 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
.tagcloud {
width: 98%;
text-align: center;
background-color: #FDFDFD;
border: 1px solid #EEEEEE;
padding: 15px 10px 15px 10px;
}
.tagcloud a {
color: #0052CB;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */@media screen and (-webkit-min-device-pixel-ratio:0) {
tt, code, pre {
font-size: 1.25em;
}
}