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.

Difference between revisions of "User:PSE1nf0/monobook.css"

From Chewiki Archive - YouChew: 1% Funny, 99% Hot Gas
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
.color1 {
+
body {background-image:url('http://youchewpoop.com/forum/styles/Vanilla%20Pudding/imageset/site_logo.gif');}
  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*/
 
}
 

Latest revision as of 14:44, 15 May 2010

body {background-image:url('http://youchewpoop.com/forum/styles/Vanilla%20Pudding/imageset/site_logo.gif');}