flavors diff xfce/rootfs/usr/share/webhome/style.css @ rev 130

Rename: core-xfce --> xfce
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 23:26:35 2012 +0100 (2012-02-22)
parents core-xfce/rootfs/usr/share/webhome/style.css@d851f7b01f92
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce/rootfs/usr/share/webhome/style.css	Wed Feb 22 23:26:35 2012 +0100
     1.3 @@ -0,0 +1,113 @@
     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: white;
    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 +#header h1 {
    1.28 +	padding: 10px;
    1.29 +	text-align: center;
    1.30 +}
    1.31 +
    1.32 +/* Page content */
    1.33 +
    1.34 +
    1.35 +#content {
    1.36 +	height: auto;
    1.37 +	margin: 10px 100px 0px 100px;
    1.38 +	padding: 0px 72px 0px 72px;
    1.39 +}
    1.40 +
    1.41 +#content li {
    1.42 +	line-height: 1.5em;
    1.43 +	text-align: left;
    1.44 +}
    1.45 +
    1.46 +/* Footer */
    1.47 +
    1.48 +#bottom {
    1.49 +	float: none;
    1.50 +	background: inherit;
    1.51 +	color: black;
    1.52 +	width: auto;
    1.53 +	clear: both;
    1.54 +	padding: 0;
    1.55 +	margin: 0;
    1.56 +	text-align: center;
    1.57 +	vertical-align: middle;
    1.58 +}
    1.59 +
    1.60 +/* CSS class. */
    1.61 +
    1.62 +
    1.63 +/* HTML styles */
    1.64 +
    1.65 +h1 {
    1.66 +	margin: 0px 0px 0px 16px;
    1.67 +}
    1.68 +
    1.69 +h2 {
    1.70 +    color: #DF8F06;
    1.71 +    border-left: 10px solid #F3F3F3;
    1.72 +    padding: 4px 0px 4px 4px;
    1.73 +    margin: 0;
    1.74 +}
    1.75 +
    1.76 +h3 {
    1.77 +	font-weight: bold;
    1.78 +	color: #6c0023;
    1.79 +	background: inherit;
    1.80 +}
    1.81 +
    1.82 +a {
    1.83 +	text-decoration: underline;
    1.84 +	color: #0F314E;
    1.85 +	background: inherit;
    1.86 +}
    1.87 +
    1.88 +a:hover {
    1.89 +	text-decoration: none;
    1.90 +	color: blue;
    1.91 +	background: inherit;
    1.92 +}
    1.93 +
    1.94 +img {
    1.95 +	border: 0pt none;
    1.96 +}
    1.97 +
    1.98 +/* Table */
    1.99 +
   1.100 +table {
   1.101 +	width: variable;
   1.102 +	margin-left: auto;
   1.103 +	margin-right: auto;
   1.104 +}
   1.105 +
   1.106 +td {
   1.107 +	width: variable;
   1.108 +	padding: 6px;
   1.109 +}
   1.110 +
   1.111 +th {
   1.112 +	width: variable;
   1.113 +
   1.114 +
   1.115 +	text-align: right;
   1.116 +}