MediaWiki:Monobook.css

Aus Kitakien

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Ich denke, erstmal wieder ausschalten, bis zum. das Leerzeilenproblem gelöst ist)
K (format, ein paar zeilen eingespart)
Zeile 1: Zeile 1:
-
/*-----------------------------------------------------------------------------*/
+
/*-----------------------------------------------------------------------------*/
-
/* Änderungen am Monobook-Skin für die deutschsprachige Wikipedia              */
+
/* Änderungen am Monobook-Skin für die deutschsprachige Wikipedia              */
-
/* --> Skinübergreifende Anpassungen befinden sich in [[MediaWiki:Common.css|Common.css]]              */
+
/* --> Skinübergreifende Anpassungen befinden sich in [[MediaWiki:Common.css]]              */
-
/*-----------------------------------------------------------------------------*/
+
/*-----------------------------------------------------------------------------*/
-
+
 
-
/* Änderungen in Fett markieren */
+
/* Änderungen in Fett markieren */
-
+
span.diffchange {
-
span.diffchange {
+
        font-weight: bold;
-
        font-weight: bold;
+
}
-
}
+
 
-
+
/* Links nicht unterstreichen */
-
/* Links nicht unterstreichen */
+
a {
-
+
      text-decoration: none;
-
a {
+
}
-
        text-decoration: none;
+
 
-
}
+
/* Großbuchstaben in den Navigationsbereichen */
-
+
.portlet h5,
-
/* Großbuchstaben in den Navigationsbereichen */
+
.portlet h6,
-
+
#p-personal ul,
-
.portlet h5,
+
#p-cactions li a {
-
.portlet h6,
+
text-transform: none;
-
#p-personal ul,
+
}
-
#p-cactions li a {
+
 
-
text-transform: none;
+
/* Fetter Bearbeiten-Link */
-
}
+
#ca-edit a {
-
+
font-weight: bold;
-
/* Fetter Bearbeiten-Link */
+
}
-
+
 
-
#ca-edit a {
+
/* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
-
font-weight: bold;
+
div.thumb {
-
}
+
border: none;
-
+
}
-
/* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
+
div.tright {
-
+
border: none;
-
div.thumb {
+
margin: 0.5em 0 0.8em 1.4em;
-
border: none;
+
}
-
}
+
div.tleft {
-
div.tright {
+
border: none;
-
border: none;
+
margin: 0.5em 1.4em 0.8em 0;
-
margin: 0.5em 0 0.8em 1.4em;
+
}
-
}
+
 
-
div.tleft {
+
/* fromWikipedia */
-
border: none;
+
#fromWikipedia {
-
margin: 0.5em 1.4em 0.8em 0;
+
font-size: x-small;
-
}
+
}
-
+
 
-
/* fromWikipedia */
+
/* 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
-
#fromWikipedia {
+
overriding it for any #content enclosed in a .ns-0 (main namespace). I then
-
font-size: x-small;
+
do the same for the "tab" background colors. --Lupo */
-
}
+
 
-
+
#content,
-
/* Make all non-namespace pages have a light blue content area. This is done by
+
#mytabs li.selected a,
-
setting the background color for all #content areas to light blue and then
+
#p-cactions li.selected a {
-
overriding it for any #content enclosed in a .ns-0 (main namespace). I then
+
background-color: #F3F3FF; /* ein leichtes blau */
-
do the same for the "tab" background colors. --Lupo */
+
}
-
+
.ns-0 #content,
-
#content,
+
.ns-0 #mytabs li.selected a,
-
#mytabs li.selected a,
+
.ns-0 #p-cactions li.selected a {
-
#p-cactions li.selected a {
+
background-color: white;
-
background-color: #F3F3FF; /* ein leichtes blau */
+
}
-
}
+
 
-
.ns-0 #content,
+
/* Siehe Diskussionsseite == Hintergrundfarben ==
-
.ns-0 #mytabs li.selected a,
+
.ns--1 table,
-
.ns-0 #p-cactions li.selected a {
+
.ns-2 table,
-
background-color: white;
+
.ns-4 table,
-
}
+
.ns--1 form {
-
+
background: inherit;
-
/* Siehe Diskussionsseite == Hintergrundfarben ==
+
}
-
.ns--1 table,
+
*/
-
.ns-2 table,
+
 
-
.ns-4 table,
+
/* Kategorien etwas schöner darstellen */
-
.ns--1 form {
+
#catlinks {
-
background: inherit;
+
border: 0px;
-
}
+
border-top: 2px dotted #aaaaaa;
-
*/
+
}
-
+
 
-
/* Kategorien etwas schöner darstellen */
+
/*  Kategorienseite mit transparentem Hintergrund */
-
+
#mw-subcategories table {  
-
#catlinks {
+
      background-color: transparent;  
-
border: 0px;
+
}
-
border-top: 2px dotted #aaaaaa;
+
 
-
}
+
#mw-pages table {  
-
+
      background-color: transparent;  
-
/*  Kategorienseite mit transparentem Hintergrund */
+
}
-
+
 
-
#mw-subcategories table {  
+
/* Tabellenüberschriften (mit |+) größer und fett */
-
        background-color: transparent;  
+
caption {
-
}
+
font-size: 105%;
-
+
font-weight: bold;
-
#mw-pages         table {  
+
}
-
        background-color: transparent;  
+
 
-
}
+
/* Einzelnachweise */
-
+
ol.references {
-
/* Tabellenüberschriften (mit |+) größer und fett */
+
font-size:90%;
-
+
}
-
caption {
+
 
-
font-size: 105%;
+
/* Abschnitt-Bearbeiten-Links */
-
font-weight: bold;
+
.editsection {
-
}
+
font-size:90%;
-
+
}
-
ol.references {
+
 
-
font-size:90%;
+
/* [[Wikipedia:Externhinweis|Externhinweis]] */
-
}
+
#externHinweis {
-
+
font-size: x-small;
-
/* Abschnitt-Bearbeiten-Links */
+
text-align: center;
-
.editsection {
+
padding: 5px;
-
font-size:90%;
+
}
-
}
+
 
-
+
.NavToggle {
-
/* [[Wikipedia:Externhinweis|Externhinweis]] */
+
      font-size: x-small;
-
+
      float:right;
-
#externHinweis {
+
}
-
font-size: x-small;
+
 
-
text-align: center;
+
/*-----------------------------------------------------------------------------*/
-
padding: 5px;
+
 
-
}
+
/* Absolute Positionierungen für Monobook.css */
-
+
/* Bitte [[MediaWiki Diskussion:Common.css#Absolute Positionierungen]] beachten */
-
.NavToggle {
+
 
-
        font-size: x-small;
+
/* Koordinaten-Vorlagen */
-
        float:right;
+
#coordinates_3_ObenRechts {
-
}
+
      display: inline;
-
+
}
-
/*-----------------------------------------------------------------------------*/
+
 
-
+
#coordinates {
-
/* Absolute Positionierungen für Monobook.css */
+
-
/* Bitte [[MediaWiki Diskussion:Common.css#Absolute_Positionierungen]] beachten */
+
-
+
-
/* Koordinaten-Vorlagen: */
+
-
+
-
#coordinates_3_ObenRechts {
+
-
    display: inline;
+
-
}
+
-
+
-
#coordinates {
+
     display: inline;
     display: inline;
     position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
     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;
     padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
-
}
+
}
-
+
-
/* 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 linksbündig, sollte dort keine Probleme machen, dafür die Koordinaten freihalten */
-
/* #siteNotice {padding-left:0;}    */
+
/* (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 Hintergrund transparent, vor allem für die nicht-Artikelseiten. */
-
#siteNotice table {
+
#siteNotice table {
-
    background-color: transparent;
+
    background-color: transparent;
-
    font-size: 100%;
+
    font-size: 100%;
-
}
+
}
-
/* verhindert, dass der Verbergen-Link die Icons rechts oben verdeckt */
+
/* verhindert, dass der Verbergen-Link die Icons rechts oben verdeckt */
-
#mw-dismissable-notice td {
+
#mw-dismissable-notice td {
     vertical-align: bottom;
     vertical-align: bottom;
-
}
+
}
-
+
 
-
/* kleinen Abstand neben der Geookordinate wegen der Bapperl-Icons */
+
/* kleinen Abstand neben der Geookordinate wegen der Bapperl-Icons */
-
+
#coordinates a[href ^="http://"] {
-
#coordinates a[href ^="http://"] {
+
     padding-right: 18px !important;
     padding-right: 18px !important;
-
}
+
}
-
+
 
-
/* Unterdrückung des Weblink-Pfeiles für im Artikel eingebettete Koordinaten */
+
/* Unterdrückung des Weblink-Pfeiles für im Artikel eingebettete Koordinaten */
-
+
 
-
#bodyContent span.coordinates a.external[href ^="http://"] {background-image:none;padding-right: 0;}
+
#bodyContent span.coordinates a.external[href ^="http://"] {  
-
+
    background-image:none;  
-
/* für [[Vorlage:ISSN-Link]] damit ohne Globus-Symbol: */
+
    padding-right: 0;
-
+
}
-
#issnlink {
+
 
-
    display: inline;
+
/* Formatierung für [[Wikipedia:Editcount]]-Vorlagen und [[Vorlage:ISSN-Link]] (Schriftgröße 85%) */
-
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
#editcount,
-
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
+
#issnlink {
-
}
+
    display: inline;
-
+
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
-
/* für [[Wikipedia:Editcount|Vorlage:Editcount]]: */
+
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
-
+
}
-
#editcount {
+
 
-
    display: inline;
+
/* Formatierung für Abkürzungen (Schriftgröße 90%) */
-
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
#shortcut {
-
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
+
    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 Abkürzungen (experimentell): */
+
}
-
+
 
-
#shortcut {
+
/* Formatierung für Kennzeichnung von Artikelstadien (Exzellent, Lesenswert etc.) */
-
    display: inline;
+
#artikelstadium {
-
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
    display: block;
-
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
+
    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.) (experimentell): */
+
 
-
+
/*-----------------------------------------------------------------------------*/
-
#artikelstadium {
+
 
-
    display: block;
+
/* Links im [[Portal:Punk]] */
-
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
#punk a {
-
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
+
      color: red;
-
}
+
}
-
+
#punk a.new {
-
/*-----------------------------------------------------------------------------*/
+
        color: #FF8000;
-
+
-
/* Links im [[Portal:Punk]] */
+
-
+
-
#punk a {
+
-
        color: red
+
-
}
+
-
#punk a.new {
+
-
        color: #FF8000
+
  }
  }

Version vom 10:27, 13. Feb. 2008

/*-----------------------------------------------------------------------------*/
/* Ä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;
}
 
/* Großbuchstaben in den Navigationsbereichen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: 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;
}
 
/* Siehe Diskussionsseite == Hintergrundfarben ==
.ns--1 table,
.ns-2 table,
.ns-4 table,
.ns--1 form {
	background: inherit;
}
*/
 
/* 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;
}
 
.NavToggle {
       font-size: x-small;
       float:right;
}
 
/*-----------------------------------------------------------------------------*/
 
/* 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.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;
}
 
/* 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;
}
 
/* kleinen Abstand neben der Geookordinate wegen der Bapperl-Icons */
#coordinates a[href ^="http://"] {
    padding-right: 18px !important;
}
 
/* Unterdrückung des Weblink-Pfeiles für im Artikel eingebettete Koordinaten */
 
#bodyContent span.coordinates a.external[href ^="http://"] { 
     background-image:none; 
     padding-right: 0;
}
 
/* 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;
}
 
/*-----------------------------------------------------------------------------*/
 
/* Links im [[Portal:Punk]] */
#punk a {
       color: red;
}
#punk a.new {
        color: #FF8000;
 }
Persönliche Werkzeuge