wok-stable view firefox/stuff/webhome/style.css @ rev 840

Up: firefox (3.0-rc1)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 18 13:43:07 2008 +0200 (2008-05-18)
parents ccb81974c978
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: #222222;
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, #content_bottom, #content_top {
27 background: white;
28 color: black;
29 text-align: justify;
30 }
32 #content_top {
33 height: 14px;
34 margin: 10px 100px 0px 100px;
35 }
37 #content {
38 height: auto;
39 margin: -6px 100px 0px 100px;
40 padding: 0px 72px 0px 72px;
41 /*background: white;
42 color: #333333;*/
43 }
45 #content_bottom {
46 height: 14px;
47 margin: 0px 100px 0px 100px;
48 /*clear: both;*/
50 }
52 #content li {
53 line-height: 1.5em;
54 text-align: left;
55 }
57 /* Footer */
59 #bottom {
60 float: none;
61 background: inherit;
62 color: black;
63 width: auto;
64 clear: both;
65 padding: 0;
66 margin: 0;
67 text-align: center;
68 vertical-align: middle;
69 }
71 /* CSS class. */
73 .top_left, .top_right, .bottom_left, .bottom_right {
74 height: 14px;
75 width: 14px;
76 color: white;
77 background-color: #333333;
78 background-repeat: no-repeat;
79 }
81 .top_left {
82 background-image: url(pics/content-tl.png);
83 background-position: left top;
84 position: absolute;
85 }
87 .top_right {
88 background-image: url(pics/content-tr.png);
89 float: right;
90 }
92 .bottom_left {
93 background-image: url(pics/content-bl.png);
94 position: absolute;
95 }
97 .bottom_right {
98 background-image: url(pics/content-br.png);
99 float: right;
100 }
102 /* HTML styles */
104 h1 {
105 color: #DF8F06;
106 background: inherit;
107 text-align: center;
108 margin: 0px 0px 20px 0px;
109 padding: 10px 0px 10px 0px;
110 border-bottom: 1px solid #DF8F06;
111 }
113 h2 {
114 color: #DF8F06;
115 border-left: 10px solid #F3F3F3;
116 padding: 4px 0px 4px 4px;
117 margin: 0;
118 }
120 h3 {
121 font-weight: bold;
122 color: #6c0023;
123 background: inherit;
124 }
126 a {
127 text-decoration: underline;
128 color: #0F314E;
129 background: inherit;
130 }
132 a:hover {
133 text-decoration: none;
134 color: blue;
135 background: inherit;
136 }
138 img {
139 border: 0pt none;
140 }
142 /* Table */
144 table {
145 width: variable;
146 margin-left: auto;
147 margin-right: auto;
148 }
150 td {
151 width: variable;
152 padding: 6px;
153 }
155 th {
156 width: variable;
159 text-align: right;
160 }