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 (I know, purple. But it could help me design a Wiki skin for Fiddle!)
 
(No difference)

Revision as of 18:11, 28 January 2010

.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*/
}