Difference between revisions of "MediaWiki:Common.css"
From Cargo Handbook - the world's largest cargo transport guidelines website
| Line 11: | Line 11: | ||
float: right; | float: right; | ||
} | } | ||
| + | |||
| + | #column-content { | ||
| + | width: 100%; | ||
| + | float: right; | ||
| + | margin: 0 0 .6em -12.2em; | ||
| + | padding: 0; | ||
| + | } | ||
| + | |||
| + | #ca-talk { display:none!important; } | ||
| + | |||
| + | #ca-watch { display:none;} | ||
| + | |||
| + | #mw-subcategories { display:none;} | ||
| + | |||
| + | #f-poweredbyico { display: none; } | ||
| + | |||
| + | #lastmod { display: none; } | ||
Revision as of 10:46, 23 March 2014
/* h1, h2, h3, h4, h5, h6 {color: 003a81;}; */
/* displayed formula, formula number */
div.texdisplay {
margin: 3px; padding: 3px;
background-color: transparent;
text-align:center;
}
/* change to float:left if you want formula numbers appear on the left */
div.texdisplay span.dispno {
float: right;
}
#column-content {
width: 100%;
float: right;
margin: 0 0 .6em -12.2em;
padding: 0;
}
#ca-talk { display:none!important; }
#ca-watch { display:none;}
#mw-subcategories { display:none;}
#f-poweredbyico { display: none; }
#lastmod { display: none; }

