Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Stephentown Genealogy: Roots & More

Line 1: Line 1:
// Don't like the black top bar? Copy this into your Foreground.css and change the colors
 
 
 
.top-bar,  
 
.top-bar,  
 
.top-bar-section ul,  
 
.top-bar-section ul,  
Line 14: Line 12:
 
   border-color: black;
 
   border-color: black;
 
}
 
}
 
//
 

Revision as of 04:53, 6 February 2019

.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: #aaaaaa;
}


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