Header

From Glitches

(Difference between revisions)
 
(58 intermediate revisions not shown)
Line 1: Line 1:
-
<style type="text/css">
+
<style>
-
   /*
+
body {
-
      Notes:  
+
   color: black;
-
      -You must log as admin to edith this page
+
  background: url(http://editthis.info/images/glitches/1/1f/Background.jpg) 0 0 no-repeat;
-
      -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.
+
   background-color: #6A3F75;
-
      -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">
+
#content {
-
  //Your Javascript Here
+
    background-color: #E7FFFF;
-
  </script>
+
    border: 1px solid #990066;
 +
    padding: 2em 2em 2em 2em;
 +
}
 +
 
 +
#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>

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