Difference between revisions of "MediaWiki:Common.css"
From S.H.O.
| Line 3: | Line 3: | ||
body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; } | body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; } | ||
| − | + | p { | |
| − | + | margin: 0.4em 8.5em 0.7em 0em; | |
| − | + | line-height: 1.25em; | |
| − | font-size: | + | font-size:150%; |
| − | + | ||
| − | + | ||
} | } | ||
Revision as of 12:12, 23 April 2016
/* CSS placed here will be applied to all skins */
body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; }
p {
margin: 0.4em 8.5em 0.7em 0em;
line-height: 1.25em;
font-size:150%;
}
.tocnumber { display: none; }
/* Fix sidebar */
div#mw-panel { position: fixed;
overflow: auto;
top: 0px;
bottom: 0px;
height: 100%;
/* Prevent content overlay when sidewards scrolling */
background-color: #F6F6F6;
border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements */
pre {
overflow: auto;
max-height: 25em;
}
