Project

General

Profile

Download (8.71 KB) Statistics
| Branch: | Tag: | Revision:
1
@import url("/css/pfSense.css");
2

    
3
body {
4
    background-color: #212121;
5
    color: #ffffff;
6
}
7

    
8
body.no-menu {
9
    background-color: #616161;
10
}
11

    
12
a {
13
    color: #009688;
14
}
15

    
16
a:hover {
17
    color: #00796B;
18
    text-decoration: none;
19
}
20

    
21
h1 a:link, h1 a:visited {
22
    color: #fff;
23
}
24

    
25
h1 a:hover, h1 a:active { 
26
    color: #fff; 
27
    text-decoration: none !important; 
28
}
29

    
30
/** Content structure */
31

    
32
.contains-table table {
33
    border: 1px solid #ddd;
34
}
35

    
36
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
37
    border-color: #303030;
38
}
39

    
40
.table-hover>tbody>tr:hover, .table-striped>tbody>tr:nth-of-type(odd):hover {
41
    background-color: #757575;
42
}
43

    
44
table.sortable-theme-bootstrap {
45
    color: #e0e0e0 !important;
46
    background-color: #212121 !important;
47
}
48

    
49
.table>tbody+tbody {
50
    border-top: 2px solid #616161;
51
}
52

    
53
.dropdown-menu {
54
    background-color: #000;
55
    opacity: .93;
56
    border-radius: 10px;
57
}
58

    
59
.dropdown-menu>li>a {
60
    color: #e0e0e0;
61
}
62

    
63
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
64
    background-color: #303030;
65
    color: #e0e0e0;
66
}
67

    
68
.breadcrumb {
69
    background-color: #303030;
70
    box-shadow: 1px 1px 3px #151515;
71
    font-size: 22px;
72
}
73

    
74
.breadcrumb>li+li:before {
75
    color: #9E9E9E;
76
}
77

    
78
ul.context-links li a {
79
    color: #009688;
80
}
81

    
82
/* navigation */
83
.navbar-inverse {
84
    background-color: #000000;
85
}
86

    
87
.nav>li>a {
88
    border-bottom: 5px solid #212121;
89
    color: #009688;
90
}
91

    
92
.nav>li>a:focus, .nav>li>a:hover {
93
    background-color: #212121;
94
    box-shadow: 2px 2px 8px #080808;
95
    border-bottom: 5px solid #009688;
96
}
97

    
98
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav li.open>a, .nav li.open>a:focus, .nav-pills>li.active>a:hover {
99
    background-color: #212121;
100
    box-shadow: 2px 2px 8px #151515;
101
    border-bottom: 5px solid #009688;
102
    color: #009688;
103
}
104

    
105
.navbar-inverse .navbar-nav >li>a {
106
    border-bottom: 5px solid #000000;
107
}
108

    
109
.nav-tabs>li>a {
110
    border-bottom: 5px solid #212121;
111
}
112

    
113
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
114
    border-left: 1px solid #212121;
115
    border-right: 1px solid #212121;
116
    border-top: 1px solid #212121;
117
    border-bottom: 5px solid #009688;
118
    background-color: #212121;
119
    color: #009688;
120
}
121

    
122
.nav-tabs {
123
    border-bottom: 1px solid #009688;
124
}
125
/* end navigation */
126

    
127
/* start common colors */
128
.alert-warning {
129
    border-top: 1px solid #FFECB3;
130
}
131

    
132
.alert-success {
133
    border-top: 1px solid #DCEDC8;
134
}
135

    
136
.alert-info {
137
    border-top: 1px solid #B2EBF2;
138
}
139

    
140
.bg-primary {
141
    color: #000;
142
    background-color: #009688;
143
}
144

    
145
.bg-success {
146
    color: #000;
147
    background-color: #80CBC4;
148
}
149

    
150
.btn-default {
151
    color: #ffffff;
152
    background-color: #757575;
153
    border-color: #212121;
154
}
155

    
156
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
157
    color: #ffffff;
158
    background-color: #424242;
159
    border-color: #212121;
160
}
161

    
162
.btn-info {
163
    background-color: #2196F3;
164
    border-color: #1976D2;
165
}
166

    
167
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
168
    background-color: #1565C0;
169
    border-color: #0D47A1;
170
}
171

    
172
.btn-primary {
173
    background-color: #009688;
174
    border-color: #00796B;
175
}
176

    
177
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
178
    background-color: #00796B;
179
    border-color: #00695C;
180
}
181

    
182
.btn-success {
183
    background-color: #009688;
184
    border-color: #009688;
185
}
186

    
187
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
188
    background-color: #00796B;
189
    border-color: #00796B;
190
}
191

    
192
.btn-danger {
193
    background-color: #D32F2F;
194
    border-color: #D32F2F;
195
}
196

    
197
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
198
    background-color: #C62828;
199
    border-color: #B71C1C;
200
}
201

    
202
.btn-warning {
203
    background-color: #FFA000;
204
    border-color: #FF8F00;
205
}
206

    
207
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
208
    background-color: #FF8F00;
209
    border-color: #FF6F00;
210
}
211

    
212
/* end common colors */
213

    
214
caption {
215
    color: #E0E0E0;
216
    background-color: #303030;
217
}
218

    
219
.form-control {
220
    background-color: #e0e0e0;
221
}
222

    
223
.form-group {
224
    border-bottom: 1px solid #212121;
225
}
226

    
227
.panel-default>.panel-heading {
228
    color: #fff;
229
    background-color: #303030;
230
    border-color: #212121;
231
}
232

    
233
.panel {
234
    background-color: #424242;
235
    border-color: #424242;
236
    box-shadow: 0px 3px 7px rgba(0,0,0,.3);
237
}
238

    
239
.panel-footer {
240
    background-color: #424242;
241
}
242

    
243
.help-block {
244
    color: #eeeeee;
245
}
246

    
247
.checkbox label, .radio label {
248
    color: #eeeeee;
249
}
250

    
251
.table-striped>thead {
252
    background-color: #000;
253
}
254

    
255
.table-striped>tbody>tr:nth-of-type(odd) {
256
    background-color: #303030;
257
}
258

    
259
.table-bordered {
260
    border: 1px solid #303030;
261
}
262

    
263
.table-bordered>thead {
264
    background-color: #000;
265
}
266

    
267
.table .table {
268
    background-color: #424242;
269
}
270

    
271
/* active table row */
272
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
273
    background-color: #80CBC4;
274
    color: #212121;
275
}
276

    
277
/* active table row on hover */
278
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
279
    background-color: #80CBC4;
280
    color: #212121;
281
}
282

    
283
.popover-title {
284
    background-color: #424242;
285
    border-bottom: 1px solid #212121;
286
}
287

    
288
.popover {
289
    background-color: #616161;
290
}
291

    
292
.popover.right>.arrow:after {
293
    border-right-color: #212121;
294
}
295

    
296
.modal-content {
297
    background-color: #424242;
298
}
299

    
300
.modal-header, .modal-footer {
301
    background-color: #303030;
302
    border-color: #212121;
303

    
304
}
305

    
306
/** Page footer */
307
.footer {
308
    background-color: #000;
309
}
310

    
311
.footer a {
312
    color: #fff;
313
}
314

    
315
/** Homepage / dashboard */
316
.widget .panel-heading {
317
    background-color: #757575;
318
}
319

    
320
#widgetSequence {
321
    border-top: 1px solid #ddd;
322
}
323

    
324
a.list-group-item, .list-group-item {
325
    background-color: #424242;
326
    color: #e0e0e0;  
327
    border: 1px solid #212121;  
328
}
329

    
330
a.list-group-item:focus, a.list-group-item:hover, .list-group-item:focus, .list-group-item:hover {
331
    background-color: #303030;
332
    color: #e0e0e0; 
333
}
334

    
335
a.list-group-item .list-group-item-heading, .list-group-item .list-group-item-heading {
336
    color: #EEEEEE;
337
}
338

    
339
.progress {
340
    background-color: #e0e0e0;
341
}
342

    
343
.progress-bar {
344
    background-color: #009688;
345
}
346

    
347
.icon-embed-btn
348
{
349
    color: white;
350
}
351

    
352
/* Used when you need an icon to act as a submit button **/
353
.button-icon
354
{
355
    color: #337AB7;
356
}
357

    
358
button.close {
359
    padding: 0 4px 1px 4px;
360
    border: 1px solid #6D4C41;
361
    border-radius: 5px;
362
    box-shadow: 1px 1px 1px #6D4C41;
363
}
364

    
365
.modal-header button.close {
366
    border: 1px solid #fff;
367
    box-shadow: 1px 1px 1px #fff;
368
    color: #fff;
369
}
370

    
371
input, select, textarea {
372
    color: #212121;
373
}
374

    
375
/* tree css */
376
ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited {
377
    color : #ffffff;
378
}
379

    
380
textarea {
381
    background-color: #bfbfbf;
382
}
383

    
384
/** Styling for jQuery autocomplete widget */
385
.ui-autocomplete {
386
    color: #212121;
387
    background-color: #e0e0e0;
388
}
389

    
390
/* Callouts */
391
.bs-callout {
392
    padding: 10px 15px;
393
    margin: 20px 0;
394
    border: 1px solid #424242;
395
    border-left-width: 5px;
396
    border-radius: 3px;
397
    font-size: 13px;
398
}
399

    
400
.bs-callout h4 {
401
    margin-top: 0;
402
    margin-bottom: 5px;
403
}
404

    
405
.bs-callout p:last-child {
406
    margin-bottom: 0;
407
}
408

    
409
.bs-callout code {
410
    border-radius: 3px;
411
}
412

    
413
.bs-callout+.bs-callout {
414
    margin-top: -5px;
415
}
416

    
417
/* Callout contextual classes */
418
.bs-callout-default {
419
    border-left-color: #777;
420
}
421

    
422
.bs-callout-default h4 {
423
    color: #777;
424
}
425

    
426
.bs-callout-danger {
427
    border-left-color: #d9534f;
428
}
429

    
430
.bs-callout-danger h4 {
431
    color: #d9534f;
432
}
433

    
434
.bs-callout-warning {
435
    border-left-color: #f0ad4e;
436
}
437

    
438
.bs-callout-warning h4 {
439
    color: #f0ad4e;
440
}
441

    
442
.bs-callout-info {
443
    border-left-color: #01579B;
444
}
445

    
446
.bs-callout-info h4 {
447
    color: #01579B;
448
}
449

    
450
/* D3 Styles */
451

    
452
svg text {
453
    fill: #FFFFFF !important;
454
}
455

    
456
g.nv-axis text, g.nv-legend text {
457
    fill: #FFFFFF;
458
}
459

    
460
.nvd3 .nv-axis line, .nvd3 .nv-axis path {
461
    fill: #616161 !important;
462
    stroke: #616161 !important;
463
}
464

    
465
#chart .nvtooltip > h3 {
466
    background-color: rgba(66,66,66, 0.9);
467
    border-bottom: 1px solid #616161;
468
    color: #e0e0e0;
469
}
470

    
471
#chart .nvtooltip {
472
    background: rgba(97,97,97, 0.9);
473
    color: #e0e0e0;
474
}
(3-3/4)