Jump to content

User:NerdyNSK/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.
///// here begins a css created by [[en:User:NerdyNSK]] /////
///// Initially based on a css created by [[it:Utente:Kormoran]]          /////



#p-cactions { 
    background-color: #f8f9ff;  
}
#p-cactions li { 
    background-color: #f8f9ff;
}
#p-cactions li.selected { 
    background-color: #f8f9ff;
}
#p-cactions li.new { 
    background-color: #f8f9ff;
}
#p-cactions li a { 
    background-color: #f8f9ff !important; 
}
#p-cactions li.selected a {
    background-color:#f8f9ff;
}
 
/* Color background */ 
body {
    background: f8f9ff;
    
}

#content { background : #f8f9ff !important; }
 
hr {
    background-color: #f8f9ff;
}
 
#p-personal li a {
  background-color: #f8f9ff;
  background: #f8f9ff;
}
 
#searchInput { 

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

#mytabs li {
    background: #f8f9ff;
}

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

#catlinks {
    background-color:#f8f9ff;
}

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

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