Difference between revisions of "CSS/On Wings of Song.css"

From Nitbar
Jump to navigation Jump to search
(Created page with " body { background: #eeccaa; #mw-page-base, #mw-head-base, .navbox-title { background: #c0b8b0; } #content { background: #eadfcd; } .toc, .navbox { ba...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 
body {
 
body {
   background: #eeccaa;
+
   background: #59597b;
  
 
   #mw-page-base, #mw-head-base, .navbox-title {
 
   #mw-page-base, #mw-head-base, .navbox-title {
     background: #c0b8b0;
+
     background: #59597b;
 +
    color: #cfd8f2;
 +
    & a { color: #9ce; }
 +
    & a:hover { color: #fffcd6; }
 
   }
 
   }
 
   #content {
 
   #content {
     background: #eadfcd;
+
     background: #cfd8f2;
 
   }
 
   }
 
   .toc, .navbox {
 
   .toc, .navbox {
     background: #f2f5ff !important;
+
     background: #fffcd6 !important;
 +
  }
 +
  nav a {
 +
    color: #68b !important;
 
   }
 
   }
 
}
 
}

Latest revision as of 00:25, 25 January 2025

body {

 background: #59597b;
 #mw-page-base, #mw-head-base, .navbox-title {
   background: #59597b;
   color: #cfd8f2;
   & a { color: #9ce; }
   & a:hover { color: #fffcd6; }
 }
 #content {
   background: #cfd8f2;
 }
 .toc, .navbox {
   background: #fffcd6 !important;
 }
 nav a {
   color: #68b !important;
 }

}