MediaWiki:Monobook.css

Aus Kitakien

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(sollte auch so gehen)
K (245 Versionen: Systemmeldungen)
 
(Der Versionsvergleich bezieht 177 dazwischenliegende Versionen mit ein.)
Zeile 1: Zeile 1:
-
/*Großbuchstaben in den Navigationsbereichen*/
+
/*-----------------------------------------------------------------------------*/
-
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}
+
/* Änderungen am Monobook-Skin für die deutschsprachige Wikipedia              */
 +
/* --> Skinübergreifende Anpassungen befinden sich in [[MediaWiki:Common.css]] */
 +
/*-----------------------------------------------------------------------------*/
-
/*Personennamen in Kapitälchen: <font class="Person">Name</font>*/
+
/* Änderungen in Fett markieren */
-
.Person{display:inline;font-variant:small-caps}
+
span.diffchange {
 +
        font-weight: bold;
 +
}
-
/*Ausschalten der foundraising-Nachricht*/
+
/* Links nicht unterstreichen */
 +
a {
 +
      text-decoration: none;
 +
}
-
/*fetter bearbeiten-link*/
+
/* Fetter Bearbeiten-Link */
-
#ca-edit a{font-weight:bold !important;}
+
#ca-edit a {
 +
font-weight: bold;
 +
}
-
/*sitenotice*/
+
/* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
-
/*#siteNotice{font-size: x-small}*/
+
div.thumb {
 +
border: none;
 +
}
 +
div.tright {
 +
border: none;
 +
margin: 0.5em 0 0.8em 1.4em;
 +
}
 +
div.tleft {
 +
border: none;
 +
margin: 0.5em 1.4em 0.8em 0;
 +
}
 +
 
 +
/* fromWikipedia */
 +
#fromWikipedia {
 +
font-size: x-small;
 +
}
/* Make all non-namespace pages have a light blue content area. This is done by
/* Make all non-namespace pages have a light blue content area. This is done by
-
  setting the background color for all #content areas to light blue and then
+
setting the background color for all #content areas to light blue and then
-
  overriding it for any #content enclosed in a .ns-0 (main namespace). I then
+
overriding it for any #content enclosed in a .ns-0 (main namespace). I then
-
  do the same for the "tab" background colors. --Lupo */
+
do the same for the "tab" background colors. --Lupo */
 +
#content,
 +
#mytabs li.selected a,
 +
#p-cactions li.selected a {
 +
background-color: #F3F3FF; /* ein leichtes blau */
 +
}
 +
.ns-0 #content,
 +
.ns-0 #mytabs li.selected a,
 +
.ns-0 #p-cactions li.selected a {
 +
background-color: white;
 +
}
-
#content, #mytabs li.selected a, #p-cactions li.selected a {
+
/* Kategorien etwas schöner darstellen */
-
    background-color: #F3F3FF; /* ein leichtes blau */
+
#catlinks {
 +
border: 0px;
 +
border-top: 2px dotted #aaaaaa;
}
}
-
.ns-0 #content, .ns-0 #mytabs li.selected a, .ns-0 #p-cactions li.selected a {
+
/* Kategorienseite mit transparentem Hintergrund */
-
    background-color: white;
+
#mw-subcategories table {
 +
      background-color: transparent;
}
}
-
.ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form {  
+
#mw-pages table {
-
background: inherit;
+
      background-color: transparent;
}
}
-
/*SideBox analog Townbox*/
+
/* Tabellenüberschriften (mit |+) größer und fett */
 +
caption {
 +
font-size: 105%;
 +
font-weight: bold;
 +
}
-
div.sideBox {
+
/* Einzelnachweise */
-
    position:relative;
+
ol.references {
-
    float:right;
+
font-size:90%;
-
    background:White;
+
}
-
    margin-left:1em;
+
-
    border: 1px solid Grey;
+
-
    padding:0.3em;
+
/* Abschnitt-Bearbeiten-Links */
-
    width: 200px;
+
.editsection {
-
    overflow: hidden;
+
font-size:90%;
-
    clear: right;
+
}
}
-
div.sideBox dl {
+
 
-
    padding: 0;
+
/* [[Wikipedia:Externhinweis|Externhinweis]] */
-
    margin: 0 0 0.3em 0;  
+
#externHinweis {
-
    font-size: 96%;
+
font-size: x-small;
 +
text-align: center;
 +
padding: 5px;
}
}
-
div.sideBox dl dt {
+
 
-
    background: none;
+
/*-----------------------------------------------------------------------------*/
-
    margin: 0.4em 0 0 0;
+
 
 +
/* Absolute Positionierungen für Monobook.css */
 +
/* Bitte [[MediaWiki Diskussion:Common.css#Absolute Positionierungen]] beachten */
 +
 
 +
/* Koordinaten-Vorlagen */
 +
#coordinates_3_ObenRechts {
 +
      display: inline;
}
}
-
div.sideBox dl dd {
+
 
-
    margin: 0.1em 0 0 1.1em;
+
#coordinates {
-
    background-color: #f3f3f3;
+
  display:inline;
 +
  position:absolute; z-index:1; border:none; background:none; right:12px; top:0.2em; float:right; margin:0 18px 0 0;
 +
  padding: 0 0.1em 0 0; line-height:11px; text-align:right; text-indent:0; font-size:10px; text-transform:none; white-space:nowrap;
 +
}
 +
 
 +
/* Unterdrückung des Weblink-Pfeiles für im Artikel eingebettete Koordinaten */
 +
#bodyContent span.coordinates a.external[href ^="http://"] {
 +
    background-image:none;
 +
    padding-right: 0;
}
}
-
/* Test for individualizing navigation bar element */
+
/* Sitenotice linksbündig, sollte dort keine Probleme machen, dafür die Koordinaten freihalten */
 +
/* (für die Dauer der Spendenaktion deaktivert, weil der Rest mittig steht. Ggfs. neu anpassen */
 +
/* #siteNotice p {text-align:left;} */
 +
/* #siteNotice {padding-left:0;}    */
-
div.NavFrame {
+
/* Sitenotice Hintergrund transparent, vor allem für die nicht-Artikelseiten. */
-
    margin:0px;
+
#siteNotice table {
-
    padding:5px;
+
    background-color: transparent;
-
    border:1px solid #AAAAAA;
+
    font-size: 100%;
-
    background-color:#FFFFFF;
+
-
    text-align:center;
+
-
    boder-collapse:collapse;
+
}
}
-
div.NavFrame + div.NavFrame {
+
 
-
    border-top:none;
+
/* verhindert, dass der Verbergen-Link die Icons rechts oben verdeckt */
-
     border-top:0px solid #FFFFFF;
+
#mw-dismissable-notice td {
 +
     vertical-align: bottom;
}
}
-
div.NavPic {
+
 
-
    margin:0px;
+
/* Formatierung für [[Wikipedia:Editcount]]-Vorlagen und [[Vorlage:ISSN-Link]] (Schriftgröße 85%) */
-
    padding:0px;
+
#editcount,
-
    float:left;
+
#issnlink {
 +
    display: inline;
 +
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
 +
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
}
}
-
div.NavHead {
+
 
-
    font-weight:bold;  
+
/* Formatierung für Abkürzungen (Schriftgröße 90%) */
-
    background-color:#EFEFEF;
+
#shortcut {
 +
    display: inline;
 +
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
 +
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
}
}
-
div.NavEnd
+
 
-
{
+
/* Formatierung für Kennzeichnung von Artikelstadien (Exzellent, Lesenswert etc.) */
-
    margin:0px;
+
#artikelstadium {
-
    padding:0px;
+
    display: block;
-
    line-height:1px;
+
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
-
    font-height:1px;
+
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
-
    clear:both;
+
}
}
-
/* Do not print navigation bar elements. They should not appear on paper */
+
/*-----------------------------------------------------------------------------*/
-
@media print{
+
/* Anpassungen für die Stabilen Versionen */
-
  .NavFrame { display:none; }
+
/*-----------------------------------------------------------------------------*/
 +
 
 +
/* Die Prüfbox verschieben */
 +
.flaggedrevs_short { float:right; position:relative; z-index:1; top:-33px; right:20px; border:0; padding:1px; margin-left:25px; margin-bottom:-28px; }
 +
 
 +
/* Tabelle mit redundantem Sichtungsbalken in der Prüfbox ausblenden */
 +
table #mw-revisionratings-box { display:none; }
 +
 
 +
/* Korrektur des oberen Rands auf der Hauptseite nach Entfernung des Redirhinweises */
 +
.page-Wikipedia_Hauptseite #content {
 +
padding: 1em;
}
}
 +
 +
/* Korrektur Reiter auf der Hauptseite */
 +
.page-Wikipedia_Hauptseite #mytabs li.selected a,
 +
.page-Wikipedia_Hauptseite #p-cactions li.selected a {
 +
      background-color: white;
 +
}
 +
 +
/* Abstand der Box zu den positionierten Elementen oben rechts (WP:ABK, Geokoordinaten, Bapperl) */
 +
div.siteNoticeBig,
 +
div#centralNotice.collapsed {margin-top:22px;}

Aktuelle Version vom 17:21, 9. Dez. 2009

/*-----------------------------------------------------------------------------*/
/* Änderungen am Monobook-Skin für die deutschsprachige Wikipedia              */
/* --> Skinübergreifende Anpassungen befinden sich in [[MediaWiki:Common.css]] */
/*-----------------------------------------------------------------------------*/
 
/* Änderungen in Fett markieren */
span.diffchange {
        font-weight: bold;
}
 
/* Links nicht unterstreichen */
a {
       text-decoration: none;
}
 
/* Fetter Bearbeiten-Link */
#ca-edit a {
	font-weight: bold;
}
 
/* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
div.thumb {
	border: none;
}
div.tright {
	border: none;
	margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
	border: none;
	margin: 0.5em 1.4em 0.8em 0;
}
 
/* fromWikipedia */
#fromWikipedia {
	font-size: x-small;
}
 
/* Make all non-namespace pages have a light blue content area. This is done by
	setting the background color for all #content areas to light blue and then
	overriding it for any #content enclosed in a .ns-0 (main namespace). I then
	do the same for the "tab" background colors. --Lupo */
#content,
#mytabs li.selected a,
#p-cactions li.selected a {
	background-color: #F3F3FF; /* ein leichtes blau */
}
.ns-0 #content,
.ns-0 #mytabs li.selected a,
.ns-0 #p-cactions li.selected a {
	background-color: white;
}
 
/* Kategorien etwas schöner darstellen */
#catlinks {
	border: 0px;
	border-top: 2px dotted #aaaaaa;
}
 
/*  Kategorienseite mit transparentem Hintergrund */
#mw-subcategories table {
       background-color: transparent;
}
 
#mw-pages table {
       background-color: transparent;
}
 
/* Tabellenüberschriften (mit |+) größer und fett */
caption {
	font-size: 105%;
	font-weight: bold;
}
 
/* Einzelnachweise */
ol.references {
	font-size:90%;
}
 
/* Abschnitt-Bearbeiten-Links */
.editsection {
	font-size:90%;
}
 
/* [[Wikipedia:Externhinweis|Externhinweis]] */
#externHinweis {
	font-size: x-small;
	text-align: center;
	padding: 5px;
}
 
/*-----------------------------------------------------------------------------*/
 
/* Absolute Positionierungen für Monobook.css */
/* Bitte [[MediaWiki Diskussion:Common.css#Absolute Positionierungen]] beachten */
 
/* Koordinaten-Vorlagen */
#coordinates_3_ObenRechts {
      display: inline;
}
 
#coordinates {
   display:inline;
   position:absolute; z-index:1; border:none; background:none; right:12px; top:0.2em; float:right; margin:0 18px 0 0;
   padding: 0 0.1em 0 0; line-height:11px; text-align:right; text-indent:0; font-size:10px; text-transform:none; white-space:nowrap;
}
 
/* Unterdrückung des Weblink-Pfeiles für im Artikel eingebettete Koordinaten */
#bodyContent span.coordinates a.external[href ^="http://"] {
     background-image:none;
     padding-right: 0;
}
 
/* Sitenotice linksbündig, sollte dort keine Probleme machen, dafür die Koordinaten freihalten */
/* (für die Dauer der Spendenaktion deaktivert, weil der Rest mittig steht. Ggfs. neu anpassen */
/* #siteNotice p {text-align:left;} */
/* #siteNotice {padding-left:0;}    */
 
/* Sitenotice Hintergrund transparent, vor allem für die nicht-Artikelseiten. */
#siteNotice table {
     background-color: transparent;
     font-size: 100%;
}
 
/* verhindert, dass der Verbergen-Link die Icons rechts oben verdeckt */
#mw-dismissable-notice td {
    vertical-align: bottom;
}
 
/* Formatierung für [[Wikipedia:Editcount]]-Vorlagen und [[Vorlage:ISSN-Link]] (Schriftgröße 85%) */
#editcount,
#issnlink {
     display: inline;
     position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
     padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
}
 
/* Formatierung für Abkürzungen (Schriftgröße 90%) */
#shortcut {
     display: inline;
     position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
     padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
}
 
/* Formatierung für Kennzeichnung von Artikelstadien (Exzellent, Lesenswert etc.) */
#artikelstadium {
     display: block;
     position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
     padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
}
 
/*-----------------------------------------------------------------------------*/
/* Anpassungen für die Stabilen Versionen */
/*-----------------------------------------------------------------------------*/
 
/* Die Prüfbox verschieben */
.flaggedrevs_short { float:right; position:relative; z-index:1; top:-33px; right:20px; border:0; padding:1px; margin-left:25px; margin-bottom:-28px; }
 
/* Tabelle mit redundantem Sichtungsbalken in der Prüfbox ausblenden */
table #mw-revisionratings-box { display:none; }
 
/* Korrektur des oberen Rands auf der Hauptseite nach Entfernung des Redirhinweises */
.page-Wikipedia_Hauptseite #content {
 padding: 1em;
}
 
/* Korrektur Reiter auf der Hauptseite */
.page-Wikipedia_Hauptseite #mytabs li.selected a,
.page-Wikipedia_Hauptseite #p-cactions li.selected a {
       background-color: white;
}
 
/* Abstand der Box zu den positionierten Elementen oben rechts (WP:ABK, Geokoordinaten, Bapperl) */
div.siteNoticeBig,
div#centralNotice.collapsed {margin-top:22px;}
Persönliche Werkzeuge