-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcss-style.txt
210 lines (173 loc) · 4.01 KB
/
css-style.txt
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
/*
Name: CF INSPIRED WHITE v2
Version: 1.1
Author: DazEB based on CypherPotato
Tested on CyberPanel 2.3 build 2
Served with APACHE-2.0 license
- CyberPanel repo: https://github.com/usmannasir/cyberpanel/
/usr/local/CyberCP/public/static/emailMarketing <-admin icons here
/usr/local/CyberCP/public/static/images/icons <- main icons here
/usr/local/CyberCP/public/static/baseTemplate/assets/image-resources <- admin logo goes here
*/
#page-sidebar ul li a .glyph-icon {
color: #022352 !important;
}
.panel {
border-radius: 10px;
}
textarea {
font-family: monospace;
}
div.tile-content-wrapper {
border-radius: 10px;
}
a.tile-box.tile-box-shortcut.btn-primary {
border-radius: 10px;
background-color: #6495ED;
}
#page-header {
position: fixed;
width: 100%;
z-index: 999;
background-color: white !important;
}
#page-sidebar::-webkit-scrollbar {
display: none;
}
#page-sidebar {
padding-top: 72px;
position: fixed;
border-right: 1px solid #dfe8f1;
overflow-y: scroll;
height: 100% !important;
-ms-overflow-style: none;
scrollbar-width: none;
}
#page-content {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
#page-content-wrapper {
width: calc(100% - 280px);
margin-left: 280px;
}
@media (min-width: 768px) {
#page-content {
width: 750px;
}
}
@media (min-width: 992px) {
#page-content {
width: 970px;
}
}
@media (min-width: 1200px) {
#page-content {
width: 1170px;
}
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700 !important;
}
#page-content {
padding-top: 120px;
}
#sidebar-menu {
background: transparent;
padding: 5px 0px;
}
#page-header {
background: transparent;
border-bottom: 1px solid #dfe8f1;
}
.logo-bg {
background-color: transparent;
}
#sidebar-menu>li, #sidebar-menu>li:not([class])>a {
margin-block: 8px;
}
#sidebar-menu>li>a, .sidebar-submenu li>a {
cursor: pointer;
padding-inline: 12px;
line-height: 40px !important;
height: 40px !important;
}
.sidebar-submenu li>a {
margin-left: 40px;
}
#page-sidebar ul li.sfHover>a.sf-with-ul {
border-color: transparent;
}
#sidebar-menu li .sidebar-submenu {
border-color: transparent;
}
.header-btn {
margin-left: 20px !important;
}
.header-btn>i {
color: #6e6e6e !important;
font-size: 18px !important;
}
.btn-primary {
border: none;
}
#page-sidebar ul>li>a:hover {
border-color: transparent;
background-color: #ECF4FF !important;
border-bottom-left-radius: 50px;
border-top-left-radius: 50px;
text-decoration: underline;
transition: none;
}
#sidebar-menu li .sidebar-submenu ul li {
border-color: transparent;
}
#page-sidebar li ul li a:before {
display: none;
}
a.sfActive {
border: 1px solid;
border-color: rgb(185,214,255) !important;
border-right-width: 0px !important;
background-color: rgb(236, 244, 255) !important;
border-bottom-left-radius: 50px !important;
border-top-left-radius: 50px !important;
text-decoration: underline !important;
}
a.sfActive span {
font-weight: 600;
text-decoration-style: underline !important;
}
#sidebar-menu>li>a>span, .sidebar-submenu ul li a>span {
color: rgb(18, 18, 18);
font-size: 13px;
margin-left: 10px;
font-weight: 300;
}
#page-sidebar li a:hover .glyph-icon {
animation-name: none;
}
#page-sidebar li a .glyph-icon {
line-height: 40px;
}
#sidebar-menu>.header, #sidebar-menu>.divider {
display: none;
}
.sf-with-ul>.bs-label {
display: none;
}
#sidebar-menu-item-server-ip-address {
padding-bottom: 48px !important;
border-bottom: 1px solid #dfe8f1 !important;
}
#sidebar-menu-item-server-ip-address:hover {
border-bottom-left-radius: 0px !important;
border-top-left-radius: 0px !important;
background-color: transparent !important;
}
#sidebar-menu-item-server-ip-address>span {
color: rgb(0, 43, 103) !important;
font-weight: 400 !important;
}