diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-07-29 23:47:59 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-07-29 23:47:59 +0300 |
commit | 8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289 (patch) | |
tree | 6bf38a8558b9ef232f778ea47e9d48e33333d224 /css/voidnet.css | |
download | VoidNet_Site-8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289.tar.gz VoidNet_Site-8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289.tar.zst |
First commit
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 |