Subversion Repositories eFlore/Applications.del

Rev

Rev 1176 | Rev 1184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1176 Rev 1183
Line 14... Line 14...
14
/** Example rules used by the template application (remove for your app) */
14
/** Example rules used by the template application (remove for your app) */
15
h1 {
15
h1 {
16
	font-size: 2em;
16
	font-size: 2em;
17
	font-weight: bold;
17
	font-weight: bold;
18
	color: #777777;
18
	color: #777777;
19
	margin: 40px 0px 0px;
19
	margin: 0;
20
	text-align: center;
20
	text-align: center;
21
}
21
}
Line 22... Line 22...
22
 
22
 
23
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
23
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
Line 47... Line 47...
47
/** Set ids using widget.getElement().setId("idOfElement") */
47
/** Set ids using widget.getElement().setId("idOfElement") */
48
#closeButton {
48
#closeButton {
49
	margin: 15px 6px 6px;
49
	margin: 15px 6px 6px;
50
}
50
}
Line 51... Line 51...
51
 
51
 
52
#titre {
52
#zoneTitre {
53
	text-align: center;
53
	width:45%;
-
 
54
	margin-top:13px;
-
 
55
}
-
 
56
#zoneIdentification {
54
	background: #B0CB70;
57
    background: url("./img/carre_orange.png") no-repeat scroll 83px 10px transparent;
55
	opacity: 0.9;
58
    float: right;
-
 
59
    padding-bottom: 35px;
56
	position: fixed;
60
    padding-left: 26px;
57
	width: 100%
61
    width: 40%;
-
 
62
}
-
 
63
#zoneLiens {
58
}
64
	clear:both;
59
 
65
}
60
#titre h1 {
66
#zoneTitre h1 {
61
	width: 200px;
-
 
62
	/*background: url(./img/identiplante_mini.png) no-repeat 240px 0px;*/
-
 
63
	margin: 0 auto;
-
 
64
	padding: 10px 50px 10px 50px
67
	font-size:72px;
Line 65... Line 68...
65
}
68
}
66
 
69
 
Line 92... Line 95...
92
	height: 16px;
95
	height: 16px;
93
	cursor: pointer;
96
	cursor: pointer;
94
}
97
}
Line 95... Line 98...
95
 
98
 
96
#navigation {
-
 
97
	position: fixed;
-
 
98
	width: 100%;
-
 
99
	top: 0;
-
 
100
	z-index: 3000
99
#navigation {
Line 101... Line 100...
101
}
100
}
102
 
-
 
103
#navigation>div>div {
-
 
104
	float: left;
-
 
105
	padding: 10px;
-
 
106
	background: #7DA422;
-
 
107
	margin-right: 3px;
101
 
Line 108... Line 102...
108
	height: 20px;
102
#navigation>div>div {
109
}
-
 
110
 
103
}
Line 111... Line 104...
111
#navigation>div>div:hover {
104
 
112
	background: #9Fc644
-
 
113
}
-
 
114
 
-
 
115
#navigation a {
105
#navigation>div>div:hover {
Line 116... Line 106...
116
	text-decoration: none;
106
}
-
 
107
 
117
	color: #222;
108
#navigation a {
118
	font-weight: bold
109
}
Line 119... Line 110...
119
}
110
 
120
 
111
#main {
121
#contenu {
112
	width:1000px;
Line 364... Line 355...
364
.limiteMin {
355
.limiteMin {
365
	min-width:870px;
356
	min-width:870px;
366
}
357
}
Line 367... Line 358...
367
 
358
 
368
.limiteMax {
359
.limiteMax {
-
 
360
	max-width:1000px;
369
	max-width:870px;
361
	margin:0 auto;
Line 370... Line 362...
370
}
362
}
371
 
363
 
372
.arrondi {
364
.arrondi {
Line 566... Line 558...
566
	line-height: 20px;
558
	line-height: 20px;
567
	border-radius: 5px;
559
	border-radius: 5px;
568
	opacity:1;
560
	opacity:1;
569
	color: black;
561
	color: black;
570
}
562
}
-
 
563
 
-
 
564
 
-
 
565
/** FROM TELA */
-
 
566
.importance1 {
-
 
567
	margin:10px 10px 20px 10px;		
-
 
568
	background-color:#eaedcd;	
-
 
569
	padding:8px;
-
 
570
	font-family:arial;
-
 
571
	font-size:11px;
-
 
572
	color:#3a3633;
-
 
573
	border-radius:10px;
-
 
574
	-moz-border-radius:10px;
-
 
575
	-webkit-border-radius:10px;
-
 
576
	box-shadow:7px 7px 11px #555;
-
 
577
	-moz-box-shadow:2px 2px 5px #aaa;
-
 
578
	-webkit-box-shadow:7px 7px 11px #aaa;
-
 
579
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
-
 
580
	zoom:1;/* pour ie8 */
-
 
581
}
-
 
582
 
-
 
583
.traitTela li {
-
 
584
	background: url("http://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
-
 
585
    font-family: arial;
-
 
586
    font-size: 12px;
-
 
587
    font-weight: bold;
-
 
588
    color:#777;
-
 
589
    list-style: none outside none;
-
 
590
    padding: 10px 0 0 30px;
-
 
591
}
-
 
592
.connect {
-
 
593
	width:130px;
-
 
594
	margin:0;
-
 
595
	padding:0;
-
 
596
}
-
 
597
 
-
 
598
.contenuCentre {
-
 
599
	text-align:center;
-
 
600
}
571
601