Header
From Tearsofblood
(Difference between revisions)
m |
m |
||
Line 22: | Line 22: | ||
border-bottom: none; | border-bottom: none; | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | /*Links*/ | ||
+ | #bodyContent a { | ||
+ | color: black; border-bottom: 1px solid #aaaaff; | ||
+ | } | ||
+ | #bodyContent a:visited { | ||
+ | color: #555555; border-bottom: 1px dotted #dddddd; | ||
+ | } | ||
+ | #bodyContent p:hover a, #bodyContent li:hover a, #bodyContent blockquote:hover a { | ||
+ | color: black; border-bottom: 1px solid blue; text-decoration:none; | ||
+ | } | ||
+ | #bodyContent p:hover a:hover, #bodyContent li:hover a:hover, #bodyContent blockquote:hover a:hover { | ||
+ | color: blue; text-decoration:none; | ||
+ | } | ||
+ | #bodyContent a.new, #bodyContent a:visited.new { | ||
+ | color: black; border-bottom: 1px solid red; | ||
+ | } | ||
+ | #bodyContent p:hover a.new, #bodyContent li:hover a.new, #bodyContent blockquote:hover a.new { | ||
+ | color: black; border-bottom: 1px solid red; text-decoration:none;} | ||
+ | #bodyContent p:hover a:hover.new, #bodyContent li:hover a:hover.new, #bodyContent blockquote:hover a:hover.new { | ||
+ | color: red; text-decoration:none; | ||
} | } | ||
Revision as of 18:23, 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 {
color: black; border-bottom: 1px solid #aaaaff;
}
- bodyContent a:visited {
color: #555555; border-bottom: 1px dotted #dddddd;
}
- bodyContent p:hover a, #bodyContent li:hover a, #bodyContent blockquote:hover a {
color: black; border-bottom: 1px solid blue; text-decoration:none;
}
- bodyContent p:hover a:hover, #bodyContent li:hover a:hover, #bodyContent blockquote:hover a:hover {
color: blue; text-decoration:none;
}
- bodyContent a.new, #bodyContent a:visited.new {
color: black; border-bottom: 1px solid red;
}
- bodyContent p:hover a.new, #bodyContent li:hover a.new, #bodyContent blockquote:hover a.new {
color: black; border-bottom: 1px solid red; text-decoration:none;}
- bodyContent p:hover a:hover.new, #bodyContent li:hover a:hover.new, #bodyContent blockquote:hover a:hover.new {
color: red; text-decoration:none;
}
/*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>