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 53: | Zeile 53: | ||
float: right; | float: right; | ||
margin: 0 0 10 30px; | margin: 0 0 10 30px; | ||
| + | padding: 15em; | ||
} | } | ||
Version vom 20. November 2016, 16:49 Uhr
/* Überschrift der Hauptseite verbergen, übernommen aus dem
* MediaWiki:Common.css der deutschen Wikipedia
* http://de.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=54662738
*/
body.page-Hauptseite h1.firstHeading {
display: none;
}
/* Tag Cloud formatieren */
.demo-30-percent-width {
width:30%;
clear:both;
}
.demo-float-right {
clear:both;
float:right;
margin-left:10px;
margin-bottom:10px;
}
/* Inhalt der Seite Attribut:Ist NummerPerson verbergen */
body.page-Attribut_Ist_NummerPerson div#bodyContent {
display: none;
}
body.page-Main_Page #mp-topbanner {
clear: both;
}
/*Diskussionseite entfernen
*/
#ca-talk {
display:none!important;
}
/* Breadcrumbs beeinflussen
*/
div#breadcrumbs {
font-size:0.8em;
width:95%;
}
body.page-Hauptseite div#breadcrumbs {
display: none;
}
/* Inhaltsverzeichnis rosa*/
#toc {
background-color: MistyRose;
float: right;
margin: 0 0 10 30px;
padding: 15em;
}
/* Einrückung bei unteren Ebenen veringern */
#toc>ul ul { margin-left:.2rem !important;
}
#toctitle {
background-image:/wiki/Datei:Loewe16.jpg;
background-repeat:no-repeat;
background-position:100px 50%;
}
/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 90%; }
ol.references li:target { background-color: MistyRose; }
sup.reference:target { background-color: #ddeeff; }
/**
* Icons on the top right of the article.
* See also JS
*
* @source https://www.mediawiki.org/wiki/Snippets/Top_icons
* @version 5
*/
/* Hide without javascript */
.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;
}
/*Navboc */
/* Reset italic styling set by user agent */
cite, dfn {
font-style: inherit;
}
/* Straight quote marks for <q> */
q {
quotes: '"' '"' "'" "'";
}
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
strong.selflink {
font-weight: 700;
}