MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus ASB-KAB
Zur Navigation springenZur Suche springenJMaske (Diskussion | Beiträge) (test) |
JMaske (Diskussion | Beiträge) (test) |
||
| Zeile 247: | Zeile 247: | ||
table.sw { | table.sw { | ||
| − | width: | + | width: 80%; |
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
border-style: solid; /* border-style: none; */ | border-style: solid; /* border-style: none; */ | ||
Version vom 22. Januar 2024, 11:24 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;
}
body.ns-150 div#catlinks {
display: none;
}
body.ns-150 div#footer {
display: none;
}
/* Stylesheet-Ergänzung zu bestimmten Navigationsleisten, für Bildschirme ab einer bestimmten Pixelbreite */
@media (min-width: 1600px) {
div.widescreen {
position: fixed;
top: 7em;
left: 1000px;
}
div.widescreen div.NavHead {
min-width: 600px;
}
}
@media (max-width: 1600px) {
div.widescreen {
display: none;
}
}
div.BoxenVerschmelzen,
div.NavFrameNonCollapsible {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
clear:both;
}
div.BoxenVerschmelzen div.NavFrameNonCollapsible {
border-style: none;
border-style: hidden;
}
div.NavFrameNonCollapsible + div.NavFrameNonCollapsible {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrameNonCollapsible div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
div.NavFrameNonCollapsible p {
font-size: 100%;
}
div.NavFrameNonCollapsible div.NavContent {
font-size: 100%;
}
div.NavFrameNonCollapsible div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
div.BoxenVerschmelzen,
div.NavFrameNonCollapsible {
margin-top: 1.5em;
}
div.BoxenVerschmelzen div.NavFrameNonCollapsible {
margin-top: 0;
}
div.NavFrameNonCollapsible + div.NavFrameNonCollapsible {
margin-top: 0;
}
body.ns-150 .NavFrameNonCollapsible {
display: none;
}
body.ns-150 .BoxenVerschmelzen {
display: none;
}
body.ns-150 div#catlinks {
display: none;
}
body.ns-150 div#footer {
display: none;
}
/* ASB-Tabellen, KAB-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, table.kab {
width: 100%;
margin: 1em 1em 1em 0;
border-style: solid; /* border-style: none; */
border-width: 1px;
border-color: #f0f0f0; /* #c0c0c0; */
border-collapse: collapse;
empty-cells: show;
}
table.asb th, table.asb td, table.kab th, table.kab td {
border-style: solid; /* border-style: none; */
border-width: 1px;
border-color: #f0f0f0; /* #c0c0c0; */
padding: 0.3em;
vertical-align: top;
}
/* ASB-Tabellen, KAB-Tabellen: Verwendung von th in der Notationsspalte */
table.asb th, table.kab th {
font-weight: normal;
text-align: left;
width: 80px;
font-family: "Lucida Console", Courier, "Courier New", monospace;
font-size: 110%;
}
/* ASB-Tabellen, KAB-Tabellen: Verwendung von th in der Notationsspalte, */
/* Schriftgröße im Namensraum "Ausdruck" reduziert */
body.ns-150 table.asb th, body.ns-150 table.kab th {
font-size: 100%;
}
/* ASB-Tabellen: Spaltenbreite festlegen */
#col1 {width: 10px;}
/* KAB-Tabellen: Spaltenbreite festlegen */
#col2 {width: 80px;}
/* ASB-Tabellen: Schriftstil Klassen 1. und 2. Ordnung */
span.h1 {
font-size: 120%;
font-weight: bold;
}
span.h2 {
font-weight: bold;
}
/* ASB-Tabellen, KAB-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, table.kab p, table.kab dl {
margin-top: 0em;
}
/* Schlagwort-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.sw {
width: 80%;
margin: 1em 1em 1em 0;
border-style: solid; /* border-style: none; */
border-width: 1px;
border-color: #f0f0f0; /* #c0c0c0; */
border-collapse: collapse;
empty-cells: hide;
}
table.sw th, table.sw td {
border-style: solid; /* border-style: none; */
border-width: 1px;
border-color: #f0f0f0; /* #c0c0c0; */
padding: 0.3em;
vertical-align: top;
}
/* Definition der Einrückung mittels ":" */
dd {
margin-left: 2.5em;
}
/* Zu Navigationszwecken eingefügte Zwischenüberschriften nicht anzeigen */
.np {
/* display: none;*/
}
h3.np {
color: white;
font-size: 1pt;
margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
/* 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;
}
th.vs, td.vs {
background-color: #f3fc00;
}
/* Vorschlag: gestrichener Text */
.vsg {
text-decoration: line-through;
}
/* externe Vorlagen */
div.extvorl {
margin-left: 3em;
margin-right: 3em;
background-color: aqua;
}
/* Link zu Diskussionsseiten verbergen */
/* li#ca-talk {*/
/* display: none;*/
/* }*/
/* Kursivschrift "powered by" */
div#p-powered_by h5 {
font-style: italic;
}
/* div.footer-icons {
background-color: blue;
text-align: left !important;
}*/