Difference between revisions of "Turtle Diary.css"

From Nitbar
Jump to navigation Jump to search
(Created page with " body, #mw-page-base, #mw-head-base, .navbox-title { background: #228866; } #content, #simpleSearch { background: #bbcc88; } .toc, .navbox { background: #aacc44 !importa...")
(No difference)

Revision as of 02:51, 5 February 2021

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

 background: #228866;

}

  1. content, #simpleSearch {
 background: #bbcc88;

} .toc, .navbox {

 background: #aacc44 !important;

} div.thumbinner {

 background: #ddeedd;

}

  1. toc > ul {
 display: flex;
 flex-flow: row wrap;
 margin-top: 8pt;

}

  1. toc li.toclevel-1 {
 width: 30%;
 margin-right: 5pt;

}

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

}