MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 34: | Zeile 34: | ||
dl dl dl { | dl dl dl { | ||
margin-left: 2em; | margin-left: 2em; | ||
+ | } | ||
+ | |||
+ | #Vorlage_Uberarbeiten { | ||
+ | border: 1px solid #ccc; | ||
+ | background-color: #FFDFDF; | ||
+ | margin-top: 2px; | ||
+ | margin-bottom: 2px; | ||
+ | position: relative; | ||
+ | margin-bottom: 1em; | ||
} | } |
Version vom 8. Juni 2008, 11:53 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
.wikitable,
.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #AAA solid;
border-collapse: collapse;
empty-cells:show;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
border: 1px #AAA solid;
padding: 0.3em;
}
.wikitable caption,
.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
code {
background-color: transparent;
}
.hintergrundfarbe1 {
background-color: #FFD9AA;
}
dl dl dl {
margin-left: 2em;
}
#Vorlage_Uberarbeiten {
border: 1px solid #ccc;
background-color: #FFDFDF;
margin-top: 2px;
margin-bottom: 2px;
position: relative;
margin-bottom: 1em;
}