Page 1 sur 1

page d'accueil firefox

Posté : ven. 31 juil. 2015 20:27
par ledudulela
sur le principe des vignettes, voici ma page d'accueil de firefox. c'est également la page qui s'ouvre sur un nouvel onglet.
c'est une page html basique avec un tableau et pour certaines cellules une image en background.
le paramètre à modifier dans firefox est: browser.newtab.url = file:///home/newtab
Image

Re: page d'accueil firefox

Posté : ven. 31 juil. 2015 20:29
par Robinwood
Salut,
the windows touch...

Re: page d'accueil firefox

Posté : ven. 31 juil. 2015 21:27
par ledudulela
c'est au moins du html 1.0 du siècle dernier

Re: page d'accueil firefox

Posté : ven. 31 juil. 2015 21:35
par Robinwood
Semble vraiment bien configuré aux petits oignons.
html 1.0… 15 ans au moins

Re: page d'accueil firefox

Posté : ven. 31 juil. 2015 21:41
par ledudulela
j'avoue, c'est très pratique

Re: page d'accueil firefox

Posté : ven. 31 juil. 2015 21:49
par ledudulela
juste pour le plaisir des yeux, en voici un extrait:

Code : Tout sélectionner

<html>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
body {padding-top:100px;background-color:#F1F1F1;color:#D1D1D1;text-align:center;font-size:10pt;font-family:arial;}
td {text-align:left;width:25%;border:1px solid #F1F1F1;}
td a {
	font-family:arial;
	font-size:11pt;
	color:#013ADF;
	text-decoration:none;
    display: block;
	margin-left:6%;
	height:80%;	width:88%;
}
a:visited {color:#013ADF}
a:hover {color:white;text-decoration:none;font-size:11pt;}
.contour {border:1px solid #D1D1D1;}
</style>
<body>
<table align="center" width="88%" height="77%" border="0" cellpadding="0" cellspacing="12">
<tr height="33%">
	<td class="contour">
		<table width="100%" height="100%" align="center" border="0" cellpadding="0" cellspacing="0" >
		<tr height="50%">
		<td bgcolor="#AC58FA" colspan="2"><a href="https://fr.search.yahoo.com/">Yahoo Search</a></td>
		</tr>
		<tr>
		<td bgcolor="#D1D1D1"><a href="http://www.google.fr">Google</a></td>
		<td bgcolor="#FA8258"><a href="https://duckduckgo.com/">DuckDuckGo</a></td>
		</tr>
		</table>
	</td>
	<td bgcolor="#AC58FA" style="background-image:url(./fav_yahoo.png);" class="contour"><a href="https://fr.news.yahoo.com/"></a></td>
	<td class="contour">	
		<table height="100%" width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
		<tr height="50%">
		<td bgcolor="#2ECCFA" style="background-image:url(./fav_aol.png);"><a href="http://www.aol.fr"></a></td>
		</tr>
		<tr>
		<td bgcolor="#D1D1D1" style="background-image:url(./fav_msn.png);"><a href="http://www.msn.com/fr-fr/"></a></td>
		</tr>
		</table>
	</td>
	<td bgcolor="#2E9AFE" style="background-image:url(./fav_meteo.png);" class="contour"><a href="http://www.accuweather.com/fr/"></a></td>
</tr>
<tr height="33%">
<!--2ème ligne-->
</tr>
<tr height="33%">
<!--3ème ligne-->
</tr>
</table>
</body>
</html>

Re: page d'accueil firefox

Posté : ven. 31 juil. 2015 22:31
par niamor
Ouaahhh ! Merci beaucoup !