1 |
ac24dc24
|
Renato Botelho
|
/*
|
2 |
|
|
* pfSense-dark-BETA.css
|
3 |
|
|
*
|
4 |
|
|
* part of pfSense (https://www.pfsense.org)
|
5 |
38809d47
|
Renato Botelho do Couto
|
* Copyright (c) 2016 Electric Sheep Fencing
|
6 |
8f585441
|
Luiz Souza
|
* Copyright (c) 2016-2021 Rubicon Communications, LLC (Netgate)
|
7 |
ac24dc24
|
Renato Botelho
|
* All rights reserved.
|
8 |
|
|
*
|
9 |
b12ea3fb
|
Renato Botelho
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
10 |
|
|
* you may not use this file except in compliance with the License.
|
11 |
|
|
* You may obtain a copy of the License at
|
12 |
ac24dc24
|
Renato Botelho
|
*
|
13 |
b12ea3fb
|
Renato Botelho
|
* http://www.apache.org/licenses/LICENSE-2.0
|
14 |
ac24dc24
|
Renato Botelho
|
*
|
15 |
b12ea3fb
|
Renato Botelho
|
* Unless required by applicable law or agreed to in writing, software
|
16 |
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
17 |
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18 |
|
|
* See the License for the specific language governing permissions and
|
19 |
|
|
* limitations under the License.
|
20 |
ac24dc24
|
Renato Botelho
|
*/
|
21 |
|
|
|
22 |
f0c5e7c1
|
Jared Dillard
|
@import url("/css/pfSense-dark.css");
|
23 |
4abdd33a
|
Jared Dillard
|
|
24 |
|
|
/*** Experimental Changes Go Here ***/
|
25 |
bfbfa4dd
|
Jared Dillard
|
|
26 |
|
|
body {
|
27 |
f720117b
|
Jose Luis Duran
|
font-size: 12px;
|
28 |
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
29 |
bfbfa4dd
|
Jared Dillard
|
}
|
30 |
|
|
|
31 |
|
|
.navbar-nav {
|
32 |
|
|
padding: 5px 5px 0px 5px;
|
33 |
|
|
}
|
34 |
|
|
|
35 |
|
|
table[data-sortable].sortable-theme-bootstrap {
|
36 |
f720117b
|
Jose Luis Duran
|
font-size: 12px;
|
37 |
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
38 |
bfbfa4dd
|
Jared Dillard
|
}
|
39 |
|
|
|
40 |
|
|
.table>tbody>tr>td {
|
41 |
|
|
padding: 4px 4px 4px 10px;
|
42 |
|
|
}
|
43 |
|
|
|
44 |
|
|
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
|
45 |
|
|
padding: 4px 5px;
|
46 |
|
|
}
|
47 |
|
|
|
48 |
|
|
a.fa, i.fa {
|
49 |
|
|
font-size: 14px;
|
50 |
|
|
}
|
51 |
|
|
|
52 |
|
|
.breadcrumb {
|
53 |
|
|
padding: 8px 15px;
|
54 |
|
|
margin-bottom: 16px;
|
55 |
|
|
font-size: 18px;
|
56 |
|
|
}
|
57 |
|
|
|
58 |
|
|
.nav>li>a {
|
59 |
|
|
padding: 10px 15px 10px 15px;
|
60 |
|
|
}
|
61 |
|
|
|
62 |
|
|
.nav-pills {
|
63 |
|
|
margin-bottom: 16px;
|
64 |
|
|
}
|
65 |
|
|
|
66 |
|
|
.dropdown-menu>li>a {
|
67 |
|
|
padding: 3px 20px;
|
68 |
|
|
}
|
69 |
|
|
|
70 |
|
|
.panel-title {
|
71 |
|
|
font-size: 14px;
|
72 |
|
|
}
|
73 |
|
|
|
74 |
|
|
.form-group {
|
75 |
|
|
padding: 5px 5px 5px 5px;
|
76 |
|
|
}
|
77 |
|
|
|
78 |
d1c779e0
|
Travis Boss
|
.form-control {
|
79 |
|
|
background-color: #f5f5f5;
|
80 |
|
|
padding: 2px;
|
81 |
|
|
}
|
82 |
|
|
|
83 |
|
|
.form-control option {
|
84 |
|
|
padding: 1px;
|
85 |
|
|
}
|
86 |
|
|
|
87 |
bfbfa4dd
|
Jared Dillard
|
.text-danger {
|
88 |
|
|
color: #F44336;
|
89 |
|
|
}
|
90 |
|
|
|
91 |
|
|
.icon-embed-btn {
|
92 |
|
|
padding-right: 16px;
|
93 |
|
|
padding-bottom: 13px;
|
94 |
|
|
}
|
95 |
|
|
|
96 |
|
|
.panel-heading {
|
97 |
|
|
padding: 5px 10px;
|
98 |
f720117b
|
Jose Luis Duran
|
}
|
99 |
e540a9d7
|
Jose Luis Duran
|
|
100 |
|
|
.ui-widget {
|
101 |
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
102 |
|
|
}
|