Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 1064 → Rev 1065

/trunk/sites/projets/generique/styles/projets.css
1,82 → 1,100
/* STYLE SPECIFIQUE DE LA PAGE Projets */
body {
background:url(../images/graphisme/bandeau_projets_trait.png) repeat-x;}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Mots clefs Projets */
#zone-projets .motsclefs .mot1 {
font-size:32px;
margin:-45px 0 0 -126px;}
#zone-projets .motsclefs .mot2 {
font-size:20px;
margin:-20px 0 0 -171px;}
#zone-projets .motsclefs .mot3 {
font-size:20px;
margin:-15px 0 0 -60px;}
#zone-projets {
background:url(../images/graphisme/bandeau_projets_image.png) right center no-repeat;}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Boutons Liens -cadre haut gauche*/
.boutonProjets {
width:151px;
display:inline-block;
padding:9px;
margin-bottom:10px;
color:white;
font-size:18px;
font-family:helveticaneue, helveticaneue2;
line-height:1.3em;
margin-top:3px;
margin-left:0;
-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */}
 
.importance2, .importance3 {
border:solid 1px #A89D80;
}
 
/*Spécifique à la page d'accueil projets*/
#zone-accueil #zone-colonne-droite {
width:55%;
}
#zone-accueil #zone-colonne-droite {
width:45%;
}
 
#zone_contenu_corps {
width:710px;
}
#zone_contenu_corps .boutonProjets a {
color:white; border:none}
.boutonProjets em {
font-size:28px;
font-style:normal;}
.boutonProjets .mini {
font-size:13px;}
#boutonForum {
background:#baad8b;
margin:0 6px 20px 0;}
#boutonProjets {
background:#caac5d;}
#boutonSynthese {
background:#776a47;
margin:0 6px 20px 0;}
#boutonGroupes {
background:#5d8365;}
#rechercheProjet fieldset {
border:none;
padding:0 0 20px 0;}
#rechercheProjet #projet_recherche {
width:80%;}
.grid_4 {
width:278px;
padding:3px 5px 5px 5px;}
.actualites1 {
border-bottom:1px dotted #BAAD8B;
margin-bottom:10px;}
#derniersProjets h3 {
padding-left:0;}
#derniersProjets p {
margin:0;
/* STYLE SPECIFIQUE DE LA PAGE Projets */
body {
background:url(../images/graphisme/bandeau_projets_trait.png) repeat-x;}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Mots clefs Projets */
#zone-projets .motsclefs .mot1 {
font-size:32px;
margin:-45px 0 0 -126px;}
#zone-projets .motsclefs .mot2 {
font-size:20px;
margin:-20px 0 0 -171px;}
#zone-projets .motsclefs .mot3 {
font-size:20px;
margin:-15px 0 0 -60px;}
#zone-projets {
/* /* commenté pour la campagne de don */
/*background:url(../images/graphisme/bandeau_projets_image.png) right center no-repeat;*/
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Boutons Liens -cadre haut gauche*/
.boutonProjets {
width:151px;
display:inline-block;
padding:9px;
margin-bottom:10px;
color:white;
font-size:18px;
font-family:helveticaneue, helveticaneue2;
line-height:1.3em;
margin-top:3px;
margin-left:0;
-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */}
 
.importance2, .importance3 {
border:solid 1px #A89D80;
}
 
/*Spécifique à la page d'accueil projets*/
#zone-accueil #zone-colonne-droite {
width:55%;
}
#zone-accueil #zone-colonne-droite {
width:45%;
}
 
#zone_contenu_corps {
width:710px;
}
#zone_contenu_corps .boutonProjets a {
color:white; border:none}
.boutonProjets em {
font-size:28px;
font-style:normal;}
.boutonProjets .mini {
font-size:13px;}
#boutonForum {
background:#baad8b;
margin:0 6px 20px 0;}
#boutonProjets {
background:#caac5d;}
#boutonSynthese {
background:#776a47;
margin:0 6px 20px 0;}
#boutonGroupes {
background:#5d8365;}
#rechercheProjet fieldset {
border:none;
padding:0 0 20px 0;}
#rechercheProjet #projet_recherche {
width:80%;}
.grid_4 {
width:278px;
padding:3px 5px 5px 5px;}
.actualites1 {
border-bottom:1px dotted #BAAD8B;
margin-bottom:10px;}
#derniersProjets h3 {
padding-left:0;}
#derniersProjets p {
margin:0;
}
.liste_projets h3 {
margin: 10px 0 0;
}
 
/** Style pour les diffs des wiki **/
span.del {
color: #CC0000;
font-style: italic;
text-decoration: line-through;
}
 
span.add {
color: #CC0000;
font-weight: bold;
text-decoration: underline;
}