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

📄 style.css

📁 创建虚拟磁盘。用户可以创建磁盘
💻 CSS
字号:
/**
##
#	Project: PHPDisk
#	This is NOT a freeware, use is subject to license terms.
#
#	Site: http://www.phpdisk.com
#
#	$Id: style.css 127 2009-01-23 05:53:43Z cy $
#
#	Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##*/

body {
	margin: 20px;
	line-height: 140%;
	color: #000000;
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	background-color: #9eb6d8;
	text-align: center;
}
a {
	color: #333399; 
	text-decoration: none;
}
a:hover {
	color: #CC0000; 
}
td {
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	line-height: 160%;
	color: #000000;
}
div {
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	line-height: 160%;
	color: #000000;
}textarea{	width:98%;font-size:13px;line-height:1.5em;}
#main {
	background-color: #fff;
	text-align: left;
	padding: 20px;
	width: 800px;
	border: 1px solid #698cc3;
	margin: 20px auto;
}
.title {
	font-size: 18px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
.formfield {
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	font-weight: bold;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #BFBFBF;
	margin-right: 10px;
}
.formbutton {
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	font-weight: bold;
	padding: 3px;
}
.install_main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 30px;
	margin-top: 10%;
	border: 1px solid #333333;
	text-align: center;
}
.install_logo{
	border: 1px solid #333333;
}
.p2 {
	text-align: left;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtblue{ color:#0000FF}
.txtgreen{color:#008800}
.copyright {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

⌨️ 快捷键说明

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