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

artists mentioned by Boards of Canada in their interviews

 Actions

MediaWiki

Difference between revisions of "Common.css"

m
m
Line 2: Line 2:
  
 
/* <pre><nowiki> */
 
/* <pre><nowiki> */
βˆ’
 
βˆ’
/* begin custom bocpages css */
 
βˆ’
 
βˆ’
.bocpagestable {
 
βˆ’
text-align: center;
 
βˆ’
border: 1px solid #41982F;
 
βˆ’
}
 
βˆ’
 
βˆ’
.bocpagestable tr {
 
βˆ’
font-size: 100%;
 
βˆ’
background-color: #FFFBEC;
 
βˆ’
}
 
βˆ’
 
βˆ’
.bocpagestable td {
 
βˆ’
}
 
βˆ’
 
βˆ’
/* custom bocpages cs end */
 
βˆ’
 
βˆ’
.interview-boc {
 
βˆ’
white-space: normal;  /* need for Firefox */
 
βˆ’
overflow-x: visible;  /* need for Firefox, extreme long string :( */
 
βˆ’
background-color: #F5F2ED;
 
βˆ’
margin: 0.4em 1.2em;
 
βˆ’
font: inherit;
 
βˆ’
padding: 0.4em;
 
βˆ’
border: 1px dashed #41982F;
 
βˆ’
}
 
βˆ’
 
  
 
/* wikitable/prettytable class for skinning normal tables */
 
/* wikitable/prettytable class for skinning normal tables */

Revision as of 22:46, 30 August 2008

/* 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: 1px dashed #41982F;
    background-color: #F3EDCF;
    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;
    background-color: #f5bf62;
    border: 2px solid black;
    text-align: center;
}

table.infobox th {
    font-size: 100%;
}

table.infobox th img {
  style="padding-bottom: 1em";
  border: 1px solid black;
}


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

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