Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/css/comments.css
4626 views
1
#hcb_settings {
2
color: #ffffff;
3
font-size: 16px;
4
}
5
.hcb-icon hcb-door-out {
6
width: 28px;
7
filter: invert(100%) sepia(6%) saturate(22%) hue-rotate(106deg) brightness(104%) contrast(106%);
8
}
9
.btn-secondary {
10
border-radius: 10px;
11
}
12
#hcb_submit {
13
border-radius: 10px;
14
}
15
#hcb_form_content {
16
border-radius: 10px;
17
}
18
#hcb_form_name {
19
border-radius: 10px;
20
}
21
#hcb_form_email {
22
border-radius: 10px;
23
}
24
a:link {
25
color: #006eff;
26
}
27
a:visited {
28
color: #006eff;
29
}
30
a:hover {
31
color: #0057c9;
32
}
33
a:active {
34
color: #006eff;
35
}
36
#overlay {
37
position: fixed;
38
display: none;
39
width: 100%;
40
height: 100%;
41
top: 0;
42
left: 0;
43
right: 0;
44
bottom: 0;
45
background-color: rgba(0,0,0,1);
46
z-index: 20;
47
cursor: pointer;
48
}
49
#text{
50
position: absolute;
51
top: 50%;
52
left: 50%;
53
color: white;
54
transform: translate(-50%,-50%);
55
-ms-transform: translate(-50%,-50%);
56
font-family: 'Comfortaa', cursive;
57
}
58
.button {
59
display: inline-block;
60
padding: 15px 25px;
61
font-size: 24px;
62
cursor: pointer;
63
text-align: center;
64
text-decoration: none;
65
outline: none;
66
color: #fff;
67
background-color: #4CAF50;
68
border: none;
69
border-radius: 15px;
70
box-shadow: 0 9px #999;
71
}
72
.button:hover {background-color: #3e8e41}
73
.button:active {
74
background-color: #3e8e41;
75
box-shadow: 0 5px #666;
76
transform: translateY(4px);
77
}
78