wok view busybox/stuff/www/style.css @ rev 15390

Up slitaz-boot-scripts (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 30 18:29:11 2013 +0100 (2013-10-30)
parents
children 307866ad479e
line source
1 /* CSS style for SliTaz GNU/Linux. */
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 border-bottom: 8px solid #d66018;
23 }
25 #header h1 {
26 margin: 0;
27 padding: 8px 0 0 8px;
28 color: white;
29 font-size: 20px;
30 }
32 #content {
33 padding: 30px 80px;
34 text-align: justify;
35 }
37 #footer {
38 text-align: center;
39 border-top: 1px solid #ddd;
40 padding: 40px;
41 color: #666;
42 }
44 #footer a { color: #666; padding: 0 2px; }