flavors-stable view justx/rootcd/style.css @ rev 164

core: Add sakura so we have an easy to use terminal and move up udev in list (list should NOT be sorted some pkgs depends on installed files, cf cookiso logs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 16:35:33 2012 +0100 (2012-03-24)
parents af8b2e7f1d27
children
line source
1 /* CSS style for SliTaz GNU/Linux generic xHTML files. */
3 html { min-height: 102%; }
5 body {
6 background: #ffffff;
7 color: black;
8 font: 13px sans-serif, vernada, arial;
9 margin: 0;
10 min-width: 640px;
11 }
13 a { text-decoration: underline; color: #215090; }
14 a:hover { text-decoration: none; color: blue; }
15 img { border: 0pt none; vertical-align: middle; }
16 h2 { color: #444; }
17 h3 { color: #666; font-size: 140%; }
19 #header {
20 height: 40px;
21 background: #351a0a;
22 }
24 #header h1 {
25 margin: 0;
26 padding: 8px 0 0 8px;
27 width: 250px;
28 color: white;
29 font-size: 20px;
30 font-style: italic;
31 }
33 #header h1 a {
34 color: white;
35 text-decoration: none;
36 font-size: 20px;
37 font-style: italic;
38 }
40 #header h1 a:hover, #network a:hover {
41 color: #d66018;
42 }
44 #network {
45 float: right;
46 padding: 12px 5px 0;
47 font-size: 12px;
48 }
50 #network a { padding: 0 6px; }
52 #network a {
53 color: #fff;
54 font-weight: bold;
55 text-decoration: none;
56 }
58 #block {
59 min-height: 8px;
60 background: #d66018;
61 padding: 0;
62 border-bottom: 1px solid #f5f5f5;
63 }
65 #content {
66 padding: 30px 80px;
67 text-align: justify;
68 }
70 #footer {
71 text-align: center;
72 border-top: 1px solid #ddd;
73 padding: 40px;
74 color: #666;
75 }
77 #footer a { color: #666; padding: 0 2px; }