Header
From Ego
(Difference between revisions)
Line 4: | Line 4: | ||
body { | body { | ||
color: #FF0066; | color: #FF0066; | ||
- | } | + | } |
iframe { | iframe { | ||
display: none; | display: none; | ||
- | } | + | } |
h1 {color: #660066} | h1 {color: #660066} |
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>