Notice: We are aware that many of the Chewiki’s images are still broken. We promise: we will try our best to fix it, but we don't guarantee that the fix will be trivial.

User:PSE1nf0/monobook.css

From Chewiki Archive - YouChew: 1% Funny, 99% Hot Gas

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

  • Mozilla Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
.color1 {
   background-color: purple;
   color:            pink;
}
 
.color1 a {
   color:            pink;
}
 
.color2 {
   background-color: 	purple;
}
 
.accent {
       background-color: Purple; /*a tint of .color1*/
       border-color: purple; /*same as .color1's background*/
       color: White; /*text color that looks appropriate on the background-color*/
}
.neutral {
       background-color: Purple; /*a color that offsets slightly from the main article background color*/
       border-color: Black; /*a border color that looks good*/
       color: White; /*text color that looks appropriate on the background-color*/
}