flavors annotate dolibarr/rootcd/style.css @ rev 239

Update (c) 2016 and update version date to the latest packages.list changes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 26 12:33:36 2016 +0200 (2016-01-26)
parents acb2438cec93
children
rev   line source
erjo@154 1 /* CSS style for SliTaz GNU/Linux generic xHTML files. */
paul@156 2
paul@156 3 html { min-height: 102%; }
paul@156 4
erjo@154 5 body {
al@239 6 background: #eee;
al@239 7 color: #222;
al@239 8 font: 16px Verdana, Arial, sans-serif;
paul@156 9 margin: 0;
paul@156 10 min-width: 640px;
paul@156 11 }
paul@156 12
paul@156 13 a { text-decoration: underline; color: #215090; }
paul@156 14 a:hover { text-decoration: none; color: blue; }
paul@156 15 img { border: 0pt none; vertical-align: middle; }
paul@156 16 h2 { color: #444; }
paul@156 17 h3 { color: #666; font-size: 140%; }
paul@156 18
al@239 19 #header {
al@239 20 position: fixed;
al@239 21 width: 100%;
al@239 22 height: 40px;
paul@156 23 background: #351a0a;
al@239 24 border-bottom: 8px solid #d66018;
paul@156 25 }
paul@156 26
paul@156 27 #header h1 {
paul@156 28 margin: 0;
paul@156 29 padding: 8px 0 0 8px;
paul@156 30 width: 250px;
paul@156 31 color: white;
paul@156 32 font-size: 20px;
paul@156 33 font-style: italic;
paul@156 34 }
paul@156 35
paul@156 36 #header h1 a {
paul@156 37 color: white;
paul@156 38 text-decoration: none;
paul@156 39 font-size: 20px;
paul@156 40 font-style: italic;
paul@156 41 }
paul@156 42
paul@156 43 #header h1 a:hover, #network a:hover {
paul@156 44 color: #d66018;
paul@156 45 }
paul@156 46
paul@156 47 #network {
paul@156 48 float: right;
paul@156 49 padding: 12px 5px 0;
paul@156 50 font-size: 12px;
paul@156 51 }
paul@156 52
paul@156 53 #network a { padding: 0 6px; }
paul@156 54
paul@156 55 #network a {
paul@156 56 color: #fff;
paul@156 57 font-weight: bold;
paul@156 58 text-decoration: none;
paul@156 59 }
paul@156 60
paul@156 61 #block {
al@239 62 min-height: 40px;
paul@156 63 background: #d66018;
paul@156 64 padding: 0;
paul@156 65 border-bottom: 1px solid #f5f5f5;
paul@156 66 }
paul@156 67
erjo@154 68 #content {
paul@156 69 padding: 30px 80px;
paul@156 70 text-align: justify;
paul@156 71 }
paul@156 72
erjo@154 73 #footer {
paul@156 74 text-align: center;
al@239 75 border-top: 1px solid #ccc;
paul@156 76 padding: 40px;
al@239 77 background-color: #ddd;
paul@156 78 color: #666;
erjo@154 79 }
paul@156 80
paul@156 81 #footer a { color: #666; padding: 0 2px; }