User:Owltom/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Bildchen abschalten */

#f-copyrightico, #f-poweredbyico {display: none;}

/* replace the book in the background with something else */
body { background: #D4D4D4; }

a {
    text-decoration: none;
    color: #001DCE;
    background: none;
}
a:visited { color: darkmagenta; }
a:active { color: Orange; }
a:hover { text-decoration: underline; }
a.stub { color: #772233; }
a.new { color: orangered; }

/*Artikelgedöhns und anderes Gedöhns unterscheiden */

#content {
   background: #FEFAE8; /*hmmm, lecker pudding */
}
 
.ns-0 * #content {
   background: white;
}
 
#mytabs li {
   background: #FEFAE8;
}
 
.ns-0 * #mytabs li {
   background: white;
}
 
#mytabs li a {
   background-color: #FEFAE8;
}
 
.ns-0 * #mytabs li a {
   background-color: white;
}
 
#p-cactions li {
   background: #FEFAE8;
}
 
.ns-0 * #p-cactions li {
   background: white;
}
 
#p-cactions li a {
   background-color: #FEFAE8;
}
 
.ns-0 * #p-cactions li a {
   background-color: white;