wok view dillo-hg/stuff/webhome/dillo.css @ rev 7039

Fixed typo in lyx build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 31 19:45:29 2010 +0000 (2010-10-31)
parents
children
line source
1 /*
2 CSS style for SliTaz GNU/Linux *book.
3 Pankso 2007 - www.slitaz.org
4 */
6 body {
7 font: 13px sans-serif, vernada, arial;
8 background: #222222;
9 margin: 0;
10 padding-bottom: 100%;
11 }
13 #header {
14 background: #f0ba08;
15 color: black;
16 height: 50px;
17 border-top: 1px solid black;
18 border-bottom: 1px solid black;
19 }
20 #quicknav {
21 margin-right: 6px;
22 text-align: right;
23 font-size: 12px;
24 font-weight: bold;
25 margin-right: 6px;
26 }
28 #quicknav a {
29 background: inherit;
30 color: white;
31 text-decoration: none;
32 }
34 #quicknav a:hover {
35 background: inherit;
36 color: #222222;
37 }
39 /* content. */
41 #content {
42 background: #ffffff;
43 color: black;
44 padding: 20px;
45 margin: 20px 50px 0px 50px;
46 width: auto;
47 text-align: justify;
48 }
50 #content li {
51 line-height: 1.5em;
52 text-align: left;
53 }
55 /* Legal informations */
57 #copy {
58 font-size: 11px ;
59 text-align: center ;
60 background: transparent;
61 color: #ffffff;
62 padding-top: 20px;
63 }
65 #copy a {
66 background: inherit;
67 color: #a8a8a8;
68 }
70 #copy a:hover {
71 background: inherit;
72 color: #EDEDED;
73 }
75 /* Clouds */
77 #cloud {
78 padding: 10px 80px 40px 80px;
79 line-height: 3em;
80 text-align: center;
81 }
82 #cloud a { padding: 4px; color: #956411; }
83 #cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
84 #cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
85 #cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
86 #cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
87 #cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
88 #cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
89 #cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
90 #cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
91 #cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
92 #cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
94 /* General HTML entities for content. */
96 h1 {
97 margin: 0px 0px 0px 16px;
98 }
100 h2 {
101 margin: 12px 0;
102 color: #484B7C;
103 background: white;
104 }
106 h3 {
107 font-weight: bold;
108 color: #6c0023;
109 background: white;
110 }
112 a {
113 text-decoration: underline;
114 }
115 a:hover {
116 text-decoration: none;
117 }
119 pre {
120 padding: 5px;
121 color: black;
122 background: #e1e0b0;
123 }
124 pre.script {
125 padding: 10px;
126 color: black;
127 background: #e8e8e8;
128 border: 1px inset #333333;
129 }
131 code {
132 font-size: 12px;
133 color: #669900;
134 background: transparent;
135 }
137 li {
138 line-height: 1.4em;
139 }
141 hr {
142 border: 0pt none;
143 }