Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Stephentown Genealogy: Roots & More

Line 1: Line 1:
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
+
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Gothic+A1:thin,regular,black');
 
.top-bar,  
 
.top-bar,  
 
.top-bar-section ul,  
 
.top-bar-section ul,  
Line 20: Line 20:
 
.title-name {
 
.title-name {
 
font-family: 'Rollerscript W01 Smooth', 'Nothing You Could Do', cursive;
 
font-family: 'Rollerscript W01 Smooth', 'Nothing You Could Do', cursive;
 +
}
 +
body {
 +
font-family: 'Gothic A1', sans-serif;
 
}
 
}

Revision as of 04:22, 8 February 2019

@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Gothic+A1:thin,regular,black');
.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', cursive;
}
body {
	font-family: 'Gothic A1', sans-serif;
}