Difference between revisions of "The Businessman.css"

From Nitbar
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
body, #mw-page-base, #mw-head-base, .navbox-title {
+
body, #mw-page-base, #mw-head-base, th.navbox-title {
 
   background: #ffee77;
 
   background: #ffee77;
 
}
 
}
Line 9: Line 9:
  
 
.toc, .navbox, #simpleSearch {
 
.toc, .navbox, #simpleSearch {
   background: #eeddcc !important;
+
   background: #f4eebb !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;
 
 
}
 
}

Latest revision as of 00:53, 25 January 2025

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

 background: #ffee77;

}

  1. content {
 background: #ffeeaa;

}

.toc, .navbox, #simpleSearch {

 background: #f4eebb !important;

}