mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11: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-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
margin-left: 275px;
|
margin-left: 275px;
|
||||||
|
margin-right: 100px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
body#homepage {
|
body#homepage {
|
||||||
background: #008787 url(../images/homebackground.jpg) repeat 0 0;
|
background: #008787 url(../images/homebackground.jpg) repeat 0 0;
|
||||||
/*margin: 40px;*/
|
|
||||||
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
@ -105,6 +105,10 @@ ul#links {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
border-top-right-radius: 1em;
|
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 {
|
.menu {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
}
|
}
|
||||||
@ -221,25 +225,20 @@ table.fancy { /*For the members list in ../folk/index.htm*/
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
#homebox {
|
#homebox {
|
||||||
/*border: 2px solid #99cccc;*/
|
|
||||||
border-top-right-radius: 1em;
|
border-top-right-radius: 1em;
|
||||||
/*margin-top: 36px;*/
|
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 83px;
|
top: 83px;
|
||||||
left: 80px;
|
left: 80px;
|
||||||
/*background: #fff;*/
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
*html ul#homebox {left: 40px;}
|
||||||
|
*+html ul#homebox {left: 40px;}
|
||||||
#homecentre {
|
#homecentre {
|
||||||
float: left;
|
|
||||||
margin-left: 120px;
|
margin-left: 120px;
|
||||||
text-align: centre;
|
text-align: centre;
|
||||||
}
|
}
|
||||||
#homeimg {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
ul#homenu {
|
ul#homenu {
|
||||||
float: left;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@ -254,10 +253,19 @@ ul#homenu {
|
|||||||
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
||||||
font-size: 85%;
|
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 {
|
ul#homenu li a:hover {
|
||||||
background: #d7442b;
|
background: #d7442b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.browsernote {
|
||||||
|
position: absolute;
|
||||||
|
left: 90px;
|
||||||
|
bottom: 20px;
|
||||||
|
font-size: 0.58em;
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
/*caves*/
|
/*caves*/
|
||||||
table#cavepage {
|
table#cavepage {
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<li><a href="http://www.srcf.ucam.org/caving/wiki/Main_Page" target="_blank">CUCC website</a></li>
|
<li><a href="http://www.srcf.ucam.org/caving/wiki/Main_Page" target="_blank">CUCC website</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="browsernote">This website is best seen<br /> in Chrome or in Firefox</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user