tazpkg view doc/style.css @ rev 571

doc: add some clear markup to en, providing it in css (do we need 88% letters size? its small; auto-hyphenation added), add ru doc
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 22 16:40:10 2012 +0200 (2012-03-22)
parents 77653f4cfe17
children
line source
1 /* CSS style for SliTaz Doc */
3 html { min-height: 102%; }
4 body {
5 font: 100% sans-serif, Vernada, Arial;
6 margin: 0;
7 -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;
8 }
10 h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
11 h2 { color: #d66018; }
12 h3 { color: #666; font-size: 140%; }
14 a, a:link, a:visited { color: #436976; text-decoration: none; }
15 a:hover, a:focus { text-decoration: underline; }
17 img { border: 0pt none; vertical-align: middle; }
18 pre {
19 background-color: #f8f8f8;
20 border: 1px solid #ddd;
21 padding: 10px;
22 border-radius: 4px;
23 }
24 code { background-color: #f8f8f8; }
25 code, tt { color: #666; }
27 #header {
28 background: #351a0a;
29 height: 40px;
30 border-bottom: 8px solid #d66018;
31 }
33 #content {
34 margin: 40px 80px;
35 text-align: justify;
36 }
38 #footer {
39 text-align: center;
40 padding: 20px;
41 border-top: 1px solid #ddd;
42 }
44 /* Languages */
46 #lang {
47 float: right;
48 padding: 6px;
49 font-size: 11px;
50 }
52 #lang a {
53 padding: 0 2px;
54 }