forked from exitcas/old-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
32 lines (32 loc) · 864 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@import url("https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css");
body{font-family:sans-serif;}
#bkg video,#bkg img,#bkg noscript video{
position:fixed;
bottom:0;
right:0;
min-width:100%;
min-height:100%;
}
.center{
background:white;
margin:8px 10%;
position:relative;
text-align:center;
padding:4px;
border-radius:5px;
}
a{color:#30c078;text-decoration:none;}
#setBkg{
background:linear-gradient(to bottom right, red,orange,yellow,green,blue,indigo,violet);
border:none;
color:white;
border-radius:50px;
}
#setBkg:hover{
background:linear-gradient(to bottom right, orange,yellow,green,blue,indigo,violet,red);
}
#setBkg:active{
background:linear-gradient(to bottom right, yellow,green,blue,indigo,violet,red,orange);
}
.badge{border:0;width:auto;height:22px;}
footer{font-family:monospace;}