Added styles for sponsoring pane, ...
This commit is contained in:
parent
0871ec4cf5
commit
30838db1ec
1 changed files with 44 additions and 14 deletions
|
@ -100,6 +100,7 @@ border-left: 1px dotted #000;
|
||||||
right: 2%;
|
right: 2%;
|
||||||
width: 96%;
|
width: 96%;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tl {
|
#tl {
|
||||||
|
@ -178,6 +179,7 @@ border-left: 1px dotted #000;
|
||||||
padding: 0px 0px 14px 10px;
|
padding: 0px 0px 14px 10px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
border-bottom:1px solid #ccd2d2;
|
border-bottom:1px solid #ccd2d2;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pageName h2{
|
#pageName h2{
|
||||||
|
@ -186,6 +188,14 @@ border-left: 1px dotted #000;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
#pageLogo {
|
||||||
|
position: absolute;
|
||||||
|
top: 8px;
|
||||||
|
left: 10px;
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/************* globalNav styles ****************/
|
/************* globalNav styles ****************/
|
||||||
|
|
||||||
|
@ -316,8 +326,8 @@ a.glink:hover{
|
||||||
#googlead{
|
#googlead{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 5px;
|
right: 0px;
|
||||||
z-index: 101;
|
z-index: -10;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search input{
|
#search input{
|
||||||
|
@ -362,7 +372,8 @@ a.glink:hover{
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
html>body .feature {height: auto;}
|
|
||||||
|
.feature {height: auto;}
|
||||||
|
|
||||||
.feature h3{
|
.feature h3{
|
||||||
font: bold 175% Arial,sans-serif;
|
font: bold 175% Arial,sans-serif;
|
||||||
|
@ -596,3 +607,22 @@ td.greytxt {
|
||||||
float:right;
|
float:right;
|
||||||
font-size:10px;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue