Propose : 1. SPIP and Style Sheets (CSS)

Article proposé
---------------

L'article "1. SPIP and Style Sheets (CSS)" est proposé à la
publication.
Vous êtes invité à venir le consulter et à donner votre opinion
dans le forum qui lui est attaché. Il est disponible à l'adresse :
http://www.spip.net/ecrire/articles.php3?id_article=2433

** 1. SPIP and Style Sheets (CSS) **
par bealach

SPIP 1.2 When you use text-formatting shortcuts in articles in SPIP, and
make some text bold or italics, or create hypertext links, headings, etc.
SPIP generates the necessary HTML tags, each tag then becoming associated
to a class of CSS style.

For instance,

This is a link

is turned into HTML code in the following:

This is a link

So, the HTML code is completed by requesting a CSS style called
"spip_out".

The user is therefore free to customize the presentation layout of her
site as much as she likes by defining the "spip_out" style (changing the
text or background colour, or the font-style, etc.).

Most of SPIP's text-formatting shortcuts therefore can be defined using
style sheets. (...)