/* GRAY STYLE */
/* on front page, shadows for different folders
are changed in the same manner as zebra skin's strips:
dark,light,dark,light, ...
words "zebra's stripes" are used in this meaning below */
body { background-color: #e0e0e0; }
a { text-decoration:none; }
/*=============== set contents ===============*/
.contents { background-color: #999999;
color: #ffffff;
}
.cont_title { background-color: #777777;
color: #ffffff;
font-weight:bold;
}
a.cont:link { color:#eeeeff;
}
a.cont:visited { color:#ffeeee;
}
/*============================================*/
a.navi { border-style:outset;
border-size:3px;
font-family:sun serif,arial,helvetica;
font-size:10px;
padding-top:2px;
padding-bottom:2px;
padding-left:4px;
padding-right:4px;
}
.folders { background-color: #999999;
color: #ffffff;
}
/*=============================================
light stripe:
---------------------------------------------*/
/*for folder*/
.dl { background-color: #a0a0a0;
color: #ffffff;
}
/*for files*/
.fl { background-color: #ffffff;
}
/*---------------------------------------------
light stripe
=============================================*/
/*=============================================
dark stripe:
---------------------------------------------*/
/*for folder*/
.dd { background-color: #888888;
color: #ffffff;
}
/*for files*/
.fd { background-color: #dddddd;
}
/*--------------------------------------------
ligth stripe
============================================*/