Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Stephentown Genealogy: Roots & More

(Created page with "/* Don't like the black top bar? Copy this into your Foreground.css and change the colors .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-secti...")
 
Line 1: Line 1:
/* Don't like the black top bar? Copy this into your Foreground.css and change the colors  
+
// Don't like the black top bar? Copy this into your Foreground.css and change the colors  
  
 
.top-bar,  
 
.top-bar,  
Line 15: Line 15:
 
}
 
}
  
*/
+
//

Revision as of 04:51, 6 February 2019

// Don't like the black top bar? Copy this into your Foreground.css and change the colors 

.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;
}

//