Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
1065 gduche 1
/* STYLE SPECIFIQUE DE LA PAGE Projets */
2
body {
3
	background:url(../images/graphisme/bandeau_projets_trait.png) repeat-x;}
4
/*+-----------------------------------------------------------------------------------------------------------------+*/
5
/* Mots clefs Projets */
6
#zone-projets .motsclefs .mot1 {
7
	font-size:32px;
8
	margin:-45px 0 0 -126px;}
9
#zone-projets .motsclefs .mot2 {
10
	font-size:20px;
11
	margin:-20px 0 0 -171px;}
12
#zone-projets .motsclefs .mot3 {
13
	font-size:20px;
14
	margin:-15px 0 0 -60px;}
15
#zone-projets {
16
/* 	/* commenté pour la campagne de don */
1103 raphael 17
	background:url(../images/graphisme/bandeau_projets_image.png) right center no-repeat;
1065 gduche 18
}
19
/*+-----------------------------------------------------------------------------------------------------------------+*/
20
/* Boutons Liens -cadre haut gauche*/
21
.boutonProjets {
22
	width:151px;
23
	display:inline-block;
24
	padding:9px;
25
	margin-bottom:10px;
26
	color:white;
27
	font-size:18px;
28
	font-family:helveticaneue, helveticaneue2;
29
	line-height:1.3em;
30
	margin-top:3px;
31
	margin-left:0;
32
 
33
	-moz-border-radius:7px; -webkit-border-radius:7px; 	border-radius:7px;
34
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
35
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */}
36
 
37
.importance2, .importance3 {
38
	border:solid 1px #A89D80;
39
}
40
 
41
/*Spécifique à la page d'accueil projets*/
42
#zone-accueil #zone-colonne-droite {
43
	width:55%;
44
}
45
#zone-accueil #zone-colonne-droite {
46
	width:45%;
47
}
48
 
49
#zone_contenu_corps {
50
	width:710px;
51
}
52
#zone_contenu_corps .boutonProjets a {
53
	color:white; border:none}
54
.boutonProjets em {
55
	font-size:28px;
56
	font-style:normal;}
57
.boutonProjets .mini {
58
	font-size:13px;}
59
#boutonForum {
60
	background:#baad8b;
61
	margin:0 6px 20px 0;}
62
#boutonProjets {
63
	background:#caac5d;}
64
#boutonSynthese {
65
	background:#776a47;
66
	margin:0 6px 20px 0;}
67
#boutonGroupes {
68
	background:#5d8365;}
69
#rechercheProjet fieldset {
70
	border:none;
71
	padding:0 0 20px 0;}
72
#rechercheProjet #projet_recherche {
73
	width:80%;}
74
.grid_4 {
75
	width:278px;
76
	padding:3px 5px 5px 5px;}
77
.actualites1 {
78
	border-bottom:1px dotted #BAAD8B;
79
	margin-bottom:10px;}
80
#derniersProjets h3 {
81
	padding-left:0;}
82
#derniersProjets p {
83
	margin:0;
84
}
85
.liste_projets h3 {
86
    margin: 10px 0 0;
87
}
88
 
89
/** Style pour les diffs des wiki **/
90
span.del {
91
    color: #CC0000;
92
    font-style: italic;
93
    text-decoration: line-through;
94
}
95
 
96
span.add {
97
    color: #CC0000;
98
    font-weight: bold;
99
    text-decoration: underline;
918 gduche 100
}