Difference between revisions of "The Businessman.css"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 19: | Line 19: | ||
|    display: flex; |    display: flex; | ||
|    flex-flow: row wrap; |    flex-flow: row wrap; | ||
| + | } | ||
| + | |||
| + | #toc > ul > li > a { | ||
| + |   font-weight: bold; | ||
| } | } | ||
Revision as of 13:56, 22 January 2025
body, #mw-page-base, #mw-head-base, .navbox-title {
background: #ffee77;
}
- content {
background: #ffeeaa;
}
.toc, .navbox, #simpleSearch {
background: #eeddcc !important;
}
- toc {
padding-left: 18px;
}
- toc > ul {
display: flex; flex-flow: row wrap;
}
- toc > ul > li > a {
font-weight: bold;
}
- 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: 4pt;
}
.toc ul ul {
margin-left: 0 !important;
}