Difference between revisions of "MediaWiki:Monobook.css"

From Hitchwiki
Jump to navigation Jump to search
Line 17: Line 17:
 
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
 
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
 
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }
 
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }
 +
 +
h3 {
 +
  color:#5c5;
 +
}

Revision as of 12:54, 4 December 2006

/* CSS placed here will affect users of the Monobook skin */

BODY { 
  background: none; 
/* url(http://couchsurfing.com/images/bg6-100k.jpg) top no-repeat; */

/*
  background-attachment: scroll;
  background-repeat: repeat-x; 
*/

  background-color: #eed;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }

h3 {
  color:#5c5;
}