Header
From Tearsofblood
(Difference between revisions)
m |
m |
||
Line 5: | Line 5: | ||
background: url("http://tearsofblood.editthis.info/images/tearsofblood/0/0d/Mainbg.gif"); | background: url("http://tearsofblood.editthis.info/images/tearsofblood/0/0d/Mainbg.gif"); | ||
border: 1px solid #A67442; | border: 1px solid #A67442; | ||
+ | } | ||
+ | #column-content { | ||
+ | width: 100%; | ||
+ | margin: 0 0 0.6em -12.2em; | ||
} | } | ||
Line 19: | Line 23: | ||
/*Headers*/ | /*Headers*/ | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
- | font-family: Times "Times New Roman" serif; | + | font-family: Times, "Times New Roman", serif; |
border-bottom: none; | border-bottom: none; | ||
font-weight: bold; | font-weight: bold; |
Revision as of 17:45, 14 June 2007
<style type="text/css">
/*Main Window -- Parchment*/
- content, #footer {
background: url(""); border: 1px solid #A67442;
}
- column-content {
width: 100%; margin: 0 0 0.6em -12.2em; }
/*Background - Rust; and setting width*/ body {
font: x-small sans-serif; background: #202020; padding: 174px 0.2em;
} .pBody {
background: transparent;
}
/*Headers*/ h1, h2, h3, h4, h5, h6 {
font-family: Times, "Times New Roman", serif; border-bottom: none; font-weight: bold;
}
/*Sidebar - Leather*/
- column-one { padding-top: 0px;
left: 0; top: 177px; background: url("");
}
/*View - Leather*/
- p-cactions {
top: 14px; left: 166px;
}
/*user bar */
- p-personal {
left: 166px;
}
- p-personal li {
background: black;
}
/*Grey Boxes*/ pre {
border: 1px dashed #A67442; color: #A67442; background-color: #202020;
} </style>