Header

From Glitches

(Difference between revisions)
 
(54 intermediate revisions not shown)
Line 1: Line 1:
-
<style type="text/css">
+
<style>
-
  /*
+
-
      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: black;
 +
  background: url(http://editthis.info/images/glitches/1/1f/Background.jpg) 0 0 no-repeat;
 +
  background-color: #6A3F75;
 +
}
 +
#content {
 +
    background-color: #E7FFFF;
 +
    border: 1px solid #990066;
 +
    padding: 2em 2em 2em 2em;
 +
}
-
H3 {font-family: times; font-size: 12pt; letter-spacing: 1.5pt; word-spacing: 3pt; font-weight: light; color: #9999FF; ! important}  
+
#footer {
 +
    background-color: #E7FFFF;
 +
    border: 1px solid #990066;
 +
}
-
H5,P {font-family: times; font-size: 9pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; color: #00CED1 ! important}
 
-
A:link {font-family: times; font-size: 8pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; text-decoration: none; color: #CC6699 ! important}
+
.firstHeading { font-family: Garamond;}
-
A:visited {font-family: times; font-size: 8pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; text-decoration: none; color: #CC6699 ! important}
+
h1, h2, h3, h4, h5, h6 { font-family: Garamond;}
-
A:active {font-family: times; font-size: 8pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; text-decoration: none; color: #CC6699 ! important}
+
p {
 +
font-family: Garamond;
 +
font-size: larger;
 +
}
-
A:hover {font-family: times; font-size: 8pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; text-decoration: none; color: #CC6699 ! important}
+
.usermessage {
 +
    background-color: #E7FFFF;
 +
    font-family: Garamond;
 +
}
-
P {text-indent: 0.5in; ! important}  
+
.toccolours {
 +
    background-color: #E7FFFF;
 +
}
-
IMG {border: 0px}
+
div.townBox dl dd {
 +
    background-color: #E7FFFF;
 +
}
 +
.portlet h5 {
 +
    background-color: #990066;
 +
    font-size: medium;
 +
    color: #ffffff;
 +
    border: 1px solid #990066;
 +
}
-
BODY
+
.pBody {
-
{
+
    background-color: #E7FFFF;
-
 
+
    font-family: Garamond;
-
scrollbar-arrow-color: #7FFFD4;
+
    border: 1px solid #990066;
-
scrollbar-DarkShadow-Color: #7FFFD4;
+
-
scrollbar-Face-Color: #000000;
+
-
scrollbar-Highlight-Color: #7FFFD4;
+
-
scrollbar-Shadow-Color: #7FFFD4;
+
-
scrollbar-base-color: #000000;
+
-
scrollbar-Track-Color: #000000;
+
-
background-color: #000000;
+
-
background-repeat: no-repeat;
+
-
background-attachment: fixed;
+
}
}
-
+
a {
-
</style>
+
    color: #6600FF;
-
 
+
}
-
<script type="text/javascript">
+
a:visited {
-
  //Feel free to add your javascript code here.
+
    color: #6600FF;
-
</script>
+
}
 +
a:active {
 +
    color: #FF00CC;
 +
}
 +
</style>

Current revision as of 21:33, 28 May 2007

<style>

body {

  color: black;
  background: url(Background.jpg) 0 0 no-repeat;
  background-color: #6A3F75;

}

  1. content {
   background-color: #E7FFFF;
   border: 1px solid #990066;
   padding: 2em 2em 2em 2em;

}

  1. footer {
   background-color: #E7FFFF;
   border: 1px solid #990066;

}


.firstHeading { font-family: Garamond;}

h1, h2, h3, h4, h5, h6 { font-family: Garamond;}

p { font-family: Garamond; font-size: larger; }

.usermessage {

   background-color: #E7FFFF;
   font-family: Garamond;

}

.toccolours {

   background-color: #E7FFFF;

}

div.townBox dl dd {

   background-color: #E7FFFF;

}

.portlet h5 {

   background-color: #990066;
   font-size: medium;
   color: #ffffff;
   border: 1px solid #990066;

}

.pBody {

   background-color: #E7FFFF;
   font-family: Garamond;
   border: 1px solid #990066;

}

a {

   color: #6600FF;

} a:visited {

   color: #6600FF;

} a:active {

   color: #FF00CC;

} </style>

Personal tools