slitaz-doc view slitaz/style.css @ rev 1

Add header image, css and template
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 13 12:24:20 2008 +0100 (2008-03-13)
parents
children
line source
1 /* CSS style for SliTaz GNU/Linux generic xHTML files. */
2 body {
3 font: 90% sans-serif, vernada, arial;
4 margin: 0;
5 }
6 /* Header */
7 #header{
8 background: #f0ba08 url(images/header.png) repeat-x top;
9 color: black;
10 width: 100%;
11 height: 50px ;
12 border-top: 1px solid black;
13 border-bottom: 1px solid black;
14 }
15 #content {
16 margin: 0px 50px 26px 50px;
17 }
18 #footer {
19 border-top: 1px solid black;
20 }
21 a {
22 text-decoration: underline;
23 }
24 a:hover {
25 text-decoration: none;
26 }
27 h1 {
28 margin: 10px 0px 0px 6px;
29 }
30 h2 {
31 margin: 12px 0;
32 }
33 pre {
34 padding: 5px;
35 color: black;
36 background: #e1e0b0;
37 }
38 pre.script {
39 padding: 10px;
40 color: black;
41 background: #e8e8e8;
42 border: 1px inset #333333;
43 }
44 li {
45 line-height: 1.4em;
46 }
47 code {
48 font-size: 100%;
49 color: #669900;
50 background: transparent;
51 }
52 hr {
53 color: white;
54 background-color: white;
55 height: 1px;
56 border: 0;
57 }