tazweb view data/style.css @ rev 61

Use #define to handle config dir
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 22 05:04:17 2011 +0200 (2011-04-22)
parents f8ecd3ad885b
children
line source
1 /* CSS style for TazWeb page */
3 body {
4 font: 88% sans-serif, vernada, arial;
5 margin: 0;
6 }
8 h1 { margin: 0; padding: 8px;
9 color: #fff; font-size: 20px; font-style: italic; }
10 h2 { color: #444; }
11 h3 { color: #666; font-size: 140%; }
12 ul { list-style-type: square; line-height: 140%; }
13 img { vertical-align: middle; }
14 a { color: #215090; }
15 a:hover { text-decoration: none; color: blue; }
17 #header {
18 background: #351a0a;
19 height: 40px;
20 border-bottom: 8px solid #d66018;
21 }
23 #content {
24 margin: 80px;
25 }
27 #cloud {
28 padding: 10px;
29 margin: 0 0 40px;
30 line-height: 3em;
31 text-align: center;
32 background: #f8f8f8;
33 border: 1px solid #ddd;
34 border-radius: 8px;
35 }
37 #cloud a { padding: 0 6px; color: #444444; }
38 #cloud a.tag1 { font-size: 0.6em; font-weight: 100; }
39 #cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
40 #cloud a.tag3 { font-size: 1.0em; font-weight: 300; }
41 #cloud a.tag4 { font-size: 1.2em; font-weight: 400; }
42 #cloud a.tag5 { font-size: 1.4em; font-weight: 500; }
43 #cloud a.tag6 { font-size: 1.6em; font-weight: 600; }
44 #cloud a.tag7 { font-size: 1.8em; font-weight: 700; }
45 #cloud a.tag8 { font-size: 2.0em; font-weight: 800; }