/[suikacvs]/test/html-webhacc/cc-style.css
Suika

Diff of /test/html-webhacc/cc-style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by wakaba, Thu Aug 14 07:19:44 2008 UTC revision 1.24 by wakaba, Thu Aug 14 09:16:52 2008 UTC
# Line 432  mark { Line 432  mark {
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 {
# Line 458  nav ul { Line 471  nav ul {
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    
# Line 490  nav [data-active] a { Line 504  nav [data-active] a {
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;
# Line 500  body[data-scripted] > #input > .section Line 515  body[data-scripted] > #input > .section
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    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24