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 {
Line 23... Line 23...
23
  display:none;}
23
  display:none;}
24
#tela_botanica {
24
#tela_botanica {
25
  width:400px;
25
  width:400px;
26
  padding-left:132px;
26
  padding-left:132px;
27
  margin:0 auto;
27
  margin:0 auto;
28
  background: url(/sites/commun/generique/images/logos/logo_tela.gif) top left no-repeat;}
28
  background: url(sites/commun/generique/images/logos/logo_tela.gif) top left no-repeat;}
29
#tela_botanica h1{
29
#tela_botanica h1{
30
  color:#0D6828;
30
  color:#0D6828;
31
  font-size:50px;
31
  font-size:50px;
32
  margin:20px 0 0 0;}
32
  margin:20px 0 0 0;}
33
#tela_botanica h2{
33
#tela_botanica h2{
Line 37... Line 37...
37
#tela_botanica p {
37
#tela_botanica p {
38
  margin-top:25px;}
38
  margin-top:25px;}
39
#tela_botanica p a {
39
#tela_botanica p a {
40
  font-size:17px;
40
  font-size:17px;
41
  color:#670101;
41
  color:#670101;
42
  background: url(/accueil/img_underline_accueil.png) center bottom repeat-x;}
42
  background: url(accueil/img_underline_accueil.png) center bottom repeat-x;}
43
#admin a {
43
#admin a {
44
  font-size:10px;
44
  font-size:10px;
45
  color: rgb(169, 169, 169);
45
  color: rgb(169, 169, 169);
46
  background: url(/accueil/img_underline_accueil.png) center bottom repeat-x;}
46
  background: url(accueil/img_underline_accueil.png) center bottom repeat-x;}
47
#tela_botanica p a:hover, #admin a:hover {
47
#tela_botanica p a:hover, #admin a:hover {
48
  text-decoration:none;
48
  text-decoration:none;
49
  background: url(/accueil/img_underline_accueil_hover.png) center bottom repeat-x;}
49
  background: url(accueil/img_underline_accueil_hover.png) center bottom repeat-x;}
Line 50... Line 50...
50
 
50
 
51
#image_fond {
51
#image_fond {
52
  position:relative;
52
  position:relative;
53
  z-index:100;
53
  z-index:100;
Line 65... Line 65...
65
  position:absolute;
65
  position:absolute;
66
  width:240px;
66
  width:240px;
67
  height:190px;
67
  height:190px;
68
  color: #000;
68
  color: #000;
69
  padding:70px 20px 0 20px;
69
  padding:70px 20px 0 20px;
70
  background:url(/accueil/pixel_transparent60.png);
70
  background:url(accueil/pixel_transparent60.png);
71
  font-size:14px;
71
  font-size:14px;
72
  line-height:large;
72
  line-height:large;
73
  font-family:Arial, Helvetica, Verdana, sans-serif;
73
  font-family:Arial, Helvetica, Verdana, sans-serif;
74
  text-align:center;
74
  text-align:center;
75
  font-weight:bold;}
75
  font-weight:bold;}