flavors view core/rootcd/style.css @ rev 230

Core flavor: default locale is en_US
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 14 02:35:50 2015 +0300 (2015-09-14)
parents 7d54b5d21171
children acb2438cec93
line source
1 /* CSS style for SliTaz GNU/Linux generic xHTML files. */
3 html { min-height: 102%; }
5 body {
6 background: #eee;
7 color: #222;
8 font: 16px sans-serif, Vernada, Arial;
9 margin: 0;
10 min-width: 640px;
11 }
13 a { text-decoration: underline; color: #215090; }
14 a:hover { text-decoration: none; color: blue; }
15 img { border: 0pt none; vertical-align: middle; }
16 h2 { color: #444; }
17 h3 { color: #666; font-size: 140%; }
19 #header {
20 position: fixed;
21 width: 100%;
22 height: 40px;
23 background: #351a0a;
24 border-bottom: 8px solid #d66018;
25 }
27 #header h1 {
28 margin: 0;
29 padding: 8px 0 0 8px;
30 width: 250px;
31 color: white;
32 font-size: 20px;
33 font-style: italic;
34 }
36 #header h1 a {
37 color: white;
38 text-decoration: none;
39 font-size: 20px;
40 font-style: italic;
41 }
43 #header h1 a:hover, #network a:hover {
44 color: #d66018;
45 }
47 #network {
48 float: right;
49 padding: 12px 5px 0;
50 font-size: 12px;
51 }
53 #network a { padding: 0 6px; }
55 #network a {
56 color: #fff;
57 font-weight: bold;
58 text-decoration: none;
59 }
61 #block {
62 min-height: 40px;
63 background: #d66018;
64 padding: 0;
65 border-bottom: 1px solid #f5f5f5;
66 }
68 #content {
69 padding: 30px 80px;
70 text-align: justify;
71 }
73 #footer {
74 text-align: center;
75 border-top: 1px solid #ccc;
76 padding: 40px;
77 background-color: #ddd;
78 color: #666;
79 }
81 #footer a { color: #666; padding: 0 2px; }