432 |
/* Tab navigation */ |
/* Tab navigation */ |
433 |
|
|
434 |
body[data-scripted] > h1, |
body[data-scripted] > h1, |
435 |
body[data-scripted] > #input > h2 { |
body[data-scripted] > #input > h2, |
436 |
|
body[data-scripted] .section.subdoc > h2, |
437 |
|
body[data-scripted] .section.subdoc > h3, |
438 |
|
body[data-scripted] .section.subdoc > h4, |
439 |
|
body[data-scripted] .section.subdoc > h5, |
440 |
|
body[data-scripted] .section.subdoc > h6 { |
441 |
float: left; |
float: left; |
442 |
font-size: 100%; |
font-size: 100%; |
443 |
margin: 0; |
margin: 0; |
444 |
padding: 0 1em; |
padding: 0 1em; |
445 |
} |
} |
446 |
|
|
447 |
body[data-scripted] > #input > h2 { |
body[data-scripted] > #input > h2, |
448 |
|
body[data-scripted] .section.subdoc > h2, |
449 |
|
body[data-scripted] .section.subdoc > h3, |
450 |
|
body[data-scripted] .section.subdoc > h4, |
451 |
|
body[data-scripted] .section.subdoc > h5, |
452 |
|
body[data-scripted] .section.subdoc > h6 { |
453 |
margin-right: 1em; |
margin-right: 1em; |
454 |
padding: 0.3em 0; |
padding: 0.3em 0; |
455 |
border: thin hidden; |
border: thin hidden; |
456 |
|
background-color: transparent; |
457 |
|
color: inherit; |
458 |
} |
} |
459 |
|
|
460 |
nav { |
nav { |
461 |
display: block; |
display: block; |
462 |
|
z-index: 100; |
463 |
} |
} |
464 |
|
|
465 |
.section nav { |
.section nav { |
471 |
padding: 1em 0 0 0; |
padding: 1em 0 0 0; |
472 |
} |
} |
473 |
|
|
474 |
#input nav ul { |
#input nav ul, |
475 |
|
.section.subdoc nav ul { |
476 |
padding-top: 0; |
padding-top: 0; |
477 |
} |
} |
478 |
|
|
504 |
} |
} |
505 |
|
|
506 |
body[data-scripted] > .section, |
body[data-scripted] > .section, |
507 |
body[data-scripted] > #input > .section { |
body[data-scripted] > #input > .section, |
508 |
|
body[data-scripted] .section.subdoc > .section { |
509 |
position: absolute; |
position: absolute; |
510 |
top: 100px; /* h1 > img's height is 90px */ |
top: 100px; /* h1 > img's height is 90px */ |
511 |
bottom: 0; |
bottom: 0; |
515 |
overflow: auto; |
overflow: auto; |
516 |
} |
} |
517 |
|
|
518 |
body[data-scripted] > #input > .section { |
body[data-scripted] > #input > .section, |
519 |
|
body[data-scripted] .section.subdoc > .section { |
520 |
top: 2em; |
top: 2em; |
521 |
} |
} |
522 |
|
|