wok-stable diff firefox/stuff/webhome/style.css @ rev 743

Add: kbd-busybox syslinux-kbd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 05 15:30:34 2008 +0000 (2008-05-05)
parents
children ccb81974c978
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firefox/stuff/webhome/style.css	Mon May 05 15:30:34 2008 +0000
     1.3 @@ -0,0 +1,179 @@
     1.4 +/*
     1.5 +	CSS style for SliTaz GNU/Linux local home page
     1.6 +	www.slitaz.org - (c) 2008 SliTaz Community
     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 0 0 0;
    1.14 +	padding-bottom: 100%;
    1.15 +}
    1.16 +
    1.17 +#header {
    1.18 +	background: #f0ba08 url(pics/header.png) repeat-x top;
    1.19 +	color: black;
    1.20 +	width: 100%;
    1.21 +	height: 50px ;
    1.22 +	border-top: 1px solid black;
    1.23 +	border-bottom: 1px solid black;
    1.24 +	/* margin-bottom: 30px; */
    1.25 +}
    1.26 +
    1.27 +/* Page content */
    1.28 +
    1.29 +#content, #content_bottom, #content_top {
    1.30 +	background: white;
    1.31 +	color: black;
    1.32 +	text-align: justify;
    1.33 +}
    1.34 +
    1.35 +#content_top {
    1.36 +	height: 14px;
    1.37 +	margin: 10px 100px 0px 100px;
    1.38 +}
    1.39 +
    1.40 +#content {
    1.41 +	height: auto;
    1.42 +	margin: -6px 100px 0px 100px;
    1.43 +	padding: 0px 72px 0px 72px;
    1.44 +	/*background: white;
    1.45 +	color: #333333;*/
    1.46 +}
    1.47 +
    1.48 +#content_bottom {
    1.49 +	height: 14px;
    1.50 +	margin: 0px 100px 0px 100px;
    1.51 +	/*clear: both;*/
    1.52 +	
    1.53 +}
    1.54 +
    1.55 +#content li {
    1.56 +	line-height: 1.5em;
    1.57 +	text-align: left;
    1.58 +}
    1.59 +
    1.60 +/* Footer */
    1.61 +
    1.62 +#bottom {
    1.63 +	float: none;
    1.64 +	background: inherit;
    1.65 +	color: black;
    1.66 +	width: auto;
    1.67 +	clear: both;
    1.68 +	padding: 0;
    1.69 +	margin: 0;
    1.70 +	text-align: center;
    1.71 +	vertical-align: middle;
    1.72 +}
    1.73 +
    1.74 +/* CSS class. */
    1.75 +
    1.76 +.top_left, .top_right, .bottom_left, .bottom_right {
    1.77 +	height: 14px;
    1.78 +	width: 14px;
    1.79 +	color: white;
    1.80 +	background-color: #333333;
    1.81 +	background-repeat: no-repeat;
    1.82 +}
    1.83 +
    1.84 +.top_left {
    1.85 +	background-image: url(pics/content-tl.png);
    1.86 +	background-position: left top;
    1.87 +	position: absolute;
    1.88 +}
    1.89 +
    1.90 +.top_right {
    1.91 +	background-image: url(pics/content-tr.png);
    1.92 +	float: right;
    1.93 +}
    1.94 +
    1.95 +.bottom_left {
    1.96 +	background-image: url(pics/content-bl.png);
    1.97 +	position: absolute;
    1.98 +}
    1.99 +
   1.100 +.bottom_right {
   1.101 +	background-image: url(pics/content-br.png);
   1.102 +	float: right;
   1.103 +}
   1.104 +
   1.105 +/* HTML styles */
   1.106 +
   1.107 +h1 {
   1.108 +	color: #DF8F06;
   1.109 +	background: inherit;
   1.110 +	text-align: center;
   1.111 +	margin: 0px 0px 20px 0px;
   1.112 +	padding: 10px 0px 10px 0px;
   1.113 +	border-bottom: 1px solid #DF8F06;
   1.114 +}
   1.115 +
   1.116 +h2 {
   1.117 +    color: #DF8F06;
   1.118 +    border-left: 10px solid #F3F3F3;
   1.119 +    padding: 4px 0px 4px 4px;
   1.120 +    margin: 0;
   1.121 +}
   1.122 +
   1.123 +h3 {
   1.124 +	font-weight: bold;
   1.125 +	color: #6c0023;
   1.126 +	background: inherit;
   1.127 +}
   1.128 +
   1.129 +a {
   1.130 +	text-decoration: underline;
   1.131 +	color: #0F314E;
   1.132 +	background: inherit;
   1.133 +}
   1.134 +
   1.135 +a:hover {
   1.136 +	text-decoration: none;
   1.137 +	color: blue;
   1.138 +	background: inherit;
   1.139 +}
   1.140 +
   1.141 +img {
   1.142 +	border: 0pt none;
   1.143 +}
   1.144 +
   1.145 +textarea {
   1.146 +	background: #E5E5E5;
   1.147 +	margin-top: 12px;
   1.148 +}
   1.149 +
   1.150 +input[type=submit] {
   1.151 +	background: #E5E5E5;
   1.152 +	color: black;
   1.153 +	border: 1px outset #111111;
   1.154 +	font-weight: bold;
   1.155 +}
   1.156 +
   1.157 +input[type=submit]:hover {
   1.158 +	background: #F3F3F3;
   1.159 +	color: black;
   1.160 +}
   1.161 +
   1.162 +/* Packages pages */
   1.163 +
   1.164 +.pkg_nav {
   1.165 +	border-top: 1px solid black;
   1.166 +	margin-top: 10px;
   1.167 +	padding-top: 10px;
   1.168 +}
   1.169 +
   1.170 +pre.package {
   1.171 +	padding: 0px;
   1.172 +	color: black;
   1.173 +	background: white;
   1.174 +}
   1.175 +
   1.176 +p.get {
   1.177 +	text-align: center;
   1.178 +	padding: 10px;
   1.179 +	color: black;
   1.180 +	background: #F3F3F3;
   1.181 +	border: 1px solid #DEDEDE;
   1.182 +}