mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
IE es una bazofia - tested in IE
This commit is contained in:
parent
3aa67494ae
commit
0ace5943c6
@ -11,12 +11,12 @@ body {
|
||||
font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
|
||||
font-size: 12pt;
|
||||
margin-left: 275px;
|
||||
margin-right: 100px;
|
||||
text-align: justify;
|
||||
max-width: 800px;
|
||||
}
|
||||
body#homepage {
|
||||
background: #008787 url(../images/homebackground.jpg) repeat 0 0;
|
||||
/*margin: 40px;*/
|
||||
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
||||
max-width: 100%;
|
||||
}
|
||||
@ -105,6 +105,10 @@ ul#links {
|
||||
text-align: left;
|
||||
border-top-right-radius: 1em;
|
||||
}
|
||||
*html .menu {width: 180px; left: 10px;}
|
||||
*+html .menu {width: 180px; left: 10px;}
|
||||
*html ul#links {width: 180px; left: 10px;}
|
||||
*+html ul#links {width: 180px; left: 10px;}
|
||||
.menu {
|
||||
top: 20px;
|
||||
}
|
||||
@ -221,25 +225,20 @@ table.fancy { /*For the members list in ../folk/index.htm*/
|
||||
color: #fff;
|
||||
}
|
||||
#homebox {
|
||||
/*border: 2px solid #99cccc;*/
|
||||
border-top-right-radius: 1em;
|
||||
/*margin-top: 36px;*/
|
||||
padding-bottom: 50px;
|
||||
position: absolute;
|
||||
top: 83px;
|
||||
left: 80px;
|
||||
/*background: #fff;*/
|
||||
width: 160px;
|
||||
}
|
||||
*html ul#homebox {left: 40px;}
|
||||
*+html ul#homebox {left: 40px;}
|
||||
#homecentre {
|
||||
float: left;
|
||||
margin-left: 120px;
|
||||
text-align: centre;
|
||||
}
|
||||
#homeimg {
|
||||
float: left;
|
||||
}
|
||||
ul#homenu {
|
||||
float: left;
|
||||
margin-top: 0;
|
||||
list-style: none;
|
||||
padding-left: 5px;
|
||||
@ -254,10 +253,19 @@ ul#homenu {
|
||||
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
||||
font-size: 85%;
|
||||
}
|
||||
*html ul#homenu li a {margin: 0 0 2px;}
|
||||
*+html ul#homenu li a {margin: 0 0 2px;}
|
||||
ul#homenu li a:hover {
|
||||
background: #d7442b;
|
||||
color: #fff;
|
||||
}
|
||||
.browsernote {
|
||||
position: absolute;
|
||||
left: 90px;
|
||||
bottom: 20px;
|
||||
font-size: 0.58em;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
/*caves*/
|
||||
table#cavepage {
|
||||
|
Loading…
Reference in New Issue
Block a user