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
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
[11021]29.kofa-langselect img {
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
[11011]64/* Kofa styles */
65
[10973]66.kofa-sidebar,
[11030]67.kofa-content-narrow,
68.kofa-content-wide,
69.kofa-breadcrumbs-box-short,
70.kofa-breadcrumbs-box-long,
71.kofa-student-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
[11030]85.kofa-breadcrumbs-box-short .well,
86.kofa-breadcrumbs-box-long .well,
87.kofa-student-status-box .well {
[10970]88    padding: 5px 5px 5px 5px;
89}
90
[10960]91.kofa-content-wide .well, .kofa-content-narrow .well {
[10999]92    padding: 10px 20px 10px 20px;
[10917]93}
94
[10994]95.kofa-content-desc {
96    color: #BFBFBF;
97    font-size: 18px;
98}
99
[11033]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
[10971]110/* Sidebar */
111
[10917]112.kofa-sidebar-title {
113    text-transform: none;
114    font-size: 14px;
115    color: #555;
[10963]116    font-weight: bold;
[10960]117    padding: 15px 0px 10px 8px;
[10917]118}
[10957]119
[10963]120.sidebar-nav .nav  > li > a {
[10969]121    padding: 3px 15px;
[10963]122}
123
[10971]124/* Buttons */
125
126.btn {
127    margin: 4px;
[10992]128    font-size: 13px;
[10999]129    display: inline;
[10971]130}
131
[11005]132.table-condensed .btn {
133    margin: 0px;
134    font-size: 12px;
135}
136
137
[10971]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;
[11003]150    display: inline-block;
[10971]151}
152
[10957]153/* Kofa forms */
154
[10992]155.form-table {
156    width: 100%;
157}
158
[10999]159.form-table td {
[10992]160    padding: 5px 0px 5px 4px;
161    border-top: none;
162}
163
[11053]164.value select, .phone-input,
165.textType, textarea,
166.dataTables_filter input,
167.ordered-selection-field select {
[10957]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;
[11011]175    margin: 0px 4px 0px 0px;
[10985]176    width: 100%;
[10957]177}
178
[11055]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
[11026]189.value select, .half {
190    width: 50%;
191}
192
[11003]193textarea {
194    font-family: Courier,"Courier New",monospace;
195}
196
[10992]197.fieldname {
198    width: 25%;
199}
200
[10999]201.form-table td {
202    vertical-align: bottom;
203}
204
205.form-table td.fieldname {
206    vertical-align: top;
207}
208
[10989]209.form-inline select {
210    width: 100%;
211}
212
[10957]213.phone-input {
[10985]214    width: 30%
[10957]215}
216
217.hint {
218    padding: 0px 0px 5px 0px;
219    color: #bfbfbf;
[10973]220}
221
[10985]222.error {
[10987]223    color: red;
[10985]224}
[10973]225
[11019]226.datepicker-le-year {
227    width: 50%;
228}
229
[11020]230.ui-widget-header .ui-icon {
231    background-image: url("../img/ui-icons_222222_256x240.png");
232}
233
234
[10987]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
[10989]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; }
[10992]259.paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; }
[10989]260
[10973]261/* Smartphone styles */
262
263@media (max-width: 767px) {
264
265  .kofa-sidebar,
[11030]266  .kofa-content-narrow ,
267  .kofa-breadcrumbs-box-short,
268  .kofa-breadcrumbs-box-long,
269  .kofa-student-status-box {
[10973]270      padding: 0px 0px 0px 0px;
271  }
272
273  .kofa-content-wide {
274      padding: 0px 0px 0px 0px;
275  }
276
[11032]277  .value select, .half {
278      width: 100%;
279  }
[11031]280
[10957]281}
Note: See TracBrowser for help on using the repository browser.