Subversion Repositories Applications.wikini

Rev

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

Rev Author Line No. Line
46 jpm 1
*[lang]:after {
2
	content:" ("attr(lang)")";
3
	color:#888;
4
	background-color:inherit;
5
	font-style:italic;
6
	size:80%;}
7
strong[class]:hover,em[class]:hover,abr[class]:hover,span:hover{
8
	background-color:white;
9
	display:block-inline;
10
	cursor:crosshair;
11
	font-style:normal !important;}
12
strong[class]:hover:before,em[class]:hover:before,abr[class]:hover:before,span:hover:before{
13
	content:"[";
14
	font-weight:bold;}
15
strong[class]:hover:after,em[class]:hover:after,abr[class]:hover:after,span:hover:after{
16
	content:"]->"attr(class);
17
	font-weight:bold;
18
	font-style:normal !important;
19
	color:black;}
20
 
21
/* Mise en forme similaire au texte d'origine */
22
.petite-majuscule{
23
	font-variant:small-caps;}
24
 
25
/* Zones d'informations générales */
26
.txt-original{
27
	width:350px;
28
	text-align:justify;
29
	white-space:pre-wrap;
30
	line-height:1.6em;
31
	font-size:1em;}
32
.txt-original:before{
33
	content:"Texte original : ";}
34
.source:before{
35
	content:"Source : ";}
36
 
37
 
38
/* TODO : trouver des correspondances avec les ontologies du TDWG */
39
.nn{
40
	font-weight:bold;}
41
.nom-vernaculaire{
42
	background-color:#d9ffb2;
43
	border:0.1em solid #d9ffb2;}
44
.utilisation{
45
	background-color:#d9b2ff;
46
	border:0.1em solid #d9b2ff;}
47
.floraison{
48
	background-color:#b2e3ff;
49
	border:0.1em solid #b2e3ff;}
50
 
51
 
52
/* TaxonName Ontologie TDWG */
53
.taxonName{
54
	background-color:#ffecb2;
55
	border:0.1em solid #ffecb2;}
56
.uninomial, .genusPart, .infragenericEpithet, .specificEpithet, .infraspecificEpithet {
57
	font-style:italic;}
58
.taxonName .publicationCitation{
59
	border:0.1em dotted #ffecb2;}
60
 
61
/* SPMInfoItems Ontologie TDWG */
62
.description{
63
	background-color:#ffcfb2;
64
	border:0.1em solid #ffcfb2;}
65
.habitat{
66
	background-color:#f5b2ff;
67
	border:0.1em solid #f5b2ff;}
68
.distribution{
69
	background-color:#ccf;
70
	border:0.1em solid #ccf;}
71
 
72
/* PublicationCitation Ontologie TDWG */
73
.publicationCitation{
74
	background-color:#f6ffb2;
75
	border:0.1em solid #f6ffb2;}
76
/* PublicationCitation : autorship */
77
.publicationCitation .authorship{
78
	}
79
/* PublicationCitation : short title */
80
.publicationCitation .shortTitle{
81
	font-style:italic;}
82
/* PublicationCitation : pages */
83
.publicationCitation .pages{
84
}