Difference between revisions of "MediaWiki:Common.css"
| Line 36: | Line 36: | ||
.firstHeading { | .firstHeading { | ||
font-weight: bold; | font-weight: bold; | ||
| + | margin-top:0px; | ||
} | } | ||
| Line 41: | Line 42: | ||
h1 { | h1 { | ||
clear:both; | clear:both; | ||
| − | margin-top: | + | margin-top:25px; |
} | } | ||
| Line 48: | Line 49: | ||
font-weight:normal; | font-weight:normal; | ||
clear:both; | clear:both; | ||
| + | margin-top:10px; | ||
} | } | ||
/* H3 headings in not bold*/ | /* H3 headings in not bold*/ | ||
Revision as of 13:15, 15 December 2010
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
padding: .5em;
}
.my-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
background-color: #bcd;
border-style: inset;
}
/* Border around syntaxhighlight as with pre */
div.mw-geshi {
padding: 0.3em;
border: 1px dashed #2f6fab;
background-color: #f9f9f9;
}
/* narrower border */
pre {
padding: 0.5em;
}
.toc{
float:right;
margin-left:30px;
}
.firstHeading {
font-weight: bold;
margin-top:0px;
}
/* H1 headings*/
h1 {
clear:both;
margin-top:25px;
}
/* H2 headings*/
h2 {
font-weight:normal;
clear:both;
margin-top:10px;
}
/* H3 headings in not bold*/
h3 {
font-weight:normal;
}
/* H4 headings in italic */
h4 {
font-style:italic;
}