website view relnotes.css @ rev 1346

Add Balinor Technologies to our sponsor page!
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:46:10 2021 +0100 (2021-01-22)
parents
children
line source
1 /* CSS style for SliTaz Doc */
3 html { min-height: 102%; }
4 body { font: 88% sans-serif, vernada, arial; margin: 0; }
5 h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
6 h2 { color: #d66018; } h3 { color: #666; font-size: 140%; }
7 a:hover { text-decoration: none; }
8 img { border: 0pt none; vertical-align: middle; }
9 pre {
10 background-color: #f8f8f8;
11 border: 1px solid #ddd;
12 padding: 10px;
13 border-radius: 4px;
14 }
16 #header {
17 background: #351a0a;
18 height: 40px;
19 border-bottom: 8px solid #d66018;
20 }
22 #content {
23 margin: 40px 80px;
24 text-align: justify;
25 }
27 #footer {
28 text-align: center;
29 padding: 20px;
30 border-top: 1px solid #ddd;
31 }
33 /* Languages */
35 #lang {
36 float: right;
37 padding: 6px;
38 font-size: 11px;
39 }
41 #lang a {
42 text-decoration: none;
43 padding: 0 2px;
44 }
46 #lang a:hover {
47 text-decoration: underline;
48 }