MediaWiki:Common.css
From Fungal Genomics
(Difference between revisions)
Nick O'Toole (Talk | contribs) |
Nick O'Toole (Talk | contribs) |
||
Line 49: | Line 49: | ||
} | } | ||
- | #p-logo a { background: url(/ | + | #p-logo a { background: url(/wiki/File:Gz_logo.png) 35% 50% no-repeat !important; } |
Revision as of 17:11, 22 March 2011
/* CSS placed here will be applied to all skins */ body { background: #4682B4; } .noticebox { -moz-border-radius: 1em; -webkit-border-radius: 1em; background: #cde; padding: 5px; } .toc { -moz-border-radius: 1em; } /* 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: .5em; -webkit-border-radius: .5em; border: none; } #content { -moz-border-radius-bottomleft: 1em; -moz-border-radius-topleft: 1em; -webkit-border-bottom-left-radius: 1em; -webkit-border-top-left-radius: 1em; border: none; min-height: 400px; } div.pBody { -moz-border-radius-bottomright: 1em; -moz-border-radius-topright: 1em; -webkit-border-bottom-right-radius: 1em; -webkit-border-top-right-radius: 1em; background: white; border: none; padding-top: 4px; valign: top; } /* used to hide main page title */ body.page-Main_Page h1.firstHeading { display:none; } th { text-align: right; vertical-align:text-top; } #p-logo a { background: url(/wiki/File:Gz_logo.png) 35% 50% no-repeat !important; }