Difference between revisions of "MediaWiki:Common.css"
Skilgannon (talk | contribs) m (Reverted edits by Skilgannon (talk) to last revision by Vaetir) |
Skilgannon (talk | contribs) |
||
Line 44: | Line 44: | ||
color: rgb(255, 255, 255); | color: rgb(255, 255, 255); | ||
} | } | ||
+ | |||
+ | hr { | ||
+ | height: 1px; | ||
+ | color: yellow; | ||
+ | background-color: yellow; | ||
+ | border: 0; | ||
+ | margin: .2em 0 .2em 0; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | color: #774a43; | ||
+ | background: none; | ||
+ | font-weight: normal; | ||
+ | margin: 0; | ||
+ | overflow: hidden; | ||
+ | padding-top: .5em; | ||
+ | padding-bottom: .17em; | ||
+ | border-bottom: 1px solid #aaa; | ||
+ | } | ||
+ | h1 { font-size: 188%; } | ||
+ | h1 .editsection { font-size: 53%; } | ||
+ | h2 { font-size: 150%; } | ||
+ | h2 .editsection { font-size: 67%; } | ||
+ | h3, h4, h5, h6 { | ||
+ | border-bottom: none; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | h3 { font-size: 132%; } | ||
+ | h3 .editsection { font-size: 76%; font-weight: normal; } | ||
+ | h4 { font-size: 116%; } | ||
+ | h4 .editsection { font-size: 86%; font-weight: normal; } | ||
+ | h5 { font-size: 100%; } | ||
+ | h5 .editsection { font-weight: normal; } | ||
+ | h6 { font-size: 80%; } | ||
+ | h6 .editsection { font-size: 125%; font-weight: normal; } |
Revision as of 17:22, 15 January 2013
/* CSS placed here will be applied to all skins */
body.page-Main_Page #catlinks,
body.page-Main_Page h1.firstHeading{
display: none;
}
.flaggedrevs-color-0 {
text-decoration: blink;
color: rgb(200, 0, 0);
background: none;
}
.flaggedrevs-color-1 {
background: none;
}
.mw-specialpagecached {
font-style: italic;
}
#bodyContent a.external {
padding-right: 0px;
}
li.gallerybox div.thumb,
div.tright div.thumbinner {
background: none;
border: 1px solid rgb(150, 150, 150);
}
html .thumbimage {
border: 1px solid rgb(180, 180, 180);
}
table.diff,
td.diff-otitle,
td.diff-ntitle,
td.diff-context {
background: none;
}
th .mw-collapsible-toggle a {
color: rgb(255, 255, 255);
}
hr {
height: 1px;
color: yellow;
background-color: yellow;
border: 0;
margin: .2em 0 .2em 0;
}
h1, h2, h3, h4, h5, h6 {
color: #774a43;
background: none;
font-weight: normal;
margin: 0;
overflow: hidden;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%; }
h6 .editsection { font-size: 125%; font-weight: normal; }