[SPIP] ~2.1.12 -->2.1.25
[velocampus/web/www.git] / www / squelettes-dist / impression.css
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 "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #000; }
8
9 img, table { margin: 0; padding: 0; border: 0; }
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, #extra, #pied { display: none; }
16 .repondre, .repondre, .formulaire_spip { display: none; }
17 .spip-admin, .spip-admin-float, .spip-previsu, .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, a.spip_mail: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 h1 { 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.80em; }
41
42 .chapo { margin-bottom: 1.5em; font-size: 0.82em; font-weight: bold; line-height: 1.40em; }
43 .hyperlien { font-size: 0.82em; font-weight: bold; }
44
45 .texte { line-height: 1.40em; }
46
47 .ps, .notes, #documents_portfolio, #documents_joints { clear: both; margin-top: 1.40em; padding-top: 0.20em; border-top: 2pt solid #CCC; font-size: 0.82em; }
48 .ps h2, .notes h2, #documents_joints h2 { font-weight: bold; clear: both; }
49
50 /* Citations, tableaux, etc...
51 ---------------------------------------------- */
52 .hyperlien, .articles li .texte { background: #FFF; margin: 1em; padding: 1em; border: 1pt dotted #CCC; }
53
54 /* Messages de forums
55 ---------------------------------------------- */
56 .forum { margin: 2em 0; font-size: 0.82em; }
57 .forum-fil ul { margin-left: 0.50em; }
58 .forum-chapo .forum-titre { display: block; font-weight: bold; }
59 ul .forum-message { background: #EEE; border: 1pt solid #CCC; padding: 1em; margin-bottom: 1em; }
60
61 /* Listes d'articles
62 ----------------------------------------------- */
63 .articles li { margin-bottom: 1em; padding-top: 0.30em; }
64 .articles li .titre { font-size: 1.03em; font-weight: bold; }
65 .articles li p { margin: 0; padding: 0; }
66 .articles li small { display: block; font-size: 0.71em; }
67
68 /* Plan du site
69 ---------------------------------------------- */
70 .page_plan #contenu h2 { font-size: 1.15em; font-weight: bold; }
71 .page_plan #contenu ul { margin-left: 1em; margin-bottom: 1em; }
72 .page_plan #contenu li { list-style: square; }