style.css - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       style.css (935B)
       ---
            1 body {
            2         font-size: 9pt;
            3         color: #333;
            4         background-color: #fff;
            5         padding: 0;
            6         margin: 0;
            7         font-family: monospace;
            8         overflow: hidden;
            9 }
           10 body.frame {
           11         overflow: hidden;
           12         overflow-y: auto;
           13 }
           14 h2 {
           15         font-size: 14pt;
           16         margin: 0.5em 0;
           17 }
           18 #sidebar ul, #sidebar ul li {
           19         list-style: none;
           20         padding: 0;
           21         margin: 0;
           22 }
           23 #sidebar {
           24         background-color: inherit;
           25 }
           26 #sidebar a {
           27         padding: 5px 3px 5px 10px;
           28 }
           29 #sidebar a {
           30         display: block;
           31 }
           32 #sidebar a, #items h2 a {
           33         color: inherit;
           34 }
           35 div#items {
           36         padding: 0 15px;
           37 }
           38 body.noframe div#sidebar {
           39         position: fixed;
           40         top: 0;
           41         left: 0;
           42         width: 175px;
           43         height: 100%;
           44         overflow: hidden;
           45         overflow-y: auto;
           46         z-index: 999;
           47 }
           48 body.noframe div#items {
           49         left: 175px;
           50         position: absolute;
           51         height: 100%;
           52         top: 0;
           53         right: 0;
           54         overflow: auto;
           55 }
           56 body.noframe div#items.nosidebar {
           57         left: 0px;
           58 }
           59 body.frame #sidebar br {
           60         display: none;
           61 }
           62 body.frame .content {
           63         padding: 0 1em;
           64         font-family: sans;
           65         font-size: medium;
           66 }