Initial commit

This commit is contained in:
LAX18
2018-05-21 18:10:39 -04:00
commit 9101fb9cdf
10 changed files with 159 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
@import url("https://fonts.googleapis.com/css?family=Russo+One");
@import url("https://fonts.googleapis.com/css?family=Monda");
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
#titles {font-family: 'Russo One', sans-serif;}
#subtitles {font-family: 'Monda', sans-serif;}
#nav {border-left-style: solid;border-bottom-style: solid;border-color: white;}
#contact-body {font-size: 15;}
.nav-bar {list-style-type: none;
margin: 0;
padding: 0;display: inline;}
.nav-bar-li {display: inline-block;;padding: 10px 20px 10px;margin: auto;}
a {text-decoration: none;color: white;font-weight: bold;}
li.nav-bar-li:hover{background-color: white;color: black;}
li.nav-bar-li:hover a{background-color: white;color: black;}
body {background-color: black;color: white;font-family: 'Ubuntu', sans-serif;}
table tr.separator { height: 30px; }
.active {color: green;}
.inactive {color: orange;}
.canceled {color: red;}
.depracated {color: yellow;}