source: main/waeup.ikoba/trunk/layout/static/css/base.css @ 12677

Last change on this file since 12677 was 12435, checked in by Henrik Bettermann, 10 years ago

Move docutils styles.

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