diff options
author | stderr64 <stderr64@null.net> | 2024-07-04 21:57:00 +0300 |
---|---|---|
committer | stderr64 <stderr64@null.net> | 2024-07-04 21:57:00 +0300 |
commit | 6c451f04015973391b8507ceaffaaae40883c281 (patch) | |
tree | c5ad987ed334db722d300a982e020fac36df81a8 /css/xservers.css | |
download | Xservers_Site_New-6c451f04015973391b8507ceaffaaae40883c281.tar.gz Xservers_Site_New-6c451f04015973391b8507ceaffaaae40883c281.tar.zst |
Recreated the entire repository
Diffstat (limited to 'css/xservers.css')
-rw-r--r-- | css/xservers.css | 52 |
1 files changed, 52 insertions, 0 deletions
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; +} |