Difference between revisions of "The Businessman.css"

From Nitbar
Jump to navigation Jump to search
(Created page with " body, #mw-page-base, #mw-head-base, .navbox-title { background: #ffee77; } #content { background: #ffeeaa; } .toc, .navbox, #simpleSearch { background: #eeddcc !importa...")
 
 
Line 3: Line 3:
 
   background: #ffee77;
 
   background: #ffee77;
 
}
 
}
 +
 
#content {
 
#content {
 
   background: #ffeeaa;
 
   background: #ffeeaa;
 
}
 
}
 +
 
.toc, .navbox, #simpleSearch {
 
.toc, .navbox, #simpleSearch {
 
   background: #eeddcc !important;
 
   background: #eeddcc !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: 4pt;
 +
}
 +
 +
.toc ul ul {
 +
  margin-left: 0 !important;
 
}
 
}

Latest revision as of 03:37, 5 February 2021

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

 background: #ffee77;

}

  1. content {
 background: #ffeeaa;

}

.toc, .navbox, #simpleSearch {

 background: #eeddcc !important;

}

  1. toc {
 padding-left: 18px;

}

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

}

  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;

}