MediaWiki:Monobook.css: Difference between revisions
From London Hackspace Wiki
(Move style out of template) |
No edit summary |
||
Line 55: | Line 55: | ||
width: 110px; | width: 110px; | ||
padding: 3px; | padding: 3px; | ||
margin: 5ex 3em; | |||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
border: 1px solid black; | border: 1px solid black; | ||
float:center; | float:center; | ||
vertical-align: | vertical-align: middle; | ||
} | } |
Revision as of 13:12, 21 January 2011
/* CSS placed here will affect users of the Monobook skin */ table.topalign tr { vertical-align: top; } /* Homepage appeal */ div.appeal a, #hackspace-appeal a { display: block; height: 172px; max-width: 1024px; font-family: helvetica, arial, monospace; font-size: 2.25em; line-height: 1.125em; margin: 0 auto 0 auto; } div.appeal a span, #hackspace-appeal a span { display: block; padding: 1.25em 100px 0.75em 0.75em; text-shadow: 0 0 6px #000; /* For clients that support it */ } div.appeal a, #hackspace-appeal a { color: #1d8399; background: url(http://wiki.hackspace.org.uk/w/images/2/24/Appeal-no-text.jpg) right top no-repeat; font-weight: bold; } /* Make the wiki look a little more Hackspace-y */ #footer { background-color: transparent; border: none; text-align: right; color: #666; } #footer #about { display: none; } /* Site logo (see [[:File:Hackspace_Wiki.png]]) */ #column-one #p-logo a { /* TODO: update this server-side, and then remove from this file */ background-image: url(http://wiki.hackspace.org.uk/w/images/c/cc/Hackspace_Wiki.png) !important; } /* Members page */ div.memberdetails { display: inline-block; width: 110px; padding: 3px; margin: 5ex 3em; background-color: #f2f2f2; border: 1px solid black; float:center; vertical-align: middle; }