MediaWiki:Skin/Datei2.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
J* (Diskussion | Beiträge) |
J* (Diskussion | Beiträge) (irgendwie so) |
||
| Zeile 62: | Zeile 62: | ||
border-left: 3px white solid; | border-left: 3px white solid; | ||
margin-left: -3px; | margin-left: -3px; | ||
| + | } | ||
| + | |||
| + | .VB_short ul { | ||
| + | list-style-image: url("http://kamelopedia.mormo.org/images/c/c4/K_ulinvers.gif"); | ||
} | } | ||
Version vom 14. September 2011, 22:24 Uhr
/* ganz oben drüber */
.VB_info {
background-color:#365F91;
border-top-right-radius:.8em;
color:#fff ;
padding: 0.4em ;
padding-bottom: 1px;
float: left;
}
.VB_top {
padding-bottom: 0.4em ;
padding-right: 1em;
}
.VB_top_icons {
float: right;
}
/* eigentliche Box */
.VB_box {
border: 2px #365F91 solid;
border-radius:.8em;
border-top-left-radius:0em;
clear: both;
}
/* Ultrakurzzusammenfassung */
.VB_blue, .VB_red {
color: white;
padding: 5px;
}
.VB_short {
background-color:#365F91;
border: 3px white solid;
border-radius:.8em;
border-top-left-radius:0em;
overflow:hidden;
}
.VB_short_left {
float: left;
width: 33%;
}
.VB_short_right {
float: left;
width: 67%;
}
.VB_short_lizenz {
border-right: 3px white solid;
}
.VB_short_quelle {
border-left: 3px white solid;
margin-left: -3px;
}
.VB_short ul {
list-style-image: url("http://kamelopedia.mormo.org/images/c/c4/K_ulinvers.gif");
}
/* Linkfarben da oben drinne */
div#content .VB_blue a {
color: white;
text-decoration: underline;
}
div#content .VB_red a {
color: white;
text-decoration: underline;
}
div#content .VB_blue a.external {
color: white;
text-decoration: underline;
}
div#content .VB_red a.external {
color: white;
text-decoration: underline;
}
div#content .VB_blue a.external[href^="http://kamelopedia.mormo.org"] {
color: white !important;
}
div#content .VB_red a.external[href^="http://kamelopedia.mormo.org"] {
color: white !important;
}
/* Detail-Bereich */
.VB_detailed {
clear:both;
}
.VB_column {
float: left;
width: 33%;
}
.VB_column_right {
width: 34%;
}
.VB_footer {
clear: both;
}