Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Stephentown Genealogy: Roots & More

 
(19 intermediate revisions by the same user not shown)
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 6: Line 4:
 
.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: #aaaaaa;
+
     background: #333333; //90C226
 
}
 
}
  
Line 15: Line 13:
 
}
 
}
  
//
+
.top-bar-logo {
 +
background-color: #fff;
 +
}
 +
 
 +
.title-name {
 +
font-family: 'Rollerscript W01 Smooth', 'Nothing You Could Do', 'Caveat', cursive;
 +
}

Latest revision as of 04:59, 8 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: #333333; //90C226
}


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

.top-bar-logo {
	background-color: #fff;
}

.title-name {
	font-family: 'Rollerscript W01 Smooth', 'Nothing You Could Do', 'Caveat', cursive;
}