Header
From Glitches
(Difference between revisions)
Line 21: | Line 21: | ||
} | } | ||
- | + | .usermessage { | |
background-color: #E7FFFF; | background-color: #E7FFFF; | ||
+ | font-family: Garamond; | ||
} | } | ||
+ | .toccolours { | ||
+ | background-color: #E7FFFF; | ||
+ | } | ||
+ | |||
+ | div.townBox dl dd { | ||
+ | background-color: #E7FFFF; | ||
+ | } | ||
+ | |||
+ | .portlet h5 { | ||
+ | background-color: #E7FFFF; | ||
+ | } | ||
</style> | </style> |
Revision as of 21:08, 28 May 2007
<style>
body {
color: black; background: url() 0 0 no-repeat; background-color: #6A3F75;
}
- content {
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: #E7FFFF;
}
</style>