Added styles for sponsoring pane, ...

This commit is contained in:
root 2007-11-17 12:28:09 +00:00
parent 0871ec4cf5
commit 30838db1ec

View file

@ -100,6 +100,7 @@ border-left: 1px dotted #000;
right: 2%;
width: 96%;
background-color: #ffffff;
}
#tl {
@ -178,6 +179,7 @@ border-left: 1px dotted #000;
padding: 0px 0px 14px 10px;
margin: 0px;
border-bottom:1px solid #ccd2d2;
z-index: 2;
}
#pageName h2{
@ -186,6 +188,14 @@ border-left: 1px dotted #000;
margin:0px;
padding: 0px;
}
/*
#pageLogo {
position: absolute;
top: 8px;
left: 10px;
z-index: 5;
}
*/
/************* globalNav styles ****************/
@ -316,8 +326,8 @@ a.glink:hover{
#googlead{
position: absolute;
top: 5px;
right: 5px;
z-index: 101;
right: 0px;
z-index: -10;
}
#search input{
@ -362,7 +372,8 @@ a.glink:hover{
min-height: 200px;
height: 200px;
}
html>body .feature {height: auto;}
.feature {height: auto;}
.feature h3{
font: bold 175% Arial,sans-serif;
@ -596,3 +607,22 @@ td.greytxt {
float:right;
font-size:10px;
}
/************** sponsorInfo styles ****************/
div.sponsorinfo {
clear: both;
border-top: 1px solid #cccccc;
font-size: small;
color: #000000;
padding: 10px 10px 10px 10px;
}
img.sponsorlogo {
margin-left: 10px;
margin-right: 10px;
border: 0px none;
vertical-align: middle;
}