From 8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Fri, 29 Jul 2022 23:47:59 +0300 Subject: First commit --- css/voidnet.css | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 css/voidnet.css (limited to 'css/voidnet.css') 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 -- cgit v1.2.3-86-g962b