wok view netsurf/stuff/webhome/netsurf.css @ rev 8014

add garcon, agrcon-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 20 02:06:45 2011 +0100 (2011-01-20)
parents
children
line source
1 /*
2 CSS style for SliTaz GNU/Linux local home page
3 www.slitaz.org - (c) 2008 SliTaz Community
4 */
6 body {
7 background: #ffffff;
8 color: black;
9 font: 13px sans-serif, vernada, arial;
10 margin: 0 0 0 0;
11 padding-bottom: 100%;
12 }
14 #header {
15 background: #f0ba08 url(pics/header.png) repeat-x top;
16 color: black;
17 width: 100%;
18 height: 50px ;
19 border-top: 1px solid black;
20 border-bottom: 1px solid black;
21 /* margin-bottom: 30px; */
22 }
24 /* Page content */
26 #content {
27 background: white;
28 color: black;
29 text-align: justify;
30 }
32 #content li {
33 line-height: 1.5em;
34 text-align: left;
35 }
37 /* Footer */
39 #bottom {
40 float: none;
41 background: inherit;
42 color: black;
43 width: auto;
44 clear: both;
45 padding: 0;
46 margin: 0;
47 text-align: center;
48 vertical-align: middle;
49 }
51 /* HTML styles */
53 h1 {
54 color: #222222;
55 background: inherit;
56 text-align: center;
57 margin: 0px 0px 20px 0px;
58 padding: 10px 0px 10px 0px;
59 }
61 h2 {
62 color: #DF8F06;
63 border-left: 10px solid #F3F3F3;
64 padding: 4px 0px 4px 4px;
65 margin: 0;
66 }
68 h3 {
69 font-weight: bold;
70 color: #6c0023;
71 background: inherit;
72 }
74 a {
75 text-decoration: underline;
76 color: #0F314E;
77 background: inherit;
78 }
80 a:hover {
81 text-decoration: none;
82 color: blue;
83 background: inherit;
84 }
86 img {
87 border: 0pt none;
88 }
90 /* Table */
92 table {
93 width: variable;
94 margin-left: auto;
95 margin-right: auto;
96 }
98 td {
99 width: variable;
100 padding: 6px;
101 }
103 th {
104 width: variable;
107 text-align: right;
108 }