Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
3288 rexy 1
body {
2
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
3
    font-size: 13px;
4
    padding-top: 80px;
5
    color: #c8c8c8;
6
    background-color: #272b30;
7
}
8
 
9
wbr {
10
    display: inline-block;
11
}
12
 
13
.table td.rightCell, .table th.rightCell {
14
    text-align: right;
15
}
16
 
17
.percent {
18
    text-align: center;
19
}
20
 
21
.card {
22
    background-color: #2e3338;
23
    border-style: none;
24
}
25
 
26
.navbar {
27
    background-color: #3a3f44;
28
    border-color: #2b2e32;
29
}
30
 
31
.navbar-brand, .navbar-brand:hover {
32
    color: #fff;
33
    margin-right: 0;
34
}
35
 
36
.treegrid-span {
37
    display: table-cell;
38
}
39
 
40
.treegrid-spanbold {
41
    font-weight: bold;
42
    display: table-cell;
43
}
44
 
45
.treegrid-indent {
46
    width: 16px;
47
    height: 16px;
48
    display: table-cell;
49
}
50
 
51
.treegrid-expander {
52
    width: 0px;
53
    height: 16px;
54
    display: table-cell;
55
    cursor: pointer;
56
}
57
 
58
.normalicon {
59
    width: 16px;
60
    height: 16px;
61
    position: relative;
62
    top: 1px;
63
    display: table-cell;
64
    font-style: normal;
65
    font-weight: normal;
66
    line-height: 1;
67
 
68
    -webkit-font-smoothing: antialiased;
69
    -moz-osx-font-smoothing: grayscale;
70
}
71
.normalicon-right:before {
72
    content: "\25ba";
73
}
74
.normalicon-down:before {
75
    content: "\25bc";
76
}
77
 
78
table.sortable thead th {
79
    cursor: pointer;
80
    position: relative;
81
    top: 0;
82
    left: 0;
83
}
84
 
85
table.sortable thead th:hover {
86
    background-color: #49515a;
87
}
88
 
89
.sorttable_nosort {
90
    cursor: auto!important;
91
}
92
 
93
.table-hover > tbody > tr:hover {
94
    color: #c8c8c8;
95
    background-color: #49515a;
96
}
97
 
98
.table-hover > tfoot > tr:hover {
99
    background-color: #49515a;
100
}
101
 
102
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
103
    border-style: none!important;
104
}
105
 
106
.table {
107
    color: #c8c8c8;
108
    background-color: #2e3338!important;
109
    margin: 0;
110
    border-style: none;
111
}
112
 
113
.logo {
114
    cursor: pointer;
115
    width: 32px;
116
}
117
 
118
.select {
119
    color: #c8c8c8;
120
}
121
 
122
select {
123
    background-color: #fefefe;
124
}
125
 
126
.template {
127
    cursor: pointer;
128
    color: #333;
129
}
130
 
131
.language {
132
    cursor: pointer;
133
    color: #333;
134
}
135
 
136
.card-header {
137
   background-color: #3e444c!important;
138
   border-color: #3e444c!important;
139
   color: #fff!important;
140
}
141
 
142
.progress {
143
    margin-bottom: 0;
144
    background-color: #1c1e22;
145
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
146
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
147
}
148
 
149
.progress-bar-success {
150
    background-color: #62c462;
151
}
152
 
153
.progress-bar-info {
154
    background-color: #5bc0de;
155
}
156
 
157
.progress-bar-warning {
158
    background-color: #f89406;
159
}
160
 
161
.progress-bar-danger {
162
    background-color: #ee5f5b;
163
}
164
 
165
.modal-content {
166
    background-color: #2e3338;
167
}
168
 
169
.modal {
170
    overflow-y: auto;
171
    background-color: rgba(0,0,0,0.5);
172
}
173
 
174
.list-group {
175
    display: block;
176
}
177
 
178
.list-group-item {
179
    background-color: #2e3338;
180
}
181
 
182
.reload {
183
    background-image: url("../../gfx/reload.gif");
184
    float: right;
185
    cursor: pointer;
186
    width: 16px;
187
    height: 16px;
188
}
189
 
190
.container {
191
    padding: 0;
192
}
193
 
194
.table thead th {
195
    border-top: none;
196
}
197
 
198
a, a:visited {
199
    color: #fff;
200
}
201
 
202
a:hover {
203
    text-decoration: underline;
204
    color: #fff;
205
}
206
 
207
.psihref, .psihref:visited {
208
    text-decoration: none;
209
    color: #fff;
210
}
211
 
212
.psihref:hover {
213
    text-decoration: underline;
214
    color: #fff;
215
}
216
 
217
.col-lg-6, .col-lg-12 {
218
    padding-bottom: 20px;
219
}
220
 
221
.badge {
222
    font-size: 12px;
223
    border-radius: 10px;
224
    padding: 3px 7px;
225
    float: right;
226
}
227
 
228
.table-nopadding > tbody > tr > td,
229
.table-nopadding > tbody > tr > th {
230
  padding: 0;
231
}