File "main.css"

Full Path: /home/analogde/www/JAVA/system/styles/default/main.css
File size: 4.57 KB
MIME-type: text/plain
Charset: utf-8

/***************************************************************
*  Copyright notice
*
*  (c) 2003-2004 Tobias Bender (tobias@phpXplorer.org)
*  All rights reserved
*
*  This script is part of the phpXplorer project. The phpXplorer project is
*  free software; you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation; either version 2 of the License, or
*  (at your option) any later version.
*
*  The GNU General Public License can be found at
*  http://www.gnu.org/copyleft/gpl.html.
*  A copy is found in the textfile GPL.txt distributed with these scripts.
*
*  This script is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
/*Style for the background-bar */
.clBar{position:absolute; width:10; height:10; background-color:#eeeeee; layer-background-color:#eeeeee; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:11px;}
.clLevel0{background-color:#eeeeee; layer-background-color:#eeeeee; color:#666666;}
.clLevel0over{background-color:#eeeeee; layer-background-color:#eeeeee; color:#993300; cursor:pointer; cursor:hand;}
.clLevel0border{position:absolute; visibility:hidden; background-color:eeeeee; layer-background-color:eeeeee}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:tahoma, arial,helvetica; font-size:11px}
.clLevel1{background-color:#fefefe; layer-background-color:#fefefe; color:#666666;}
.clLevel1over{background-color:#fefefe; layer-background-color:#fefefe; color:#993300; cursor:pointer; cursor:hand;}
.clLevel1border{position:absolute; visibility:hidden; background-color:#cccccc; layer-background-color:#cccccc}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:11px;}
.clLevel2{background-color:#fefefe; layer-background-color:#fefefe; color:#666666;}
.clLevel2over{background-color:#fefefe; layer-background-color:#fefefe; color:#993300; cursor:pointer; cursor:hand;}
.clLevel2border{position:absolute; visibility:hidden; background-color:#cccccc; layer-background-color:#cccccc}

body{
	font-family: Verdana;
	font-size: 10px;
	color: #444444;
}
td, th{
	font-family:Verdana;
	font-size:10px;
	white-space:nowrap;
}

.selectedMenuItem{
	font-style:italic
}

td.thumbnailMenu{
	border:1px solid #eeeeee
}

td.thumbnail{
	width:120px;
	height:120px;
	border:1px solid #eeeeee
}

tr.hoverDetail{
	background-color:#ddeeff
}

.selected{
	background-color:#ffddaa
}

.white{
	background-color:#ffffff
}

.head{
	height:20px;
	color:#666666;
	background-color:#eeeeee;
	font-size:10px;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
/*
.lineDiv{
	height: 22px;
	clear:both
}
*/

.lineDiv{
	height: 22px
}

.cellDiv{
	position: relative;
	float:left;
	font-size: 10px;
	border: 1px solid;
	border-color: white #dddddd white white;
	white-space: nowrap;
	overflow: hidden;
	height: 100%;
}
.fixedCell{}

.headDiv{
	position: relative;
	color: #666666;
	background-color: #eeeeee;
	font-size: 10px;
	border-top: 1px solid ButtonHighlight;
	border-left: 1px solid ButtonHighlight;
	border-bottom: 1px solid ButtonShadow;
	border-right: 0px;
	float:left;
	cursor: pointer;
	padding-top: 3px;
	white-space:nowrap;
	overflow: hidden;
}
.fixedHeadDiv{
	position: relative;
	float:left;
	border-right: 1px solid ButtonShadow;
	cursor: default;
}
.sizer{
	width: 8px;
	position: relative;
	background-color: #eeeeee;
	border-top: 1px solid ButtonHighlight;
	border-right: 1px solid ButtonShadow;
	border-bottom: 1px solid ButtonShadow;
	border-left: 0px;
	cursor: w-resize;
	z-index: 1000;
	float:left;
}

.hover{
	background-color:#fafafa;
}

td.caption{
	font-weight:bold;
	color:#666666;
	font-size:13px;
	background-color:#eeeeee;
	height:24px
}

a{
	font-family: verdana,helvetica;
	font-size: 10px;
	text-decoration: none;
	color: Navy;
}

a:link { color: Navy; }
a:visited { color: #666666; }
a:hover { color: #993300 }
a:active { font-weight: bold; }
a:focus { color: #993300;font-weight: bold; }

.error{
	color:red;
	font-weight:bold
}