tazweb view doc/style.css @ rev 197

Better in-pages integration, up some french doc (small, still todo)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 22:49:04 2017 +0100 (2017-03-16)
parents 0a8ab376898d
children 5066ec4b2402
line source
1 /* CSS style for TazWeb */
3 body { font: 88% sans-serif; margin: 0; }
4 h1 { margin: 0; padding: 8px; color: #666; font-size: 20px; text-align: center; }
5 h2 { color: #666; }
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: #ebebeb;
17 height: 40px;
18 border-bottom: 4px 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 color: #888;
31 }
33 header, main, footer { display: block; } /* for old browsers not fully supported HTML5 */
35 p { hyphens: auto; }
37 .year:after {
38 content: "2017";
39 }