source: main/waeup.kofa/trunk/layout/static/css/base.css @ 11556

Last change on this file since 11556 was 11551, checked in by Henrik Bettermann, 11 years ago

Transcript and access code pagetemplates adjusted.

File size: 5.9 KB
Line 
1/* Customized Bootstrap styles */
2
3body {
4    background-color: #f5f5f5;
5    padding-top: 52px;
6}
7
8.navbar-fixed-top, .navbar {
9    min-height:40px;
10}
11
12.navbar-nav > li > a, .navbar-brand {
13    padding-top:10px;
14    padding-bottom:10px;
15}
16
17.navbar-toggle {
18    padding: 4px 10px;
19}
20
21.navbar-nav.navbar-right:last-child {
22  margin-right: -5px;
23}
24
25.navbar-inverse {
26  border-color: #FFFFFF;
27}
28
29.kofa-langselect img {
30    margin-top: -10px;
31    margin-bottom: -10px;
32}
33
34.breadcrumb , .wfstatus {
35    background-color: #fff;
36    margin-bottom: 0px;
37    margin-top: 0px;
38    padding: 2px 15px;
39}
40
41.breadcrumb > li {
42    display: inline;
43}
44
45.breadcrumb > li + li:before {
46    content: "/";
47    padding: 0px;
48}
49
50.well {
51    padding: 0px 5px 20px 5px;
52    margin-bottom: 10px;
53    background-image: None;
54    background-color: #fff;
55    filter: None;
56}
57
58.alert {
59  margin-bottom: 10px;
60  margin-top: 10px;
61}
62
63
64/* Kofa styles */
65
66.kofa-sidebar,
67.kofa-content-narrow,
68.kofa-content-wide,
69.kofa-breadcrumbs-box-short,
70.kofa-breadcrumbs-box-long,
71.kofa-student-status-box {
72    padding: 0px 5px 0px 5px;
73}
74
75.workflow {
76    border:1px solid #1fdf00;
77    background-color:#bbffb6;
78    font-family: courier;
79    font-size: 100%;
80    padding: 4px;
81    margin-bottom: 8px;
82    line-height: 16px;
83}
84
85.kofa-breadcrumbs-box-short .well,
86.kofa-breadcrumbs-box-long .well,
87.kofa-student-status-box .well {
88    padding: 5px 5px 5px 5px;
89}
90
91.kofa-content-wide .well, .kofa-content-narrow .well {
92    padding: 10px 20px 10px 20px;
93}
94
95.kofa-content-desc {
96    color: #BFBFBF;
97    font-size: 18px;
98}
99
100.wfstatus {
101    text-align: center;
102    background-color: #909090;
103    color: white;
104}
105
106.kofa-student-status-box .well {
107    background-color: #909090;
108}
109
110.separator {
111    font-size: 16px;
112    color: #404040;
113    font-weight: bold;
114    line-height: 36px;
115}
116
117/* Sidebar */
118
119.kofa-sidebar-title {
120    text-transform: none;
121    font-size: 14px;
122    color: #555;
123    font-weight: bold;
124    padding: 15px 0px 10px 8px;
125}
126
127.sidebar-nav .nav  > li > a {
128    padding: 3px 15px;
129}
130
131/* Buttons */
132
133.btn {
134    margin: 4px;
135    font-size: 13px;
136    display: inline;
137}
138
139.table-condensed .btn {
140    margin: 0px;
141    font-size: 12px;
142}
143
144
145/* Content actionbar */
146
147div.actionbar {
148    margin-top: -6px;
149    margin-left: -10px;
150    margin-bottom: 0px;
151}
152
153.actionbar .btn-default {
154    margin-bottom: 4px;
155    padding: 4px 8px;
156    margin: 0px 0px 4px 0px;
157    display: inline-block;
158}
159
160/* Kofa forms */
161
162.form-table {
163    width: 100%;
164}
165
166.form-table td {
167    padding: 5px 0px 5px 4px;
168    border-top: none;
169}
170
171.value select, .phone-input, .ac-input,
172.textType, textarea,
173.dataTables_filter input,
174.dataTables_length select,
175.ordered-selection-field select {
176    background-color: #FFFFFF;
177    border: 1px solid #CCCCCC;
178    border-radius: 4px;
179    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
180    color: #555555;
181    padding: 6px 12px;
182    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
183    margin: 0px 4px 0px 0px;
184    width: 100%;
185}
186
187.dataTables_length select {
188    width: 90px;
189}
190
191.value select:focus, .phone-input:focus, .ac-input:focus,
192.textType:focus, textarea:focus,
193.dataTables_filter input:focus,
194.ordered-selection-field select:focus {
195  border-color: #66afe9;
196  outline: 0;
197  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
198          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
199}
200
201.value select, .half {
202    width: 50%;
203}
204
205textarea {
206    font-family: Courier,"Courier New",monospace;
207}
208
209.fieldname {
210    width: 25%;
211}
212
213.form-table td {
214    vertical-align: bottom;
215}
216
217.form-table td.fieldname {
218    vertical-align: top;
219}
220
221.form-inline select {
222    width: 100%;
223}
224
225.phone-input {
226    width: 30%;
227}
228
229.ac-series {
230    width: 50px;
231}
232
233.ac-number {
234    width: 110px;
235}
236
237.hint {
238    padding: 0px 0px 5px 0px;
239    color: #bfbfbf;
240}
241
242.error {
243    color: red;
244}
245
246.datepicker-le-year {
247    width: 50%;
248}
249
250.ui-widget-header .ui-icon {
251    background-image: url("../img/ui-icons_222222_256x240.png");
252}
253
254
255 /* dataTables stuff */
256
257.dataTables_wrapper {
258    min-height: 50px;
259    margin-bottom: 50px;
260}
261
262.dataTables_filter input {
263    width: 60%;
264}
265
266.sorting { background: url('../img/sort_both.png') no-repeat center right; }
267.sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
268.sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }
269
270.sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
271.sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }
272
273.paginate_enabled_previous { background: url('../img/back_enabled.png') no-repeat top left; }
274.paginate_enabled_previous:hover { background: url('../img/back_enabled_hover.png') no-repeat top left; }
275.paginate_disabled_previous { background: url('../img/back_disabled.png') no-repeat top left; }
276
277.paginate_enabled_next { background: url('../img/forward_enabled.png') no-repeat top right; }
278.paginate_enabled_next:hover { background: url('../img/forward_enabled_hover.png') no-repeat top right; }
279.paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; }
280
281/* Scroll icons */
282
283#toTop-right {
284        display:none;
285        text-decoration:none;
286        position:fixed;
287        bottom:-4px;
288        right:-4px;
289        outline:none;
290}
291
292.scroll-up {
293  background: url("../img/scroll_up.png") no-repeat scroll left top rgba(0, 0, 0, 0);
294  padding: 25px;
295}
296
297#toBottom-right {
298        display:none;
299        text-decoration:none;
300        position:fixed;
301        top:47px;
302        right:-4px;
303        outline:none;
304}
305
306.scroll-down {
307  background: url("../img/scroll_down.png") no-repeat scroll left top rgba(0, 0, 0, 0);
308  padding: 25px;
309}
310
311/* Smartphone styles */
312
313@media (max-width: 767px) {
314
315  .kofa-sidebar,
316  .kofa-content-narrow ,
317  .kofa-breadcrumbs-box-short,
318  .kofa-breadcrumbs-box-long,
319  .kofa-student-status-box {
320      padding: 0px 0px 0px 0px;
321  }
322
323  .kofa-content-wide {
324      padding: 0px 0px 0px 0px;
325  }
326
327  .value select, .half {
328      width: 100%;
329  }
330
331}
Note: See TracBrowser for help on using the repository browser.