The Rocklopedia Fakebandica now has a podcast.
Listen now!
Difference between revisions of "MediaWiki:Common.css"
From Rocklopedia Fakebandica
Jump to navigationJump to searchLine 46: | Line 46: | ||
blockquote { | blockquote { | ||
− | + | background:#ccebf9 url(/images/1/1b/Quote-open.png) 0 10px no-repeat; | |
− | + | font-family:"grad-1","grad-2",Times,serif; | |
− | + | font-weight:bold; | |
− | + | padding:20px 10px 10px 15px; | |
− | + | font-size:150%; | |
− | + | margin-bottom:10px; | |
− | |||
− | font- | ||
− | font- | ||
− | |||
− | |||
− | |||
− | margin- | ||
} | } | ||
+ | blockquote p:last-child { min-height:32px; } | ||
+ | /* | ||
+ | blockquote p { | ||
+ | font-size:18px; | ||
+ | padding-right:50px; | ||
+ | min-height:46px; | ||
+ | font-family:"grad-1","grad-2",Times,serif; | ||
+ | font-style:normal; | ||
+ | font-weight:bold; | ||
+ | color:#020202; | ||
+ | } | ||
+ | */ | ||
+ | blockquote p:last-child { background:url(../img/pullquote-close.png) 100% 100% no-repeat;margin-bottom:0;padding-bottom:20px; } | ||
blockquote[cite]:after { | blockquote[cite]:after { |
Revision as of 21:55, 8 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; } #content { background: #ffffff url('images/6/69/Smallbackground.png') no-repeat right bottom; } #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; border-top-left-radius:0.4em; border-top-right-radius:0.4em; } #content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; -webkit-border-radius-topleft: 0.4em; -webkit-border-radius-bottomleft: 0.4em; -khtml-border-radius-topleft: 0.4em; -khtml-border-radius-bottomleft: 0.4em; border-top-left-radius:0.4em; border-bottom-left-radius:0.4em; } 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; border-top-right-radius:0.4em; border-bottom-right-radius:0.4em; } blockquote { background:#ccebf9 url(/images/1/1b/Quote-open.png) 0 10px no-repeat; font-family:"grad-1","grad-2",Times,serif; font-weight:bold; padding:20px 10px 10px 15px; font-size:150%; margin-bottom:10px; } blockquote p:last-child { min-height:32px; } /* blockquote p { font-size:18px; padding-right:50px; min-height:46px; font-family:"grad-1","grad-2",Times,serif; font-style:normal; font-weight:bold; color:#020202; } */ blockquote p:last-child { background:url(../img/pullquote-close.png) 100% 100% no-repeat;margin-bottom:0;padding-bottom:20px; } blockquote[cite]:after { display: block; text-align: right; content: "\2014\ " attr(cite); font-style: normal; font-size: 1.2em; }