Header
From Glitches
(Difference between revisions)
(58 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <style> | |
- | + | 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; | ||
+ | } | ||
+ | |||
+ | #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() 0 0 no-repeat; background-color: #6A3F75;
}
- content {
background-color: #E7FFFF; 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>