slitaz-base-files annotate rootfs/usr/share/doc/slitaz-doc.css @ rev 226

2014
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 04 13:59:19 2014 +0000 (2014-01-04)
parents 814c0059f6f8
children a04fbd11b6e7
rev   line source
al@217 1 /* CSS style for SliTaz Doc */
al@217 2
al@217 3 html { min-height: 102%; }
al@217 4 body {
al@217 5 font: 100% "DejaVu Sans", Ubuntu, "Droid Sans", "Liberation Sans", FreeSans, sans-serif;
al@217 6 margin: 0;
al@217 7 -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;
al@217 8 }
al@217 9
al@217 10 h1 { margin: 0; padding: 0.4em; color: #fff; font-size: 125%; }
al@217 11 h2 { color: #d66018; }
al@217 12 h3 { color: #666; font-size: 140%; }
al@217 13
al@217 14 a, a:link, a:visited {
al@217 15 color: #436976;
al@217 16 text-decoration: none;
al@217 17 border-bottom: 1px dotted #7cd;
al@217 18 }
al@217 19 a:hover, a:focus {
al@217 20 color: #d66018;
al@217 21 border-bottom: 1px solid;
al@217 22 }
al@217 23 a[href^="http:"] {
al@217 24 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKAgMAAADqYMegAAAADFBMVEUkJCT///8kJCRDaXZbtgmAAAAAA3RSTlMAAIAXzkf+AAAAI0lEQVQIHWNYGsCwS4Bh/wKG/Q0M6ycwzJ7AEAZGUQEMkQEAn7cJ51TmPjwAAAAASUVORK5CYII=") no-repeat right top;
al@217 25 padding-right: 8px;
al@217 26 }
al@217 27
al@217 28 img { border: none; vertical-align: middle; }
al@217 29
al@217 30 pre {
al@217 31 padding: 0.8em;
al@217 32 border: 1px solid #ddd; border-radius: 0.4em;
al@217 33 }
al@217 34 pre, code { background-color: #f8f8f8; }
al@217 35 code, tt { color: #666; }
al@217 36 pre tt { color: #d62; /* shell prompt */ }
al@217 37
al@217 38 header, #header {
al@217 39 background-color: #351a0a;
al@217 40 border-bottom: 0.5em solid #d66018;
al@217 41 }
al@217 42
al@217 43 #content {
al@217 44 margin: 2.5em auto;
al@217 45 width:90%; max-width:72ex;
al@217 46 text-align: justify;
al@217 47 }
al@217 48
al@217 49 footer, #footer {
al@217 50 text-align: center;
al@217 51 padding: 1.2em;
al@217 52 border-top: 1px solid #ddd;
al@217 53 }
al@217 54
al@217 55 /* Languages */
al@217 56
al@217 57 #lang {
al@217 58 float: right;
al@217 59 padding: 0.5em;
al@217 60 font-size: small;
al@217 61 }
al@217 62
al@217 63 #lang a {
al@217 64 text-decoration: none; border: none;
al@217 65 padding: 0 0.2ex;
al@217 66 }
al@217 67
al@217 68 td, th { vertical-align: top; }
pascal@226 69
pascal@226 70 .year:after {
pascal@226 71 /* content: "2007-2014"; */
pascal@226 72 content: "2014";
pascal@226 73 }