Difference between revisions of "The Businessman.css"

From Nitbar
Jump to navigation Jump to search
Line 9: Line 9:
  
 
.toc, .navbox, #simpleSearch {
 
.toc, .navbox, #simpleSearch {
   background: #eeddcc !important;
+
   background: #f4eebb !important;
 
}
 
}
  
Line 23: Line 23:
 
#toc > ul > li > a {
 
#toc > ul > li > a {
 
   font-weight: bold;
 
   font-weight: bold;
 +
  margin-left: 20pt;
 
}
 
}
  

Revision as of 13:01, 22 January 2025

body, #mw-page-base, #mw-head-base, .navbox-title {

 background: #ffee77;

}

  1. content {
 background: #ffeeaa;

}

.toc, .navbox, #simpleSearch {

 background: #f4eebb !important;

}

  1. toc {
 padding-left: 18px;

}

  1. toc > ul {
 display: flex;
 flex-flow: row wrap;

}

  1. toc > ul > li > a {
 font-weight: bold;
 margin-left: 20pt;

}

  1. toc li.toclevel-1 {
 width: 30%;
 margin-right: 10pt;
 margin-top: 6pt;

}

  1. toc li.toclevel-2 {
 font-size: 95%;
 line-height: 120%;
 margin-top: 3pt;
 margin-bottom: 4pt;

}

.toc ul ul {

 margin-left: 0 !important;

}