source: trunk/spip/esqueleto-redcta/themes/alternatives/styles/print.css @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 2.0 KB
Line 
1/*
2 * Feuille de style specifique a l'impression
3 */
4 
5/* Pour les liens, on desactive les couleurs
6   et on affiche l'URL cible a la suite du lien (!) */
7
8a { color: black; text-decoration: underline; }
9a:visited { color: black; text-decoration: underline; }
10a.spip_in { color: black; text-decoration: underline; }
11a.spip_out { color: black; text-decoration: underline; }
12/*
13a:after
14{
15        display: inline;
16        content: " [" attr(href) "]";
17        border-width: 1px;
18        border-style: dotted;
19}
20*/
21
22/*
23 * Un peu de coquetterie
24 */
25
26.chapo {
27        line-height: 1.4em;
28        margin-top: 1em;
29}
30.texte {
31}
32.ps {
33        padding-top: 0.6em;
34        margin-top: 0.6em;
35        border-top: 1px dashed #404040;
36}
37.notes {
38        margin-top: 0.6em;
39        margin-bottom: 0.6em;
40        border-top: 1px solid #707070;
41}
42.structure {
43        display: none;
44}
45.spip-admin {
46        display: none;
47}
48
49
50.contenu {
51        margin: 10px;
52}
53.contenu h1 {
54        margin-top: 0em;
55        margin-bottom: 0em;
56}
57.contenu h1.titre-extrait {
58}
59.contenu h1.titre-texte {
60}
61.contenu .surtitre {
62        margin-top: 0em;
63        margin-bottom: 0em;
64}
65.contenu .detail {
66        margin-left: 2em;
67}
68.extrait {
69        margin-top: 0.5em;
70        margin-bottom: 0.5em;
71        margin-left: 2em;
72        margin-right: 0em;
73        line-height: 1.4em;
74}
75
76
77/*
78 * Disposition : on elimine les elements de navigation (display: none)
79 * et on choisit un affichage de base pour le principal
80 */
81
82#principal {
83        margin: 10px;
84}
85
86#navigation {
87        display: none;
88}
89
90.encart {
91        display: none;
92}
93
94.cartouche {
95        margin-top: 0.5em;
96        padding-top: 1em;
97        margin-bottom: 1em;
98}
99
100.cartouche .spip_logos {
101        margin-left: 0px;
102        padding-left: 0px;
103        margin-right: 0.8em;
104}
105
106
107/*
108 * Forums
109 */
110
111.forum-repondre {
112        display: none;
113}
114.forum-repondre-message {
115        display: none;
116}
117
118
119/*
120 *  Images typographiques (via image_typo)
121 */
122.image_typo {
123        behavior: url("win_png.htc");
124}
125
126/*
127 * Boutons admin
128 */
129#entete { display: none; }
130#bas { display: none; }
131#encart { display: none; }
132.article-info-rubrique { display: none; }
133.spip-admin-float {
134        display: none;
135}
136.ps h3, .ps h4, .ps ul { display: none; }
137.cartouche .texte h2,
138.cartouche .texte form
139{ display: none; }
Note: See TracBrowser for help on using the repository browser.