Holidays 2009

Jan 16, 2010 15:24

Hey, did anyone save the images from the Holidays 2009 site scheme? I thought I saved them, but it didn't work, and now I'm having a hard time finding them. I loved that theme, and it's gone now.

Leave a comment

Comments 1

camomiletea January 16 2010, 21:50:16 UTC
Ah, Google cache helped. Here's the code I'm using with Stylish:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("livejournal.com") {
/* Logged-in */
.logged-in #navigation {
background:#000 url(http://l-stat.livejournal.com/img/reskining/hn2010y/hn2010y-hor-in.jpg) 100% 0 no-repeat !important;
min-width:840px !important;
}
.logged-in #Logo A {
position:relative !important;
left:-155px !important;
width:185px !important;
}

/* Logged-out */
.logged-out #navigation {
background:#000 url(http://l-stat.livejournal.com/img/reskining/hn2010y/hn2010y-hor-out.jpg) 0 0 no-repeat !important;
}
.logged-out #Logo A {
width:250px !important;
}
}

Reply


Leave a comment

Up