User:NerdyNSK/Debrighter.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by NerdyNSK (talk | contribs) at 20:52, 4 October 2008 (Created page with '///// here begins MediaWiki:Gadget-Blackskin.css ///// ///// Created by it:Utente:Kormoran ///// →‎Colors the tabs across the top of the page: ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.
///// here begins MediaWiki:Gadget-Blackskin.css /////
///// Created by [[it:Utente:Kormoran]]          /////
  
/* Colors the tabs across the top of the page */
 
#p-cactions { 
    background-color: #cccccc;  
}
#p-cactions li { 
    background-color: #cccccc;
}
#p-cactions li.selected { 
    background-color: #cccccc;
}
#p-cactions li.new { 
    background-color: #cccccc;
}
#p-cactions li a { 
    background-color: #cccccc !important; 
}
#p-cactions li.selected a {
    background-color:#cccccc;
}
 

 
/* Color background */ 
body {
    background: cccccc;
    
}

#content { background : #cccccc !important; }
 
 


 
hr {
    background-color: #cccccc;
}
 
 
 
 
#p-personal li a {
  background-color: #cccccc;
  background: #cccccc;
}
 
#searchInput { 

    background : #cccccc;
} 
 
input.searchButton { 
    background : #cccccc;
}
 
.pBody {
    background: #cccccc;
}
 

#mytabs li {
    background: #cccccc;
}

#mytabs li a {
    background-color: #cccccc;
}
 
code { 
    color: cccccc;
}
 
table { 
    background: #cccccc;
	background-color: #cccccc;
}
  
#footer {
    background-color: cccccc;
}

#catlinks {
    background-color:#cccccc;
}

img {
    background-color: #cccccc;
}
 
.ns-0 * #content div.thumb {
    border-color: #cccccc;
}
 
#wpSummary {
  background-color: #cccccc;
}
 
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: #cccccc;
}
td.diff-context {
    background: #cccccc;
}
 
table.prettytable { 
  background: #cccccc;
} 
 
table.prettytable th
{
  background: #cccccc;
}
 
table.wikitable {
  background: #cccccc;
}
table.wikitable th {
  background: #cccccc;
}

@media print { 
#content { color:cccccc !important; }
body {
    color:cccccc !important;
}
.pBody {
    color:cccccc !important;
}
}