Difference between revisions of "MediaWiki:Common.css"

From Meekipedia
Jump to: navigation, search
m
m
Line 16: Line 16:
 
     vertical-align: top;
 
     vertical-align: top;
 
}
 
}
.infobox th pre {
+
th pre {
 
   border: 0 solid black;
 
   border: 0 solid black;
 +
  background-color: transparent;
 
}
 
}
 
.infobox caption {
 
.infobox caption {

Revision as of 15:24, 20 February 2010

/* CSS placed here will be applied to all skins */
/* <pre><nowiki> */

/* Infobox template style */
.infobox {
    border: 0px solid #aaa;
    background-color: #ffdab7;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
th pre {
  border: 0 solid black;
  background-color: transparent;
}
.infobox caption {
    font-size: larger;
}

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