We've moved!

Please visit

the Sidebar page here!

Header

From The TimeSplitters Wiki

(Difference between revisions)
m
m
Line 1: Line 1:
-
/* Do not touch this */
+
<style type="text/css">
 +
  /*
 +
      Notes:
 +
      -You must log as admin to edit this page
 +
      -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.
 +
      -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 {
 +
    color: green;
 +
}
 +
  */
 +
</style>
-
  .firstHeading { display: none;!important }
+
  <script type="text/javascript">
-
#siteSub { visibility: hidden;!important }
+
   //Feel free to add your javascript code here.
-
 
+
  </script>
-
/* End of "do not touch this" zone */
+
-
 
+
-
.mp2left
+
-
   { background: #eeeeee; border-color: #6495ED; }
+
-
.mp2lefttitle
+
-
  { background: #5FB3AC; border-color: #000000; color: #FFFFFF;}
+
-
.mp2right
+
-
  { background: #f5faff; border-color: #6495ED; }
+
-
.mp2righttitle
+
-
  { background: #5CACEE; border-color: #000000; color: #FFFFFF;}
+
-
.mp2community
+
-
  { background: #f9f9f9; border-color: #eeeeee; }
+
-
.mp2communitytitle
+
-
  { background: #5CACEE; border-color: #000000; color: #FFFFFF;}
+
-
.mp2communityinner
+
-
  { border-color: #6495ED; }
+
-
 
+
-
/* Commented out for now */
+
-
.mp2quote
+
-
  { background: #fffffa; border-color: #ffffee; }
+
-
  .mp2quotetitle
+
-
  { background: #ffffee; border-color: #dddd00; }
+
-
 
+
-
 
+
-
 
+
-
[[Category:Temporary and Test pages]]
+

Revision as of 14:44, 17 December 2006

<style type="text/css">
  /*
     Notes: 
      -You must log as admin to edit this page
      -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. 
      -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 {
   color: green;
}
 */ 
</style>
<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools