MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus SfB-Wiki
Zur Navigation springenZur Suche springen| Zeile 94: | Zeile 94: | ||
width: 720px; | width: 720px; | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
| − | border-style: | + | border-style: none; /* border-style: none; */ |
border-width: 1px; | border-width: 1px; | ||
border-color: #c0c0c0; | border-color: #c0c0c0; | ||
| Zeile 102: | Zeile 102: | ||
table.sfb th, table.sfb td { | table.sfb th, table.sfb td { | ||
| − | border-style: | + | border-style: none; /* border-style: none; */ |
border-width: 1px; | border-width: 1px; | ||
border-color: #c0c0c0; | border-color: #c0c0c0; | ||
Version vom 15. Dezember 2008, 14:56 Uhr
/* Definition der Einrückung mittels ":" */
dd { margin-left: 1.5em; }
@media print{
dd { margin-left: 1em; }
}
/* 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 nicht mit ausdrucken */
@media print{
.NavFrame {
display: none;
}
.BoxenVerschmelzen {
display: none;
}
}
/* SfB-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.sfb {
width: 720px;
margin: 1em 1em 1em 0;
border-style: none; /* border-style: none; */
border-width: 1px;
border-color: #c0c0c0;
border-collapse: collapse;
empty-cells: show;
}
table.sfb th, table.sfb td {
border-style: none; /* border-style: none; */
border-width: 1px;
border-color: #c0c0c0;
padding: 0.3em;
vertical-align: top;
}
/* Spaltenbreite festlegen (testweise) */
#col1 {width: 120px;}
/* Tabellenränder nicht ausdrucken */
@media print{
table.sfb, table.sfb th, table.sfb td {
border-style: none;
}
}
/* SfB-Tabellen: Stylesheet für Verweisungen */
div.vw {
text-align: right;
line-height: 150%;
font-size: 85%;
}
/* Zu Navigationszwecken eingefügte Zwischenüberschriften nicht ausdrucken */
@media print{
.np {
display: none;
}
}
/* Inhaltsverzeichnis (table of contents) nicht ausdrucken */
@media print{
.toc {
display: none;
}
}
/* Ausdruck: Schriftgröße, Tabellenzeilen aneinanderrücken */
/* (Korrektur der Einrückung siehe oben) */
@media print{
body {
font-size: 10pt;
}
table.sfb {
border-width: 0;
margin: 0em 0em 0em 0em;
}
table.sfb th, table.sfb td {
border-width: 0;
margin-top: -3em;
margin-bottom: -3em;
padding: 0em;
}
table.sfb tr {
margin-top: -3em;
margin-bottom: -3em;
padding: 0em;
}
}
/* Ausdruck: Vermeiden von Zeilenumbrüchen innerhalb einer Tabellenzeile */
@media print{
table.sfb td {
page-break-inside: avoid;
}
}
/* Ausdruck: Erzwingen von Zeilenumbrüchen vor Tabellenüberschriften */
@media print{
span.bb {
page-break-before: always;
}
}
/* Nicht ausdrucken: Seitenüberschrift */
/* Nicht ausdrucken: Quellenangabe Website */
/* Nicht ausdrucken: Unterseitenangabe */
/* Nicht ausdrucken: Quellenangabe URL */
/* Nicht ausdrucken: Seitenfuß */
@media print{
h1.firstHeading, h3#siteSub, div#contentSub, div.printfooter, #footer {
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;}