wok-6.x diff tazbb/stuff/web/slitaz.css @ rev 4458

mplayer: --disable-smb --disable-ftp --disable-openal --disable-faac + clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Sun Nov 08 16:59:03 2009 +0100 (2009-11-08)
parents
children c96e79a1ca3e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazbb/stuff/web/slitaz.css	Sun Nov 08 16:59:03 2009 +0100
     1.3 @@ -0,0 +1,340 @@
     1.4 +/*
     1.5 +	CSS style for SliTaz GNU/Linux website
     1.6 +	www.slitaz.org - (c) 2007 Pankso
     1.7 +*/
     1.8 +
     1.9 +body {
    1.10 +	background: #222222;
    1.11 +	color: black;
    1.12 +	font: 13px sans-serif, vernada, arial;
    1.13 +	margin: 0;
    1.14 +	padding-bottom: 100%;
    1.15 +}
    1.16 +
    1.17 +/* Accessibility */
    1.18 +
    1.19 +#access {
    1.20 +	position: absolute;
    1.21 +	top: 1px;
    1.22 +	right: 6px;
    1.23 +	text-align: right;
    1.24 +	width: 100%;
    1.25 +	margin: 0;
    1.26 +	font-size: 12px;
    1.27 +	font-weight: bold;
    1.28 +}
    1.29 +
    1.30 +#access a {
    1.31 +	background: inherit;
    1.32 +	color: white;
    1.33 +	text-decoration: none;
    1.34 +	padding-left: 2px;
    1.35 +}
    1.36 +
    1.37 +#access a:hover {
    1.38 +	background: inherit;
    1.39 +	color: #222222;
    1.40 +}
    1.41 +
    1.42 +/* Header and title */
    1.43 +
    1.44 +#header {
    1.45 +	background: #f0ba08 url(pics/website/header.png) repeat-x top;
    1.46 +	color: black;
    1.47 +	width: 100%;
    1.48 +	height: 50px ;
    1.49 +	border-top: 1px solid black;
    1.50 +	border-bottom: 1px solid black;
    1.51 +	margin-bottom: 30px;
    1.52 +}
    1.53 +
    1.54 +#header form {
    1.55 +	position: absolute;
    1.56 +	top: 22px;
    1.57 +	right: 6px;
    1.58 +	background: transparent;
    1.59 +	
    1.60 +}
    1.61 +
    1.62 +#header input { 
    1.63 +	border: 1px solid #eeeeee;
    1.64 +}
    1.65 +
    1.66 +#titre {
    1.67 +	font-size: 16px;
    1.68 +	font-weight: bolder ;
    1.69 +	margin-left: 232px;
    1.70 +	margin-top: 4px;
    1.71 +	padding-top: 25px ;
    1.72 +}
    1.73 +
    1.74 +#logo {
    1.75 +	position: absolute;
    1.76 +	float: left;
    1.77 +	margin-left: 32px;
    1.78 +	margin-right: 20px;
    1.79 +	margin-top: 0px;
    1.80 +}
    1.81 +
    1.82 +/* Navigation */
    1.83 +
    1.84 +#nav {
    1.85 +	position: absolute;
    1.86 +	top: 100px;
    1.87 +	right: 6px;
    1.88 +	background: #eaeaea url(pics/website/nav-tr.png) no-repeat top right;
    1.89 +	color: black;
    1.90 +	float: right;
    1.91 +	width: 152px;
    1.92 +	line-height: 1.3em;
    1.93 +	text-align: left;
    1.94 +	font-size: 12px;
    1.95 +	font-weight: bold;
    1.96 +}
    1.97 +
    1.98 +#nav_top {
    1.99 +	background: transparent url(pics/website/nav-tl.png) no-repeat top left;
   1.100 +	height: 12px;
   1.101 +}
   1.102 +
   1.103 +#nav_bottom {
   1.104 +	background: transparent url(pics/website/nav-bl.png) no-repeat bottom left;
   1.105 +	height: 12px;
   1.106 +}
   1.107 +
   1.108 +#nav_bottom_img {
   1.109 +	background: transparent url(pics/website/nav-br.png) no-repeat bottom right;
   1.110 +	height: 12px;
   1.111 +}
   1.112 +
   1.113 +#nav ul{
   1.114 +	list-style-type: none;
   1.115 +	margin: 0px 0px 0px 6px;
   1.116 +	padding: 3px 2px 3px 2px;
   1.117 +}
   1.118 +
   1.119 +#nav li {
   1.120 +	display: inline;
   1.121 +}
   1.122 +
   1.123 +#nav a {
   1.124 +	color: #3E1220;
   1.125 +	background: inherit;
   1.126 +	display: block;
   1.127 +	padding: 0.5px;
   1.128 +	text-decoration: none;
   1.129 +}
   1.130 +
   1.131 +#nav a:hover {
   1.132 +	color: #DF8F06;
   1.133 +	text-decoration: none;
   1.134 +	display: block;
   1.135 +}
   1.136 +
   1.137 +#nav hr {
   1.138 +	margin: 2px 0px 1px 0px;
   1.139 +	border: 0px;
   1.140 +	border-top: 1px solid #BDBDBD;
   1.141 +	
   1.142 +}
   1.143 +/* Page content */
   1.144 +
   1.145 +#content, #content_bottom, #content_top {
   1.146 +	background: white;
   1.147 +	color: black;
   1.148 +	text-align: justify;
   1.149 +}
   1.150 +
   1.151 +#content_top {
   1.152 +	height: 14px;
   1.153 +	margin: 0px 100px 0px 100px;
   1.154 +}
   1.155 +
   1.156 +#content {
   1.157 +	height: auto;
   1.158 +	margin: -6px 100px 0px 100px;
   1.159 +	padding: 0px 72px 72px 72px;
   1.160 +	/*background: white;
   1.161 +	color: #333333;*/
   1.162 +}
   1.163 +
   1.164 +#content_bottom {
   1.165 +	height: 14px;
   1.166 +	margin: 0px 100px 0px 100px;
   1.167 +	/*clear: both;*/
   1.168 +}
   1.169 +
   1.170 +#content li {
   1.171 +	line-height: 1.5em;
   1.172 +	text-align: left;
   1.173 +}
   1.174 +
   1.175 +/* Legal informations */
   1.176 +
   1.177 +#copy {
   1.178 +	font-size: 11px ;
   1.179 +	text-align: center ;
   1.180 +	background: transparent;
   1.181 +	color: #a8a8a8;
   1.182 +	padding-top: 10px;
   1.183 +}
   1.184 +
   1.185 +#copy a {
   1.186 +	background: inherit;
   1.187 +	color: #a8a8a8;
   1.188 +}
   1.189 +
   1.190 +#copy a:hover {
   1.191 +	background: inherit;
   1.192 +	color: #EDEDED;
   1.193 +}
   1.194 +
   1.195 +/* Footer */
   1.196 +
   1.197 +#bottom {
   1.198 +	float: none;
   1.199 +	background: inherit;
   1.200 +	color: black;
   1.201 +	width: auto;
   1.202 +	clear: both;
   1.203 +	padding: 0;
   1.204 +	margin: 0;
   1.205 +	text-align: center;
   1.206 +	vertical-align: middle;
   1.207 +}
   1.208 +
   1.209 +/* CSS class. */
   1.210 +
   1.211 +.top_left, .top_right, .bottom_left, .bottom_right {
   1.212 +	height: 14px;
   1.213 +	width: 14px;
   1.214 +	color: white;
   1.215 +	background-color: #333333;
   1.216 +	background-repeat: no-repeat;
   1.217 +}
   1.218 +
   1.219 +.top_left {
   1.220 +	background-image: url(pics/website/content-tl.png);
   1.221 +	background-position: left top;
   1.222 +	position: absolute;
   1.223 +}
   1.224 +
   1.225 +.top_right {
   1.226 +	background-image: url(pics/website/content-tr.png);
   1.227 +	float: right;
   1.228 +}
   1.229 +
   1.230 +.bottom_left {
   1.231 +	background-image: url(pics/website/content-bl.png);
   1.232 +	position: absolute;
   1.233 +}
   1.234 +
   1.235 +.bottom_right {
   1.236 +	background-image: url(pics/website/content-br.png);
   1.237 +	float: right;
   1.238 +}
   1.239 +
   1.240 +/* HTML styles */
   1.241 +
   1.242 +h1 {
   1.243 +	color: #3E1220;
   1.244 +	background: inherit;
   1.245 +	text-align: left;
   1.246 +	margin: 0px 0px 16px -58px;
   1.247 +}
   1.248 +
   1.249 +h2 {
   1.250 +    color: #DF8F06;
   1.251 +    border-left: 10px solid #F3F3F3;
   1.252 +    padding: 4px 0px 4px 4px;
   1.253 +    margin: 0;
   1.254 +}
   1.255 +
   1.256 +h3 {
   1.257 +	font-weight: bold;
   1.258 +	color: #6c0023;
   1.259 +	background: inherit;
   1.260 +}
   1.261 +
   1.262 +a {
   1.263 +	text-decoration: underline;
   1.264 +	color: #0F314E;
   1.265 +	background: inherit;
   1.266 +}
   1.267 +
   1.268 +a:hover {
   1.269 +	text-decoration: none;
   1.270 +	color: blue;
   1.271 +	background: inherit;
   1.272 +}
   1.273 +
   1.274 +code {
   1.275 +	font-size: 12px;
   1.276 +	color: #669900;
   1.277 +	background: inherit;
   1.278 +}
   1.279 +
   1.280 +tt {
   1.281 +	color: #15EE15;
   1.282 +	background: inherit;
   1.283 +}
   1.284 +
   1.285 +img {
   1.286 +	border: 0pt none;
   1.287 +}
   1.288 +
   1.289 +fieldset {
   1.290 +	background: #eeeeee;
   1.291 +	color: black;
   1.292 +	margin-top: 25px;
   1.293 +	border: 1px solid black;
   1.294 +}
   1.295 +
   1.296 +legend {
   1.297 +	border: 1px solid black;
   1.298 +	color: #6c0023;
   1.299 +	background: #eaeaea;
   1.300 +	font-weight: bold;
   1.301 +}
   1.302 +
   1.303 +pre {
   1.304 +	padding: 5px;
   1.305 +	color: black;
   1.306 +	background: #E1E0B0;
   1.307 +}
   1.308 +
   1.309 +pre.script {
   1.310 +	padding: 10px;
   1.311 +	color: black;
   1.312 +	background: #E8E8E8;
   1.313 +	border: 1px inset #606060;
   1.314 +}
   1.315 +
   1.316 +/* Packages pages */
   1.317 +
   1.318 +.pkg_nav {
   1.319 +	border-top: 1px solid black;
   1.320 +	margin-top: 10px;
   1.321 +	padding-top: 10px;
   1.322 +}
   1.323 +
   1.324 +pre.package {
   1.325 +	padding: 0px;
   1.326 +	color: black;
   1.327 +	background: white;
   1.328 +}
   1.329 +
   1.330 +p.get {
   1.331 +	text-align: center;
   1.332 +	padding: 10px;
   1.333 +	color: black;
   1.334 +	background: #F3F3F3;
   1.335 +	border: 1px solid #DEDEDE;
   1.336 +}
   1.337 +
   1.338 +pre.log {
   1.339 +	padding: 10px;
   1.340 +	color: black;
   1.341 +	background: #eeeeee;
   1.342 +	border: 1px solid black;
   1.343 +}