MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Ole (Diskussion | Beiträge) |
Ole (Diskussion | Beiträge) |
||
Zeile 50: | Zeile 50: | ||
.note { | .note { | ||
− | background-image: url(http:// | + | background-image: url(http://wiki.sitepark.com/img_auth.php/0/07/Ico_info.gif); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: 0.5em 0.5em; | background-position: 0.5em 0.5em; | ||
padding-left: 3em; | padding-left: 3em; | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
− | background-color: # | + | background-color: #fff4e4; |
margin-top: 2px; | margin-top: 2px; | ||
margin-bottom: 2px; | margin-bottom: 2px; |
Version vom 9. Juli 2008, 09:36 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 {
background-image: url(http://www2.sitepark.com/wiki/img_auth.php/9/91/Qsicon_Ueberarbeiten.png);
background-repeat: no-repeat;
background-position: 0.5em 0.5em;
padding-left: 3em;
border: 1px solid #ccc;
background-color: #FFDFDF;
margin-top: 2px;
margin-bottom: 2px;
position: relative;
margin-bottom: 1em;
}
.note {
background-image: url(http://wiki.sitepark.com/img_auth.php/0/07/Ico_info.gif);
background-repeat: no-repeat;
background-position: 0.5em 0.5em;
padding-left: 3em;
border: 1px solid #ccc;
background-color: #fff4e4;
margin-top: 2px;
margin-bottom: 2px;
position: relative;
margin-bottom: 1em;
}
/* Boxen auf der Startseite */
.boxes {
width: 100%;
border-spacing: 10px;
}
.boxes td {
border: 1px solid #aaaaaa;
padding: 0;
vertical-align: top;
margin: 1em;
}
.boxes .title {
background-color: #EEEEEE;
padding: 5px;
font-weight: bold;
}
.boxes .contents {
padding: 5px 5px 10px 5px;
}