tazweb view data/style.css @ rev 38

Add degault bookmark file with separated CSS file also for doc
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 04:45:26 2011 +0200 (2011-04-15)
parents
children 1b31bef08447
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; color: #fff; font-size: 20px; }
9 h2 { color: #444; }
10 h3 { color: #666; font-size: 140%; }
11 ul { list-style-type: square; line-height: 140%; }
12 img { vertical-align: middle; }
13 a { color: #215090; }
14 a:hover { text-decoration: none; color: blue; }
16 #header {
17 background: #351a0a;
18 height: 40px;
19 border-bottom: 8px solid #d66018;
20 }
22 #content {
23 margin: 80px;
24 }
26 #cloud {
27 padding: 10px;
28 margin: 0 0 40px;
29 line-height: 3em;
30 text-align: center;
31 background: #f8f8f8;
32 border: 1px solid #ddd;
33 border-radius: 8px;
34 }
36 #cloud a { padding: 0 6px; color: #444444; }
37 #cloud a.tag1 { font-size: 0.6em; font-weight: 100; }
38 #cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
39 #cloud a.tag3 { font-size: 1.0em; font-weight: 300; }
40 #cloud a.tag4 { font-size: 1.2em; font-weight: 400; }
41 #cloud a.tag5 { font-size: 1.4em; font-weight: 500; }
42 #cloud a.tag6 { font-size: 1.6em; font-weight: 600; }
43 #cloud a.tag7 { font-size: 1.8em; font-weight: 700; }
44 #cloud a.tag8 { font-size: 2.0em; font-weight: 800; }