Commit | Line | Data |
---|---|---|
c495c100 P |
1 | /* ---------------------------------------------------------------- */ |
2 | /* Feuille de style specifique a l'impression */ | |
3 | /* ---------------------------------------------------------------- */ | |
4 | ||
5 | /* Correction des styles HTML par defaut | |
6 | ---------------------------------------------- */ | |
7 | body { background: #FFF; margin: 15pt; text-align: left; font: 12pt Verdana, Tahoma, Arial, sans-serif; color: #000; } | |
8 | ||
9 | img, table { margin: 0; padding: 0; border: none; } | |
10 | ul, ol, li { margin: 0; padding: 0; list-style: none; } | |
11 | h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; } | |
12 | ||
13 | /* Ne pas imprimer : on elimine les elements de navigation (display: none;) | |
14 | ---------------------------------------------- */ | |
15 | #entete, #hierarchie, #navigation, .encart, #pied { display: none; } | |
16 | .forum-repondre, .forum-repondre-message, .formulaire_spip { display: none; } | |
17 | .spip-admin, .spip-admin-float, .invisible { display: none; } | |
18 | ||
19 | /* Disposition a l'ecran | |
20 | ---------------------------------------------- */ | |
21 | .nettoyeur { clear: both; } | |
22 | ||
23 | /* Pour les liens, on les souligne et | |
24 | /* on affiche l'URL cible a la suite des liens sortants (!) | |
25 | ---------------------------------------------- */ | |
26 | a { color: #520; text-decoration: underline; } | |
27 | a.spip_out:after, a.spip_glossaire:after { display: inline; content: " [" attr(href) "]"; } | |
28 | ||
29 | ||
30 | /* Un peu de coquetterie | |
31 | ---------------------------------------------- */ | |
32 | ||
33 | .cartouche { margin-bottom: 2em; } | |
34 | .cartouche small { font-size: 0.71em; } | |
35 | .cartouche .titre { font-size: 1.27em; font-weight: bold; } | |
36 | .cartouche p { margin: 0; padding: 0; clear: left; } | |
37 | .cartouche .traductions { display: none; } | |
38 | .cartouche .surtitre, .cartouche .soustitre { font-size: 0.82em; font-variant: small-caps; } | |
39 | ||
40 | .spip_logos { float: right; margin-left: 0.8em; } | |
41 | ||
42 | .chapo { | |
43 | margin-bottom: 1.5em; | |
44 | font-size: 0.82em; | |
45 | font-weight: bold; | |
46 | line-height: 1.4em; | |
47 | } | |
48 | .lien { font-size: 0.82em; font-weight: bold; } | |
49 | ||
50 | .texte { line-height: 1.4em; } | |
51 | ||
52 | h3.spip { text-align: center; font-weight: bold; margin: 1.4em; font-size: 1.15em; } | |
53 | ||
54 | .ps, .notes, .forum-decompte, #documents_portfolio, #documents_joints { | |
55 | margin-top: 1.4em; | |
56 | padding-top: 0.2em; | |
57 | border-top: 2pt solid #CCC; | |
58 | font-size: 0.82em; | |
59 | } | |
60 | .ps h2, .notes h2, .forum-decompte, #documents_joints h2 { font-weight: bold; clear: both; } | |
61 | ||
62 | /* Citations, tableaux, etc... | |
63 | ---------------------------------------------- */ | |
64 | q, blockquote { font-family: Georgia, Times, serif; } | |
65 | ||
66 | .lien, blockquote.spip, .spip_poesie, .spip_cadre, .liste-articles li .texte { | |
67 | background: #FFF; | |
68 | margin: 1em; | |
69 | padding: 1em; | |
70 | border: 1pt dotted #CCC; } | |
71 | ||
72 | /* Messages de forums | |
73 | ---------------------------------------------- */ | |
74 | .forum { margin: 2em 0; font-size: 0.82em; } | |
75 | .forum-fil ul { margin-left: 0.5em; } | |
76 | .forum-chapo .forum-titre { display: block; font-weight: bold; } | |
77 | ul .forum-message { background: #EEE; border: 1pt solid #CCC; padding: 1em; margin-bottom: 1em; } | |
78 | ||
79 | /* Listes d'articles | |
80 | ----------------------------------------------- */ | |
81 | .liste-articles li { margin-bottom: 1em; padding-top: 0.3em; } | |
82 | .liste-articles li .titre { font-size: 1.03em; font-weight: bold; } | |
83 | .liste-articles li p { margin: 0; padding: 0; } | |
84 | .liste-articles li small { display: block; font-size: 0.71em; } | |
85 | ||
86 | /* Plan du site | |
87 | ---------------------------------------------- */ | |
88 | .page_plan #contenu h2 { font-size: 1.15em; font-weight: bold; } | |
89 | .page_plan #contenu ul { margin-left: 1em; margin-bottom: 1em; } | |
90 | .page_plan #contenu li { list-style: square; } |