Header

From Ego

(Difference between revisions)
 
(145 intermediate revisions not shown)
Line 1: Line 1:
-
<script type="text/javascript">
+
<style type="text/css">
-
  //Your Javascript Here
+
/* PAS DE HTML DANS UN PAGE CSS !!!!! revoir w3school */
-
</script>
+
 
-
<style type="text/css">
+
-
  /* This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css */
+
  body {
  body {
-
    font: x-small sans-serif;
+
  color: #FF0066;
-
    background: #f9f9f9 url("http://ftp.linux.org.uk/mirrors/ftp.gnome.org/teams/art.gnome.org/backgrounds/ThinkLinux_1400x1050.png") 0px 0px no-repeat;
+
-
    color: Black;
+
-
    margin: 0;
+
-
    padding: 0;
+
  }
  }
-
  </style>
+
 
 +
  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('http://editthis.info/images/ego/1/1f/Background.jpg');
 +
  background-attachment:fixed;
 +
  background-repeat: repeat;
 +
  background-position: 100% 0%
 +
}
 +
 
 +
#toc {background-color: #D3D3D3}
 +
 
 +
pre  {background-color: #FFCCFF}
 +
 
 +
/* NE RIEN METTRE APRÈS CETTE LIGNE - SEULEMENT AVANT */
 +
/* ET RESPECTER LA MISE EN PAGE (un bloque = un effet) */
 +
</style>

Current revision as of 17:00, 1 December 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('http://editthis.info/images/ego/1/1f/Background.jpg');
  background-attachment:fixed;
  background-repeat: repeat;
  background-position: 100% 0%
}
#toc {background-color: #D3D3D3}
pre  {background-color: #FFCCFF}
/* NE RIEN METTRE APRÈS CETTE LIGNE - SEULEMENT AVANT */
/* ET RESPECTER LA MISE EN PAGE (un bloque = un effet) */

</style>

Personal tools