wok-current view firefox/stuff/webhome/slitaz.css @ rev 629

Up: firefox (2.0.0.14) - New homepage and icon + search plugin (Thanks oddball)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 21 10:58:05 2008 +0200 (2008-04-21)
parents
children
line source
1 /*
2 CSS style for SliTaz GNU/Linux website
3 www.slitaz.org - (c) 2007 Pankso
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 /* Page content */
16 #content, #content_bottom, #content_top {
17 background: white;
18 color: black;
19 text-align: justify;
20 }
22 #content_top {
23 height: 14px;
24 margin: 40px 100px 0px 100px;
25 }
27 #content {
28 height: auto;
29 margin: -6px 100px 0px 100px;
30 padding: 0px 72px 72px 72px;
31 /*background: white;
32 color: #333333;*/
33 }
35 #content_bottom {
36 height: 14px;
37 margin: 0px 100px 0px 100px;
38 /*clear: both;*/
39 }
41 #content li {
42 line-height: 1.5em;
43 text-align: left;
44 }
46 /* Footer */
48 #bottom {
49 float: none;
50 background: inherit;
51 color: black;
52 width: auto;
53 clear: both;
54 padding: 0;
55 margin: 0;
56 text-align: center;
57 vertical-align: middle;
58 }
60 /* CSS class. */
62 .top_left, .top_right, .bottom_left, .bottom_right {
63 height: 14px;
64 width: 14px;
65 color: white;
66 background-color: #333333;
67 background-repeat: no-repeat;
68 }
70 .top_left {
71 background-image: url(pics/website/content-tl.png);
72 background-position: left top;
73 position: absolute;
74 }
76 .top_right {
77 background-image: url(pics/website/content-tr.png);
78 float: right;
79 }
81 .bottom_left {
82 background-image: url(pics/website/content-bl.png);
83 position: absolute;
84 }
86 .bottom_right {
87 background-image: url(pics/website/content-br.png);
88 float: right;
89 }
91 /* HTML styles */
93 h1 {
94 color: #DF8F06;
95 background: inherit;
96 text-align: center;
97 margin: 0px 0px 20px 0px;
98 padding: 10px 0px 10px 0px;
99 border-bottom: 1px solid #DF8F06;
100 }
102 h2 {
103 color: #DF8F06;
104 border-left: 10px solid #F3F3F3;
105 padding: 4px 0px 4px 4px;
106 margin: 0;
107 }
109 h3 {
110 font-weight: bold;
111 color: #6c0023;
112 background: inherit;
113 }
115 a {
116 text-decoration: underline;
117 color: #0F314E;
118 background: inherit;
119 }
121 a:hover {
122 text-decoration: none;
123 color: blue;
124 background: inherit;
125 }
127 img {
128 border: 0pt none;
129 }
131 textarea {
132 background: #E5E5E5;
133 margin-top: 12px;
134 }
136 input[type=submit] {
137 background: #E5E5E5;
138 color: black;
139 border: 1px outset #111111;
140 font-weight: bold;
141 }
143 input[type=submit]:hover {
144 background: #F3F3F3;
145 color: black;
146 }
148 /* Packages pages */
150 .pkg_nav {
151 border-top: 1px solid black;
152 margin-top: 10px;
153 padding-top: 10px;
154 }
156 pre.package {
157 padding: 0px;
158 color: black;
159 background: white;
160 }
162 p.get {
163 text-align: center;
164 padding: 10px;
165 color: black;
166 background: #F3F3F3;
167 border: 1px solid #DEDEDE;
168 }