Project

General

Profile

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