Updated even more

This commit is contained in:
2019-02-08 22:36:57 +00:00
parent 4e1de37300
commit dc625d3c82
8 changed files with 399 additions and 9 deletions
+28
View File
@@ -0,0 +1,28 @@
@import url("https://fonts.googleapis.com/css?family=Russo+One");
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
@import url('https://fonts.googleapis.com/css?family=Staatliches');
#titles {font-family: 'Staatliches', cursive;font-size: 18pt;}
#subtitles {font-family: 'Ubuntu', sans-serif;}
#logofont {font-family: 'Staatliches', cursive;}
#nav {border-style: solid;border-color: black;}
#contact-body {font-size: 15;}
#navbarlogo {padding-bottom: 10px;}
#entirenav {position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
background-color: white;}
.nav-bar {list-style-type: none;
margin: 0;
padding: 0;
display: inline;
background-color: white;}
.nav-bar-li {display: inline-block;padding: 10px 20px 10px;margin: auto;background-color: white;}
a {text-decoration: none;color: black;}
li.nav-bar-li:hover{background-color: black;color: white;}
li.nav-bar-li:hover a{background-color: black;color: white;}
body {background-color: white;color: black;font-family: 'Ubuntu', sans-serif;}
table tr.separator { height: 30px; }
.active {color: green;}
.inactive {color: orange;}
.canceled {color: red;}
.depracated {color: yellow;}