Leave a comment

Comments 16

amcam September 29 2005, 22:03:56 UTC
can we add a title image in place of the journal title text?

also, how can i change the colors used in the layout? for the header, links, etc..

lastly, can i add a background image to the blue parts of my layout.. the places on the sides of the table?

thanks :)

Reply

amcam September 29 2005, 22:05:11 UTC
oh yes, and to change the font face used.. expecially on the tops "LINKS, SEPTEMBER"

Reply

kunzite1 September 29 2005, 22:18:06 UTC
1.
#banner-inner h1, #banner-inner h2 {
display: none;
}
#banner-inner {
background-image: url(http://stat.livejournal.com/img/goat-normal.gif);
height: 100px;
}2. find the css handles of each element and change them by inserting your own css into print_custom_stylesheet()

3.
body {
background-image: url(http://stat.livejournal.com/img/goat-normal.gif);
}4.
.module-header {
font-family: courier;
}bloggish is not intended to be used by users who aren't familiar with css. if you are unfamiliar with css, i suggest using a different layout. the intent of this layout is for users to be able to use stylesheets found at http://www.typepad.com/, the subscription site of movable type made by six apart, which is the parent company of danga interactive, which is the company that made livejournal, the program running on ... )

Reply

amcam September 30 2005, 01:12:15 UTC
thank you..
i've only used css for simple things and i just feel so dense about the s2 thing :p i was worried someone would smack me for asking obvious questions, thank you for the help.

Reply


Leave a comment

Up