slitaz-configs rev 7

/usr/share/webhome moved from Firefox (also used by Midori)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 17 13:05:07 2008 +0200 (2008-06-17)
parents 4563f0265ca7
children 3cb988c35a5b
files rootfs/usr/share/webhome/favicon.ico rootfs/usr/share/webhome/index.html rootfs/usr/share/webhome/pics/content-bl.png rootfs/usr/share/webhome/pics/content-br.png rootfs/usr/share/webhome/pics/content-tl.png rootfs/usr/share/webhome/pics/content-tr.png rootfs/usr/share/webhome/pics/header.png rootfs/usr/share/webhome/pics/slitaz-tux.png rootfs/usr/share/webhome/style.css
line diff
     1.1 Binary file rootfs/usr/share/webhome/favicon.ico has changed
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/rootfs/usr/share/webhome/index.html	Tue Jun 17 13:05:07 2008 +0200
     2.3 @@ -0,0 +1,92 @@
     2.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     2.7 +<head>
     2.8 +    <title>SliTaz - Web Homepage</title>
     2.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.10 +    <meta name="author" content="Christophe Lincoln"/>
    2.11 +    <link rel="shortcut icon" href="favicon.ico" />
    2.12 +    <link rel="stylesheet" type="text/css" href="style.css" />
    2.13 +</head>
    2.14 +<body>
    2.15 +
    2.16 +<!-- Header -->
    2.17 +<div id="header"></div>
    2.18 +
    2.19 +<!-- Content top. -->
    2.20 +<div id="content_top">
    2.21 +<div class="top_left"></div>
    2.22 +<div class="top_right"></div>
    2.23 +</div>
    2.24 +
    2.25 +<!-- Content -->
    2.26 +<div id="content">
    2.27 +<a name="content"></a>
    2.28 +
    2.29 +<h1>Browse the Web</h1>
    2.30 +
    2.31 +<div style="text-align: center; margin: 10px;">
    2.32 +<table>
    2.33 +	<!-- Search Wikia -->
    2.34 +	<tr>
    2.35 +		<th><strong>[ Wikia Search ]</strong></th>
    2.36 +		<td>
    2.37 +			<form
    2.38 +				name="search" method="get"
    2.39 +				action="http://alpha.search.wikia.com/search/search.html"
    2.40 +				onsubmit="window.location='http://re.search.wikia.com/search#'+document.forms[0].q.value;return false;">
    2.41 +				<input type="text" name="q" id="q" size="30" />
    2.42 +				<input type="hidden" name="page" value="1" />
    2.43 +				<input type="hidden" name="n" value="10" />
    2.44 +				<input type="hidden" name="t" value="2" />
    2.45 +				<input type="submit" name="go" value="Search" />
    2.46 +			</form>
    2.47 +		</td>
    2.48 +	</tr>
    2.49 +	<!-- Search Wikipedia -->
    2.50 +	<tr>
    2.51 +		<th><strong>[ Wikipedia ]</strong></th>
    2.52 +		<td>
    2.53 +			<form action="http://www.wikipedia.org/search-redirect.php" method="get">
    2.54 +				<input type="hidden" name="language" value="en" />
    2.55 +				<input type="text" name="search" size="30" />
    2.56 +				<input type="submit" name="go" value="Search" />
    2.57 +			</form>
    2.58 +		</td>
    2.59 +	</tr>
    2.60 +	<!-- Search Google -->
    2.61 +	<tr>
    2.62 +		<th><strong>[ Google ]</strong></th>
    2.63 +		<td>
    2.64 +			<form method="get" action="http://www.google.com/search">
    2.65 +				<input type="text" name="q" size="30" maxlength="255" value="" />
    2.66 +				<input type="submit" value="Search" />
    2.67 +			</form>
    2.68 +		</td>
    2.69 +	</tr>
    2.70 +</table>
    2.71 +</div>
    2.72 +
    2.73 +<!-- Shortcuts -->
    2.74 +<div style="text-align: center; margin: 10px;">
    2.75 +	<a href="http://www.slitaz.org/en/">SliTaz Website</a> -
    2.76 +	<a href="http://www.slitaz.org/">fr_FR</a> |
    2.77 +	<a href="http://www.slitaz.org/en/doc/handbook/">Handbook</a> |
    2.78 +	<a href="http://forum.slitaz.org/">SliTaz Forum</a>
    2.79 +</div>
    2.80 +
    2.81 +<div style="text-align: center;">
    2.82 +<img
    2.83 +	src="pics/slitaz-tux.png" title="www.slitaz.org" alt="www.slitaz.org"
    2.84 +	style="width: 90px; height: 98px;" />
    2.85 +</div>
    2.86 +
    2.87 +<!-- End of content with round corner -->
    2.88 +</div>
    2.89 +<div id="content_bottom">
    2.90 +<div class="bottom_left"></div>
    2.91 +<div class="bottom_right"></div>
    2.92 +</div>
    2.93 +
    2.94 +</body>
    2.95 +</html>
     3.1 Binary file rootfs/usr/share/webhome/pics/content-bl.png has changed
     4.1 Binary file rootfs/usr/share/webhome/pics/content-br.png has changed
     5.1 Binary file rootfs/usr/share/webhome/pics/content-tl.png has changed
     6.1 Binary file rootfs/usr/share/webhome/pics/content-tr.png has changed
     7.1 Binary file rootfs/usr/share/webhome/pics/header.png has changed
     8.1 Binary file rootfs/usr/share/webhome/pics/slitaz-tux.png has changed
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/rootfs/usr/share/webhome/style.css	Tue Jun 17 13:05:07 2008 +0200
     9.3 @@ -0,0 +1,160 @@
     9.4 +/*
     9.5 +	CSS style for SliTaz GNU/Linux local home page
     9.6 +	www.slitaz.org - (c) 2008 SliTaz Community
     9.7 +*/
     9.8 +
     9.9 +body {
    9.10 +	background: #222222;
    9.11 +	color: black;
    9.12 +	font: 13px sans-serif, vernada, arial;
    9.13 +	margin: 0 0 0 0;
    9.14 +	padding-bottom: 100%;
    9.15 +}
    9.16 +
    9.17 +#header {
    9.18 +	background: #f0ba08 url(pics/header.png) repeat-x top;
    9.19 +	color: black;
    9.20 +	width: 100%;
    9.21 +	height: 50px ;
    9.22 +	border-top: 1px solid black;
    9.23 +	border-bottom: 1px solid black;
    9.24 +	/* margin-bottom: 30px; */
    9.25 +}
    9.26 +
    9.27 +/* Page content */
    9.28 +
    9.29 +#content, #content_bottom, #content_top {
    9.30 +	background: white;
    9.31 +	color: black;
    9.32 +	text-align: justify;
    9.33 +}
    9.34 +
    9.35 +#content_top {
    9.36 +	height: 14px;
    9.37 +	margin: 10px 100px 0px 100px;
    9.38 +}
    9.39 +
    9.40 +#content {
    9.41 +	height: auto;
    9.42 +	margin: -6px 100px 0px 100px;
    9.43 +	padding: 0px 72px 0px 72px;
    9.44 +	/*background: white;
    9.45 +	color: #333333;*/
    9.46 +}
    9.47 +
    9.48 +#content_bottom {
    9.49 +	height: 14px;
    9.50 +	margin: 0px 100px 0px 100px;
    9.51 +	/*clear: both;*/
    9.52 +
    9.53 +}
    9.54 +
    9.55 +#content li {
    9.56 +	line-height: 1.5em;
    9.57 +	text-align: left;
    9.58 +}
    9.59 +
    9.60 +/* Footer */
    9.61 +
    9.62 +#bottom {
    9.63 +	float: none;
    9.64 +	background: inherit;
    9.65 +	color: black;
    9.66 +	width: auto;
    9.67 +	clear: both;
    9.68 +	padding: 0;
    9.69 +	margin: 0;
    9.70 +	text-align: center;
    9.71 +	vertical-align: middle;
    9.72 +}
    9.73 +
    9.74 +/* CSS class. */
    9.75 +
    9.76 +.top_left, .top_right, .bottom_left, .bottom_right {
    9.77 +	height: 14px;
    9.78 +	width: 14px;
    9.79 +	color: white;
    9.80 +	background-color: #333333;
    9.81 +	background-repeat: no-repeat;
    9.82 +}
    9.83 +
    9.84 +.top_left {
    9.85 +	background-image: url(pics/content-tl.png);
    9.86 +	background-position: left top;
    9.87 +	position: absolute;
    9.88 +}
    9.89 +
    9.90 +.top_right {
    9.91 +	background-image: url(pics/content-tr.png);
    9.92 +	float: right;
    9.93 +}
    9.94 +
    9.95 +.bottom_left {
    9.96 +	background-image: url(pics/content-bl.png);
    9.97 +	position: absolute;
    9.98 +}
    9.99 +
   9.100 +.bottom_right {
   9.101 +	background-image: url(pics/content-br.png);
   9.102 +	float: right;
   9.103 +}
   9.104 +
   9.105 +/* HTML styles */
   9.106 +
   9.107 +h1 {
   9.108 +	color: #DF8F06;
   9.109 +	background: inherit;
   9.110 +	text-align: center;
   9.111 +	margin: 0px 0px 20px 0px;
   9.112 +	padding: 10px 0px 10px 0px;
   9.113 +	border-bottom: 1px solid #DF8F06;
   9.114 +}
   9.115 +
   9.116 +h2 {
   9.117 +    color: #DF8F06;
   9.118 +    border-left: 10px solid #F3F3F3;
   9.119 +    padding: 4px 0px 4px 4px;
   9.120 +    margin: 0;
   9.121 +}
   9.122 +
   9.123 +h3 {
   9.124 +	font-weight: bold;
   9.125 +	color: #6c0023;
   9.126 +	background: inherit;
   9.127 +}
   9.128 +
   9.129 +a {
   9.130 +	text-decoration: underline;
   9.131 +	color: #0F314E;
   9.132 +	background: inherit;
   9.133 +}
   9.134 +
   9.135 +a:hover {
   9.136 +	text-decoration: none;
   9.137 +	color: blue;
   9.138 +	background: inherit;
   9.139 +}
   9.140 +
   9.141 +img {
   9.142 +	border: 0pt none;
   9.143 +}
   9.144 +
   9.145 +/* Table */
   9.146 +
   9.147 +table {
   9.148 +	width: variable;
   9.149 +	margin-left: auto;
   9.150 +	margin-right: auto;
   9.151 +}
   9.152 +
   9.153 +td {
   9.154 +	width: variable;
   9.155 +	padding: 6px;
   9.156 +}
   9.157 +
   9.158 +th {
   9.159 +	width: variable;
   9.160 +
   9.161 +
   9.162 +	text-align: right;
   9.163 +}