Project

General

Profile

Download (8.84 KB) Statistics
| Branch: | Tag: | Revision:
1
@import url("/css/pfSense.css");
2
@import url("/vendor/jquery/jquery-ui/themes/dark-hive/theme.css");
3

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

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

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

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

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

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

    
31
/** Content structure */
32

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

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

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

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

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

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

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

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

    
69
/** Page header with title and breadcrumb */
70
.header {
71
    background-color: #303030;
72
    box-shadow: 1px 1px 3px #151515;
73
}
74

    
75
.breadcrumb {
76
    background-color: #303030;
77
}
78

    
79
.breadcrumb>li+li:before {
80
    color: #9E9E9E;
81
}
82

    
83
ul.context-links li a {
84
    color: #009688;
85
}
86

    
87
/* navigation */
88
.navbar-inverse {
89
    background-color: #000000;
90
}
91

    
92
.nav>li>a {
93
    border-bottom: 5px solid #212121;
94
    color: #009688;
95
}
96

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

    
103
.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 {
104
    background-color: #212121;
105
    box-shadow: 2px 2px 8px #151515;
106
    border-bottom: 5px solid #009688;
107
    color: #009688;
108
}
109

    
110
.navbar-inverse .navbar-nav >li>a {
111
    border-bottom: 5px solid #000000;
112
}
113

    
114
.nav-tabs>li>a {
115
    border-bottom: 5px solid #212121;
116
}
117

    
118
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
119
    border-left: 1px solid #212121;
120
    border-right: 1px solid #212121;
121
    border-top: 1px solid #212121;
122
    border-bottom: 5px solid #009688;
123
    background-color: #212121;
124
    color: #009688;
125
}
126

    
127
.nav-tabs {
128
    border-bottom: 1px solid #009688;
129
}
130
/* end navigation */
131

    
132
/* start common colors */
133
.alert-warning {
134
    border-top: 1px solid #FFECB3;
135
}
136

    
137
.alert-success {
138
    border-top: 1px solid #DCEDC8;
139
}
140

    
141
.alert-info {
142
    border-top: 1px solid #B2EBF2;
143
}
144

    
145
.bg-primary {
146
    color: #000;
147
    background-color: #009688;
148
}
149

    
150
.bg-success {
151
    color: #000;
152
    background-color: #80CBC4;
153
}
154

    
155
.btn-default {
156
    color: #ffffff;
157
    background-color: #757575;
158
    border-color: #212121;
159
}
160

    
161
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
162
    color: #ffffff;
163
    background-color: #424242;
164
    border-color: #212121;
165
}
166

    
167
.btn-info {
168
    background-color: #2196F3;
169
    border-color: #1976D2;
170
}
171

    
172
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
173
    background-color: #1565C0;
174
    border-color: #0D47A1;
175
}
176

    
177
.btn-primary {
178
    background-color: #009688;
179
    border-color: #00796B;
180
}
181

    
182
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
183
    background-color: #00796B;
184
    border-color: #00695C;
185
}
186

    
187
.btn-success {
188
    background-color: #009688;
189
    border-color: #009688;
190
}
191

    
192
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
193
    background-color: #00796B;
194
    border-color: #00796B;
195
}
196

    
197
.btn-danger {
198
    background-color: #D32F2F;
199
    border-color: #D32F2F;
200
}
201

    
202
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
203
    background-color: #C62828;
204
    border-color: #B71C1C;
205
}
206

    
207
.btn-warning {
208
    background-color: #FFA000;
209
    border-color: #FF8F00;
210
}
211

    
212
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
213
    background-color: #FF8F00;
214
    border-color: #FF6F00;
215
}
216

    
217
/* end common colors */
218

    
219
caption {
220
    color: #E0E0E0;
221
    background-color: #303030;
222
}
223

    
224
.form-control {
225
    background-color: #e0e0e0;
226
}
227

    
228
.form-group {
229
    border-bottom: 1px solid #212121;
230
}
231

    
232
.panel-default>.panel-heading {
233
    color: #fff;
234
    background-color: #303030;
235
    border-color: #212121;
236
}
237

    
238
.panel {
239
    background-color: #424242;
240
    border-color: #424242;
241
    box-shadow: 0px 3px 7px rgba(0,0,0,.3);
242
}
243

    
244
.panel-footer {
245
    background-color: #424242;
246
}
247

    
248
.help-block {
249
    color: #eeeeee;
250
}
251

    
252
.checkbox label, .radio label {
253
    color: #eeeeee;
254
}
255

    
256
.table-striped>thead {
257
    background-color: #000;
258
}
259

    
260
.table-striped>tbody>tr:nth-of-type(odd) {
261
    background-color: #303030;
262
}
263

    
264
.table-bordered {
265
    border: 1px solid #303030;
266
}
267

    
268
.table-bordered>thead {
269
    background-color: #000;
270
}
271

    
272
.table .table {
273
    background-color: #424242;
274
}
275

    
276
/* active table row */
277
.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 {
278
    background-color: #80CBC4;
279
    color: #212121;
280
}
281

    
282
/* active table row on hover */
283
.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 {
284
    background-color: #80CBC4;
285
    color: #212121;
286
}
287

    
288
.popover-title {
289
    background-color: #424242;
290
    border-bottom: 1px solid #212121;
291
}
292

    
293
.popover {
294
    background-color: #616161;
295
}
296

    
297
.popover.right>.arrow:after {
298
    border-right-color: #212121;
299
}
300

    
301
.modal-content {
302
    background-color: #424242;
303
}
304

    
305
.modal-header, .modal-footer {
306
    background-color: #303030;
307
    border-color: #212121;
308

    
309
}
310

    
311
/** Page footer */
312
.footer {
313
    background-color: #000;
314
}
315

    
316
.footer a {
317
    color: #fff;
318
}
319

    
320
/** Homepage / dashboard */
321
.widget .panel-heading {
322
    background-color: #757575;
323
}
324

    
325
#widgetSequence {
326
    border-top: 1px solid #ddd;
327
}
328

    
329
a.list-group-item, .list-group-item {
330
    background-color: #424242;
331
    color: #e0e0e0;  
332
    border: 1px solid #212121;  
333
}
334

    
335
a.list-group-item:focus, a.list-group-item:hover, .list-group-item:focus, .list-group-item:hover {
336
    background-color: #303030;
337
    color: #e0e0e0; 
338
}
339

    
340
a.list-group-item .list-group-item-heading, .list-group-item .list-group-item-heading {
341
    color: #EEEEEE;
342
}
343

    
344
.progress {
345
    background-color: #e0e0e0;
346
}
347

    
348
.progress-bar {
349
    background-color: #009688;
350
}
351

    
352
.icon-embed-btn
353
{
354
    color: white;
355
}
356

    
357
/* Used when you need an icon to act as a submit button **/
358
.button-icon
359
{
360
    color: #337AB7;
361
}
362

    
363
button.close {
364
    padding: 0 4px 1px 4px;
365
    border: 1px solid #6D4C41;
366
    border-radius: 5px;
367
    box-shadow: 1px 1px 1px #6D4C41;
368
}
369

    
370
.modal-header button.close {
371
    border: 1px solid #fff;
372
    box-shadow: 1px 1px 1px #fff;
373
    color: #fff;
374
}
375

    
376
input, select, textarea {
377
    color: #212121;
378
}
379

    
380
/* tree css */
381
ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited {
382
    color : #ffffff;
383
}
384

    
385
textarea {
386
    background-color: #bfbfbf;
387
}
388

    
389
/** Styling for jQuery autocomplete widget */
390
.ui-autocomplete {
391
    color: #212121;
392
    background-color: #e0e0e0;
393
}
394

    
395
/* Callouts */
396
.bs-callout {
397
    padding: 10px 15px;
398
    margin: 20px 0;
399
    border: 1px solid #424242;
400
    border-left-width: 5px;
401
    border-radius: 3px;
402
    font-size: 13px;
403
}
404

    
405
.bs-callout h4 {
406
    margin-top: 0;
407
    margin-bottom: 5px;
408
}
409

    
410
.bs-callout p:last-child {
411
    margin-bottom: 0;
412
}
413

    
414
.bs-callout code {
415
    border-radius: 3px;
416
}
417

    
418
.bs-callout+.bs-callout {
419
    margin-top: -5px;
420
}
421

    
422
/* Callout contextual classes */
423
.bs-callout-default {
424
    border-left-color: #777;
425
}
426

    
427
.bs-callout-default h4 {
428
    color: #777;
429
}
430

    
431
.bs-callout-danger {
432
    border-left-color: #d9534f;
433
}
434

    
435
.bs-callout-danger h4 {
436
    color: #d9534f;
437
}
438

    
439
.bs-callout-warning {
440
    border-left-color: #f0ad4e;
441
}
442

    
443
.bs-callout-warning h4 {
444
    color: #f0ad4e;
445
}
446

    
447
.bs-callout-info {
448
    border-left-color: #01579B;
449
}
450

    
451
.bs-callout-info h4 {
452
    color: #01579B;
453
}
454

    
455
/* D3 Styles */
456

    
457
svg text {
458
    fill: #FFFFFF !important;
459
}
460

    
461
g.nv-axis text, g.nv-legend text {
462
    fill: #FFFFFF;
463
}
464

    
465
.nvd3 .nv-axis line, .nvd3 .nv-axis path {
466
    fill: #616161 !important;
467
    stroke: #616161 !important;
468
}
469

    
470
#chart .nvtooltip > h3 {
471
    background-color: rgba(66,66,66, 0.9);
472
    border-bottom: 1px solid #616161;
473
    color: #e0e0e0;
474
}
475

    
476
#chart .nvtooltip {
477
    background: rgba(97,97,97, 0.9);
478
    color: #e0e0e0;
479
}
(4-4/5)