MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus ASB-KAB
Zur Navigation springenZur Suche springenJMaske (Diskussion | Beiträge) (korrigiert) |
JMaske (Diskussion | Beiträge) (richtig schreiben sollte man können *seufz*) |
||
| Zeile 75: | Zeile 75: | ||
/* Navigationsleisten im Namensraum "Ausdruck" nicht anzeigen */ | /* Navigationsleisten im Namensraum "Ausdruck" nicht anzeigen */ | ||
| − | body. | + | body.ns-150 .NavFrame { |
display: none; | display: none; | ||
} | } | ||
| − | body. | + | body.ns-150 .BoxenVerschmelzen { |
display: none; | display: none; | ||
} | } | ||
Version vom 18. Februar 2013, 21:29 Uhr
/* Seitenbreite allgemein */
div#bodyContent {
width: 100%;
max-width: 800px;
}
/* Stylesheet-Ergänzung zu Standard-Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
clear:both;
}
div.BoxenVerschmelzen div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
font-size: x-small;
float:right;
}
/* Abstand vor Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
margin-top: 1.5em;
}
div.BoxenVerschmelzen div.NavFrame {
margin-top: 0;
}
div.NavFrame + div.NavFrame {
margin-top: 0;
}
/* Navigationsleisten im Namensraum "Ausdruck" nicht anzeigen */
body.ns-150 .NavFrame {
display: none;
}
body.ns-150 .BoxenVerschmelzen {
display: none;
}
/* ASB-Tabellen: Stylesheet für Tabellenränder */
/* Falls die Tabellenränder ausgeschaltet werden sollen, beide border-style-Werte auf "none" */
/* setzen, wie dahinter jeweils beispielhaft aufgeführt */
table.asb {
width: 100%;
margin: 1em 1em 1em 0;
border-style: none; /* border-style: solid; */
border-width: 1px;
border-color: #c0c0c0;
border-collapse: collapse;
empty-cells: show;
}
table.asb th, table.asb td {
border-style: none; /* border-style: solid; */
border-width: 1px;
border-color: #c0c0c0;
padding: 0.3em;
vertical-align: top;
}
/* ASB-Tabellen: Verwendung von th in der Notationsspalte */
table.asb th {
font-weight: normal;
text-align: left;
width: 80px;
font-family: "Lucida Console", Courier, "Courier New", monospace;
font-size: 110%;
}
/* ASB-Tabellen: Spaltenbreite festlegen */
#col1 {width: 10px;}
/* ASB-Tabellen: Schriftstil Klassen 1. und 2. Ordnung */
span.h1 {
font-size: 120%;
font-weight: bold;
}
span.h2 {
font-weight: bold;
}
/* ASB-Tabellen: Abstände oben und unten für Absätze mit Einzug (dd-Tag) korrigieren */
/* und dl-Tag an p-Tag anpassen */
table.asb p, table.asb dl {
margin-top: 0em;
}
/* Definition der Einrückung mittels ":" */
dd {
margin-left: 2.5em;
}
/* Zu Navigationszwecken eingefügte Zwischenüberschriften nicht anzeigen */
.np {
display: none;
}
/* h6-Stil wie h5 */
h6 {
font-size: 100%;
}
h6 .editsection {
font-size: 100%; font-weight: normal;
}
/* Unterdrückung Numerierung in Inhaltsverzeichnissen */
.tocnumber {display: none;}
/* allgemeine Tabellen: Stylesheet für Tabellenränder */
.wikitable {
width: 95%;
margin: 1em 1em 1em 0;
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
border-collapse: collapse;
empty-cells: show;
}
.wikitable th {
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
background-color: #d8e8ff;
padding: 0.3em;
vertical-align: top;
}
.wikitable td {
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
padding: 0.3em;
vertical-align: top;
}
/* Fußnoten */
ol.references {
font-size: 90%;
width: 100%;
max-width: 750px;
}
table + hr {
width: 200px;
text-align: left;
}
/* Formatierung für Elementboxen */
.hs-box1 {
margin: 0;
margin-bottom:10px;
border: 2px solid #dfdfdf;
-moz-border-radius: 1.5em;
padding: .3em .6em 0em .6em;
}
.hs-box2 {
margin: 0;
margin-bottom:10px;
border: 1px solid #dfdfdf;
-moz-border-radius: 1.5em;
padding: .3em .6em 0em .6em;
background: #f2f2f2;
}
/* Test Verbergen der Suchfelder bei eingebundenen Linkseiten */
div.hide fieldset {
display: none;
}
/* Vorschläge */
/* Vorschlagsfarbe */
.vs {
background-color: lawngreen;
}
/* Vorschlag: gestrichener Text */
.vsg {
text-decoration: line-through;
}
/* externe Vorlagen */
div.extvorl {
margin-left: 3em;
margin-right: 3em;
background-color: aqua;
}