Difference between revisions of "MediaWiki:Common.css"

From Discovery Wiki
Jump to navigationJump to search
m (Reverted edits by Blodo (Talk); changed back to last version by Chovynz)
Line 6: Line 6:
 
     text-align: right;
 
     text-align: right;
 
     width: auto;
 
     width: auto;
}
 
 
.infoboxtoc .toc {
 
border: 0px !important;
 
background-color: transparent !important;
 
width: 100% !important;
 
margin: 0px !important;
 
font-size: 1em !important;
 
}
 
 
.infoboxtoc .toc #toctitle {
 
display: none !important;
 
}
 
 
.image_centre * {
 
vertical-align: middle;
 
 
}
 
}

Revision as of 22:50, 18 May 2010

/** CSS placed here will be applied to all skins */

.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}