/[pub]/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.21 by wakaba, Sun May 18 07:24:04 2008 UTC revision 1.22 by wakaba, Sun Aug 10 11:49:43 2008 UTC
# Line 258  q:before, q:after { Line 258  q:before, q:after {
258    text-decoration: none;    text-decoration: none;
259  }  }
260    
261    body[data-scripted] #nav-items {
262      display: none;
263    }
264    
265  img {  img {
266    border-style: none;    border-style: none;
267  }  }
# Line 425  mark { Line 429  mark {
429    background-color: #ffff4d;    background-color: #ffff4d;
430  }  }
431    
432    /* Tab navigation */
433    
434    h1 {
435      float: left;
436      font-size: 100%;
437      padding: 0 1em;
438    }
439    
440    nav {
441      display: block;
442    }
443    
444    nav ul {
445      margin: 0;
446      padding: 1em 0 0 0;
447    }
448    
449    nav ul li {
450      display: inline;
451      margin: 0;
452      padding: 0 0.3em 0 0;
453      line-height: 2;
454    }
455    
456    nav a {
457      display: inline;
458      padding: 0.1em 0.3em;
459      text-decoration: none;
460      color: inherit;
461      border: thin outset gray;
462      -moz-border-radius: 0.2em;
463      min-width: 4em;
464      text-align: center;
465    }
466    
467    nav [data-active] a {
468      border-style: inset;
469      background-color: #C0C0C0;
470    }
471    
472    .section {
473      clear: both;
474    }
475    
476    body[data-scripted] > .section {
477      position: absolute;
478      top: 120px; /* h1 > img's height is 90px */
479      bottom: 0;
480      left: 0;
481      right: 0;
482      overflow: auto;
483    }
484    
485  /*  /*
486    
487  Copyright 2007-2008 Wakaba <w@suika.fam.cx>.  Copyright 2007-2008 Wakaba <w@suika.fam.cx>.

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24