← Prev in month ← Prev in thread

Re: [docbook-apps] How do I highlight inline text ? - OT

From
Nathalie Sequeira <>
Date
2010-04-08T06:46:26+00:00
ID
Thread
Re: [docbook-apps] How do I highlight inline text ? - OT
Hi Robert,

glad that helped you find a good perspective on docBook :)

> So, is it as easy as adding the following entry ?
> .key_words {color: yellow}
>
>
> I am attempting to be lazy and avoid working my way through
> http://www.w3.org/Style/CSS
>   
Yes that would work, whereby best practice would be
.key_words {color: yellow;}
i.e., ending each statement with a semicolon.

CSS really is very easy.
Don't start with the specs though - you can find a quick introduction at
http://w3schools.com/css/default.asp

You'll find a more solid and in-depth introduction at
http://westciv.com/style_master/house/index.html
There are lots of resources there, including a hands on tutorial and a 
more theoretical CSS guide (with detailed descriptions of the types of 
CSS selectors and properties).

And another, perhaps more actively maintained reference: 
http://reference.sitepoint.com/css

Have fun exploring :)
Nathalie Sequeira
← Prev in month ← Prev in thread