69 lines
795 B
CSS
69 lines
795 B
CSS
@CHARSET "UTF-8";
|
|
|
|
.giant-search
|
|
{
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
color: #535353;
|
|
}
|
|
|
|
.giant-search #Paginator
|
|
{
|
|
color:black;
|
|
}
|
|
|
|
.giant-search ol
|
|
{
|
|
text-align:left;
|
|
margin:10px;
|
|
padding:0 20px;
|
|
}
|
|
|
|
.giant-search #Paginator table
|
|
{
|
|
width:130px;
|
|
}
|
|
|
|
.giant-search #contact
|
|
{
|
|
padding-left:5px;
|
|
}
|
|
#inDebug
|
|
{
|
|
float:left;
|
|
}
|
|
#debug
|
|
{
|
|
background-color:#FFFFCC;
|
|
padding:10px;
|
|
border:1px solid silver;
|
|
width:590px;
|
|
overflow:auto;
|
|
}
|
|
|
|
#debug_menu
|
|
{
|
|
float:left;
|
|
background-color:#FFFFCC;
|
|
border:1px solid silver;
|
|
width:150px;
|
|
height:25px;
|
|
margin-bottom:2px;
|
|
padding-top:9px;
|
|
}
|
|
|
|
#debug_menu:hover
|
|
{
|
|
background-color:#FFFF99;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.hide
|
|
{
|
|
background-color: silver;
|
|
height: 455px;
|
|
position: absolute;
|
|
top:2%;
|
|
left:35%;
|
|
width: 691px;
|
|
opacity:0.3;
|
|
} |