MediaWiki:Vector.css

From London Hackspace Wiki
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 ALL users of the Vector skin */

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

/* For referring to tube lines */
.tube {
  font-weight: bold;
  -lhs-morning-crescent: visited;
}
.tube.bak { color: #852; }
.tube.cen { color: #c11; }
.tube.cir { color: #da0; }
.tube.dis { color: #073; }
.tube.ham { color: #b78; }
.tube.met { color: #805; }
.tube.jub { color: #999; }
.tube.ntn { color: #000; }
.tube.pic { color: #14a; }
.tube.vic { color: #29f; }
.tube.wac { color: #2a8; }
.tube.ovg { color: #f80; }

/* Haynes-style Manual */
#manual-cover {
    font-family: arial, helvetica;
    background-color: #3528A8;
    padding: 2ex 1em;
    max-width: 50em;
    box-shadow: 1px 1px 3px #888;
}
#manual-cover a {
    text-decoration: none;
}
#manual-cover .title {
    margin: 4px;
    width: 100%;
}
#manual-cover h1 {
    font-size: 36pt;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(20, 20, 20, 0.15);
    line-height: 0.9;
    width: 7em;
    margin: 0 0 0.5ex 0;
    display: inline-block;
    color: #eee; /* reset */
    padding: 0; /* reset */
    border: none; /* reset */
    font-weight: bold; /* reset */
}
#manual-cover .insignia {
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #eee url(http://london.hackspace.org.uk/images/london.png) no-repeat center center;
    float: right;
    margin-right: 1em;
}
#manual-cover small {
    font-size: 11pt;
}
#manual-cover h3 {
    margin: 1ex 0;
    color: #eee; /* reset */
    padding: 0; /* reset */
    border: none; /* reset */
    font-weight: bold; /* reset */
    font-size: 11pt;
}
#manual-cover h2 {
    display: block;
    clear: right;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0 0 1ex 0;
    padding: 0.4ex 0.1em;
    color: #bbb;
    font-weight: bold; /* reset */
}
#manual-cover .diagram {
    background: url(http://wiki.london.hackspace.org.uk/w/images/d/d0/Ms7821_447_Hackney_Road.png) no-repeat center center;
    background-size: contain;
    height: 60ex;
    display: inline-block;
    width: 100%;
    margin-top: 1ex;
}