Header
From Tearsofblood
(Difference between revisions)
m |
m |
||
Line 3: | Line 3: | ||
/*Main Window -- Parchment Area*/ | /*Main Window -- Parchment Area*/ | ||
#content, #footer, .pBody { | #content, #footer, .pBody { | ||
- | background: white; | + | background-color: white; |
background: url("/images/tearsofblood/3/39/Bg-parchment-light.gif"); | background: url("/images/tearsofblood/3/39/Bg-parchment-light.gif"); | ||
+ | background-attachment: fixed; | ||
border: 1px solid #A67442; | border: 1px solid #A67442; | ||
} | } | ||
Line 12: | Line 13: | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 0 5px; | padding: 0 5px; | ||
- | background: tan; | + | background-color: tan; |
background: url("/images/tearsofblood/2/28/Bg-parchment-dark.gif"); | background: url("/images/tearsofblood/2/28/Bg-parchment-dark.gif"); | ||
} | } | ||
Line 79: | Line 80: | ||
#p-cactions li a { | #p-cactions li a { | ||
- | background: white; | + | background-color: white; |
background: url("/images/tearsofblood/3/39/Bg-parchment-light.gif"); | background: url("/images/tearsofblood/3/39/Bg-parchment-light.gif"); | ||
+ | background-attachment: fixed; | ||
} | } | ||
Revision as of 02:28, 19 June 2007
<style type="text/css">
/*Main Window -- Parchment Area*/
- content, #footer, .pBody {
background-color: white; background: url("/images/tearsofblood/3/39/Bg-parchment-light.gif"); background-attachment: fixed; border: 1px solid #A67442;
}
- globalWrapper {
width: 800px; margin: 0 auto; padding: 0 5px; background-color: tan; background: url("/images/tearsofblood/2/28/Bg-parchment-dark.gif");
}
/*Background*/ body {
font: x-small sans-serif; background: black;
}
/*Headers*/ h1, h2, h3, h4, h5, h6 {
font-family: Times, "Times New Roman", serif; border-bottom: none; font-weight: bold;
}
/*Links*/
- bodyContent a, #bodyContent a:visited, #bodyContent a:active {
color: black; border-bottom: 1px solid #002BB8;
}
- bodyContent a:hover {
color: #002BB8; border-bottom: 1px solid #002BB8;
}
- bodyContent a.new, #bodyContent a.new:visited, #bodyContent a.new:active {
color: black; border-bottom: 1px solid #CC2200;
}
- bodyContent a.new:hover {
color: #CC2200; border-bottom: 1px solid #CC2200;
}
- bodyContent a.external, #bodyContent a.external:visited, #bodyContent a.external:active {
color: black; border-bottom: 1px solid #3366BB;
}
- bodyContent a.external:hover {
color: #3366BB; border-bottom: 1px solid #3366BB;
}
/*Sidebar*/
- column-one {
padding-top: 0px; left: 0; top: 177px; background: transparent;
}
/*Action Bars*/
- p-personal, #p-cactions {
/* border: 1px solid orange; */ position: absolute; width: 800px; top: 0; left: auto; margin: 0 auto; padding: 0;
}
- p-cactions {
top: 1.4em; padding-left: 12em;
}
- p-cactions li, #p-cactions li.selected {
border: 1px solid #A67442;
}
- p-cactions li a {
background-color: white; background: url("/images/tearsofblood/3/39/Bg-parchment-light.gif"); background-attachment: fixed;
}
- p-personal {
top: 0;
}
/*Grey Boxes*/ pre {
border: 1px dashed #A67442; background: transparent;
} </style>