MediaWiki:Monobook.css

From London Hackspace Wiki
Revision as of 21:26, 19 December 2010 by Fridgehead (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

div.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 {
 display: block;
 padding: 1.25em 100px 0.75em 0.75em;
 text-shadow: 0 0 6px #000;
}

div.appeal a {
 color: #1d8399;
 background: url(http://johnnysausage.com/img/charles.png) right top no-repeat;
 font-weight: bold;
}

/* Site logo (see [[:File:Hackspace_Wiki.png]]) */

#column-one #p-logo a {
 background-image: url(http://wiki.hackspace.org.uk/w/images/c/cc/Hackspace_Wiki.png) !important;
}