mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-14 01:47:12 +00:00
home page stylized, not yet tested in IE
This commit is contained in:
@@ -34,9 +34,9 @@ a {
|
||||
a:visited:hover {
|
||||
color: #d7442b;
|
||||
}
|
||||
a:visited {
|
||||
/*a:visited {
|
||||
color: #636363;
|
||||
}
|
||||
}*/
|
||||
div.centre img {
|
||||
border: 2px solid #99CCCC;
|
||||
margin: 25px;
|
||||
@@ -55,6 +55,9 @@ dd {
|
||||
display: inline;
|
||||
margin-left: 0pt;
|
||||
}
|
||||
div.clear {
|
||||
clear: both;
|
||||
}
|
||||
/*HEADINGS*/
|
||||
h1, h2, h3, h4 {
|
||||
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
||||
@@ -198,6 +201,42 @@ table.fancy { /*For the members list in ../folk/index.htm*/
|
||||
text-align: center;
|
||||
}
|
||||
/*SPECIAL PAGES*/
|
||||
/*homepage*/
|
||||
#homebox {
|
||||
border: 2px solid #99cccc;
|
||||
border-top-right-radius: 1em;
|
||||
margin-top: 36px;
|
||||
padding-bottom: 50px;
|
||||
background: #fff;
|
||||
}
|
||||
#homecentre {
|
||||
float: left;
|
||||
margin-left: 120px;
|
||||
text-align: centre;
|
||||
}
|
||||
#homeimg {
|
||||
float: left;
|
||||
}
|
||||
ul#homenu {
|
||||
float: right;
|
||||
margin-top: 0;
|
||||
list-style: none;
|
||||
padding-left: 5px;
|
||||
}
|
||||
ul#homenu li a {
|
||||
border-top-right-radius: 1em;
|
||||
display: block;
|
||||
background: #bedfdf;
|
||||
margin: 0 0 5px;
|
||||
padding: 4px 16px 4px 8px;
|
||||
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
|
||||
font-size: 85%;
|
||||
}
|
||||
ul#homenu li a:hover {
|
||||
background: #d7442b;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*caves*/
|
||||
table#cavepage {
|
||||
background: none repeat scroll 0 0 #FFFFFF;
|
||||
|
||||
Reference in New Issue
Block a user