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

📄 global.css

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

body { font-family:  verdana, arial,tahoma; font-size: 12px; color: black; padding-top: 8px; cursor: default;}
h1 {padding-bottom:3px; margin:0px; font-family:arial; font-size:14px; line-height:1.2em; letter-spacing:0; text-align:left; word-spacing:normal; text-decoration:none; color:#252525;}
p {margin:0px; padding:5px 0 0 0; cursor:default; line-height:1.5em;}
h2 {font-size:1.2em; font-weight:bold; margin:0px; color:#EE3624;}
h3 {font-size:1.2em; font-weight:bold; color:#0066DF; margin:0px;}
ul {margin:0; padding:0; list-style:none;}
li{list-style:none}
ol {margin:0 0 0 20px; padding:0px;}
img {border:0px; margin:0px;}
form {margin:0px; padding:0px;}
label {cursor:pointer;}
legend {color:#444; font-size:1.2em; font-weight:bold;}
fieldset {border: 1px solid #E0E0E0; padding: 4px; margin:0px; margin-top: 8px;}
input, select, textarea {font-family: tahoma, verdana, arial; font-size: 1.0em;}

#container {width: 100%;margin:0px auto 0px auto;background-color: white;}
.warning{ background:#FFFFCC; border:1px #cccccc solid; padding:6px 10px; width:auto; color:#008800}

.clear{ clear:both}
.disk_list{float:left; font-size:14px; width:80px; margin-right:20px; overflow:hidden;padding:2px}
.disk_list span a.desc{color:#999; font-size:10px}
.cur_sel_disk{ border:1px #CCC dotted;}
.cur_not_sel_disk {border:1px #FFF dotted;}

.btn{background-color:#CAE1F2; border:1px #0066CC solid}
/* classes */
.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}

.tips_box{ padding:10px; border:1px #003366 dotted; line-height:20px}
.tips_box li{margin-bottom:5px}
.edit_box{ border-bottom:1px #008800 dotted;background-color:#E5F5FF}
.disk_edit_box{ border-bottom:1px #008800 dotted;background-color:#E5F5FF; padding:10px}

.td_line{border-bottom:1px #CCCCCC solid}

.color1 { background-color: #FCFCFC; }
.color2 { background-color: #F9F9F9; }
.color3 { background-color: #D0D0D0; }
.color4 { background-color: #FBFFDF; }
.color5 {background-color:#DDFFFF}

.colblue { color: #0066DF }
.colgreen { color: #5aa200 }
.colfuscia { color: #E600AC }
.colred{ color:#FF0000}

.txtgray{color:#666666}
.txtgreen{ color:#008800}
.txtred{ color:#FF0000}
.txtblue{color:#0000FF}

.bold { font-weight: bold; }
/* Link styles */
a:link    { color: #0066CC; text-decoration:none }
a:visited { color: #003366; text-decoration:none }
a:hover   { text-decoration:underline; }
a:active  { color: #9DCC00; }

.table_title{
	font-weight: bold; 
	font-size: 12px; 
	background:#337ABB;
	color: white; 
	height: 20px;
}

.p_bar{
	margin-top:5px;
}
.p_redirect{
	padding:3px 5px; border:1px #CCCCCC solid; margin:0 3px; text-align:center;
}
.p_num{
	padding:3px 5px; border:1px #CCCCCC solid; margin:0 3px; text-align:center;
}
.p_info{
	padding:3px 5px; border:1px #CCCCCC solid; margin:0 3px; text-align:center;
}
.p_curpage{
	padding:3px 5px; border:1px #CCCCCC solid; margin:0 2px; text-align:center; color:#f00; font-weight:bold;
}
.menu_common{
	position: absolute; top: 0px; left: 0px;  background-color: #FFFFFF; visibility: hidden; margin-bottom:8px; overflow: hidden; border: 1px solid #92B7E5; 
}
.menu_common a{
	line-height:150%
}
.menu_box2 {
	width: 50px; height: auto;
}
.menu_thumb{
	position: absolute; top: 0px; left: 0px;  background-color: #FFFFFF; visibility: hidden; overflow: hidden; border: 1px solid #92B7E5; padding:4px;
}

⌨️ 快捷键说明

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