# HG changeset patch # User Christophe Lincoln # Date 1301588290 -7200 # Node ID 4893d3ec1619ad8a16f734ca0a317fac5cccdc32 # Parent df2e8a2acb97ec84319752e9b4f64d0f5e145177 netsurf: better home page (now netsurf better support CSS) with latest slitaz colors diff -r df2e8a2acb97 -r 4893d3ec1619 netsurf/stuff/webhome/netsurf.css --- a/netsurf/stuff/webhome/netsurf.css Thu Mar 31 17:48:34 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,108 +0,0 @@ -/* - CSS style for SliTaz GNU/Linux local home page - www.slitaz.org - (c) 2008 SliTaz Community -*/ - -body { - background: #ffffff; - color: black; - font: 13px sans-serif, vernada, arial; - margin: 0 0 0 0; - padding-bottom: 100%; -} - -#header { - background: #f0ba08 url(pics/header.png) repeat-x top; - color: black; - width: 100%; - height: 50px ; - border-top: 1px solid black; - border-bottom: 1px solid black; - /* margin-bottom: 30px; */ -} - -/* Page content */ - -#content { - background: white; - color: black; - text-align: justify; -} - -#content li { - line-height: 1.5em; - text-align: left; -} - -/* Footer */ - -#bottom { - float: none; - background: inherit; - color: black; - width: auto; - clear: both; - padding: 0; - margin: 0; - text-align: center; - vertical-align: middle; -} - -/* HTML styles */ - -h1 { - color: #222222; - background: inherit; - text-align: center; - margin: 0px 0px 20px 0px; - padding: 10px 0px 10px 0px; -} - -h2 { - color: #DF8F06; - border-left: 10px solid #F3F3F3; - padding: 4px 0px 4px 4px; - margin: 0; -} - -h3 { - font-weight: bold; - color: #6c0023; - background: inherit; -} - -a { - text-decoration: underline; - color: #0F314E; - background: inherit; -} - -a:hover { - text-decoration: none; - color: blue; - background: inherit; -} - -img { - border: 0pt none; -} - -/* Table */ - -table { - width: variable; - margin-left: auto; - margin-right: auto; -} - -td { - width: variable; - padding: 6px; -} - -th { - width: variable; - - - text-align: right; -} diff -r df2e8a2acb97 -r 4893d3ec1619 netsurf/stuff/webhome/netsurf.html --- a/netsurf/stuff/webhome/netsurf.html Thu Mar 31 17:48:34 2011 +0200 +++ b/netsurf/stuff/webhome/netsurf.html Thu Mar 31 18:18:10 2011 +0200 @@ -6,57 +6,67 @@ - + +
+
-
- - - - - - - - - - - -
[ Wikipedia ] -
- - - -
-
[ Google ] -
- - -
-
+ + + + - -
- SliTaz : - Website | - Forum | - Doc | - Labs | - Packages -
-
- NetSurf : - Website | - Documentation + + diff -r df2e8a2acb97 -r 4893d3ec1619 netsurf/stuff/webhome/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netsurf/stuff/webhome/style.css Thu Mar 31 18:18:10 2011 +0200 @@ -0,0 +1,80 @@ +/* CSS style for SliTaz GNU/Linux generic xHTML files. */ + +html { min-height: 102%; } + +body { + background: #ffffff; + color: black; + font: 13px sans-serif, vernada, arial; + margin: 0; + min-width: 640px; +} + +a { text-decoration: underline; color: #215090; } +a:hover { text-decoration: none; color: blue; } +img { border: 0pt none; vertical-align: middle; } +h2 { color: #444; } +h3 { color: #666; font-size: 140%; } + +#header { + height: 40px; + background: #351a0a; +} + +#header h1 { + margin: 0; + padding: 8px 0 0 8px; + width: 250px; + color: white; + font-size: 20px; + font-style: italic; +} + +#header h1 a { + color: white; + text-decoration: none; + font-size: 20px; + font-style: italic; +} + +#header h1 a:hover, #network a:hover { + color: #d66018; +} + +#network { + float: right; + padding: 12px 5px 0; + font-size: 12px; +} + +#network a { padding: 0 6px; } + +#network a { + color: #fff; + font-weight: bold; + text-decoration: none; +} + +#block { + height: 8px; + background: #d66018; + padding: 0; + border-bottom: 1px solid #f5f5f5; +} + +#content { + padding: 30px 80px; + text-align: justify; +} + +#social { text-align: center; color: #666; } +#social a { color: #666; padding: 0 2px; } + +#footer { + text-align: center; + border-top: 1px solid #ddd; + padding: 40px; + color: #666; +} + +#footer a { color: #666; padding: 0 2px; }