MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus hilfe.wubis.de
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: +++++ 3. HAUPTSEITE (seit 2006) +++++: /* Überschrift, Weit…“)
 
Zeile 9: Zeile 9:
 
}
 
}
  
 +
body.page-No_page_title h1.firstHeading { display:none; }
  
 
div#hauptseite h2 {
 
div#hauptseite h2 {

Version vom 7. März 2016, 14:34 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* +++++ 3. [[Wikipedia:Hauptseite|HAUPTSEITE]] (seit 2006) +++++ */

/* Überschrift, Weiterleitungshinweis und Kategorie verbergen */
.action-view.page-Wikipedia_Hauptseite h1.firstHeading,
.action-view.page-Wikipedia_Hauptseite #contentSub,
.action-view.page-Wikipedia_Hauptseite #catlinks {
	display: none;
}

body.page-No_page_title h1.firstHeading { display:none; }

div#hauptseite h2 {
	background: #d8e8ff;
	border: 1px solid #8898bf;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding: .1em 0;
}
#hauptseite .mw-editsection {
        margin-top:0.3em;
        float:right;
        vertical-align:middle;
        margin-right:1em;
}

#hauptseite .inhalt {
	background: #fff;
	border: 1px solid #8898bf;
	border-top: 0;
	min-height: 0; /* IE 7 */
	padding: .3em .8em .4em;
}
#hauptseite .inhalt hr {
	background: #8898bf;
	color: #8898bf; /* IE 7 */
	height: 1px;
	margin: .5em 0;
}
#hauptseite .inhalt .mehr {
	clear: both;
	font-size: 95%;
	margin-top: .8em;
	text-align: right;
}
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
	margin-bottom: 1em;
}
.hauptseite-links {
	margin-right: .5em;
}
.hauptseite-rechts {
	margin-left: .5em;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
	text-align: center;
}
.hauptseite-oben .inhalt .portale {
	font-weight: bold;
	margin: .2em 0;
}
.hauptseite-oben .inhalt .intern {
	font-size: 90%;
	text-align: center;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
	text-indent: .8em;
}
#hauptseite-schwesterprojekte .inhalt a {
	font-weight: bold;
}

#hauptseite .mw-headline-anchor {
	display: none;
}