MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 16: | Zeile 16: | ||
.bluebox { | .bluebox { | ||
width:600px; border-style:solid; border-color: #000000; background-color: #e6e6e6; border-width:1px; padding: 10px; | width:600px; border-style:solid; border-color: #000000; background-color: #e6e6e6; border-width:1px; padding: 10px; | ||
} | |||
.whitebox { | |||
width:600px;border-width:1px; padding: 10px; | |||
} | } |
Version vom 1. August 2008, 08:29 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;
}
.bluebox {
width:600px; border-style:solid; border-color: #000000; background-color: #e6e6e6; border-width:1px; padding: 10px;
}
.whitebox {
width:600px;border-width:1px; padding: 10px;
}