MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Byte-Welt Wiki
Zur Navigation springenZur Suche springen
 
Zeile 13: Zeile 13:
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
+
/* 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 {
 
tt, code, pre {
 
     font-size: 1.25em;
 
     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;
}

}