Benutzer:Martin Herbst/monobook.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Quelle: überallher */

/* DIVERSE AUSBLENDUNGEN */

/* Navigation: "Aktuelles" und "Spenden" ausblenden */
#n-currentevents, #n-sitesupport { /*display: none; */}


/* Spendenaufruf ausblenden*/
#fundraising {/* display: none; */} 

/* Hintergrundfarbe und Tabsfarbe */
#content, #p-cactions ul li a { background: #FFF5EE; }

/* Hintergrund Nutzername + Icon User */
li#pt-userpage { background: none; }

/* Ohne Logo, Boxen nach oben schieben*/
#p-logo { display: none }
#column-one { padding-top: 0; }

/* Farbe ungewählte Tabs */
#p-cactions ul li a { background: #FFEFDB; }

/* Farbe gewählte Tabs */
#p-cactions ul li.selected a { background: #FFF5EE; }

/*unbenutze Links */
a { color: #00008B; } 

/* benutzte Links*/
a:visited { color: #008B00; }

/*nicht vorhandene Links unbenutzt-benutzt*/
a:active, a.new { color: #EE0000; }
a.new:visited { color: #CD1076; }

/*Interwiki-Links; Externe Links*/
a.interwiki { color: #EE00EE; } 
a.external { color: #009ACD; } 

/*Stubs*/
a.stub { color: #8B008B; }
a.stub:visited { color: #6E8B3D; } 

/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) */
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; }
#content                               { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; }
div.pBody                              { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; }

/* blendet die Fußzeile aus */
#footer  { display: none; }  

/* blendet die Copyright-Warnungen unterm Editier-Fenster aus, die hab ich zur Kenntnis genommen */   
#editpage-copywarn-copywarn  { display: none; } 

/* Longpagewarning */
#editpage-longpagewarning   { display: none; } 

/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }


/*Koordinaten in Kopfzeile
#coordinates {  
 position:absolute;
 z-index:1;
 border: none;
 background: none; 
 right:12px; 
 top:0.5em;
 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;
}*/

/* Personaltoolbar in die Sidebox */
#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
}

#p-personal .pBody {
    width: 10.8em;
    border: none;
    margin: 0 0 0.5em 0em;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background: White;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em .5em;
}

#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    font-size:95%;
    margin: 0.3em 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}

#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}

#p-personal h5 {
    display: inline;
}

/*Navi.-leisten ein/ausschalten
div.NavFrame{display:none;} div.BoxenVerschmelzen{display:none;}*/

/* dauerhaftes einblenden des Personendaten-Blocks */
table.metadata { display:table; }

/* Darstellung Seitennotizen */
#siteNotice {
border: 1px solid #AAAAAA;
background: #EEEEEE;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}

/* Kategoriendarstellung */
#catlinks {
  border: 1px solid #AAAAAA;
  background: #EEEEEE;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  padding:5px;
  margin-top: 1em;
  clear: both;
}

/*li:hover small.hiddenStructure {display: block; padding: 5px; margin: 5px; border: 1px solid black}
li:hover small.hiddenStructure a:hover {color: #411; background: #AAA;}
p:hover small.hiddenStructure {display: block; padding: 5px; margin: 5px; border: 1px solid black}
p:hover small.hiddenStructure a:hover {color: #411; background: #AAA;}*/