The Rocklopedia Fakebandica now has a podcast.
Listen now!
Difference between revisions of "MediaWiki:Common.css"
From Rocklopedia Fakebandica
Jump to navigationJump to searchLine 3: | Line 3: | ||
body {background: #e1e1e1 url("images/2/26/Background.png") 0px 0px; } | body {background: #e1e1e1 url("images/2/26/Background.png") 0px 0px; } | ||
#bodyContent { | #bodyContent { | ||
− | background: # | + | background: #000000 url('images/6/69/Smallbackground.png') no-repeat center center; |
} | } | ||
#p-personal a:link {color:#9400D3; font-weight:bold; | #p-personal a:link {color:#9400D3; font-weight:bold; | ||
Line 14: | Line 14: | ||
} | } | ||
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ | /* 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; } | + | #p-cactions ul li, #p-cactions ul li a { |
− | #content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; } | + | -moz-border-radius-topleft: 0.4em; |
− | div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; } | + | -moz-border-radius-topright: 0.4em; |
+ | -webkit-border-radius-topleft: 0.4em; | ||
+ | -webkit-border-radius-topright: 0.4em; | ||
+ | -khtml-border-radius-topleft: 0.4em; | ||
+ | -khtml-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; | ||
+ | -webkit-border-radius-topright: 0.4em; | ||
+ | -webkit-border-radius-bottomright: 0.4em; | ||
+ | -khtml-border-radius-topright: 0.4em; | ||
+ | -khtml-border-radius-bottomright: 0.4em; | ||
+ | } |
Revision as of 22:52, 3 June 2011
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } body {background: #e1e1e1 url("images/2/26/Background.png") 0px 0px; } #bodyContent { background: #000000 url('images/6/69/Smallbackground.png') no-repeat center center; } #p-personal a:link {color:#9400D3; font-weight:bold; } #p-personal a:visited {color:#9400D3; } #p-personal a:hover {color:#003EFF; } #p-personal a:active {color:#003EFF; } /* 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; -webkit-border-radius-topleft: 0.4em; -webkit-border-radius-topright: 0.4em; -khtml-border-radius-topleft: 0.4em; -khtml-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; -webkit-border-radius-topright: 0.4em; -webkit-border-radius-bottomright: 0.4em; -khtml-border-radius-topright: 0.4em; -khtml-border-radius-bottomright: 0.4em; }