Difference between revisions of "MediaWiki:Monobook.css"

From David's Notebook
Jump to navigationJump to search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
  +
  +
/* Open Game Content block */
   
 
div.opengamecontent {
 
div.opengamecontent {
background: #f0f0ff;
+
background-color: #f0f0ff;
 
}
 
}
   
Line 9: Line 11:
 
font-size: 0.8em;
 
font-size: 0.8em;
 
clear: both;
 
clear: both;
  +
}
  +
  +
/* Monster stats table */
  +
  +
table.monsterstats {
  +
background: none;
  +
float: right;
  +
margin: 0.5em;
  +
padding: 0;
  +
border: none;
  +
border-collapse: collapse;
  +
}
  +
  +
table.monsterstats tr {
  +
vertical-align: top;
  +
}
  +
  +
table.monsterstats tr.odd {
  +
background-color: rgb(100%, 100%, 70%);
  +
}
  +
  +
table.monsterstats tr.even {
  +
background-color: rgb(100%, 100%, 85%);
  +
}
  +
  +
table.monsterstats th {
  +
text-align: right;
  +
padding-left: 0.5em;
  +
padding-right: 0.25em;
  +
}
  +
  +
table.monsterstats td {
  +
padding-left: 0.25em;
  +
padding-right: 0.5em;
  +
}
  +
  +
tr.footnote-hidden {
  +
display: none;
  +
}
  +
  +
table tr.footnote {
  +
background: none;
  +
}
  +
  +
/* Encounter table */
  +
  +
table.encounter {
  +
margin-left: 5em;
 
}
 
}

Latest revision as of 09:21, 23 September 2009

/* edit this file to customize the monobook skin for the entire site */

/* Open Game Content block */

div.opengamecontent {
    background-color: #f0f0ff;
}

div.ogcfooter {
    text-align: right;
    font-size: 0.8em;
    clear: both;
}

/* Monster stats table */

table.monsterstats {
    background: none;
    float: right;
    margin: 0.5em;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

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

table.monsterstats tr.odd {
    background-color:  rgb(100%, 100%, 70%);
}

table.monsterstats tr.even {
    background-color:  rgb(100%, 100%, 85%);
}

table.monsterstats th {
    text-align: right;
    padding-left: 0.5em;
    padding-right: 0.25em;
}

table.monsterstats td {
    padding-left: 0.25em;
    padding-right: 0.5em;
}

tr.footnote-hidden {
    display: none;
}

table tr.footnote {
    background: none;
}

/* Encounter table */

table.encounter {
    margin-left: 5em;
}