Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #p-logo a, #p-logo a:hover { display: block; height: 200px; width: 12.2em; background-repeat: no-repeat; background-pos...") |
|||
(27 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | #p-logo a { | |
− | #p-logo a | + | background-position: left; |
− | + | } | |
− | + | .mw-wiki-logo { | |
− | + | background-size: 10em; | |
− | + | background: url(null); | |
− | + | ||
− | + | } | |
− | + | #mw-page-base{ | |
+ | height:10em; | ||
+ | background: url(/wiki/BoSL_Logo4.png?9e9aa); | ||
+ | background-size: 24em; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: 1em 0em; | ||
+ | } | ||
+ | |||
+ | #mw-head { | ||
+ | top: 5em; | ||
} | } |
Latest revision as of 17:34, 4 November 2019
#p-logo a { background-position: left; } .mw-wiki-logo { background-size: 10em; background: url(null); } #mw-page-base{ height:10em; background: url(/wiki/BoSL_Logo4.png?9e9aa); background-size: 24em; background-repeat: no-repeat; background-position: 1em 0em; } #mw-head { top: 5em; }