From 6c451f04015973391b8507ceaffaaae40883c281 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Thu, 4 Jul 2024 21:57:00 +0300 Subject: Recreated the entire repository --- css/xservers.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 css/xservers.css (limited to 'css') diff --git a/css/xservers.css b/css/xservers.css new file mode 100644 index 0000000..02ee958 --- /dev/null +++ b/css/xservers.css @@ -0,0 +1,52 @@ +@font-face{ + src: url("/fonts/cantarell-regular.otf"); + font-family: "Cantarell Regular"; +} + +html{ + background: linear-gradient(135deg, #000022, #000099); + background-size: cover; + background-position: center; + background-attachment: fixed; + background-repeat: no-repeat; + font-family: "Cantarell Regular"; +} + +body{ + background: linear-gradient(135deg, #000022, #000099); + background-size: cover; + background-position: center; + background-attachment: fixed; + background-repeat: no-repeat; + font-family: "Cantarell Regular"; +} + +.gtext{ + color: #FF9900; +} + +.xgradbg{ + background: linear-gradient(135deg, #AA0000, #FF9900); + border-radius: 5px; +} + +.page_link{ + color: #FFFFFF; + text-decoration: none; +} + +.page_link:hover{ + text-decoration: underline; + color: #FFFFFF; + transition-duration: 0.25s; + -moz-transition-duration: 0.25s; + -webkit-transition-duration: 0.25s; +} + +.page_link:not(:hover){ + text-decoration: none; + color: #FFFFFF; + transition-duration: 0.25s; + -moz-transition-duration: 0.25s; + -webkit-transition-duration: 0.25s; +} -- cgit v1.2.3-86-g962b