Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 335 → Rev 336

/trunk/sites/evenement/fr/styles/bazar.interne.css
12,6 → 12,8
#formulaire input, #formulaire textarea, #formulaire select {
border:1px solid #000;
background-color:#fefffe;}
input[type ^="submit"]:hover{
background-color:#b0cdfc;}
.enligne {
padding:0;
margin:0;
38,9 → 40,6
background:transparent;
border-bottom:1px solid black;
color:#1A4881;}
#BAZ_description {
padding:10px;
font-weight:bold;}
.bulle_bas{
height:0;}
.bulle_corps{
53,7 → 52,6
margin:0 auto;}
.rubrique {
text-align:left;
font-weight:bold;
color: #1A4881;}
.rubrique_bulle {
width:90px;
116,15 → 114,43
.table_bazar{
width:300px;
margin:2em 0 0 0;}
#laius_abonnement, .table_bazar #col2, .table_bazar #col3{
#table_bazar{
border-spacing:0;
text-align:center;
border: 1px solid black;}
#table_bazar th{
color:white;
background-color:#598ac4;
padding:0 5px;
text-align:center;
border-bottom: 1px dotted grey;
border-left: 1px dotted grey;}
#table_bazar td {
padding:2px;
text-align:left;
border-bottom: 1px dotted grey;
border-left: 1px dotted grey;}
#table_bazar .ligne_paire{
background-color:#c8ddff;}
.table_bazar #col2, .table_bazar #col3, #laius_abonnement{
display:none;}
.table_bazar #col1,.table_bazar #col4{
width:150px;}
 
#modifier_fiche{
display:block;
width:100px;
border: 1px solid black;
padding:3px;
font-size:14px;
background:#fefffe;}
#modifier_fiche:hover{
background-color:#b0cdfc;}
 
/* CALENDRIER */
#cal_entete{
display:block;
background:transparent url(images/cal_titre_fond.png) repeat-x;
background:transparent url(/client/bazar/images/cal_titre_fond.png) repeat-x;
margin:10px 0;
height:31px;
min-width:300px;
171,8 → 197,8
.calendrier{
font: bold 16px 'Arial narrow', Arial, sans-serif;
border-collapse:separate;
border-spacing:6px;
width:1003px;}
border-spacing:2px;
width:100%;}
/* Problème de la couleur entre les cellules...
.calendrier tbody{
background:white url(/client/bazar/images/cal_img_fond.jpg) 2px 40px repeat-y;}*/
183,11 → 209,11
text-align:center;}
.calendrier th {
height:20px;
width:134px;
width:14%;
border-width:2px;}
.calendrier td {
height:83px;
width:134px;
width:14%;
border:2px solid #4c4c4c;
vertical-align:top;
text-align:left;
209,8 → 235,7
padding:0;}
.cal_evenemt_liste li{
display:block;
background:transparent url(/client/bazar/images/cal_pastille.png) top left no-repeat;
width:120px;}
background:transparent url(/client/bazar/images/cal_pastille.png) top left no-repeat;}
.cal_evenemt{
margin:0;
padding:0 0 0 13px;}
/trunk/sites/evenement/fr/styles/evenement.css
65,15 → 65,13
/* nav_gauche -> menus */
#menus .menu_actif>a {
color:white;
background-color:#598AC4;
border:1px solid #598AC4;}
background-color:#598AC4;}
#menus a:hover {
background-color:#b0cdfc;
border:1px solid #598AC4;}
color:black;
background-color:#b0cdfc;}
.menu_classique_n2 .menu_actif {
color:white;
background-color:#598AC4;
border:1px solid #598AC4;}
background-color:#598AC4;}
 
/* MISE EN FORME DE L'APPLICATION BAZAR */
.calendrier_applette{
82,3 → 80,18
#BAZ_menu #consulter, #BAZ_menu #inscrire, #BAZ_menu #deposer, #liste_liens{display:none;}
 
/* MISE EN FORME DE L'APPLICATION BAZAR-CALENDRIER */
.calendrier_applette th {
color:white;
background-color:#174984;
border: 1px solid #113054;
text-align:center;}
.calendrier_applette .cal_samedi, .calendrier_applette .cal_dimanche{
background-color:#fff9e7;}
.calendrier_applette .cal_j{
display:block;
float:right;
padding:2px;}
.calendrier_applette .cal_jc{
background-color:#c4d9fb;}
.calendrier_applette .cal_ma{
background-color:#eaeaec;}