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...")
 
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
   background: #228866;
 
   background: #228866;
 
}
 
}
#content, #simpleSearch {
+
 
 +
#content, div#simpleSearch {
 
   background: #bbcc88;
 
   background: #bbcc88;
 
}
 
}
 +
 
.toc, .navbox {
 
.toc, .navbox {
   background: #aacc44 !important;
+
   background: #bbcc55 !important;
 
}
 
}
 +
 
div.thumbinner {
 
div.thumbinner {
 
   background: #ddeedd;
 
   background: #ddeedd;
}
 
#toc > ul {
 
  display: flex;
 
  flex-flow: row wrap;
 
  margin-top: 8pt;
 
}
 
#toc li.toclevel-1 {
 
  width: 30%;
 
  margin-right: 5pt;
 
}
 
#toc li.toclevel-2 {
 
  font-size: 95%;
 
  line-height: 120%;
 
  margin-top: 3pt;
 
  margin-bottom: 2pt;
 
 
}
 
}

Latest revision as of 13:07, 22 January 2025

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

 background: #228866;

}

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

}

.toc, .navbox {

 background: #bbcc55 !important;

}

div.thumbinner {

 background: #ddeedd;

}