Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
393 jpm 1
/* Blocs non affichés */
2
.wiki_name, .header, .footer, .commentsheader, .commentform, .copyright, .menu_column { display: none; }
3
 
4
 
5
* {margin: 0; padding: 0;}
6
p, td, li, input, select, textarea{  font-family:Georgia, Helvetica, Verdana, sans-serif;font-size:12px;color:#000;}
7
body {font-family:Georgia, Helvetica, Verdana, sans-serif;font-size:12px;color:#000;background: transparent;}
8
h1 {font-size:16px;font-weight:bold;padding:5px;}
9
h2 {font-size:14px;color:black;font-weight:bold;}
10
h3 {font-size:12px;color:black;font-weight:bold;}
11
h4 {font-size:12px;color:black;}
12
h5 {font-size:12px;color:black;}
13
hr {border: 1px solid;color:black;margin-top:5px;}
14
img {display:block;border:0;}
15
img a {display:block;}
16
a {color:#669;text-decoration:none;}
17
.page_name { display:none; font-size: 150%; background-color: transparent;}
18
.header { display:none; padding: 10px; padding-top: 5px; padding-left: 75px;}
19
ul { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; padding-left: 10px;}
20
ol { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; }
21
form { margin: 0px; padding: 0px; }
22
tt {color: black; }
23
.error { display:none;color: #CC3333; font-weight: bold; }
24
.indent { margin-left: 40px; }
25
.additions { display:none;color: #008800; }
26
.deletions { display:none;color: #880000; }
27
.add { display:none;font-weight: bold; color: #c00; text-decoration: underline; }
28
.del { display:none;font-style: italic; color: #c00; text-decoration: line-through; }
29
.page { padding: 10px; margin:10px;border: 0px inset;}
30
.prev_alert { display:none;background-color: red; color: white; font-size: 1.7em; font-weight: bold; margin-bottom: 5px; }
31
.edit { width: 100%; height: 400px; }
32
.code { background: #FFFFFF; border: solid #888888 2px; font-family: 'Courier New', Courier; color: black; font-size: 10pt; width: 100%; height: 400px; overflow: scroll; padding: 3px; }
33
.revisioninfo { color: #AAAAAA; padding-bottom: 20px; }
34
.comment { display:none;background-color: #EEEEEE; padding: 10px; border-left: 1px inset; border-right: 1px inset; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #EEEEEE; }
35
.commentinfo { display:none;color: #AAAAAA; }
36
.copyright A { display:none;color: #AAAAAA; }
37
.searchbox { display:none;background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; }
38
.debug { display:none;font-size: 11px; color: #888888; }
39
.hr_clear { clear: both; visibility: hidden; }
40
.include_right { float: right; width: 17%; } /* bloc flotant à droite */
41
.include_left { float: left; width: 17%; } /* bloc flotant à gauche */
42
.include_solid_border { border: solid; padding: 2px; } /* encadré noir */
43
.include_gray_background { background-color: #DDDDDD; } /* fond gris */
44
.include_small_fonts { font-size: 0.8em; } /* petites polices */
45
.include_big_fonts { font-size: 1.2em; } /* grandes polces */
46
.include_height10em { height: 10em; overflow: scroll; } /* boite de 10em de hauteur, avec ascenseur */
47
.include_height15em { height: 15em; overflow: scroll; }
48
.include_height30em { height: 30em; overflow: scroll; }
49
.include_height60em { height: 60em; overflow: scroll; }
50
.trail_table { line-height: 30px;}
51
.trail_button { color: #993333; }
52
 
53
/* CONTRIBUTION MENU GAUCHE */
54
.page_table {margin: 20px; padding: 0px ; border: none; height: 100%;width: 100%;}
55
.body_column {vertical-align: top; border: none;padding:5px;}
56
 
57
/* CONTRIBUTION ACTION ATTACH */
58
/* - les images */
59
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
60
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
61
.attach_left {float: left;}                      /* bloc flotant à gauche */
62
.attach_right {float: right;}                    /* bloc flotant à droite */
63
.attach_noborder {border-width: 0px;}            /* pas de bordure */
64
.attach_vmiddle {vertical-align: text-bottom;}   /* aligenement vertical au milieu */
65
 
66
 
67
 
68
/* CONTRIBUTION ACeditor */
69
.image_left {float: left;} /* bloc flotant à  gauche */
70
.image_right {float: right;} /* bloc flotant à  droite */
71
.image_center {text-align:center;} /* bloc centré */
72
 
73