tazweb view doc/style.css @ rev 188
Docs: reformat html and use html5 tags, up css; Makefile: use gettext to translate .desktop file, up po files.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Mar 14 20:15:40 2017 +0200 (2017-03-14) |
parents | 707f5eee5536 |
children | 0a8ab376898d |
line source
1 /* CSS style for SliTaz Doc */
3 body { font: 88% sans-serif; margin: 0; }
4 h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
5 h2 { color: #444; }
6 h3 { color: #666; font-size: 140%; }
7 a:hover { text-decoration: none; }
8 pre {
9 background-color: #f8f8f8;
10 border: 1px solid #ddd;
11 padding: 10px;
12 border-radius: 4px;
13 }
15 header {
16 background: #351a0a;
17 height: 40px;
18 border-bottom: 8px solid #d66018;
19 }
21 main {
22 margin: 40px 80px;
23 text-align: justify;
24 }
26 footer {
27 text-align: center;
28 padding: 20px;
29 border-top: 1px solid #ddd;
30 }
32 header, main, footer { display: block; } /* for old browsers not fully supported HTML5 */
34 p { hyphens: auto; }
36 .year:after {
37 content: "2017";
38 }