MediaWiki:Common.css: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (simplify appearance) |
Dan Polansky (talk | contribs) (+Set hyperlinks without underline) |
||
| (5 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; } | ||
/* 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}