Header

From Ego

(Difference between revisions)
Line 1: Line 1:
<style type="text/css">
<style type="text/css">
 +
/* PAS DE HTML DANS UN PAGE CSS !!!!! revoir w3school */
  body {
  body {
Line 8: Line 9:
   display: none;
   display: none;
}
}
 +
 +
h1 {color: #660066}
 +
 +
a:link {color: #660066}
 +
a:visited {color: #CC6699}
 +
a:hover {color: #FF0066}
 +
a:active {color: #FF0066}
  #content {
  #content {
Line 14: Line 22:
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: 100% 0%
   background-position: 100% 0%
-
}
+
}
  #toc {background-color: #D3D3D3}
  #toc {background-color: #D3D3D3}
Line 22: Line 30:
  /* NE RIEN METTRE APRÈS CETTE LIGNE - SEULEMENT AVANT */
  /* NE RIEN METTRE APRÈS CETTE LIGNE - SEULEMENT AVANT */
  /* ET RESPECTER LA MISE EN PAGE (un bloque = un effet) */
  /* ET RESPECTER LA MISE EN PAGE (un bloque = un effet) */
-
 
-
/* PAS DE HTML DANS UN PAGE CSS !!!!! revoir w3school */
 
</style>
</style>
-
/*
 
-
CODE A SUPPRIMER C'EST DU HTML
 
-
<html>
 
-
 
-
<head>
 
-
 
-
<style type="text/css">
 
-
h1 {color: #660066}
 
-
</style>
 
-
 
-
</head>
 
-
 
-
 
-
<html>
 
-
<head>
 
-
 
-
<style type="text/css">
 
-
a:link {color: #660066}
 
-
 
-
a:visited {color: #CC6699}
 
-
 
-
a:hover {color: #FF0066}
 
-
 
-
a:active {color: #FF0066}
 
-
</style>
 
-
 
-
</head>
 
-
 
-
 
-
<div class="portlet">
 
-
<br>
 
-
<br>  <h5><a href="http://www.editthis.info">EditThis.info</a></h5>
 
-
<div class="pBody">
 
-
 
-
<ul>
 
-
  <li><a href="http://www.editthis.info/extensions/add_wiki.php">Create your own wiki</a></li>
 
-
<!---   <li><a href="/active.html">Active wikis</a></li>
 
-
  <li><a href="/popular.html">Popular wikis</a></li>
 
-
  <li><a href="/list.html">All wikis</a></li>--->
 
-
  <li><a href="http://www.dreamhost.com/donate.cgi?id=3765">
 
-
Donate to hosting costs<br>
 
-
 
-
<img border="0"
 
-
alt="Donate towards my web hosting bill!" src="https://secure.newdream.net/donate4.gif" /></a>
 
-
<br>
 
-
</li>
 
-
</ul>
 
-
</div>
 
-
</div>
 
-
<div class="portlet">
 
-
<br>
 
-
<br> 
 
-
<h5>Also by <a href="http://www.constantsun.com">ConstantSun</a></h5>
 
-
<div class="pBody">
 
-
<ul>
 
-
  <li><a href="http://www.cueflash.com">Flash Cards</a></li>
 
-
  <li><a href="http://reader.constantsun.com">Aggregator</a></li>
 
-
  <li><a href="http://www.constantsun.com/minitext">Minitext</a><img src="/images/new.gif"></li>
 
-
</ul>
 
-
</div>
 
-
</div>
 
-
 
-
 
-
<div class="portlet">
 
-
<br>
 
-
<br> 
 
-
<h5>Post this page on</h5>
 
-
<div class="pBody">{
 
-
}
 
-
*/
 

Revision as of 22:44, 30 November 2006

<style type="text/css">

/* PAS DE HTML DANS UN PAGE CSS !!!!! revoir w3school */
body {
  color: #FF0066;

}

iframe {
  display: none;

}

h1 {color: #660066}
a:link {color: #660066}
a:visited {color: #CC6699}
a:hover {color: #FF0066}
a:active {color: #FF0066}
#content {
  background-image: 
  url();
  background-repeat: no-repeat;
  background-position: 100% 0%
}
#toc {background-color: #D3D3D3}
pre  {background-color: transparent}
/* NE RIEN METTRE APRÈS CETTE LIGNE - SEULEMENT AVANT */
/* ET RESPECTER LA MISE EN PAGE (un bloque = un effet) */

</style>

Personal tools