Subversion Repositories Sites.tela-botanica.org

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 david 1
 
2
/*
3
 * Feuille de style specifique a l'impression
4
 */
5
 
6
/* Pour les liens, on desactive les couleurs
7
   et on affiche l'URL cible a la suite du lien (!) */
8
 
9
a { color: black; text-decoration: underline; }
10
a:visited { color: black; text-decoration: underline; }
11
a.spip_in { color: black; text-decoration: underline; }
12
a.spip_out { color: black; text-decoration: underline; }
13
a:after {
14
	display: inline;
15
	border: 1px solid dotted;
16
	content: " [" attr(href) "]";
17
}
18
 
19
/*
20
 * Un peu de coquetterie
21
 */
22
 
23
.chapo {
24
	line-height: 1.4em;
25
	margin-top: 1em;
26
}
27
.texte {
28
}
29
.ps {
30
	padding-top: 0.6em;
31
	margin-top: 0.6em;
32
	border-top: 1px dashed #404040;
33
}
34
.notes {
35
	margin-top: 0.6em;
36
	margin-bottom: 0.6em;
37
	border-top: 1px solid #707070;
38
}
39
.structure {
40
	display: none;
41
}
42
.spip-admin {
43
	display: none;
44
}
45
 
46
 
47
.contenu {
48
	margin: 10px;
49
}
50
.contenu h1 {
51
	margin-top: 0em;
52
	margin-bottom: 0em;
53
}
54
.contenu h1.titre-extrait {
55
}
56
.contenu h1.titre-texte {
57
}
58
.contenu .surtitre {
59
	margin-top: 0em;
60
	margin-bottom: 0em;
61
}
62
.contenu .detail {
63
	margin-left: 2em;
64
}
65
.extrait {
66
	margin-top: 0.5em;
67
	margin-bottom: 0.5em;
68
	margin-left: 2em;
69
	margin-right: 0em;
70
	line-height: 1.4em;
71
}
72
 
73
 
74
/*
75
 * Disposition : on elimine les elements de navigation (display: none)
76
 * et on choisit un affichage de base pour le principal
77
 */
78
 
79
#principal {
80
	margin: 10px;
81
}
82
 
83
#navigation {
84
	display: none;
85
}
86
 
87
.encart {
88
	display: none;
89
}
90
 
91
.cartouche {
92
	margin-top: 0.5em;
93
	padding-top: 1em;
94
	margin-bottom: 1em;
95
}
96
 
97
.cartouche .spip_logos {
98
	margin-left: 0px;
99
	padding-left: 0px;
100
	margin-right: 0.8em;
101
}
102
 
103
 
104
/*
105
 * Forums
106
 */
107
 
108
.forum-repondre {
109
	display: none;
110
}
111
.forum-repondre-message {
112
	display: none;
113
}
114