Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2770 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: 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: none!important;
104
}
105
 
106
.table {
107
    color: #c8c8c8;
108
    background-color: #2e3338!important;
109
    margin: 0;
110
    border: 0;
111
}
112
 
113
.logo {
114
    cursor: pointer;
115
    width: 32px;
116
}
117
 
118
.select {
119
    color: #c8c8c8;
120
}
121
 
122
.template {
123
    cursor: pointer;
124
    color: #333;
125
}
126
 
127
.language {
128
    cursor: pointer;
129
    color: #333;
130
}
131
 
132
.card-header {
133
   background-color: #3e444c!important;
134
   border-color: #3e444c!important;
135
   color: #fff!important;
136
}
137
 
138
.progress {
139
    margin-bottom: 0;
140
    background-color: #1c1e22;
141
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
142
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
143
}
144
 
145
.progress-bar-success {
146
    background-color: #62c462;
147
}
148
 
149
.progress-bar-info {
150
    background-color: #5bc0de;
151
}
152
 
153
.progress-bar-warning {
154
    background-color: #f89406;
155
}
156
 
157
.progress-bar-danger {
158
    background-color: #ee5f5b;
159
}
160
 
161
.modal-content {
162
    background-color: #2e3338;
163
}
164
 
165
.list-group {
166
    display: block;
167
}
168
 
169
.list-group-item {
170
    background-color: #2e3338;
171
}
172
 
173
.reload {
174
    background-image: url("../gfx/reload.gif");
175
    float: right;
176
    cursor: pointer;
177
    width: 16px;
178
    height: 16px;    
179
}
180
 
181
.container {
182
    padding:0;
183
}
184
 
185
.table thead th {
186
    border-top: none;
187
}
188
 
189
a, a:visited {
190
    color: #fff;
191
}
192
 
193
a:hover {
194
    text-decoration: underline;
195
    color: #fff;
196
}
197
 
198
.psihref, .psihref:visited {
199
    color: #fff;
200
}
201
 
202
.psihref:hover {
203
    text-decoration: underline;
204
    color: #fff;
205
}
206
 
207
.col-lg-6, .col-lg-12 {
208
    padding-bottom: 20px;
209
}
210
 
211
.badge {
212
    font-size: 12px;
213
    border-radius: 10px;
214
    padding: 3px 7px;
215
    float: right;
216
}
217
 
218
.table-nopadding > tbody > tr > td,
219
.table-nopadding > tbody > tr > th {
220
  padding: 0;
221
}