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