MediaWiki:Monaco.css

From GMU Wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.color1 {
   background-color: Green;
   color:            White;
}
 
.color1 a {
   color:            White;
}
 
.color2 {
   background-color: 	LightGray;
}
 
.accent {
       background-color: LightGreen; /*a tint of .color1*/
       border-color: Green; /*same as .color1's background*/
       color: Black; /*text color that looks appropriate on the background-color*/
}
.neutral {
       background-color: LightGoldenRodYellow; /*a color that offsets slightly from the main article background color*/
       border-color: #AAAAAA; /*a border color that looks good*/
       color: #000000; /*text color that looks appropriate on the background-color*/
}