OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


>i.e., ending each statement with a semicolon.

Thanks for the very meticulous review.

Let me work through some of the references that you provided to get an idea
of what CSS is all about.

-----Original Message-----
From: Nathalie Sequeira [mailto:n@n-faktor.net]
Sent: Thursday, April 08, 2010 2:46 AM
To: Robert Lucente
Cc: docbook-apps@lists.oasis-open.org
Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]