wok diff dillo-hg/stuff/webhome/dillo.css @ rev 7126
Added libgtkhtml to libgtkhtml-dev depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 04 21:31:35 2010 +0000 (2010-11-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dillo-hg/stuff/webhome/dillo.css Thu Nov 04 21:31:35 2010 +0000 1.3 @@ -0,0 +1,143 @@ 1.4 +/* 1.5 + CSS style for SliTaz GNU/Linux *book. 1.6 + Pankso 2007 - www.slitaz.org 1.7 +*/ 1.8 + 1.9 +body { 1.10 + font: 13px sans-serif, vernada, arial; 1.11 + background: #222222; 1.12 + margin: 0; 1.13 + padding-bottom: 100%; 1.14 +} 1.15 + 1.16 +#header { 1.17 + background: #f0ba08; 1.18 + color: black; 1.19 + height: 50px; 1.20 + border-top: 1px solid black; 1.21 + border-bottom: 1px solid black; 1.22 +} 1.23 +#quicknav { 1.24 + margin-right: 6px; 1.25 + text-align: right; 1.26 + font-size: 12px; 1.27 + font-weight: bold; 1.28 + margin-right: 6px; 1.29 + } 1.30 + 1.31 +#quicknav a { 1.32 + background: inherit; 1.33 + color: white; 1.34 + text-decoration: none; 1.35 +} 1.36 + 1.37 +#quicknav a:hover { 1.38 + background: inherit; 1.39 + color: #222222; 1.40 +} 1.41 + 1.42 +/* content. */ 1.43 + 1.44 +#content { 1.45 + background: #ffffff; 1.46 + color: black; 1.47 + padding: 20px; 1.48 + margin: 20px 50px 0px 50px; 1.49 + width: auto; 1.50 + text-align: justify; 1.51 +} 1.52 + 1.53 +#content li { 1.54 + line-height: 1.5em; 1.55 + text-align: left; 1.56 +} 1.57 + 1.58 +/* Legal informations */ 1.59 + 1.60 +#copy { 1.61 + font-size: 11px ; 1.62 + text-align: center ; 1.63 + background: transparent; 1.64 + color: #ffffff; 1.65 + padding-top: 20px; 1.66 +} 1.67 + 1.68 +#copy a { 1.69 + background: inherit; 1.70 + color: #a8a8a8; 1.71 +} 1.72 + 1.73 +#copy a:hover { 1.74 + background: inherit; 1.75 + color: #EDEDED; 1.76 +} 1.77 + 1.78 +/* Clouds */ 1.79 + 1.80 +#cloud { 1.81 + padding: 10px 80px 40px 80px; 1.82 + line-height: 3em; 1.83 + text-align: center; 1.84 +} 1.85 +#cloud a { padding: 4px; color: #956411; } 1.86 +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } 1.87 +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } 1.88 +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } 1.89 +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } 1.90 +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } 1.91 +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } 1.92 +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } 1.93 +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } 1.94 +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } 1.95 +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } 1.96 + 1.97 +/* General HTML entities for content. */ 1.98 + 1.99 +h1 { 1.100 + margin: 0px 0px 0px 16px; 1.101 +} 1.102 + 1.103 +h2 { 1.104 + margin: 12px 0; 1.105 + color: #484B7C; 1.106 + background: white; 1.107 +} 1.108 + 1.109 +h3 { 1.110 + font-weight: bold; 1.111 + color: #6c0023; 1.112 + background: white; 1.113 +} 1.114 + 1.115 +a { 1.116 + text-decoration: underline; 1.117 +} 1.118 +a:hover { 1.119 + text-decoration: none; 1.120 +} 1.121 + 1.122 +pre { 1.123 + padding: 5px; 1.124 + color: black; 1.125 + background: #e1e0b0; 1.126 +} 1.127 +pre.script { 1.128 + padding: 10px; 1.129 + color: black; 1.130 + background: #e8e8e8; 1.131 + border: 1px inset #333333; 1.132 +} 1.133 + 1.134 +code { 1.135 + font-size: 12px; 1.136 + color: #669900; 1.137 + background: transparent; 1.138 +} 1.139 + 1.140 +li { 1.141 + line-height: 1.4em; 1.142 +} 1.143 + 1.144 +hr { 1.145 + border: 0pt none; 1.146 +}