Right, I wanted my journal to have the same kind of header/ background compilation as one of my friends
layerinfo "type" = "theme";
layerinfo "name" = "starwithheader";
function Page::print_custom_head()
{
"""
.header {
background-image: url(http://img.photobucket.com/albums/v175/troublenstrife/LJThemes/starsheaderbluepicsbradgold.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center top;
padding-top: 138px;
}
body
{
set background_position: "center";
set background_scrolling: "fixed";
set background_repeat: "repeat-y";
set page_background_image: "http://img.photobucket.com/albums/v175/troublenstrife/LJThemes/GoldSilverStarsCutOut.jpg";
}
.header-item {
top: 0px;
}
.header {
background-image: url("http://img.photobucket.com/albums/v175/troublenstrife/LJThemes/starsheaderbluepicsbradgold.jpg"); /* removed the gradient background */
height: 20px; /* adjust the height of the component */
}
</style>""";
}