source: main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css @ 11097

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

Change navbar border column.

File size: 5.2 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/* Sidebar */
111
112.kofa-sidebar-title {
113    text-transform: none;
114    font-size: 14px;
115    color: #555;
116    font-weight: bold;
117    padding: 15px 0px 10px 8px;
118}
119
120.sidebar-nav .nav  > li > a {
121    padding: 3px 15px;
122}
123
124/* Buttons */
125
126.btn {
127    margin: 4px;
128    font-size: 13px;
129    display: inline;
130}
131
132.table-condensed .btn {
133    margin: 0px;
134    font-size: 12px;
135}
136
137
138/* Content actionbar */
139
140div.actionbar {
141    margin-top: -6px;
142    margin-left: -10px;
143    margin-bottom: 0px;
144}
145
146.actionbar .btn-default {
147    margin-bottom: 4px;
148    padding: 4px 8px;
149    margin: 0px 0px 4px 0px;
150    display: inline-block;
151}
152
153/* Kofa forms */
154
155.form-table {
156    width: 100%;
157}
158
159.form-table td {
160    padding: 5px 0px 5px 4px;
161    border-top: none;
162}
163
164.value select, .phone-input,
165.textType, textarea,
166.dataTables_filter input,
167.ordered-selection-field select {
168    background-color: #FFFFFF;
169    border: 1px solid #CCCCCC;
170    border-radius: 4px;
171    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
172    color: #555555;
173    padding: 6px 12px;
174    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
175    margin: 0px 4px 0px 0px;
176    width: 100%;
177}
178
179.value select:focus, .phone-input:focus,
180.textType:focus, textarea:focus,
181.dataTables_filter input:focus,
182.ordered-selection-field select:focus {
183  border-color: #66afe9;
184  outline: 0;
185  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
186          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
187}
188
189.value select, .half {
190    width: 50%;
191}
192
193textarea {
194    font-family: Courier,"Courier New",monospace;
195}
196
197.fieldname {
198    width: 25%;
199}
200
201.form-table td {
202    vertical-align: bottom;
203}
204
205.form-table td.fieldname {
206    vertical-align: top;
207}
208
209.form-inline select {
210    width: 100%;
211}
212
213.phone-input {
214    width: 30%
215}
216
217.hint {
218    padding: 0px 0px 5px 0px;
219    color: #bfbfbf;
220}
221
222.error {
223    color: red;
224}
225
226.datepicker-le-year {
227    width: 50%;
228}
229
230.ui-widget-header .ui-icon {
231    background-image: url("../img/ui-icons_222222_256x240.png");
232}
233
234
235 /* dataTables stuff */
236
237.dataTables_wrapper {
238    min-height: 50px;
239    margin-bottom: 50px;
240}
241
242.dataTables_filter input {
243    width: 60%;
244}
245
246.sorting { background: url('../img/sort_both.png') no-repeat center right; }
247.sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
248.sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }
249
250.sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
251.sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }
252
253.paginate_enabled_previous { background: url('../img/back_enabled.png') no-repeat top left; }
254.paginate_enabled_previous:hover { background: url('../img/back_enabled_hover.png') no-repeat top left; }
255.paginate_disabled_previous { background: url('../img/back_disabled.png') no-repeat top left; }
256
257.paginate_enabled_next { background: url('../img/forward_enabled.png') no-repeat top right; }
258.paginate_enabled_next:hover { background: url('../img/forward_enabled_hover.png') no-repeat top right; }
259.paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; }
260
261/* Smartphone styles */
262
263@media (max-width: 767px) {
264
265  .kofa-sidebar,
266  .kofa-content-narrow ,
267  .kofa-breadcrumbs-box-short,
268  .kofa-breadcrumbs-box-long,
269  .kofa-student-status-box {
270      padding: 0px 0px 0px 0px;
271  }
272
273  .kofa-content-wide {
274      padding: 0px 0px 0px 0px;
275  }
276
277  .value select, .half {
278      width: 100%;
279  }
280
281}
Note: See TracBrowser for help on using the repository browser.