Header
From Tearsofblood
(Difference between revisions)
m |
m |
||
Line 32: | Line 32: | ||
#bodyContent li:hover a, | #bodyContent li:hover a, | ||
#bodyContent blockquote:hover a { | #bodyContent blockquote:hover a { | ||
- | color: black; border-bottom: 1px solid blue | + | color: black; border-bottom: 1px solid blue; |
} | } | ||
#bodyContent p:hover a:hover, | #bodyContent p:hover a:hover, | ||
#bodyContent li:hover a:hover, | #bodyContent li:hover a:hover, | ||
#bodyContent blockquote:hover a:hover { | #bodyContent blockquote:hover a:hover { | ||
- | color: blue | + | color: blue; |
} | } | ||
#bodyContent a.new, | #bodyContent a.new, | ||
#bodyContent a:visited.new { | #bodyContent a:visited.new { | ||
- | color: black; border-bottom: 1px solid | + | color: black; border-bottom: 1px solid #CC2200; |
} | } | ||
#bodyContent p:hover a.new, | #bodyContent p:hover a.new, | ||
#bodyContent li:hover a.new, | #bodyContent li:hover a.new, | ||
#bodyContent blockquote:hover a.new { | #bodyContent blockquote:hover a.new { | ||
- | color: black; border-bottom: 1px solid | + | color: black; border-bottom: 1px solid #CC2200; |
} | } | ||
#bodyContent p:hover a:hover.new, | #bodyContent p:hover a:hover.new, | ||
#bodyContent li:hover a:hover.new, | #bodyContent li:hover a:hover.new, | ||
#bodyContent blockquote:hover a:hover.new { | #bodyContent blockquote:hover a:hover.new { | ||
- | color: red | + | color: red; |
} | } | ||
Revision as of 18:35, 14 June 2007
<style type="text/css">
/*Main Window -- Parchment*/
- content, #footer {
background: url(""); border: 1px solid #A67442;
}
/*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;
}
/*Links*/
- bodyContent a,
- bodyContent a:visited {
color: black; border-bottom: 1px solid #3366BB;
}
- bodyContent p:hover a,
- bodyContent li:hover a,
- bodyContent blockquote:hover a {
color: black; border-bottom: 1px solid blue;
}
- bodyContent p:hover a:hover,
- bodyContent li:hover a:hover,
- bodyContent blockquote:hover a:hover {
color: blue;
}
- bodyContent a.new,
- bodyContent a:visited.new {
color: black; border-bottom: 1px solid #CC2200;
}
- bodyContent p:hover a.new,
- bodyContent li:hover a.new,
- bodyContent blockquote:hover a.new {
color: black; border-bottom: 1px solid #CC2200;
}
- bodyContent p:hover a:hover.new,
- bodyContent li:hover a:hover.new,
- bodyContent blockquote:hover a:hover.new {
color: red;
}
/*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>