Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.
MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
| Zeile 8: | Zeile 8: | ||
top: 75px; | top: 75px; | ||
} | } | ||
| − | |||
/*TABELLEN mit Bezeichnung WIKITABLE DATUM:2017-04-30*/ | /*TABELLEN mit Bezeichnung WIKITABLE DATUM:2017-04-30*/ | ||
.wikitable { | .wikitable { | ||
| Zeile 26: | Zeile 25: | ||
background-color: #fce4a2; | background-color: #fce4a2; | ||
} | } | ||
| − | |||
| − | |||
/*DATENTABELLE DATUM:2017-04-30*/ | /*DATENTABELLE DATUM:2017-04-30*/ | ||
.srf-datatables table .header { | .srf-datatables table .header { | ||
background-color: #c4d6f4; | background-color: #c4d6f4; | ||
} | } | ||
| − | + | /*TABELLEN ENDE*/ | |
/*GENERELLE EINSTELLUNGEN ENDE*/ | /*GENERELLE EINSTELLUNGEN ENDE*/ | ||
| − | |||
/*AUSBLENDUNGEN DATUM:2017-04-30*/ | /*AUSBLENDUNGEN DATUM:2017-04-30*/ | ||
| Zeile 41: | Zeile 37: | ||
display: none; | display: none; | ||
} | } | ||
| − | |||
body.page-Main_Page #mp-topbanner { | body.page-Main_Page #mp-topbanner { | ||
clear: both; | clear: both; | ||
} | } | ||
| − | |||
div#content h1#firstHeading.firstHeading { | div#content h1#firstHeading.firstHeading { | ||
border: none; | border: none; | ||
} | } | ||
| − | |||
/*Diskussionseite und Reiter Seitenanzeige entfernen */ | /*Diskussionseite und Reiter Seitenanzeige entfernen */ | ||
#ca-talk { | #ca-talk { | ||
| Zeile 73: | Zeile 66: | ||
} | } | ||
/*LOGO ausblenden*/ | /*LOGO ausblenden*/ | ||
| − | #p-logo | + | #p-logo { |
| − | |||
display: none; | display: none; | ||
} | } | ||
| Zeile 82: | Zeile 74: | ||
display: none; | display: none; | ||
} | } | ||
| − | |||
| − | |||
| − | |||
/*AUSBLENDUNGEN ENDE*/ | /*AUSBLENDUNGEN ENDE*/ | ||
| − | /* ZITATE IN MISTYROSE DATUM:2017-04-30*/ | + | /*ZITATE CITE IN MISTYROSE DATUM:2017-04-30*/ |
ol.references { font-size: 90%; } | ol.references { font-size: 90%; } | ||
ol.references li:target { background-color: MistyRose; } | ol.references li:target { background-color: MistyRose; } | ||
| Zeile 101: | Zeile 90: | ||
padding: 0.5em; | padding: 0.5em; | ||
} | } | ||
| − | |||
/* Einrückung bei unteren Ebenen veringern */ | /* Einrückung bei unteren Ebenen veringern */ | ||
#toc>ul ul { margin-left:.2rem !important; | #toc>ul ul { margin-left:.2rem !important; | ||
} | } | ||
| − | |||
/* Inhaltsverzeichnis smw-blue*/ | /* Inhaltsverzeichnis smw-blue*/ | ||
/* Inhaltsverzeichnis Titel "Inhaltsverzeichnis" verbergen */ | /* Inhaltsverzeichnis Titel "Inhaltsverzeichnis" verbergen */ | ||
| Zeile 114: | Zeile 101: | ||
display:none | display:none | ||
} | } | ||
| − | |||
#toc #toctitle { | #toc #toctitle { | ||
display: none; | display: none; | ||
Version vom 30. April 2017, 16:41 Uhr
/*GENERELLE EINSTELLUNGEN zur Seite DATUM:2017-04-30*/
/* TOPLEISTE beeinflussen */
div#mw-head {
background-color: #c4d6f4;/* Topleiste #c4d6f4 oder dunkelblau #164EAF */
height: 27px;
}
div#mw-panel {
top: 75px;
}
/*TABELLEN mit Bezeichnung WIKITABLE DATUM:2017-04-30*/
.wikitable {
font-size: 80%;
}
table.wikitable tr th {
background-color: #d8d8d8;
}
.wikitable tbody tr:nth-child(even) {
background-color: #e4ebf2;
color: #000;
}
.wiktitable tbody tr:hover, tfoot tr:hover {
background-color:#fffbf0;
}
.wikitable tbody td:hover, tfoot td:hover {
background-color: #fce4a2;
}
/*DATENTABELLE DATUM:2017-04-30*/
.srf-datatables table .header {
background-color: #c4d6f4;
}
/*TABELLEN ENDE*/
/*GENERELLE EINSTELLUNGEN ENDE*/
/*AUSBLENDUNGEN DATUM:2017-04-30*/
/* Inhalt der Seite Attribut:Ist NummerPerson verbergen */
body.page-Attribut_Ist_NummerPerson div#bodyContent {
display: none;
}
body.page-Main_Page #mp-topbanner {
clear: both;
}
div#content h1#firstHeading.firstHeading {
border: none;
}
/*Diskussionseite und Reiter Seitenanzeige entfernen */
#ca-talk {
display: none;
}
#ca-nstab-main {
display: none;
}
#ca-nstab-category {
display: none;
}
#ca-view {
display: none;
}
div#vectorTabs {
display: non;
}
#ca-viewsource {
display: none;
}
#ca-history {
display: none;
}
/*LOGO ausblenden*/
#p-logo {
display: none;
}
/*HAUPTSEITE*/
/* Überschrift der Hauptseite verbergen DATUM:2017-04-30*/
body.page-Hauptseite h1.firstHeading {
display: none;
}
/*AUSBLENDUNGEN ENDE*/
/*ZITATE CITE IN MISTYROSE DATUM:2017-04-30*/
ol.references { font-size: 90%; }
ol.references li:target { background-color: MistyRose; }
sup.reference:target { background-color: #ddeeff; }
/* ZITATE ENDE*/
/*INHALTSVERZEICHNIS TOC RECHTS - SEITENTITEL - QUELLE: SMW BLUE DATUM:2017-04-30*/
/* Inhaltsverzeichnis smw-blue*/
#toc {
background-color: #C4D6F4;
float: left;
margin: 10 10 10 30px;
padding: 0.5em;
}
/* Einrückung bei unteren Ebenen veringern */
#toc>ul ul { margin-left:.2rem !important;
}
/* Inhaltsverzeichnis smw-blue*/
/* Inhaltsverzeichnis Titel "Inhaltsverzeichnis" verbergen */
.ns-0 #toc h2 {
display:none
}
.ns-0 #toc h1 {
display:none
}
#toc #toctitle {
display: none;
}
/*INHALTSVERZEICHNIS TOC RECHTS ENDE*/
/* ICONS auf der rechten Seite des Artikelbandes
*See also JS QUELLE: @source https://www.mediawiki.org/wiki/Snippets/Top_icons
* @version 5 Hide without javascript DATUM: 2017-04-30*/
.Top_icon_raw {
display: none;
}
/* With JavaScript */
.Top_icon_dynamic {
float: right;
vertical-align:top;
padding-left: 10px;
font-size: 50%;
width: auto !important;
}
.Top_icon_raw p, .Top_icon_dynamic p {
padding: 0;
margin: 0;
}
/*ICONS ENDE*/