1 /* ------------------------------------------------------------- */
2 /* DEVELOPING (developing.less) */
3 /* ------------------------------------------------------------- */
5 // ----------------------------------------------------------------------------
9 // ----------------------------------------------------------------------------
11 // This LESS-file is just for us developers.
12 // Don't be ashamed to disable the rendering of the following LESS/CSS-Code
13 // in the file style.less.
21 // ----------------------------------------------------------------------------
27 background-color: @base-h1-bg;
32 color: @base-h1-color ;
63 h2, h3, h4 { font-weight: bold ; color: #000 !important; clear: left; padding-left: 0 !important; }
64 h2{ font-size: 130%; }
65 h3{ font-size: 120%; }
66 h4{ font-size: 110%; }
70 border: 1px #000 solid ;
71 background-color: #ddd ;
72 display: inline-block;
79 border: 1px #000 solid ;
80 background-color: #ddd ;
81 display: inline-block;
85 background-color: #fff;
87 border: 1px @gray-standard solid;
88 display: inline-block;
94 border: 1px black solid !important;
95 border-collapse: collapse;
99 caption,th { padding-left: 0.6em ; }
111 //border: 1px black solid !important;
115 //border: 1px black solid ;
118 border-bottom: 1px @gray-dark solid ;
120 tr:last-child td { border: none ;}
131 table.tbl-list > thead > tr th:first-child, table.tbl-list > tbody > tr td:first-child {
132 padding-left: 0 !important;
138 padding: 0.3em 0.5em ;
139 background-color: #9D9E9D;
141 border: 1px #000 dotted ;
147 // Action SOFT/NEUTRAL (no submission to server page)
148 input[type="submit"],
149 input[type="button"],
150 input[type="button"].button,
151 button[type="submit"],
152 button[type="button"],
154 color: @button-strong-color;
155 background-color: @button-strong-bg;
156 border: @button-strong-border;
159 color: @button-strong-hover-color;
160 background-color: @button-strong-hover-bg;
161 border: @button-strong-hover-border;
164 color: @button-strong-active-color;
165 background-color: @button-strong-active-bg;
166 border: @button-strong-active-border;
169 // Action SOFT/NEUTRAL (no submission to server page)
170 input[type="button"].neutral,
171 input[type="submit"].neutral,
173 input[type="reset"].neutral,
175 button[type="reset"] {
176 color: @button-neutral-color ;
177 background-color: @button-neutral-bg;
178 border: @button-neutral-border ;
180 color: @button-neutral-hover-color ;
181 background-color: @button-neutral-hover-bg;
182 border: @button-neutral-hover-border ;
186 color: @button-neutral-active-color;
187 background-color: @button-neutral-active-bg;
188 border: @button-neutral-active-border ;
197 } // /body.developing