👉 Boards of Canada’s Vibrations - a playlist by Moz and Fredd-E

artists mentioned by Boards of Canada in their interviews

 Actions

MediaWiki

Common.css

Revision as of 03:56, 17 March 2008 by Moebius (talk | contribs) (infobox styling)

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: 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 be applied to all skins */

/* <pre><nowiki> */

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}

/* Messagebox templates */
.messagebox {
    border: 2px solid black;
    background-color: #f5bf62;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 2px solid black;
    background-color: #f5bf62;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 4px 2px 4px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
    background: #f5bf62;
}


/* Infobox style */
.infobox {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    width: 22em;
}

th.infobox {
    text-align: center;
    background-color:#f5bf62;
    border: 2px solid black;
    font-size: 100%;" 
}

td.infobox {
    font-size:12px;
    text-align: center;
    background-color:#ffedcc;
    border: 1px solid black"
}

/* </nowiki></pre> */