Livejournal
Log in
Post
Friends
My journal
kunzite1
horizon - halloween 2006
Oct 28, 2006 06:53
(
cut
)
lj: hacks
,
css
,
firefox
Leave a comment
Back to all threads
camomiletea
December 10 2006, 21:45:28 UTC
Would you do this for the current Holiday theme? I like it so much, I might want to keep it past the holidays (sans the holiday images). I think I pretty much figured it out, but I could be missing something, since I can't really check right now.
body {
background-color: #fff;
}
#Navigation {
background-image: url("
http://stat.livejournal.com/stc/horizon/topbar-bg-holiday.gif
"); /* gradient */
background-color: #303355; /* bottom pixel color in gradient */
}
#Welcome {
position: absolute;
top: 0;
left: 100px;
width: 30em;
margin: 0;
padding: 15px 0 0 10px;
color: #41426d;
background: url("
http://stat.livejournal.com/stc/horizon/logo-holiday2.gif
") top right no-repeat;
}
#Welcome a {
text-decoration: none;
color: #fff;
}
#WelcomeViewLinks {
color: #41426d;
}
#Logo {
right: 5px;
}
#NavMenu {
border-top: 0;
background: #1c1d35;
}
.NavMenuItem:hover, .NavMenuItem a:hover {
color: #fff;
background-color: #303356;
}
.NavMenuSubNav {
background: #303356;
color: #fff;
}
.NavMenuSubNav li a, .NavMenuSubNav li a:visited {
color: #cdd0f0;
}
.NavMenuSubNav li a:hover {
color: #fff;
}
#Logo a img {
display: none;
}
#Logo a {
padding-right: 250px;
padding-bottom: 54px;
background-image: url(
http://stat.livejournal.com/horizon/logo-holiday.gif);
}
Reply
Back to all threads
Leave a comment
Up
body {
background-color: #fff;
}
#Navigation {
background-image: url("http://stat.livejournal.com/stc/horizon/topbar-bg-holiday.gif"); /* gradient */
background-color: #303355; /* bottom pixel color in gradient */
}
#Welcome {
position: absolute;
top: 0;
left: 100px;
width: 30em;
margin: 0;
padding: 15px 0 0 10px;
color: #41426d;
background: url("http://stat.livejournal.com/stc/horizon/logo-holiday2.gif") top right no-repeat;
}
#Welcome a {
text-decoration: none;
color: #fff;
}
#WelcomeViewLinks {
color: #41426d;
}
#Logo {
right: 5px;
}
#NavMenu {
border-top: 0;
background: #1c1d35;
}
.NavMenuItem:hover, .NavMenuItem a:hover {
color: #fff;
background-color: #303356;
}
.NavMenuSubNav {
background: #303356;
color: #fff;
}
.NavMenuSubNav li a, .NavMenuSubNav li a:visited {
color: #cdd0f0;
}
.NavMenuSubNav li a:hover {
color: #fff;
}
#Logo a img {
display: none;
}
#Logo a {
padding-right: 250px;
padding-bottom: 54px;
background-image: url(http://stat.livejournal.com/horizon/logo-holiday.gif);
}
Reply
Leave a comment