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

📄 global.css[1].css

📁 一套完整的OA办公系统(JSP)的
💻 CSS
字号:
@charset "utf-8"

/* global config override */
html { min-width: 779px; }
body { background: #fff; margin: 0px; padding: 0px; text-align: center; }
body, input, textarea, select, button, td { color: #333; font: normal 12px "Lucida Grande",Tahoma,Lucida,Arial,sans-serif,"宋体"; }
a, div, p, dl, ol, ul, dt, dd, li, td, h1, h2, h3, h4, h5, h6 { line-height: 150%; }
h1, h2 { clear: both; font-size: 16px; font-weight: bold; margin: 8px 0px; text-align: center; width: 100%; }
h2 { font-size: 14px; }
h3, h4 { font-weight: bold; font-size: 14px; margin: 0px; }
h4 { font-size: 12px; }
a, a:link, a:visited, a:active, a:hover { background: transparent; border: 0px; }
a, a:link, a:visited, a:active { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
blockquote { border-left: 1px dashed #ccc; margin: 3px 3px 3px 10px; padding: 3px 3px 3px 10px; }
div { margin: 0px; padding: 0px; }
form { display: inline; margin: 0px; padding: 0px; }
hr { border: 0px dashed #d1d7dc; border-top-width: 1px; height: 0px; margin: 8px 0px; padding: 0px; }
img, a img { color: #fff; border: 0px; vertical-align: middle; }
input { font: normal 12px "Lucida Grande",Tahoma,Lucida,Arial,sans-serif,"宋体"; }
table { border: 0px; }
/* .package class wraps enclosing block element around inner floated elements */
.package:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0; }
* html .package { display: inline-block; }
/* no ie mac \*/
* html .package { height: 1%; }
/* */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
img.icon { vertical-align: middle; }
input.button {
	background: #c00000;
	border-color: #d66666 #b00 #b00 #d66666;
	border-width: 1px;
	color: #fff;
	height: 20px;
	text-align: center;
}
input.text { height: 16px; }
.invalid-message { color: red; font-weight: bold; }
.position { text-align: left; }
.top-search-button {
	background: transparent;
	border: 0px;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	display: inline;
	height: 36px;
	margin: 0px;
	padding-top: 2px;
	vertical-align: middle;
	width: 78px;
}

/* 布局 */

#page-wrapper { margin: auto; text-align: left; width: 766px; }
#page-top { height: 106px; }
#page-bottom {
	border-top: 1px solid #d2d2d2;
	clear: both;
	margin-top: 20px;
	padding: 9px 0px 12px 0px;
	text-align: center;
}
#page-bottom a:link, #page-bottom a:visited { color: #333; text-decoration: none; }
#page-bottom a:hover { color: #000; text-decoration: underline; }
#page-extension { display: none; }
#site-logo { float: left; width: 215px; height: 100px; }
#top-navigator {
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	border-top: 0px;
	padding: 6px;
	-moz-border-radius: 0px 0px 5px 5px;
	color: #b999b9;
	float: right;
	position: relative;
	top: 0px;
}
#top-navigator a, #top-navigator a:link, #top-navigator a:visited { color: #000; text-decoration: none; }
#top-navigator a:hover, #top-navigator a:active { background: #e00000; color: #fff; text-decoration: none; }
#top-search { float: left; height: 36px; position: relative; left: 3px; top: 26px; width: 548px; }
#top-search-input { background: transparent; border: 1px solid #ccc; height: 22px; padding: 0px; margin: 10px 0px 0px 8px; vertical-align: middle; width: 285px; }
@media screen {
	#top-search { background: url(http://doc.verycd.com/images/search.png) no-repeat left; }
	#top-search-input { border: 0px; }
}
#top-search-lib { font-weight: bold; letter-spacing: 6px; margin-left: 5px; padding: 1px 0px 0px 22px; vertical-align: middle; width: 90px; }

⌨️ 快捷键说明

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