wok diff netsurf/stuff/webhome/netsurf.css @ rev 2835

netsurf: Add custom home page
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 30 20:06:35 2009 +0200 (2009-04-30)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/netsurf/stuff/webhome/netsurf.css	Thu Apr 30 20:06:35 2009 +0200
     1.3 @@ -0,0 +1,108 @@
     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: #ffffff;
    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 {
    1.30 +	background: white;
    1.31 +	color: black;
    1.32 +	text-align: justify;
    1.33 +}
    1.34 +
    1.35 +#content li {
    1.36 +	line-height: 1.5em;
    1.37 +	text-align: left;
    1.38 +}
    1.39 +
    1.40 +/* Footer */
    1.41 +
    1.42 +#bottom {
    1.43 +	float: none;
    1.44 +	background: inherit;
    1.45 +	color: black;
    1.46 +	width: auto;
    1.47 +	clear: both;
    1.48 +	padding: 0;
    1.49 +	margin: 0;
    1.50 +	text-align: center;
    1.51 +	vertical-align: middle;
    1.52 +}
    1.53 +
    1.54 +/* HTML styles */
    1.55 +
    1.56 +h1 {
    1.57 +	color: #222222;
    1.58 +	background: inherit;
    1.59 +	text-align: center;
    1.60 +	margin: 0px 0px 20px 0px;
    1.61 +	padding: 10px 0px 10px 0px;
    1.62 +}
    1.63 +
    1.64 +h2 {
    1.65 +    color: #DF8F06;
    1.66 +    border-left: 10px solid #F3F3F3;
    1.67 +    padding: 4px 0px 4px 4px;
    1.68 +    margin: 0;
    1.69 +}
    1.70 +
    1.71 +h3 {
    1.72 +	font-weight: bold;
    1.73 +	color: #6c0023;
    1.74 +	background: inherit;
    1.75 +}
    1.76 +
    1.77 +a {
    1.78 +	text-decoration: underline;
    1.79 +	color: #0F314E;
    1.80 +	background: inherit;
    1.81 +}
    1.82 +
    1.83 +a:hover {
    1.84 +	text-decoration: none;
    1.85 +	color: blue;
    1.86 +	background: inherit;
    1.87 +}
    1.88 +
    1.89 +img {
    1.90 +	border: 0pt none;
    1.91 +}
    1.92 +
    1.93 +/* Table */
    1.94 +
    1.95 +table {
    1.96 +	width: variable;
    1.97 +	margin-left: auto;
    1.98 +	margin-right: auto;
    1.99 +}
   1.100 +
   1.101 +td {
   1.102 +	width: variable;
   1.103 +	padding: 6px;
   1.104 +}
   1.105 +
   1.106 +th {
   1.107 +	width: variable;
   1.108 +
   1.109 +
   1.110 +	text-align: right;
   1.111 +}