Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
#bodyContent h2 { | #bodyContent h2 { | ||
| − | margin-top: . | + | margin-top: .7em; |
| + | } | ||
| + | |||
| + | .thumb.tright { | ||
| + | clear: none !important; | ||
| + | } | ||
| + | |||
| + | h4 { | ||
| + | font-size: 116%; | ||
| + | font-style: italic; | ||
| + | margin-left: 4px; | ||
| + | } | ||
| + | |||
| + | .mw-body-content { | ||
| + | font-size: .82em; | ||
| + | } | ||
| + | |||
| + | #pt-logout { | ||
| + | display: none; | ||
} | } | ||
Latest revision as of 22:04, 15 August 2015
/* CSS placed here will affect users of the Vector skin */
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px dashed #2f6fab;
}
#bodyContent h2 {
margin-top: .7em;
}
.thumb.tright {
clear: none !important;
}
h4 {
font-size: 116%;
font-style: italic;
margin-left: 4px;
}
.mw-body-content {
font-size: .82em;
}
#pt-logout {
display: none;
}