Hilf mit!
Lustenauer Wiki ist 15 Jahre alt, vielleicht schaffen wir es ja dieser Seite nochmal etwas leben einzuhauchen ...
MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Lustenauer Wiki
| Zeile 94: | Zeile 94: | ||
.wikitable caption, | .wikitable caption, | ||
.prettytable caption { | .prettytable caption { | ||
| − | |||
| − | |||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| + | |||
.nogrid th, .nogrid td {border: none;} | .nogrid th, .nogrid td {border: none;} | ||
| − | .float-left { float: left; clear: left; } | + | div.float-left, table.float-left, .float-left { float: left; clear: left; } |
| − | .float-right { float: right; clear: right; margin: 1em 0 1em 1em; } | + | div.float-right, table.float-right, .float-right { float: right; clear: right; margin: 1em 0 1em 1em; } |
| − | .centered { margin-left: auto; margin-right: auto; } | + | div.centered, table.centered, .centered { margin-left: auto; margin-right: auto; } |
| + | .toptextcells td { vertical-align: top; } | ||
Version vom 30. Juli 2009, 01:55 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/*
* Farbdefinitionen für Rahmen und Hintergründe von [[Lustenauer:Textbausteine|Textbausteinen]].
* zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
* (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
* für dünne Rahmen nur noch "border-style" angeben muss.)
*/
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
border-color: #aaaaaa;
border-width: 1px;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
border-color: #e9e9e9;
border-width: 1px;
}
.rahmenfarbe3 { /* "Rot", auffällig */
border-color: #c00000;
border-width: 1px;
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
border-color: #8888aa;
border-width: 1px;
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
border-color: #000000;
border-width: 1px;
}
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
background-color: #f9f9f9;
}
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
background-color: #ffffff;
}
.hintergrundfarbe3 { /* "Gelb", auffällig */
background-color: #ffff40;
}
.hintergrundfarbe4 { /* Sehr auffällig */
background-color: #ffaa00;
}
.hintergrundfarbe5 { /* Neutral, abgesetzt */
background-color: #e0e0e0;
}
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b3b7ff;
}
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffcbcb;
}
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffebad;
}
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b9ffc5;
}
.ortsplan {
position:absolute;
z-index:1;
border: solid 1px #aaaaaa;
color:#ffffff;
background-color:#287166;
right:12px;
top:0.3em;
float:right;
margin: 0.0em;
padding:4px;
line-height: 1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform: none;
white-space:normal;
}
.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 {
font-weight: bold;
}
.nogrid th, .nogrid td {border: none;}
div.float-left, table.float-left, .float-left { float: left; clear: left; }
div.float-right, table.float-right, .float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
div.centered, table.centered, .centered { margin-left: auto; margin-right: auto; }
.toptextcells td { vertical-align: top; }