Artisteer css.


Author Message
Per Olav

Posted: 2/4/2009
Quote message 

Thanks for a great product ;-)

I've been testing the trial version for some days http://www.blogg.wolfdog.no/ . Beeing a newbie to this I would like to see a short description of the elements of the css file. Personalizing my blog I'd like to decrease the gap between the text header and the date stamp, add some extra space between each post etc..

A short tutorial of the style css would be perfect ;-)
 
Ellin

Posted: 2/4/2009
Quote message 

Hello Per Olav,
you can do it directly in Artisteer project. Open the Articles tab -> Header -> Metadata -> Text -> Font Options. In the Font Options dialog on Paragraph tab play around "Line Spacing" option.
 
Per Olav

Posted: 2/4/2009
Quote message 

Great :)

Thanks.
 
Per Olav

Posted: 2/4/2009
Quote message 

Guess I made a too quick answer. I can't find any Articles tab on the Artisteer project.?
 
Richard

Posted: 2/4/2009
Quote message 

Quote Per Olav:

Guess I made a too quick answer. I can't find any Articles tab on the Artisteer project.?


It's not in version 1.0 download v2 beta from the news section, but remember it's still in beta and has a few glitches
 
Caroline

Posted: 2/4/2009
Quote message 

Hi Per Olav,

In the meantime (while v2 is not released) you can modify your style.css file around 25 line to add the margin values to your h2 style, e.g.:

h2 {
font-size:16px;
margin:1px 2px 3px 4px;
}

Here the third value (3px) is the margin below the text header, i.e. the gap value you want to decrease.

Hope it helps.

Caroline.
 
Per Olav

Posted: 2/5/2009
Quote message 

Thanks Caroline

It certainly does :-)

PO