MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Deutsche Bromelien-Gesellschaft e. V.
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
(Änderung 16291 von Timm Stolten (Diskussion) rückgängig gemacht.)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
(kein Unterschied)

Aktuelle Version vom 8. Februar 2019, 15:58 Uhr

/*----------------------------------------------------------------------------*/
/*  ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen des Wikis    */
/*----------------------------------------------------------------------------*/

/* 
 * Footer
 */

/* Entfernt im Footer "Diese Seite wurde zuletzt xxx geändert" */
#footer-info-lastmod { display: none; }

/* Entfernt im Footer "Diese Seite wurde bisher xxx-mal abgerufen" */
#footer-info-viewcount { display: none; }

/* Entfernt im Footer "Datenschutz" */
#footer-places-privacy { display: none; }

/* Entfernt im Footer "Über Seitenname" */
#footer-places-about { display: none; }

/* Entfernt im Footer "Impressum" */
#footer-places-disclaimer { display: none; }

/* Entfernt oben links vom Suchfeld das "Lesen" Tab */
li#ca-view {display:none}

/*

/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
.reference, .references sup {
     font-size: 91%;
     vertical-align: text-top;
     position: relative;
     top: -0.3em;
}

/* Keine "Bearbeiten"-Links in den Absätzen
.mw-editsection { display:none!important; 
}

/* Zeilenabstand bei hoch- und tiefgestellten Zahlen nicht verändern */
/* Avoid superscript and subscript text from breaking the line-spacing */
sup, sub {
    vertical-align: baseline;
    _vertical-align: bottom; /* IE6 hack */
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    bottom: 0.33em;
}

/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|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: #efefef;
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    font-weight: bold;
    font-size: 100%;
    background-color: #dfdfdf;
 }
 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;
}
 
/* Workaround für Internet Explorer 6 */
div.NavFrame, div.NavPic, .NavToggle {
    position:relative;
}
 
/* 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;
 }
/*
 * Anpassungen für die [[MediaWiki:Edittools]]
 * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2012-02-29
 */
.mw-charinsert-buttons {
	margin-top: 10px;
	border: 1px solid #aaaaaa;
	padding: 1px;
	text-align: center;
	font-size: 110%;
}
.mw-charinsert-buttons a {
	color: black;
	background-color: #cde !important;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	border: thin #069 outset;
	padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}
.client-js .mw-edittools-section {
	display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
	font-size: 0.9em;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
}