-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
70 lines (66 loc) · 1.31 KB
/
style.css
File metadata and controls
70 lines (66 loc) · 1.31 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');
body{
margin: 0;
height: 100%;
direction: rtl;
background: linear-gradient(to bottom right, rgba(74, 194, 255, 0.9), rgba(74, 194, 255, 0.9)), url(title-background.svg) !important;
padding: 0;
font-family: 'Varela Round', sans-serif !important;
background-color:#4AC2FF;
}
.rules {
padding: 0px 30px;
}
.nav{
background-color: #3da5da;
color: #FFFFFF;
list-style: none;
text-align: center;
padding: 20px 0 20px 0;
font-size: 24px;
}
.nav> li {
display: inline-block;
padding: 0 25px 0 25px;
}
.nav> li> a{width: 115px;color:white;display:block;text-decoration:none;font-size: 18px;text-align:center;padding: 5px;box-shadow: 0px 2px #296d90;border-radius: 20px;}
.nav> li> a:hover {background: #3080a9;color: #ffffff !important;transition:all 0.45s;box-shadow: 0px 2px #296d90;}
.terms font b {
font-size: 24px;
}
.terms font b {
font-size: 36px;
}
.terms font b {
color: #FFF;
}
.terms p font {
color: #999;
}
.terms p font {
color: #FFF;
font-weight: bold;
}
.fonts {
font-size: 24px;
}
.fonts {
font-size: 24px;
font-weight: bold;
}
.terms p font {
font-weight: normal;
}
.terms p font {
font-weight: bold;
}
.terms p font center {
font-size: 24px;
color: #FFF;
}
.terms p center {
font-size: 24px;
}
.fonts {
color: #FFF;
}