wok-current diff firefox/stuff/webhome/slitaz.css @ rev 629

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