slitaz-forge rev 296

cook: use cookutils default CSS style
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 12 23:32:22 2012 +0200 (2012-05-12)
parents a9e62dee3926
children 0709c200288c
files cook/style.css
line diff
     1.1 --- a/cook/style.css	Sat May 12 21:56:30 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,136 +0,0 @@
     1.4 -/* CSS style for SliTaz Cooker */
     1.5 -
     1.6 -body { font: 13px sans-serif, vernada, arial; margin: 0; }
     1.7 -h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     1.8 -h1 a { color: #fff; text-decoration: none; }
     1.9 -h2 { color: #444; } h3 { color: #666; font-size: 140%; }
    1.10 -a { text-decoration: underline; color: #215090; }
    1.11 -a:hover { text-decoration: none; }
    1.12 -pre {
    1.13 -	background-color: #f8f8f8;
    1.14 -	border: 1px solid #ddd;
    1.15 -	padding: 10px;
    1.16 -	overflow: auto;
    1.17 -	font-size: 96%;
    1.18 -}
    1.19 -
    1.20 -/* Header */
    1.21 -
    1.22 -#header { 
    1.23 -	height: 40px; 
    1.24 -	background: #351a0a;
    1.25 -	border-bottom: 8px solid #d66018;
    1.26 -}
    1.27 -
    1.28 -#header h1 {
    1.29 -	margin: 0;
    1.30 -	padding: 8px 0 0 42px;
    1.31 -	width: 250px;
    1.32 -}
    1.33 -
    1.34 -#header h1 a { 
    1.35 -	color: white; 
    1.36 -	text-decoration: none;
    1.37 -	font-size: 20px;
    1.38 -	font-style: italic;
    1.39 -}
    1.40 -
    1.41 -#header h1 a:hover { 
    1.42 -	color: #d66018;
    1.43 -}
    1.44 -
    1.45 -/* Logo */
    1.46 -
    1.47 -#logo {
    1.48 -	background: url(http://www.slitaz.org/images/logo.png) no-repeat left;
    1.49 -	position: absolute;
    1.50 -	float: left;
    1.51 -	left: 0px;
    1.52 -	top: 0px;
    1.53 -	width: 40px;
    1.54 -	height: 40px;
    1.55 -}
    1.56 -
    1.57 -/* Header links */
    1.58 -
    1.59 -#network { 
    1.60 -	float: right; 
    1.61 -	padding: 12px 5px 0; 
    1.62 -	font-size: 12px;
    1.63 -	color: #fff;
    1.64 -}
    1.65 -
    1.66 -#network a {
    1.67 -	padding: 0 4px;
    1.68 -	color: #fff; 
    1.69 -	font-weight: bold;
    1.70 -	text-decoration: none;
    1.71 -}
    1.72 -
    1.73 -#network a:hover { color: #cfcfcf; }
    1.74 -
    1.75 -/* Content */
    1.76 -
    1.77 -#content {
    1.78 -	margin: 40px 80px;
    1.79 -	text-align: justify;
    1.80 -}
    1.81 -
    1.82 -.span-ok { color: green; }
    1.83 -.span-red { color: red; }
    1.84 -.span-sky { color: blue; }
    1.85 -.span-no { color: orange; }
    1.86 -.span-line { color: #888; }
    1.87 -.log-date { color: #666; font-size: 95%; }
    1.88 -.sh-comment { color: #b20000; }
    1.89 -.sh-val { color: #f35a00; }
    1.90 -
    1.91 -/* Buttons */
    1.92 -
    1.93 -.button {
    1.94 -	padding: 2px 4px;
    1.95 -	cursor: pointer;
    1.96 -	color: #000;
    1.97 -}
    1.98 -
    1.99 -a.button {
   1.100 -	text-decoration: none;
   1.101 -	color: #666;
   1.102 -}
   1.103 -
   1.104 -.button:hover {
   1.105 -	background-color: #ddd;
   1.106 -	border: 1px solid #999;
   1.107 -}
   1.108 -
   1.109 -/* Progress bar */
   1.110 -
   1.111 -.pct { background: #9dff4a; padding: 2px 4px; }
   1.112 -
   1.113 -.pctbar {
   1.114 -	margin: 0;
   1.115 -	color: #666;
   1.116 -	background: #f1f1f1;
   1.117 -	border: 1px solid #ddd;
   1.118 -	overflow: hidden;
   1.119 -	clear: both;
   1.120 -}
   1.121 -
   1.122 -/* Round corner */
   1.123 -
   1.124 -pre, .button, .pctbar {
   1.125 -	-moz-border-radius: 4px;
   1.126 -	-webkit-border-radius: 4px;
   1.127 -	border-radius: 4px;
   1.128 -}
   1.129 -
   1.130 -/* Footer */
   1.131 -
   1.132 -#footer {
   1.133 -	text-align: center;
   1.134 -	padding: 20px;
   1.135 -	border-top: 1px solid #ddd;
   1.136 -	font-size: 90%;
   1.137 -}
   1.138 -
   1.139 -#footer a { padding: 0 2px; }