diff options
Diffstat (limited to 'css/voidnet.css')
-rw-r--r-- | css/voidnet.css | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/css/voidnet.css b/css/voidnet.css new file mode 100644 index 0000000..8192115 --- /dev/null +++ b/css/voidnet.css @@ -0,0 +1,63 @@ +@font-face{ + src: url("../fonts/FreeSans.ttf"); + font-family: "FreeSans"; +} + +body{ + background-image: url("../img/htech.jpg"); + background-size: cover; + background-attachment: fixed; + background-repeat: no-repeat; + font-family: "FreeSans"; +} + +a{ + color: #FFFF00; +} + +a:hover{ + color: #BFC700; +} + +.dark_navbar{ + background-color: rgba(0, 0, 0, 0.7); +} + +.navbar_logo{ + position: relative; + width: 64px; + height: 64px; +} + +.navbar_link{ + font-size: 20px; + color: #FFFFFF; +} + +.content_text{ + font-size: 16px; +} + +.wtext{ + color: #FFFFFF; +} + +.content_box{ + background-color: rgba(0, 0, 0, 0.7); + position: relative; + margin: auto; +} + +.content_title{ + font-size: 32px; +} + +.content_text{ + font-size: 18px; +} + +.dropdown_item_transition{ + transition-duration: 0.25s; + -moz-transition-duration: 0.25s; + -webkit-transition-duration: 0.25s; +}
\ No newline at end of file |