Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

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