82 lines
944 B
CSS
Raw Normal View History

2011-04-19 15:59:50 +00:00
@CHARSET "UTF-8";
2011-08-30 13:38:52 +00:00
/** Giant rapport **/
.hoverTr tr:hover
{
background-color: #E8FAFA;
cursor: default;
}
/** Giant Search **/
#info td
{
padding:2px;
}
2011-04-19 15:59:50 +00:00
.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;
2011-06-29 14:40:33 +00:00
}
#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;
2011-06-30 15:30:43 +00:00
}
.hide
{
background-color: silver;
height: 455px;
position: absolute;
top:2%;
left:35%;
width: 691px;
opacity:0.3;
2011-04-19 15:59:50 +00:00
}