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 (1032B)
---
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 h2 {
27 padding: 5px 3px 3px 10px;
28 margin: 10px 0 0 0;
29 border-bottom: 2px solid #777;
30 }
31 #sidebar a {
32 padding: 5px 3px 5px 10px;
33 }
34 #sidebar a {
35 display: block;
36 }
37 #sidebar a, #items h2 a {
38 color: inherit;
39 }
40 div#items {
41 padding: 0 15px;
42 }
43 body.noframe div#sidebar {
44 position: fixed;
45 top: 0;
46 left: 0;
47 width: 225px;
48 height: 100%;
49 overflow: hidden;
50 overflow-y: auto;
51 z-index: 999;
52 }
53 body.noframe div#items {
54 left: 225px;
55 position: absolute;
56 height: 100%;
57 top: 0;
58 right: 0;
59 overflow: auto;
60 }
61 body.noframe div#items.nosidebar {
62 left: 0px;
63 }
64 body.frame #sidebar br {
65 display: none;
66 }
67 body.frame .content {
68 padding: 0 1em;
69 font-family: sans;
70 font-size: medium;
71 }