/**************************************************
* current.stylesheet.css // Stylesheet for Indexer
* (c)2011 Saravaranakumar.A
* Mail: saravanakumar.a.o@gmail.com
**************************************************/
body
{
width: 1024px;
height: 550px;
margin: 0px;
background-color: #ACACAC;
}
.table
{
position: relative; top: 10%; left: 10%;
width: 80%;
height: 100%;
overflow: hidden;
}
.table .caption
{
height: 40px;
color: #FFFFFF;
background-color: #000000;
border: 1px solid #000001;
border-bottom: 0px;
padding-top: 10px;
text-align: center;
font-size: 25px;
font-weight: bolder;
}
.table .message
{
background-color: #7E7E5E; /*#B1DBAF; */
border: 1px solid;
padding: 10px 0px 10px 0px;
text-align: center;
font-weight: bolder;
}
.table .message .error
{
color: #DF0000;
background: #D0D000;
padding: 5px;
}
.table .path
{
text-align: center;
margin: 3px;
text-transform: capitalize;
}
.table .heading
{
height: 20px;
background-color: #00A900;
border: 1px solid;
border-bottom: 0px;
padding-top: 4px;
padding-bottom: 5px;
font-weight: bold;
}
.table .heading span
{
color: #000000 !important;
}
.table .contents
{
height: 250px;
background-color: #B1DBAF;
border: 1px solid;
overflow: scroll;
}
.table .contents .row
{
clear: both;
float: left;
width: 100%;
border-bottom: 1px solid #777777;
padding-top: 1px;
}
.table .contents .row[id=parent]
{
border-top: 0px;
}
.table .contents .row:hover
{
font-weight: bold;
}
/* rows */
span
{
float: left;
overflow: hidden;
}
.iconcolumn
{
width: 4%;
text-align: center;
}
.iconimage
{
margin: 0px auto;
width: 13pt;
height: 13pt;
border: 0px;
}
.namecolumn
{
width: 45%;
color: #000000;
}
.namecolumn .files
{
color: #0000FF;
}
.namecolumn .folders
{
color: #901B70;
}
.typecolumn
{
width: 35%;
color: #000000;
}
.sizecolumn
{
width: 15%;
color: #000000;
}
/* footer */
.footer
{
text-align: center;
font-size: 13px;
}
|