Subversion Repositories Applications.projet

Rev

Rev 431 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 459
Line 1... Line 1...
1
/*Début modification sytle TELA BOTANICA*/
1
/*D�but modification sytle TELA BOTANICA*/
2
body 
2
body 
3
{ 
3
{ 
4
    background-color: #D7F2D7;
4
    background-color: #D7F2D7;
5
    color: black; 
5
    color: black; 
6
    background-image:       url(bibliotheque/images/telabotanica/logo_tb_pr_wikini.png);
6
    background-image:       url('http://resources.tela-botanica.org/tb/img/64x64/logo_carre_officiel.png');
7
    background-repeat:      no-repeat;
7
    background-repeat:      no-repeat;
8
    background-position:    top left;
8
    background-position:    top left;
9
}
9
}
Line 10... Line 10...
10
 
10
 
Line 51... Line 51...
51
.copyright A { color: #AAAAAA; }
51
.copyright A { color: #AAAAAA; }
52
.searchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; }
52
.searchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; }
53
.debug { font-size: 11px; color: #888888; }
53
.debug { font-size: 11px; color: #888888; }
Line 54... Line 54...
54
 
54
 
55
.hr_clear { clear: both; visibility: hidden; }
55
.hr_clear { clear: both; visibility: hidden; }
56
.include_right { float: right; width: 17%; } /* bloc flotant à droite */
56
.include_right { float: right; width: 17%; } /* bloc flotant � droite */
57
.include_left { float: left; width: 17%; } /* bloc flotant à gauche */
57
.include_left { float: left; width: 17%; } /* bloc flotant � gauche */
58
.include_solid_border { border: solid; padding: 2px; } /* encadré noir */
58
.include_solid_border { border: solid; padding: 2px; } /* encadr� noir */
59
.include_gray_background { background-color: #DDDDDD; } /* fond gris */
59
.include_gray_background { background-color: #DDDDDD; } /* fond gris */
60
.include_small_fonts { font-size: 0.8em; } /* petites polices */
60
.include_small_fonts { font-size: 0.8em; } /* petites polices */
61
.include_big_fonts { font-size: 1.2em; } /* grandes polces */
61
.include_big_fonts { font-size: 1.2em; } /* grandes polces */
62
.include_height10em { height: 10em; overflow: scroll; } /* boite de 10em de hauteur, avec ascenseur */
62
.include_height10em { height: 10em; overflow: scroll; } /* boite de 10em de hauteur, avec ascenseur */
Line 65... Line 65...
65
.include_height60em { height: 60em; overflow: scroll; }
65
.include_height60em { height: 60em; overflow: scroll; }
Line 66... Line 66...
66
 
66
 
67
.trail_table { line-height: 30px;}
67
.trail_table { line-height: 30px;}
Line 68... Line 68...
68
.trail_button { color: #993333; }
68
.trail_button { color: #993333; }
69
 
69
 
70
/*Spécifique TELA BOTANICA*/
70
/*Sp�cifique TELA BOTANICA*/
71
.rouge { color: red; font-weight: bold; }
71
.rouge { color: red; font-weight: bold; }
72
.jaune { color: #D8D100; font-weight: bold; }
72
.jaune { color: #D8D100; font-weight: bold; }
73
.vert { color: green; font-weight: bold; }
73
.vert { color: green; font-weight: bold; }
Line 101... Line 101...
101
.tableFM TBODY TR { text-align: center;  }
101
.tableFM TBODY TR { text-align: center;  }
102
.tableFMCol1 { background-color: Aqua; }
102
.tableFMCol1 { background-color: Aqua; }
103
.tableFMCol2 { background-color: Yellow; }
103
.tableFMCol2 { background-color: Yellow; }
Line 104... Line 104...
104
 
104
 
105
/* CONTRIBUTION ACeditor */
-
 
106
.image_left {float: left;} /* bloc flotant à  gauche */
-
 
107
.image_right {float: right;} /* bloc flotant à  droite */
-
 
108
.image_center {text-align:center;} /* bloc centré */
105
/* CONTRIBUTION ACeditor */
-
 
106
.image_left {float: left;} /* bloc flotant � gauche */
-
 
107
.image_right {float: right;} /* bloc flotant � droite */
-
 
108
.image_center {text-align:center;} /* bloc centr� */
109
109