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