Header

From Brass Goggles

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 1: Line 1:
-
  <script type="text/javascript">
+
  <style type="text/css">
-
  //Your Javascript Here
+
-
  //Notes:  
+
A:link
-
*You must log as admin to edith this page
+
{ text-decoration: underline; color:#993300; }
-
*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:visited
-
*if you want your code to look nice on this page, put a space at the beginning of each line
+
{ text-decoration: underline; color:#663300; }
 +
A:active
 +
{ text-decoration: underline; color:#993300; }
 +
A:hover
 +
{ text-decoration: underline overline; color:#CC6600;
-
</script>
 
 +
background-color: #FFCC99;
-
<style type="text/css">
+
 
-
  /* This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css
+
body
-
      For example uncomment this next section to turn all the text green:
+
{ background: FFCC99;
-
  */
+
background-image: url(value); [url of background image to be used, i.e. background.gif]
-
  /*
+
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
-
body {
+
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
-
    color: green;
+
[valueII: right, center, left, percentage, pixel number]
-
}
+
background-attachment: value; [scroll, fixed]
-
  */  
+
 
-
  </style>
+
font-family: times new roman;
 +
color: #000000 ;
 +
 
 +
 
 +
 
 +
 
 +
margin-top: 0;
 +
margin-bottom: 0;
 +
margin-left: 0;
 +
margin-right: 0;
 +
padding-top: 0;
 +
padding-bottom: 0;
 +
padding-left: 0;
 +
padding-right: 0;
 +
}
 +
 
 +
td
 +
{ font-family: times new roman;
 +
color: #000000;
 +
padding-left: value; [2cm, 4cm etc.]
 +
padding-right: value; [2cm]
 +
padding-top: value; [2cm]
 +
padding-bottom: value; [2cm]
 +
padding: value; [2cm this is for all four sides]
 +
padding: value value; [2cm, 4cm : two values for four sides, add numerical value] }
 +
 
 +
input, textarea
 +
{ background: #FFCC99 url(yourimage.gif);
 +
font-family: times new roman;
 +
color: #000000;  
 +
border-style: solid;
 +
border-color: #000000;
 +
border-width: 1; [numerical value, 5, 6, 8...] }
 +
 
 +
</style>
 +
 
 +
 
 +
  <script type="text/javascript">
 +
  //Feel free to add your javascript code here.
 +
</script>

Current revision as of 05:09, 23 July 2008

<style type="text/css">  

A:link { text-decoration: underline; color:#993300; } A:visited { text-decoration: underline; color:#663300; } A:active { text-decoration: underline; color:#993300; } A:hover { text-decoration: underline overline; color:#CC6600;


background-color: #FFCC99;


body { background: FFCC99; background-image: url(value); [url of background image to be used, i.e. background.gif] background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y] background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number] [valueII: right, center, left, percentage, pixel number] background-attachment: value; [scroll, fixed]

font-family: times new roman; color: #000000 ;



margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; }

td { font-family: times new roman; color: #000000; padding-left: value; [2cm, 4cm etc.] padding-right: value; [2cm] padding-top: value; [2cm] padding-bottom: value; [2cm] padding: value; [2cm this is for all four sides] padding: value value; [2cm, 4cm : two values for four sides, add numerical value] }

input, textarea { background: #FFCC99 url(yourimage.gif); font-family: times new roman; color: #000000; border-style: solid; border-color: #000000; border-width: 1; [numerical value, 5, 6, 8...] }

</style>


<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools