website view slitaz.css @ rev 907

Add empty html skel and up robots.txt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 08 02:45:39 2012 +0100 (2012-03-08)
parents 5d99a14ccdfc
children 304b3f1894f7
line source
1 /*
2 CSS style for SliTaz Network - (C) 2012 SliTaz GNU/Linux
3 */
5 html {
6 min-height: 102%;
7 }
9 body {
10 background: #ffffff;
11 color: black;
12 font: 13px sans-serif, vernada, arial;
13 margin: 0;
14 min-width: 780px;
15 height: 100%;
16 }
18 a { text-decoration: underline; color: #215090; }
19 a:hover { text-decoration: none; color: blue; }
20 img { border: 0pt none; vertical-align: middle; }
21 h2 { color: #444; }
22 h3 { color: #666; font-size: 140%; }
23 h4 { color: #888; font-size: 120%; }
24 pre {
25 background-color: #f8f8f8;
26 border: 1px solid #ddd;
27 padding: 10px;
28 }
30 /* Header */
32 #header {
33 height: 40px;
34 background: #351a0a;
35 }
37 #header h1 {
38 margin: 0;
39 padding: 8px 0 0 42px;
40 width: 250px;
41 }
43 #header h1 a {
44 color: white;
45 text-decoration: none;
46 font-size: 20px;
47 font-style: italic;
48 }
50 #header h1 a:hover, #network a:hover {
51 color: #d66018;
52 }
54 /* Logo */
56 #logo {
57 background: url(images/logo.png) no-repeat left;
58 position: absolute;
59 float: left;
60 left: 0px;
61 top: 0px;
62 width: 40px;
63 height: 40px;
64 }
66 /* SliTaz Network */
68 #network {
69 float: right;
70 padding: 10px 5px 0;
71 font-size: 12px;
72 }
74 #network a { padding: 0 6px; }
76 /* Block */
78 #block {
79 min-height: 200px;
80 background: #d66018;
81 padding: 26px 10% 0px;
82 text-align: center;
83 color: #333;
84 border-bottom: 1px solid #f5f5f5;
85 }
87 #block_info {
88 text-align: justify;
89 width: 48%;
90 padding: 10px 10px 0 0;
91 }
93 #block a, #network a {
94 color: #fff;
95 font-weight: bold;
96 text-decoration: none;
97 }
99 #block h4 {
100 color: #351a0a;
101 margin: 0px;
102 font-weight: bold;
103 font-size: 110%;
104 }
106 #block_info p { margin: 6px 0; padding: 0 12px 0 0; }
107 #block_info a { font-weight: normal; }
108 #block ul { list-style-type: square; }
109 #block a:hover { color: #351a0a; }
111 /* Navigation */
113 #block_nav {
114 background: #cc5b17;
115 padding: 10px 10px 40px;
116 text-align: justify;
117 width: 48%;
118 float: right;
119 }
121 #block_nav ul {
122 list-style-type: none;
123 margin: 6px 0;
124 padding: 0;
125 }
127 #block_nav h4 img {
128 margin: 0 4px 0 0;
129 padding: 0;
130 }
132 /* Languages */
134 #lang {
135 float: right;
136 padding: 6px;
137 font-size: 11px;
138 }
140 #lang a {
141 text-decoration: none;
142 padding: 0 2px;
143 }
145 #lang a:hover {
146 text-decoration: underline;
147 }
149 /* Content */
151 #content {
152 padding: 30px 80px;
153 text-align: justify;
154 }
156 .news li {
157 list-style-type: square;
158 border-bottom: 1px dotted #BEBEBE;
159 margin-left: -25px;
160 padding: 4px 0px 4px 0px;
161 }
163 .news a, .feed-grid a { text-decoration: none; }
164 .news p a { text-decoration: underline; }
165 .news p a:hover { text-decoration: none; }
166 #twitter { margin: 20px 0; }
167 #gallery { text-align: center; }
169 /* Classes */
171 .right_box { width: 48%; float: right; }
172 .left_box { width: 48%; float: left; }
174 .box {
175 margin: 20px 60px;
176 padding: 12px;
177 background: #efefef;
178 border: 1px solid #ddd;
179 }
181 .searchbox {
182 margin: 20px 80px;
183 padding: 12px;
184 background: #f8f8f8;
185 text-align: center;
186 border: 1px solid #ddd;
187 }
189 /* Activity Box */
191 .activity {
192 margin: 0 0 20px;
193 background: #eaeaea;
194 padding: 5px 2px 0;
195 border: 1px solid #ddd;
196 }
197 .activity div { padding: 5px 10px; background: #fff; margin-top: 5px; }
198 .activity p { margin: 0; padding: 5px 10px; font-weight: bold; }
199 .activity a { text-decoration: none; }
200 .activity ul { list-style-type: none;
201 margin: 4px 0; padding: 0 4px; line-height: 150%; }
202 .activity_more { text-align: right; }
203 .activity_more a { font-weight: normal; color: #000; padding: 0 4px; }
204 .activity_more a:hover { text-decoration: underline; }
206 .activity span, .news span {
207 color: #666;
208 font-size: 11px;
209 font-weight: normal;
210 }
212 /* Button */
214 .button a {
215 background-color: #b64b22;
216 color: #ffffff;
217 margin-right: 6px;
218 padding: 6px 10px;
219 font-size: 12px;
220 text-decoration: none;
221 font-weight: bold;
222 }
223 .button a:hover, input[type=submit]:hover {
224 background-color: #a3431f;
225 color: #ffffff;
226 }
228 /* Round corner */
230 #block_nav, pre, .box, .searchbox, .button a, #twitter, .activity,
231 .activity div {
232 -moz-border-radius: 4px;
233 -webkit-border-radius: 4px;
234 border-radius: 4px;
235 }
237 /* Transition */
239 .box {
240 -webkit-transition-property: background-color;
241 -webkit-transition-duration: 2s;
242 -moz-transition-property: background-color;
243 -moz-transition-duration: 2s;
244 transition-property: background-color;
245 transition-duration: 2s;
246 }
248 /* Form */
250 input[type=submit] {
251 border: 1px solid #b64b22;
252 background-color: #b64b22;
253 color: white;
254 font-weight: bold;
255 cursor: pointer;
256 padding: 4px 10px;
257 font-size: 14px;
258 margin-left: -5px;
259 -webkit-border-top-right-radius: 4px;
260 -webkit-border-bottom-right-radius: 4px;
261 -moz-border-radius-topright: 4px;
262 -moz-border-radius-bottomright: 4px;
263 border-top-right-radius: 4px;
264 border-bottom-right-radius: 4px;
265 }
267 input[type=submit]:hover { background-color: #a3431f; }
269 input[type=text] {
270 border: 1px solid #333333;
271 padding: 4px;
272 height: 17px;
273 width: 100%;
274 -webkit-border-top-left-radius: 4px;
275 -webkit-border-bottom-left-radius: 4px;
276 -moz-border-radius-topleft: 4px;
277 -moz-border-radius-bottomleft: 4px;
278 border-top-left-radius: 4px;
279 border-bottom-left-radius: 4px;
280 }
282 /* Footer */
284 #footer {
285 background: #f1f1f1;
286 text-align: center;
287 border-top: 1px solid #ddd;
288 padding: 40px;
289 color: #666;
290 clear: both;
291 margin-bottom: -2%;
292 }
294 #footer a { color: #666; padding: 0 2px; }
296 .year:after {
297 /* content: "2007-2012"; */
298 content: "2012";
299 }