⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mydisk.css

📁 创建虚拟磁盘。用户可以创建磁盘
💻 CSS
字号:
/**
##
#	Project: PHPDisk
#	This is NOT a freeware, use is subject to license terms.
#
#	Site: http://www.phpdisk.com
#
#	$Id: mydisk.css 189 2009-02-17 04:51:05Z along $
#
#	Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##
*/


body{ margin:0px 0px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif; float:left; font-size:12px;OVERFLOW-X: hidden; OVERFLOW: hidden; }

td { font-size:12px; }
a { color: #135294; text-decoration: none; }
a:hover { color: #ff6600; text-decoration: underline; }
#nav{
	list-style: none;
	margin-top:-5px !important;
	margin-top:0px;
}

#nav ul { 
	padding: 0;
	margin:0;
	list-style: none;
    z-index:99;
    position:relative;
    overflow:visible;  
}

#nav li {
	margin:0;
	position: relative;
	float:left;
	display:block;
	height:auto;
}
 
#nav ul a {
	text-decoration:none;
	padding-left: 12px;
	display:block;
	line-height:2em;
	text-indent:0.5em;
	font-size: 12px;
	background-color: #F5FDFF;
	color: #135294;
	border-right: 1px solid #185790;
	border-left: 1px solid #185790;
}
#nav ul a:hover {
    padding-left: 10px;
	background-image:url(../images/steler.gif); background-repeat: repeat-y;
	color: #ffffff;
}

#nav a:hover, #nav li:hover{
}
#nav ul li:hover, #nav ul li a:hover { 
}
.ab { color: #FFFFFF; padding-left: 10px}


#nav ul{
    display:none;   
}

/*all see this */
#nav ul, #nav ul ul{
    display:none; 
    position:absolute; 	
	left: 30px;
}
#nav ul {	
	left: 22px;
}
#nav ul ul {
	left: 91px;
}
/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    margin-top:-1.4em; 
 }

 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}



li>ul { 
	top: auto;
	left: auto;
}
#nav a.nav_1 {
	background:url(../images/menu02.gif) no-repeat;
	display: block;
	width: 65px;
	height:23px;
	border: none;
	text-align: center;
	margin-right: 1px;
	padding-top: 5px !important;padding-top:9px;
	margin-top:5px !important; margin-top:0px;
}
#nav a.nav_2 { 
    background-image:url(../images/menu01.gif);
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	height:23px;
	border: none;
	text-align: center;
	margin-right: 1px;
	padding-top: 5px !important;padding-top:9px;
	margin-top:5px !important; margin-top:0px;
}
#nav a.nav_clear { float:left; width: 3px; height: 23px; margin-right: 1px; background-image: url(../images/menu01_right.gif); background-repeat:no-repeat}
a.cmenu {
    width: 150px;
	background-position: right center;	
}
ul#nav ul {
	width: 150px;
}
ul#nav ul ul {
	margin-top: -1px;
}
ul#nav ul li a {
	width: 150px;
}
ul#nav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #337ABB;	
	z-index: 100;
}
ul#nav ul ul {
	top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}
ul#nav ul ul li a {
	width: 150px;
}

ul#nav ul#sm_prd ul li a {
	width: 150px;
}
ul#nav ul#sm_canon {
	left: 5px;
}
ul#nav ul#sm_canon ul li a {
	width: 80px;
}
ul#nav ul#sm_canon ul {
	left: -81px;
}
ul#sm_prd ul.ntb,
ul#sm_sp ul.ntb,
ul#sm_srv ul.ntb,
ul#sm_canon ul.ntb {
	border-top-style: none;
	margin-top: 1px;
}
ul#sm_prd ul.supply {
	margin-top: -190px;
}

.top_table { width:100%;height:41px; }
.top_table_leftbg { width:auto; background-image:url(../images/top_table_leftbg.gif); background-repeat: repeat-y ; height:41px; }
.system_logo { width:15%; float:left; text-align:left; background:url(../images/topbg.gif) repeat-x; }
.system_lano { width:85%; float:right; padding-top: 18px; background:url(../images/topbg.gif) repeat-x; height: 41px}

a:link { color:#ffffff;text-decoration:none}
a:hover {color:#ffffff;}
a:visited {color:#f0f0f0;text-decoration:none}
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
.left_iframe{height: 100%; visibility: inherit;width: 181px; background:transparent;}
.main_iframe{height:80% !important;height: 92%; visibility: inherit; width:100%; z-index: 1; margin-top:-110px !important; margin-top:0}
.main_left {table-layout:auto;}
.main_left_title {text-align:left; padding-left:15px; font-size:14px; font-weight:bold; color:#fff;}
.main_left_top {padding-top:2px !important; padding-top:5px;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -