default.css

来自「1、用SQL查询器打开install目录下的dooogo.sql运行之后创建数据」· CSS 代码 · 共 148 行

CSS
148
字号
/*
Copyright (C) 2006 dooogo.com
Author:benben
www.aspxclub.com
*/
body
{
	margin:10px;
	padding:10px;
	font-size:12px;
}
.reg_c
{
	border:1px dotted #ccc;
	padding:10px;
	width:700px;
	text-align:center;
	height:400px;
}
.reg_tk
{
	width:700px;
	border:1px solid #ccc;
	margin:5px;
	height:400px;
	text-align:left;
	overflow:auto;
	padding:5px;
	background-color:#f7f7f7;
}
.reg_tk h2
{
	text-align:center;
	font-size:14px;
}
.reg_tk h3
{
	font-size:12px;
}
.info
{
	width:700px;
	border:1px dotted #ccc;
	padding:10px;
	
}
.info h2
{
	font-size:14px;
	text-align:center;
}
.info #info_t
{
	width:100%;
	border:1px solid #ccc;
	margin:5px;
	
}
.reg_ok
{
	width:700px;
	border:1px dotted #ccc;
	padding:10px;
	font-size:14px;
}
.reg_ok h2
{
	font-size:14px;
	text-align:center;
}
.reg_ok a
{
	font-size:14px;
	padding:5px;
	background-color:#f7f7f7;
	color:#333;
	border:1px dotted #ccc;
}
.reg_ok a:hover
{
	font-size:14px;
	padding:5px;
	background-color:#f7f7f7;
	color:#c00;
	border:1px dotted #c00;
}
.opt_info
{
	width:400px;
	text-align:center;
	border:1px dotted #ccc;
	padding:5px;
	height:200px;
	left:50%; 
	margin:-100px 0 0 -200px; 
	position:absolute; 
	top:50%;
}
.opt_info table
{
	width:400px;
}
.opt_h
{
	font-size:14px;
	background-color:#ccc;
	text-align:center;
}
.opt_info a
{
	font-size:14px;
	background:#f7f7f7;
	border:1px dotted #ccc;
	padding:5px;
	color:#333;
}
.opt_info a:hover
{
	font-size:14px;
	border:1px dotted #c00;
	padding:5px;
	color:#c00;
}
.f_pws
{
	text-align:center;
	width:400px;
	padding:5px;
	border:1px dotted #ccc;
	height:200px;
}
.f_pws h2
{ 
	font-size:14px;
	text-align:center;
}
.f_pws th
{
	font-size:12px;
}
.f_pws td
{
	font-size:12px;
}
.center
{
	text-align:center;
}

⌨️ 快捷键说明

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