Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Regard whitespace Rev 124 → Rev 125

/trunk/actu/css/actu.css
7,35 → 7,25
**********************************/
 
hr {
 
color:#0227e1;
 
width:40%;
 
text-align:center;
 
clear: both;}
 
/* style des liens */
 
#pied_page a, a {
 
color:#0328e1;
 
background-image: url(/actu/IMG/img_underline_actu.png);}
 
#pied_page a:hover, a:hover {
 
color:#0328e1;
 
background-image: url(/actu/IMG/img_underline_hover_actu.png);}
 
#image_spip a, #image_spip a:hover {
 
background-image:none;}
 
.menu_titre li{
 
list-style-type:none;}
 
/**************************
51,28 → 41,20
*******/
 
#bandeau {
background: url(/actu/IMG/bandeau_actu_fond.png) repeat-x;}
 
background: url(/actu/IMG/bandeau_actu_fond.png) repeat-x;
}
 
#bandeau_contenu {
 
background: url(/actu/IMG/bandeau_actu.jpg) no-repeat;
 
height:77px;}
 
#titre_monde h1 {
 
color: #feffdc;}
 
#plan_contact a {
 
color:#fff;
 
background-image: url(/sites/commun/generique/images/graphisme/img_underline_plan_site_blanc.png);}
 
#plan_contact a:hover {
 
background-image: url(/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_blanc.png);}
 
/*****
82,31 → 64,27
******/
 
#droite {
 
margin:0 5px 0 195px;}
 
/* droite -> contenu */
 
#contenu_accueil {
 
margin:5px 270px 5px 17px;
 
padding:0;
text-align: justify;
min-height: 300px;
width:540px;
background:url(/accueil/test.png) center;}
 
#contenu_article, #contenu_rubrique {
text-align: justify;
 
min-height: 300px;
 
width:580px;
 
background:url(/accueil/test.png) center;}
 
#form_recherche {
 
position:absolute;
 
right:5px;
 
top:0;}
 
/*************
114,13 → 92,48
*************/
 
#info_dte {
width:288px;
width:250px;
position:absolute;
top:10px;
right:-350px;
right:-260px;
text-align:left;
padding:0 5px;}}
padding:0 5px;}
 
/* pour les fils d'info rss */
.rss {
width: 250px;
border:1px solid #ccc;
font-size: 14px;
text-align:left;
padding-left:9px;}
 
.rss .intituler_rubrique {
font-size:13px;
font-weight:normal;}
 
.titre_rss {
color:#feffdc;
font-size: 14px;
text-align:center;
padding: 1px 5px;
margin-bottom: 10px;}
 
.titre_rss a {
color:#00008c;
text-decoration:none;}
 
.titre_rss a:hover {
color:#00008c;
text-decoration:underline;}
 
.item {
margin: 4px 0 10px 2px;}
 
.item .date {
font-size:10px;}
 
 
 
/*********
 
nav_gauche
128,67 → 141,45
**********/
 
#nav_gauche {
 
border:1px solid black;
 
background: #ffffff url(../IMG/degrade_bleu.png) repeat-x;}
 
/* nav_gauche -> menus_gauche */
 
#menus_gauche a {
 
color: #0227e1;
 
background-image:none;}
 
#menus_gauche {
 
margin-bottom:20px;}
 
#menus_gauche a:hover {
 
background-color:#a9b6f7;
 
background-image:none;}
 
#menus_gauche_list {
 
list-style:none;
 
padding:0;
 
margin:0;}
 
#menus_gauche_list li {
 
text-align:left;
 
font-size:13px;
 
padding:0 0 3px 5px;}
 
#rubrique_select {
 
color:#0227e1;
 
background-color:#a9b6f7;
 
padding-left:5px;
 
margin:0;}
 
#password, #username {
 
background-color:#e7ebfd;}
 
#menu_contextuel {
 
color:#0227e1;
 
margin-bottom:2px;}
 
#envoyer_article {
 
background: white url(/sites/commun/generique/images/graphisme/icone_mail.png) no-repeat 75% 40%;}
 
/*******************
197,282 → 188,159
 
*******************/
 
/* pour les articles */
#form_auteur {
 
width:300px;}
 
#form_recherche {
 
color: white;
 
position:relative;
 
top:-35px;}
 
#postarticle {
 
margin-top:20px;
 
font-weight:bold;}
 
#pied_page_print {
 
display:none;}
 
/* pour les forums */
 
#box_forum {
 
text-align:justify;}
 
.forum-total ul {
 
display: block;
 
margin: 0;}
 
li.forum-total {
 
list-style: none;
 
margin-left: 2px;}
 
.forum-fil {
 
margin-top: 2px;
 
background:#e5e9ff;}
 
.forum-fil ul {
 
margin-left:20px;
 
padding-left: 2px;}
 
.forum-fil li{
 
display: block;
 
margin-left: 2px;
 
padding-left:2px;
 
border-left: 1px solid #0227e1;
 
background: #c7d3f7;}
 
.forum-fil li li {
 
background: #d5e5f7;}
 
.forum-fil li li li {
 
background: #ddf5f7;}
 
.forum-fil li li li li{
 
background: #e1fdf7;}
 
.forum-repondre-message {
 
text-align: right;}
 
/* pour les galeries photos */
 
#miniatures {
 
margin-top:10px;
 
width: 100%;
 
overflow: auto;}
 
#photo_galerie {
 
text-align:center;
 
overflow: auto;}
 
.descriptif_doc {
 
text-align:center;}
 
/* pour les sites partenaires */
 
#liste_sites_ref img {
 
padding-right:10px;}
 
/* pour les fils d'info rss */
 
.rss {
 
width: 250px;
 
border:1px solid #ccc;
 
font-size: 14px;
 
text-align:left;
 
padding-left:9px;
 
}
 
.rss .intituler_rubrique {
 
font-size:13px;
 
font-weight:normal;}
 
.titre_rss {
 
color:#feffdc;
 
font-size: 14px;
 
text-align:center;
 
padding: 1px 5px;
 
margin-bottom: 10px;}
 
.titre_rss a {
 
color:#00008c;
 
text-decoration:none;}
 
.titre_rss a:hover {
 
color:#00008c;
 
text-decoration:underline;}
 
.item {
 
margin: 4px 0 10px 2px;}
 
/* license en bas des articles*/
 
#license {
 
color:#505050;
 
text-align:center;}
 
/* classes de presentation du contenu */
 
.menu_titre {
 
margin-top: 5px;
 
padding-top:2px;
 
text-align: left;}
 
.menu_titre hr {
 
color:#6f85f2;
 
width:40%;
 
text-align:center;}
 
.intituler_rubrique {
 
color:#0227e1;
 
font-weight:bold;
 
font-size: 16px;
 
font-size: 15px;
text-align: left;
 
padding: 1px;}
 
.intituler_rubrique a, .intituler_rubrique a:hover {
 
color:#0227e1;
 
background-image:none;}
 
.date {
 
color:#505050;
 
text-align: justify;}
 
.lien_rub a, .lien_rub a:hover {
 
color:#0227e1;
 
text-decoration:none;}
 
.categorie {
 
color:#ff6300;}
 
.categorie a {
 
color:#ff6300;
 
background-image: url(/actu/IMG/img_underline_actu_categorie.png);}
 
.categorie a:hover {
 
background-image: url(/actu/IMG/img_underline_hover_actu_categorie.png);}
 
.descriptif_contenu {
 
text-align: justify;
 
margin-top:7px;}
 
.titre_article {
 
color: #0227e1;
 
text-align:left;}
 
.texte_descriptif {
 
font-size:13px;
 
font-weight: bold;}
 
.aligne_dte {
 
text-align:right;}
 
.spip_surligne {
 
background-color:#a9b6f7;}
 
.spip_logos {
 
margin:10px;
 
border-width:3px ! important;
 
border-style:solid;
 
border-bottom-color:#333;
 
border-right-color:#555;
 
border-left-color:#BBB;
 
border-top-color:#DDD;}
 
.erreur {
 
text-align:center;
 
color:#FF0000;
 
text-decoration:none;}
 
.not_print {
 
display:none;}