MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 62: | Line 62: | ||
} | } | ||
h3 { | h3 { | ||
border-bottom: | border-bottom: 5px solid #D5E6B1; | ||
margin-left: .75em; | margin-left: .75em; | ||
} | } | ||
h4 { | h4 { | ||
border-bottom: | border-bottom: 4px solid #F8A97A; | ||
margin-left: 1em; | margin-left: 1em; | ||
} | } | ||
h5 { | h5 { | ||
border-bottom: | border-bottom: 3px solid #F8A97A; | ||
margin-left: 1.10em; | margin-left: 1.10em; | ||
} | } | ||
h6 { | h6 { | ||
border-bottom: | border-bottom: 2px solid #F8A97A; | ||
margin-left: 1.10em; | margin-left: 1.10em; | ||
} | } | ||
Revision as of 15:41, 11 January 2023
/*Paragraph style*/
* {
font-family: Tahoma, System sans-serif;
}
/*Body styling*/
html {
font-size: 125%;
}
/* Heading and section styles*/
h2 {
overflow: auto;
}
h3 {
padding-left: 0.25em;
overflow: auto;
}
h4, h5, h6 {
font-weight: normal;
padding-left: 0.25em;
overflow: auto;
}
h2, h3, h4, h5, h6 {
padding-top: 1.5em;
}
.mw-body-content h2 {
line-height:1.85;
}
.vector-body h3 {
margin-bottom: 0;
line-height: 1.25;
font-weight: normal;
font-size: 1.15em;
padding-bottom: .5em;
}
.vector-body h4 {
margin-bottom: 0;
line-height: 1.25;
font-weight:normal;
margin-left: 1.10em;
}
.vector-body h5, .vector-body h6 {
margin-bottom: 0;
line-height: 1.25;
margin-left: 1.10em;
}
/* Horizontal line styles*/
h2 {
border-bottom: 6px solid #66D09A;
}
h3 {
border-bottom: 5px solid #D5E6B1;
margin-left: .75em;
}
h4 {
border-bottom: 4px solid #F8A97A;
margin-left: 1em;
}
h5 {
border-bottom: 3px solid #F8A97A;
margin-left: 1.10em;
}
h6 {
border-bottom: 2px solid #F8A97A;
margin-left: 1.10em;
}
hr {
border-top: 1px solid rgb(200,216,228);
}