MediaWiki:Monobook.css: Difference between revisions
From London Hackspace Wiki
No edit summary |
Alexmuller (talk | contribs) (Tabs along the top a nice Hackspace blue) |
||
Line 33: | Line 33: | ||
/* Make the wiki look a little more Hackspace-y */ | /* Make the wiki look a little more Hackspace-y */ | ||
#p-cactions li { | |||
padding: 0.2em 0; | |||
} | |||
#p-cactions li.selected { | |||
border-color: #3528A8; | |||
padding: 0.2em 0; | |||
} | |||
#p-cactions li a { | |||
text-transform: none; | |||
} | |||
#p-cactions li.selected a, #p-cactions li.selected a:hover { | |||
background-color: #3528A8; | |||
color: #fff; | |||
padding: 0.2em 1em !important; | |||
} | |||
#footer { | #footer { |
Revision as of 18:31, 23 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 */ #p-cactions li { padding: 0.2em 0; } #p-cactions li.selected { border-color: #3528A8; padding: 0.2em 0; } #p-cactions li a { text-transform: none; } #p-cactions li.selected a, #p-cactions li.selected a:hover { background-color: #3528A8; color: #fff; padding: 0.2em 1em !important; } #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; }