Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Lrose Wiki

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/*
+
/* Don't like the black top bar? Change the colors and uncomment
 +
  This is incomplete. It doesn't change the color of the pulldowns.
 +
 
 
.top-bar,
 
.top-bar,
 
.top-bar-section ul,
 
.top-bar-section ul,
Line 5: Line 7:
 
.top-bar-section li a:not(.button),
 
.top-bar-section li a:not(.button),
 
.top-bar-section .has-form {
 
.top-bar-section .has-form {
     background: #0a6298;
+
     background: #333333;
 
}
 
}
  
 
.top-bar-section > ul > .divider,
 
.top-bar-section > ul > .divider,
 
.top-bar-section > ul > [role="separator"] {
 
.top-bar-section > ul > [role="separator"] {
   border-color: #0c7bc0;
+
   border-color: black;
 
}
 
}
 +
 
*/
 
*/

Latest revision as of 21:51, 10 July 2019

/* Don't like the black top bar? Change the colors and uncomment
   This is incomplete. It doesn't change the color of the pulldowns.

.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
    background: #333333;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: black;
}

*/