flavors view xfce/rootfs/usr/share/webhome/style.css @ rev 130

Rename: core-xfce --> xfce
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 23:26:35 2012 +0100 (2012-02-22)
parents core-xfce/rootfs/usr/share/webhome/style.css@d851f7b01f92
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: white;
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 #header h1 {
25 padding: 10px;
26 text-align: center;
27 }
29 /* Page content */
32 #content {
33 height: auto;
34 margin: 10px 100px 0px 100px;
35 padding: 0px 72px 0px 72px;
36 }
38 #content li {
39 line-height: 1.5em;
40 text-align: left;
41 }
43 /* Footer */
45 #bottom {
46 float: none;
47 background: inherit;
48 color: black;
49 width: auto;
50 clear: both;
51 padding: 0;
52 margin: 0;
53 text-align: center;
54 vertical-align: middle;
55 }
57 /* CSS class. */
60 /* HTML styles */
62 h1 {
63 margin: 0px 0px 0px 16px;
64 }
66 h2 {
67 color: #DF8F06;
68 border-left: 10px solid #F3F3F3;
69 padding: 4px 0px 4px 4px;
70 margin: 0;
71 }
73 h3 {
74 font-weight: bold;
75 color: #6c0023;
76 background: inherit;
77 }
79 a {
80 text-decoration: underline;
81 color: #0F314E;
82 background: inherit;
83 }
85 a:hover {
86 text-decoration: none;
87 color: blue;
88 background: inherit;
89 }
91 img {
92 border: 0pt none;
93 }
95 /* Table */
97 table {
98 width: variable;
99 margin-left: auto;
100 margin-right: auto;
101 }
103 td {
104 width: variable;
105 padding: 6px;
106 }
108 th {
109 width: variable;
112 text-align: right;
113 }