mirror of
https://github.com/jesperh1/csgo-hub-backend.git
synced 2025-05-16 09:18:11 +01:00
CSS file
This commit is contained in:
parent
aef875528c
commit
296f977dd2
111
assets/style.css
Normal file
111
assets/style.css
Normal file
@ -0,0 +1,111 @@
|
|||||||
|
.steam-login,
|
||||||
|
body {
|
||||||
|
-webkit-text-size-adjust: 100%
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar a,
|
||||||
|
.steam-login {
|
||||||
|
text-decoration: inherit
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer,
|
||||||
|
.login,
|
||||||
|
.steam-login,
|
||||||
|
li a {
|
||||||
|
text-align: center
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 24px;
|
||||||
|
font-weight: 400;
|
||||||
|
color-scheme: light dark;
|
||||||
|
color: rgba(255, 255, 255, .87);
|
||||||
|
background-color: #242424;
|
||||||
|
font-synthesis: none;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar a {
|
||||||
|
font-weight: 500
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar a:hover {
|
||||||
|
color: #535bf2
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 3.2em;
|
||||||
|
line-height: 1.1
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
scale: 1.2
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
overflow: hidden
|
||||||
|
}
|
||||||
|
|
||||||
|
li a {
|
||||||
|
display: block;
|
||||||
|
color: #fff;
|
||||||
|
padding: 14px 16px;
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
margin-top: 1.5rem
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar img {
|
||||||
|
border-radius: 50%;
|
||||||
|
scale: 1.0;
|
||||||
|
margin-right: 1.5rem
|
||||||
|
}
|
||||||
|
|
||||||
|
.steam-login {
|
||||||
|
vertical-align: 5rem;
|
||||||
|
tab-size: 4;
|
||||||
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
box-sizing: border-box;
|
||||||
|
border: 1px solid #e5e7eb;
|
||||||
|
display: inline-block;
|
||||||
|
align-items: center;
|
||||||
|
border-radius: .375rem;
|
||||||
|
background-color: #1b2838;
|
||||||
|
color: #fff;
|
||||||
|
padding: .75rem 1.25rem;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
line-height: 1.75rem;
|
||||||
|
font-weight: 700;
|
||||||
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
||||||
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
|
transition-duration: 75ms
|
||||||
|
}
|
||||||
|
|
||||||
|
.steam-login:hover {
|
||||||
|
background-color: #4b5563
|
||||||
|
}
|
||||||
|
|
||||||
|
.steam-login svg {
|
||||||
|
vertical-align: -.3em;
|
||||||
|
margin-right: .3rem;
|
||||||
|
-webkit-filter: invert(100%);
|
||||||
|
filter: invert(100%)
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #181a1b;
|
||||||
|
color: #cecece
|
||||||
|
}
|
@ -1,9 +1,12 @@
|
|||||||
<html>
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/static/style.css">
|
||||||
<title>Steam OpenID</title>
|
<title>Steam OpenID</title>
|
||||||
</head>
|
</head>
|
||||||
<style>.steam-login,body{-webkit-text-size-adjust:100%}.navbar a,.steam-login{text-decoration:inherit}.footer,.login,.steam-login,li a{text-align:center}body{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400;color-scheme:light dark;color:rgba(255,255,255,.87);background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar a{font-weight:500}.navbar a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}img{scale:1.2}ul{list-style-type:none;margin:0;padding:0;overflow:hidden}li a{display:block;color:#fff;padding:14px 16px;text-decoration:none}.navbar{margin-top:1.5rem}.navbar img{border-radius:50%;scale:1.0;margin-right:1.5rem}.steam-login{vertical-align:5rem;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";box-sizing:border-box;border:1px solid #e5e7eb;display:inline-block;align-items:center;border-radius:.375rem;background-color:#1b2838;color:#fff;padding:.75rem 1.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:75ms}.steam-login:hover{background-color:#4b5563}.steam-login svg{vertical-align:-.3em;margin-right:.3rem;-webkit-filter:invert(100%);filter:invert(100%)}.footer{position:fixed;left:0;bottom:0;width:100%;background-color:#181a1b;color:#cecece}</style>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{if .DiscordName}}
|
{{if .DiscordName}}
|
||||||
|
3
main.go
3
main.go
@ -218,9 +218,8 @@ func main() {
|
|||||||
router.HandleFunc("/discover", discoverHandler)
|
router.HandleFunc("/discover", discoverHandler)
|
||||||
router.HandleFunc("/openidcallback", callbackHandler)
|
router.HandleFunc("/openidcallback", callbackHandler)
|
||||||
router.HandleFunc("/{token}", indexHandler)
|
router.HandleFunc("/{token}", indexHandler)
|
||||||
// router.HandleFunc("/api/v1/user/{id}", ReturnSingleUser).Methods("GET")
|
router.Handle("/static/", (http.StripPrefix("/static", http.FileServer(http.Dir("./assets")))))
|
||||||
router.HandleFunc("/api/v1/users", GetMultipleUsers)
|
router.HandleFunc("/api/v1/users", GetMultipleUsers)
|
||||||
//router.HandleFunc("/api/v1/user", CreateUser).Methods("POST")
|
|
||||||
router.HandleFunc("/api/v1/token/{discord}", CreateToken)
|
router.HandleFunc("/api/v1/token/{discord}", CreateToken)
|
||||||
http.ListenAndServe(port, router)
|
http.ListenAndServe(port, router)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user