Files
lax18.github.io/style.css
T
I cannot log into my LAX18 account 215ad85257 Many updates
2019-02-07 15:41:22 +00:00

29 lines
1.1 KiB
CSS

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