MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
.colored { | .colored { | ||
padding: 1em; | |||
background-color: #3980ab; | background-color: #3980ab; | ||
color: white; | color: white; | ||
Revision as of 10:36, 18 September 2022
/* <pre> */
.home #toc {
display: none;
}
.home h1 {
font-size: 2.5em;
font-weight: bold;
border: none;
margin: 0 0 0.15em;
}
.home h2 {
font-size: 1.25em;
font-weight: bold;
border: none;
margin: 0 0 0.15em;
}
.invert {
color: white;
}
.content-tile {
border: 1px solid #438ab5;
background-color: #3980ab;
padding: 1em;
width: 25%;
margin-right: 1em;
margin-bottom: 1em;
}
.content-tile p {
font-size: 1.25em;
font-weight: bold;
}
.content-tile a, .content-tile a.new, .content-tile a.new:visited {
color: white;
}
.colored {
padding: 1em;
background-color: #3980ab;
color: white;
}
.colored h1, .colored h2, .colored h3, .colored h4 {
color: white;
}