MediaWiki:Monobook.css

From London Hackspace Wiki
Revision as of 09:45, 2 February 2011 by Ms7821 (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Monobook skin */

table.topalign tr {
 vertical-align: top;
}

/* Homepage appeal */

#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;
}

#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 */
}

#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;
}