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

📄 default_4.css

📁 1、用SQL查询器打开install目录下的dooogo.sql运行之后创建数据库dooogo。 2、然后打开web.config修改 <DbProvider type="Club.Fram
💻 CSS
字号:
/*
Copyright (C) 2006 dooogo.com
Author:benben
www.aspxclub.com
*/
body
{
	font-size:12px;
	color:#333;
	padding:0;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #fff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
	SCROLLBAR-SHADOW-COLOR: #390; 
	SCROLLBAR-3DLIGHT-COLOR: #390; 
	SCROLLBAR-ARROW-COLOR: #390;  
	SCROLLBAR-TRACK-COLOR: #fff; 
	SCROLLBAR-DARKSHADOW-COLOR: #390; 
}
a 
{
	font-size:12px;
	color:#333;
}
a:hover
{
	font-size:12px;
	color:#666;
}
form
{
	padding:0;
	margin: 0px;
}
em
{
	font-size:12px;
	color:#c00;
	padding-right:10px;
}
input,textarea,select
{
	border-top:1px solid #666;
	border-left:1px solid #666;
	color:#c00;
}
h2 {
	margin: 0px;
	padding: 9px 7px 7px 14px;
	background:  url(../images/h2_5.gif) no-repeat 4px center;
	font-size: 14px;
	font-weight: bold;
	color:#390;
}
.logo
{
	margin:5px 0 0 5px;
	height:66px;
	width:160px;
	background: url(../images/logo.jpg);
	float:left;
	z-index: 100;
}
.menu
{
	height:30px;
	padding:30px 0 0 20px;
	float:left;
}
.menu a
{
	font-size:14px;
	color:#000;
	padding:5px;
}
.menu a:hover
{
	font-size:14px;
	color:#390;
	padding:5px;
	border:1px dotted #390;
	background-color: #f7f7f7;
}
.top
{
	height:66px;
	width:1004px;
}
.banner
{
	margin-top:5px;
	height:20px;
	width:1004px;
	background-color: #390;
}
.body
{
	height:20px;
	width:1004px;
}
.left
{
	padding:10px 0 0 5px;
	float:left;
	height:510px;
	overflow: auto;
	width:200px;
	background-color: #fff;
	border-right:1px dotted  #390;
}
.showBody
{
	height:520px;
	width:790px;
	float:left;
	background-color: #fff;
	overflow: auto;
}
/*selectOpion*/
.s_show
{
	width:100%;
	background-color:#999;
}
#TabStrip #TabCard
{
	margin:0px;
	list-style-type: none;
}
.onSelect
{
	float:left;
	width:100px;
	height:20px;
	padding-top:4px;
	border:1px #390 dashed;
	border-bottom:none;
	background-color:#EFFFE8;
	text-align:center;
	cursor:default;
	position:static;
    margin-right:1px;
	margin-left:2px;
	margin-top:3px;
	color:#390;
}
.noSelect {
	color:#fff;
	float:left;
	width:100px;
	height:20px;
	padding-top:4px;
	border:1px #390 dashed;
	border-bottom:none;
	background-color:#390;
	text-align:center;
	cursor:hand;
	position:static;
    margin-right:1px;
	margin-left:2px;
	margin-top:2px;
}
#TabStrip #TabBody #tBody{
	float:left;
	width:100%;
	border:1px #390 dashed;
	border-top:none;
	background-color:#EFFFE8;
	width:100%;
	height:400px;
	padding:5px;
	margin-left:2px;
}
.select
{
	width:80%;
	padding:30px 0 0 50px;
}
.list_table
{
	width:100%;
	border:1px #390 dashed;
	background-color:#fff;
}
.list_table td
{
	border-top:1px #ccc dashed;
	border-bottom:1px #fff solid;
}
.list_table th
{
	color:#666;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-bottom:1px #fff solid;
	background-color:#BFFFA4;
}
.info
{
	width:90%;
	padding:30px 0 0 50px;
}
.info table
{
	background-color:#fff;
	border:1px dotted #390;
}
.info th
{
	font-size:12px;
	background-color:#F1FFEC;
	border-top:1px #fff dotted;
	border-left:1px #fff dotted;
	border-right:1px #ccc dotted;
	border-bottom:1px #ccc dotted;
	padding:5px;
	text-align:right;
	width:120px;
	color:#390;
}
.info td
{
	font-size:12px;
	background-color:#fff;
	border-top:1px #fff dotted ;
	border-left:1px #fff dotted ;
	border-right:1px #ccc dotted ;
	border-bottom:1px #ccc dotted ;
}
.button
{
	border:1px #390 dotted;
	background-color:#390;
	color:#fff;
	padding:3px;
	margin:5px;
}
.center
{
	width:100%;
	text-align:center;
}
.sort
{
	width:90%;
	padding:30px 0 0 50px;
}
.sort table
{
	background-color:#fff;
	border:1px #390 dotted;
}
.sort td
{
	border-top:1px #e6e6e6 dotted;
	border-left:1px #e6e6e6 dotted;
	border-bottom:1px #fff dotted;
}
.sort th
{
	font-size:12px;
	background-color:#f7f7f7;
	border-left:1px #390 dotted;
	padding:3px;
}
.pagebut
{
	padding-top:10px;
	width:100%;
	text-align:center;
}
.pagebut a
{
	font-size:14px;
	padding:3px;
}
.pagebut a:hover
{
	padding:3px;
	border:1px dotted #390;
	color:#390;
	background-color:#f7f7f7;
}
.pagecutt
{
	padding:3px;
	border:1px dotted #390;
	color:#c00;
	background-color:#f7f7f7;
}
/*image*/
.image
{
	width:100%;
	padding:20px 0 0 20px;
}
.image img
{
	border:0;
}
.image li
{
	float:left;
	padding:5px;
	width:20%;
	text-align:center;
	height:200px;
}
.image li img
{
	visibility:hidden;
}
.s_Img
{
	width:100px;
	height:100px;
	padding:10px;
	background-color:#f7f7f7;
	border:1px dotted #390;
	
}
.showInfo
{
	background-color: #F1FFEC;
	height:400px;
	width: 400px;
	left:50%;
	margin:-200px 0 0 -200px;
	position:absolute;
	top:50%;
	border:1px dotted #390;
	filter: Alpha(Opacity=80, FinishOpacity=80, Style=80, StartX=80, StartY=80, FinishX=80, FinishY=80);
}
.show_top
{
	width:100%;
	height:20px;
	border-bottom:1px dotted #390;
	background-color: #390;
	text-align:right;
	padding:2px 2px 0 0;
}
.loading
{
	height:50px;
	width: 100px;
	left:50%;
	margin:-25px 0 0 -50px;
	position:absolute;
	top:50%;
	z-index: 10;
	color:#390;
}
.w_50
{
	width:50px;
}
.w_100
{
	width:100px;
}
.w_150
{
	width:150px;
}
.w_80
{
	width:80px;
}
.w_30
{
	width:30px;
}
.btn_l a
{
	border:dotted 1px #c00;
	padding:3px;
	background-color:#e6e6e6;
	color:#333;
}
.btn_l
{
	padding-bottom:10px;
}
.btn_l input
{
	border:0;
}
.btn_p
{
	border:0px;
}
.movePannel a
{
	border:dotted 1px #000;
	padding:3px;
	background-color:#e6e6e6;
	color:#333;
}
.showInfo_c
{
	padding:10px;
}
.banner a
{
	color:#c00;
	font-weight:600;
}
.banner div
{
	width:95%;
	text-align:right;
	color:#fff;

}
.banner a:hover
{
	font-weight:600;
	padding:1px;
	border:1px dotted #c00;
	background-color:#e6e6e6;
}
/*ShowList*/
.blogList
{
	width:90%;
	margin:20px;
}
.articleList
{
	width:90%;
	margin:20px;
}
.musicList
{
	width:90%;
	margin:20px;
}

⌨️ 快捷键说明

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