Delete style.css
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
@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;}
|
||||
Reference in New Issue
Block a user