From f68896a24133089fb442e68f5a79a4a82253a002 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Mon, 11 Feb 2019 09:35:17 -0500 Subject: [PATCH] Delete style.css --- style.css | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 65a7fc8..0000000 --- a/style.css +++ /dev/null @@ -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;}