User:PieFormation/monobook.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
#content {
#content {
   background-color: #000000;
   background-color: #000000;
   color: orange;
   color: green;
}
}


.firstHeading, .previewnote, #mw-previewheader, h3, .editsection {
.firstHeading, .previewnote, #mw-previewheader, h3, .editsection {
   color: orange;
   color: green;
}
}



Latest revision as of 01:33, 25 June 2011

#content {
  background-color: #000000;
  color: green;
}

.firstHeading, .previewnote, #mw-previewheader, h3, .editsection {
  color: green;
}

a {
  color: #C0C0C0;
}

a:visited {
  color: #808080;
}