summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 26 insertions, 2 deletions
diff --git a/style.css b/style.css
index d052c01..1aa7a87 100644
--- a/style.css
+++ b/style.css
@@ -198,11 +198,11 @@ input[type=checkbox]:not(old) + label > span {
198 border : 0px solid rgba(255, 255, 255, 0.30); 198 border : 0px solid rgba(255, 255, 255, 0.30);
199 border-radius : 6px; 199 border-radius : 6px;
200 vertical-align : top; 200 vertical-align : top;
201 transition : font-size 0.4s;
202 font-size : 1pt; 201 font-size : 1pt;
203} 202}
204 203
205input[type=checkbox]:not(old):checked + label > span { 204input[type=checkbox]:not(old):checked + label > span {
205 transition : font-size 0.4s;
206 font-size : 17pt; 206 font-size : 17pt;
207} 207}
208 208
@@ -306,6 +306,14 @@ label:first-line {
306 font-weight: 300; 306 font-weight: 300;
307} 307}
308 308
309dt {
310 font-weight: bold;
311}
312
313dd {
314 margin: 0;
315}
316
309.block-step1 a:link, 317.block-step1 a:link,
310.block-step1 a:visited { 318.block-step1 a:visited {
311 border-bottom: dotted 1px rgba(0,0,0,0.25); 319 border-bottom: dotted 1px rgba(0,0,0,0.25);
@@ -318,6 +326,7 @@ label:first-line {
318*/ 326*/
319.juice, 327.juice,
320#unsicher, 328#unsicher,
329.moreinfo,
321#wrapper.stepcancel h2 { 330#wrapper.stepcancel h2 {
322 overflow: hidden; 331 overflow: hidden;
323 max-height: 0px; 332 max-height: 0px;
@@ -327,6 +336,18 @@ label:first-line {
327 transition-delay: 0s; 336 transition-delay: 0s;
328} 337}
329 338
339.show-lessinfo,
340.show-moreinfo {
341 display: inline-block;
342 border-bottom: dotted 1px rgba(0,0,0,0.25);
343 margin-bottom: 1em;;
344 cursor: pointer;
345}
346
347.show-lessinfo { display: none; }
348#step1hook.moreinfoshown .show-lessinfo { display: inline-block; }
349#step1hook.moreinfoshown .show-moreinfo { display: none; }
350
330/* These are the heights of the expanded sections, only shown if the 351/* These are the heights of the expanded sections, only shown if the
331 wrapper has the appropriate class */ 352 wrapper has the appropriate class */
332 353
@@ -337,6 +358,8 @@ label:first-line {
337#wrapper.step5 .block-step5 .juice { max-height: 1200px; } 358#wrapper.step5 .block-step5 .juice { max-height: 1200px; }
338#wrapper.step6 .block-step6 .juice { max-height: 850px; } 359#wrapper.step6 .block-step6 .juice { max-height: 850px; }
339#wrapper.step7 .block-step7 .juice { max-height: 650px; } 360#wrapper.step7 .block-step7 .juice { max-height: 650px; }
361#step1hook.moreinfoshown .moreinfo { max-height: 3500px; }
362#wrapper.step1 .block-step1 #step1hook.moreinfoshown.juice { max-height: 3800px;}
340 363
341/* The unsicher section does not have a headline initially visible, 364/* The unsicher section does not have a headline initially visible,
342 so the sections padding must be hidden and everything must be unhidden together */ 365 so the sections padding must be hidden and everything must be unhidden together */
@@ -419,7 +442,8 @@ label:first-line {
419} 442}
420 443
421.button-small:hover { 444.button-small:hover {
422 background-color: #D0B66B; 445 background-color : rgba(255, 255, 255, 0.30);
446 color: white;
423} 447}
424 448
425/* Style things that depend on the progress. 449/* Style things that depend on the progress.