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

Add: kbd-busybox syslinux-kbd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 05 15:30:34 2008 +0000 (2008-05-05)
parents
children ccb81974c978
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 textarea {
143 background: #E5E5E5;
144 margin-top: 12px;
145 }
147 input[type=submit] {
148 background: #E5E5E5;
149 color: black;
150 border: 1px outset #111111;
151 font-weight: bold;
152 }
154 input[type=submit]:hover {
155 background: #F3F3F3;
156 color: black;
157 }
159 /* Packages pages */
161 .pkg_nav {
162 border-top: 1px solid black;
163 margin-top: 10px;
164 padding-top: 10px;
165 }
167 pre.package {
168 padding: 0px;
169 color: black;
170 background: white;
171 }
173 p.get {
174 text-align: center;
175 padding: 10px;
176 color: black;
177 background: #F3F3F3;
178 border: 1px solid #DEDEDE;
179 }