MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
hr { | hr { | ||
border: 3.0px solid rgb(200,216,228); | border: 3.0px solid rgb(200,216,228); | ||
} | } | ||
Revision as of 16:18, 5 January 2023
/*Paragraph style*/
* {
font-family: Tahoma, System sans-serif;
}
/*Body styling*/
html {
font-size: 120%
}
/* Heading styles*/
h2 {
background-color: #F8A97A;
overflow: auto;
}
.mw-body-content h2 {
line-height:1.85;
}
h3 {
background-color: #D5E6B1;
overflow: auto;
}
.vector-body h3 {
font-weight:normal;
font-size: 1.15em;
}
h4, h5, h6 {
font-family: System sans-serif;
font-weight: bold;
overflow: auto;
}
h4 {
border-bottom: 3px solid #66D09A
}
/* Horizontal line style */
hr {
border: 3.0px solid rgb(200,216,228);
}