MediaWiki:Common.css: Difference between revisions

From FreeMind
Jump to navigationJump to search
(try to switch off background)
(+Set hyperlinks without underline)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
.pBody { background: none; }
.pBody { background: none; }
div.pBody { border: none; }
div.pBody { border: none; }
body { background: #f8f8fF0 url(headbg.jpg) 0 0 no-repeat; }
 
/* Remove background image */
body { background: #f6f7f8 url(headbg.jpg) 0 0 no-repeat; }
 
/* Set hyperlinks without underline, a popular setting in many web sites*/
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}

Latest revision as of 10:54, 14 March 2011

/* CSS placed here will be applied to all skins */
.pBody { background: none; }
div.pBody { border: none; }

/* Remove background image */
body { background: #f6f7f8 url(headbg.jpg) 0 0 no-repeat; }

/* Set hyperlinks without underline, a popular setting in many web sites*/
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}