root / tei / css / spip_style.css @ 2
Historique | Voir | Annoter | Télécharger (3,04 ko)
1 |
/* SPIP-STYLE */
|
---|---|
2 |
/* Cette feuille contient les styles associes au code genere par SPIP. */
|
3 |
/* Ces styles sont indispensables et doivent necessairement etre */
|
4 |
/* definis pour le bon fonctionnement de vos squelettes. */
|
5 |
|
6 |
|
7 |
/* Intertitre */
|
8 |
h3.spip { text-align: center; margin-top: 2em; margin-bottom: 1.4em; font-size: 1.15em; font-weight: bold; } |
9 |
hr.spip { margin: 2em auto; } |
10 |
|
11 |
/* Listes SPIP */
|
12 |
ul.spip {} |
13 |
ol.spip { list-style: decimal; } |
14 |
|
15 |
/* Citations, code et poesie */
|
16 |
blockquote.spip { margin: 2em 0; margin-left: 1em; padding-left: 1em; border-left: 1px dotted #aaa; } |
17 |
blockquote.spip_poesie { margin: 2em 0; margin-left: 1em; padding-left: 1em; border-left: 1px solid #aaa; } |
18 |
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; } |
19 |
|
20 |
.spip_code, .spip_cadre { font-family: Courier, "Courier New", monospace; color: #036; } |
21 |
.spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; font-size:inherit; } |
22 |
div.spip_code, .spip_cadre { margin-bottom: 1em; } |
23 |
|
24 |
.spip_surligne { background: #FF6; } |
25 |
|
26 |
/* Tableaux */
|
27 |
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; } |
28 |
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; } |
29 |
table.spip tr.row_first { background: #FFC; } |
30 |
table.spip tr.row_odd { background: #EEE; } |
31 |
table.spip tr.row_even { background: #DDD; } |
32 |
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; } |
33 |
table.spip th { vertical-align: bottom; font-weight: bold; } |
34 |
table.spip td { vertical-align: top; } |
35 |
table.spip td.numeric {text-align:right;} |
36 |
|
37 |
/* Logos, documents et images */
|
38 |
img, .spip_logos { margin: 0; padding: 0; border: 0; } |
39 |
.spip_documents { text-align: center; line-height: normal; } |
40 |
.spip_documents p { margin: 0.10em; padding: 0; } |
41 |
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; } |
42 |
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; } |
43 |
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; } |
44 |
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; } |
45 |
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; } |
46 |
|
47 |
/* modeles par defaut */
|
48 |
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; } |
49 |
|
50 |
/* Couleurs des liens de SPIP */
|
51 |
a.spip_note {} /* liens vers notes de bas de page */ |
52 |
a.spip_ancre {} /* liens internes a la page */ |
53 |
a.spip_in {} /* liens internes */ |
54 |
a.spip_mail { color: #900; } |
55 |
a.spip_mail:before { content: "\002709"; } /* liens vers un email */ |
56 |
a.spip_out { color: #009; } /* liens sortants */ |
57 |
a.spip_url { color: #009; } /* liens url sortants */ |
58 |
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */ |
59 |
a.spip_glossaire:hover { text-decoration: underline overline; } |
60 |
.on { font-weight: bold; } /* liens exposes */ |
61 |
|