Difference between revisions of "The M.D.css"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
background: #aa5555; | background: #aa5555; | ||
} | } | ||
| + | |||
#content { | #content { | ||
background: #ee8888; | background: #ee8888; | ||
} | } | ||
| + | |||
.toc, .navbox, #simpleSearch { | .toc, .navbox, #simpleSearch { | ||
background: #eeaaaa !important; | background: #eeaaaa !important; | ||
| + | } | ||
| + | |||
| + | #toc { | ||
| + | padding-left: 18px; | ||
| + | } | ||
| + | |||
| + | #toc > ul { | ||
| + | display: flex; | ||
| + | flex-flow: row wrap; | ||
| + | } | ||
| + | |||
| + | #toc li.toclevel-1 { | ||
| + | width: 30%; | ||
| + | margin-right: 10pt; | ||
| + | margin-top: 6pt; | ||
| + | } | ||
| + | |||
| + | #toc li.toclevel-2 { | ||
| + | font-size: 95%; | ||
| + | line-height: 120%; | ||
| + | margin-top: 3pt; | ||
| + | margin-bottom: 2pt; | ||
| + | } | ||
| + | |||
| + | .toc ul ul { | ||
| + | margin-left: 0 !important; | ||
} | } | ||
Revision as of 02:29, 5 February 2021
body, #mw-page-base, #mw-head-base, .navbox-title {
background: #aa5555;
}
- content {
background: #ee8888;
}
.toc, .navbox, #simpleSearch {
background: #eeaaaa !important;
}
- toc {
padding-left: 18px;
}
- toc > ul {
display: flex; flex-flow: row wrap;
}
- toc li.toclevel-1 {
width: 30%; margin-right: 10pt; margin-top: 6pt;
}
- toc li.toclevel-2 {
font-size: 95%; line-height: 120%; margin-top: 3pt; margin-bottom: 2pt;
}
.toc ul ul {
margin-left: 0 !important;
}