Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 4 Rev 6
Line 1... Line 1...
1
/*********************************
1
/*********************************
2
Feuille de style de la page d'accueil 
2
Feuille de style de la page d'accueil
3
***********************************/
3
***********************************/
Line 4... Line 4...
4
 
4
 
5
/* �lements de base */
5
/* �lements de base */
6
body {
6
body {
7
  font-family:Arial, Helvetica, Verdana, sans-serif;
7
  font-family:Arial, Helvetica, Verdana, sans-serif;
8
  margin:0;}
8
  margin:0;}
9
a:link { 
9
a:link {
10
  font-size:13px;
10
  font-size:13px;
11
  font-weight:bold;
11
  font-weight:bold;
12
  text-decoration:none;}
12
  text-decoration:none;}
13
a:visited {
13
a:visited {
Line 21... Line 21...
21
  display:none;}
21
  display:none;}
22
#tela_botanica {
22
#tela_botanica {
23
  width:400px;
23
  width:400px;
24
  padding-left:132px;
24
  padding-left:132px;
25
  margin:0 auto;
25
  margin:0 auto;
26
  background: url(/sites/commun/generique/images/logos/logo_tela.gif) top left no-repeat;}
26
  background: url(sites/commun/generique/images/logos/logo_tela.gif) top left no-repeat;}
27
#tela_botanica h1{
27
#tela_botanica h1{
28
  color:#0D6828;
28
  color:#0D6828;
29
  font-size:50px;
29
  font-size:50px;
30
  margin:20px 0 0 0;}
30
  margin:20px 0 0 0;}
31
#tela_botanica h2{
31
#tela_botanica h2{
Line 35... Line 35...
35
#tela_botanica p {
35
#tela_botanica p {
36
  margin-top:25px;}
36
  margin-top:25px;}
37
#tela_botanica p a {
37
#tela_botanica p a {
38
  font-size:17px;
38
  font-size:17px;
39
  color:#670101;
39
  color:#670101;
40
  background: url(/accueil/img_underline_accueil.png) center bottom repeat-x;}
40
  background: url(http://localhost/~david/telabotap/accueil/img_underline_accueil.png) center bottom repeat-x;}
41
#admin a {
41
#admin a {
42
  font-size:10px;
42
  font-size:10px;
43
  color: rgb(169, 169, 169);
43
  color: rgb(169, 169, 169);
44
  background: url(/accueil/img_underline_accueil.png) center bottom repeat-x;}
44
  background: url(accueil/img_underline_accueil.png) center bottom repeat-x;}
45
#tela_botanica p a:hover, #admin a:hover {
45
#tela_botanica p a:hover, #admin a:hover {
46
  text-decoration:none;
46
  text-decoration:none;
47
  background: url(/accueil/img_underline_accueil_hover.png) center bottom repeat-x;}
47
  background: url(accueil/img_underline_accueil_hover.png) center bottom repeat-x;}
Line 48... Line 48...
48
 
48
 
49
/* Image de fond et mondes*/
49
/* Image de fond et mondes*/
50
#image_fond {
50
#image_fond {
51
  position:relative;
51
  position:relative;
Line 56... Line 56...
56
  margin:0 auto;
56
  margin:0 auto;
57
  color:#600;
57
  color:#600;
58
  font-size:13px;
58
  font-size:13px;
59
  font-weight:bold;
59
  font-weight:bold;
60
  text-align:left;
60
  text-align:left;
61
  background:transparent url(/accueil/fond-automne.jpg) no-repeat 155px 0;}
61
  background:transparent url(accueil/fond-automne.jpg) no-repeat 155px 0;}
62
#image_fond a {
62
#image_fond a {
63
  display:block;}
63
  display:block;}
64
a:hover span {
64
a:hover span {
65
  display:block;
65
  display:block;
66
  position:absolute;
66
  position:absolute;
67
  width:210px;
67
  width:210px;
68
  height:150px;
68
  height:150px;
69
  color: #000;
69
  color: #000;
70
  padding:70px 20px 0 20px;
70
  padding:70px 20px 0 20px;
71
  background:url(/accueil/pixel_transparent60.png);
71
  background:url(accueil/pixel_transparent60.png);
72
  font-size:14px;
72
  font-size:14px;
73
  line-height:large;
73
  line-height:large;
74
  font-family:Arial, Helvetica, Verdana, sans-serif;
74
  font-family:Arial, Helvetica, Verdana, sans-serif;
75
  text-align:center;
75
  text-align:center;
76
  font-weight:bold;}
76
  font-weight:bold;}
Line 162... Line 162...
162
  top:-248px;
162
  top:-248px;
163
  left:-255px;}
163
  left:-255px;}
Line 164... Line 164...
164
 
164
 
165
/* Pied de page */
165
/* Pied de page */
166
.information {
166
.information {
167
  background: #e7ebfd url(/sites/commun/generique/images/graphisme/information.png) no-repeat 1% 10%;
167
  background: #e7ebfd url(sites/commun/generique/images/graphisme/information.png) no-repeat 1% 10%;
168
  text-align:center;
168
  text-align:center;
169
  border:1px solid #dfe7ac;
169
  border:1px solid #dfe7ac;
170
  width:950px;
170
  width:950px;
171
  height:70px;
171
  height:70px;
172
  margin:0 auto;}
172
  margin:0 auto;}
173
p#firefox a{
173
p#firefox a{
174
  font-weight:normal;
174
  font-weight:normal;
175
  color:#670101;
175
  color:#670101;
176
  background: url(/accueil/img_underline_accueil.png) center bottom repeat-x;}
176
  background: url(accueil/img_underline_accueil.png) center bottom repeat-x;}
177
.lien_img {
177
.lien_img {
178
  background:none;}
178
  background:none;}
179
#pied_page li {
179
#pied_page li {
180
  display:inline;
180
  display:inline;