tazpanel diff styles/default/style.css @ rev 14

Massive improvement to inedx.cgi, up Makefile, smatter tazpanel cmdline
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 03 17:43:32 2011 +0200 (2011-04-03)
parents 64f564036b88
children bbd7b3e24974
line diff
     1.1 --- a/styles/default/style.css	Sun Apr 03 03:21:00 2011 +0200
     1.2 +++ b/styles/default/style.css	Sun Apr 03 17:43:32 2011 +0200
     1.3 @@ -2,10 +2,10 @@
     1.4  	CSS style for TazPanel - (C) 2011 SliTaz GNU/Linux
     1.5  */
     1.6  
     1.7 -html { min-height:  102%; }
     1.8 -body { padding: 20px 80px; font: 13px sans; }
     1.9 +html { min-height:  102%; min-width: 300px; }
    1.10 +body { padding: 0; font: 13px sans;  }
    1.11  h1 { color: #d66018; border-bottom: 1px dotted #ddd; }
    1.12 -h2 { color: #444; margin: -20px 0 10px; }
    1.13 +h2 { color: #444; margin: 10px 0 10px; }
    1.14  h3 { color: #666; font-size: 140%; margin: 0; }
    1.15  h4 { color: #888; font-size: 120%; }
    1.16  img { border: 0pt none; vertical-align: middle; padding: 0 6px 0 0;}
    1.17 @@ -53,13 +53,13 @@
    1.18  
    1.19  .search {
    1.20  	position: absolute;
    1.21 -	right: 88px;
    1.22 +	right: 48px;
    1.23  	top: 200px;
    1.24  }
    1.25  
    1.26  #actions {
    1.27  	position: absolute;
    1.28 -	left: 88px;
    1.29 +	left: 48px;
    1.30  	top: 200px;
    1.31  }
    1.32  
    1.33 @@ -74,7 +74,7 @@
    1.34  
    1.35  .debug {
    1.36  	position: fixed;
    1.37 -	top: 5px;
    1.38 +	top: 20px;
    1.39  	left: 5px;
    1.40  	padding: 6px 20px;
    1.41  	background-color: #f8f8f8;
    1.42 @@ -102,6 +102,31 @@
    1.43  	font-weight: bold;
    1.44  }
    1.45  
    1.46 +/* Desktop gui style */
    1.47 +
    1.48 +#tazbar {
    1.49 +	position: fixed;
    1.50 +	top: 0;
    1.51 +	left: 0;
    1.52 +	height: 22px;
    1.53 +	width: 100%;
    1.54 +	padding: 0 0 0 0;
    1.55 +	background-color: #f1efeb;
    1.56 +	border-top: 1px solid #fefefe;
    1.57 +	border-bottom: 1px solid #d3cdc3;
    1.58 +	z-index: 200;
    1.59 +}
    1.60 +#menu { margin: 2px 8px; }
    1.61 +#tazbar a { padding: 2px 4px;
    1.62 +color: #000; border: 1px solid #ECE9E4;
    1.63 +display: inline; }
    1.64 +#tazbar a:hover { background-color: #fdfcfa ;
    1.65 + border: 1px solid #827a6c;
    1.66 + -moz-border-radius: 2px;
    1.67 +	-webkit-border-radius: 2px;
    1.68 +	border-radius: 2px;}
    1.69 +
    1.70 +
    1.71  /* Round corner */
    1.72  
    1.73  table, pre, input[type=submit], .debug, .box {