Header

From Ego

(Difference between revisions)
 
(75 intermediate revisions not shown)
Line 1: Line 1:
<style type="text/css">
<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}
-
    Notes:  
+
a:visited {color: #CC6699}
-
      -You must log as admin to edit this page
+
a:hover {color: #FF0066}
-
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.
+
a:active {color: #FF0066}
-
      -if you want your code to look nice on this page, put a space at the beginning of each line
+
-
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css
+
-
     
+
-
      For example uncomment this next section to turn all the text green:
+
-
  */
+
-
body {
+
#content {
-
  color: #ff0066;
+
-
}
+
-
 
+
-
iframe {
+
-
  display: none;
+
-
}
+
-
 
+
-
#content {
+
   background-image:  
   background-image:  
-
   url('http://editthis.info/images/ego/6/67/Pellicule.jpg');
+
   url('http://editthis.info/images/ego/1/1f/Background.jpg');
-
   background-repeat: no-repeat;
+
   background-attachment:fixed;
 +
  background-repeat: repeat;
   background-position: 100% 0%
   background-position: 100% 0%
-
}
+
  }
-
 
+
-
#toc {background-color: #D3D3D3}
+
-
 
+
-
pre  {background-color: transparent}
+
-
 
+
-
</style>
+
-
 
+
-
<script type="text/javascript">
+
-
  //Feel free to add your javascript code here.
+
-
</script>
+
-
 
+
-
<html>
+
-
<head>
+
-
<script type="text/javascript">
+
-
function disp_alert()
+
-
{
+
-
  alert("Les films de ce site sont la propriété de Julie-Anne et Marie Yong!!")
+
-
}
+
-
</script>
+
-
</head>
+
-
<body>
+
  #toc {background-color: #D3D3D3}
-
<form>
+
-
  <input type="button" onclick="disp_alert()" value="Attention">
+
-
</form>
+
-
</body>
+
-
</html>
+
pre  {background-color: #FFCCFF}
-
firstHeading {
+
/* NE RIEN METTRE APRÈS CETTE LIGNE - SEULEMENT AVANT */
-
  color: #ff0066;
+
/* 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