Header

From Glitches

(Difference between revisions)
Line 13: Line 13:
#footer {
#footer {
-
     background-color: E7FFFF;
+
     background-color: #E7FFFF;
     border: 1px solid #990066;
     border: 1px solid #990066;
}
}
Line 54: Line 54:
a {
a {
-
    text-decoration: underline;
 
     color: #66CCFF;
     color: #66CCFF;
}
}

Revision as of 21:18, 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;

}

  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: #66CCFF;

} a:visited {

   color: #66CCFF;

} a:active {

   color: #FF00CC;

} </style>

Personal tools