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

📄 common1.css

📁 秘密网源代码 传闻拉了 100W风投
💻 CSS
📖 第 1 页 / 共 2 页
字号:
.CommonImageTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;

	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	position: relative;
	top: 2px;
	padding: 5px;
	margin: 1px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
}

.CommonTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

/*弹出菜单DIV样式*/
.PopupMenu {
	BORDER: #999 1px solid;
	POSITION: absolute;
	BACKGROUND: #FFF;

}
.PopupMenu A {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 25px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	DISPLAY: block;
	background-repeat: no-repeat;
	background-position: 1px;
	color: #333
}
.PopupMenu A:hover {
	BACKGROUND: #D4EFF7;
	color:#000;
	background-repeat: no-repeat;
	background-position: 1px;
}

/* Modal Styles */
.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:transparent !important;
	background-image: url("../../images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

.CommonModal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.CommonModalTitle
{
	background-color: #E0F0F9;
	padding: 4px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #D1B4B1;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	height: 1.3em;
	position: relative;
	z-index: 203;
	cursor: move
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../../images/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.CommonModalContent
{
	background-color: #ffffff;
}

.CommonModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../../images/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}

/* Help Icon */
.helpicon { line-height: normal; background-position: left top; background-repeat: no-repeat; }
.helpicon img { height: 20px; width: 16px; PADDING-Right:5px; vertical-align: middle; }
a.helpicon{ background-image: url(../../images/help_out.gif); }
a.helpicon:hover, a.helpicon:active { background-image:url(../../images/help_hover.gif); cursor:help; }

/*多页 换页样式*/
.PageInation {
	margin: 1px 0px;
	clear: both;
}
.PageInation a {
	float: left;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	cursor:default;
}
.MultiPages {
	background-color: #F5FBFF;
	border: 1px solid #E0F0F9;
	margin-right:1px;
	vertical-align: middle;
	font-weight: bold;
}
.PageNum {
	background-color: #FFFFFF;
	border: 1px solid #E0F0F9;
	margin-right:1px;
	vertical-align: middle;
}
a.PageNum:hover {
	background-color: #A6CBE7;
	border: 1px solid #E0F0F9;
	text-decoration: none;
	cursor:pointer;
}
.CurrentPage {
	margin-right:1px;
	border: 1px solid #E0F0F9;
	vertical-align: middle;
	background-color: #A6CBE7;
	font-weight: bold;
}
.PageInput {
	border:1px solid #E0F0F9;
	padding: 2px 0px 1px 1px;
	width: 40px;
	height: 18px !important;
	height: 16px;
	margin: 0px;
	background: #FFFFFF;
}



/*比例条码*/
.percent {
	border: 1px solid #D5BCBA;
	width:99%;
}
.percent div {
	background: #E0F0F9;
	height: 10px;
}
/*顶数样式*/
.digmun{ PADDING-LEFT: 0px; PADDING-top: 8px;  PADDING-bottom: 8px;  FONT-WEIGHT: bold; FONT-SIZE: 24px;COLOR: #FF6600; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none}

/* -------------foot-------------------*/
#foot{width:900px; margin:0px auto 1px; padding-top:10px;clear:both; color:#6F6F6F; font-size:12px; line-height:19pt}
#foot a{ color:#206BA4; text-decoration:none; font-size:14px;}
#foot a:hover{ text-decoration:underline}
#foot span{ font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#foot .so{ width:900px; height:27px; background:#EBF3FB; margin-bottom:8px; line-height:27px; vertical-align:middle}
#foot a.icp{ text-decoration:none; font-size:12px; color:#6F6F6F}

/*---newnewNAV---*/
#nav {position:relative;width:100%; height:140px;margin:0 auto;background:url(newnav-back.gif) repeat-x left top;z-index:11;}/**/#navmain {clear:both;width:900px;height:79px;margin:0 auto;overflow: hidden;}
#navlogo {float:left;width:260px; height:70px;margin-top:11px; background: url(logo.gif) no-repeat left top; text-align:left;}/**/#navlogo a{display:block;width:260px; height:1px;padding:0px 0 0;text-indent:-5000px;}

#navuserbar{float:right;width:238px;height:20px;margin:20px 0 2px;font:12px 宋体;color:#ACD3E7;}
#navuserbar ul{float:right;background:#84BEDC;margin-right:1px;}/**/
#navuserbar ul.welcome {color:#333;}
#navuserbar ul.welcome li.barleft{width:10px;}
#navuserbar ul.welcome a{color:#FFF;}/**/
#navuserbar li{float:left;display:inline;padding:4px 0 0;height:16px;}
#navuserbar li.barleft,#navuserbar li.barright{position:relative;width:5px;}
#navuserbar li.barleft b,#navuserbar li.barright b{position:absolute;display:block;width:1px;height:19px;border: solid #84BEDC;top:1px;}/**/
#navuserbar li.barleft b{left:-1px;border-width:0 0 0 1px;}
#navuserbar li.barright b{right:-1px;_right:-2px;border-width:0 1px 0 0;}

#navuserbar li a{padding:0 6px;color:#333;text-decoration: none;}
#navuserbar li a:hover{color:#FFF;}
#navuserbar li a.mmenu {padding-right:15px;background: url(mymenu.gif) no-repeat right -1px;cursor:pointer;}

#navsubject {float:right;width:630px; height:37px; line-height:37px;font-weight:bold;}
#navsubject li{float:left;height:37px;color:#c0c0c0;font-size:14px;}
#navsubject a {display:block;_display:inline-block;height:37px;padding:0 10px;text-decoration: none;}
#navsubject .current a {font-weight:bold;color:#DD137B;background: url(newnav-current.gif) no-repeat center top;}/**/
#navsubject a:hover {color:#DD137B;background: url(newnav-current.gif) no-repeat center top;}/**/
#navsubject .qunzu a,#navsubject .qunzu a:hover{width:65px;*margin-left:5px;font-weight:bold;color:#FFF;background: url(pushqz.gif) no-repeat 2px center;/*display:none;*/}
#navsubject .wula a,#navsubject .wula a:hover{width:35px;color:#FFF;background: url(wulanav.gif) no-repeat 2px center;/*display:none;*/}

#navsub {clear:both; width:900px; height:34px;padding:5px 0px; margin:5px auto;
background: url(newnav-sub-back.gif) no-repeat center top; color:#CCC;}/**/
#navsub li{float:left;display:inline;line-height:26px;}
#navsub a {display:inline-block;padding:0 10px;text-decoration: none;}
#navsub a:hover {color: #DE1D6A;}
#navsub .current a{color:#DD137B;font-weight:bold;}
/**/.subbtnhover{ outline: 1px solid #82BCD3;border:1px solid #FFF; +border:#82BCD3 !important;_border:#82BCD3;}
.tdl        {float:left;padding:px 0px; margin:0px auto;}
.tdr        {float:right;padding:0px 0px; margin:2px auto;}
/*---- Base ----*/
hr  {height:0;border-width:1px 0 0;border-style: dashed;border-color: #999;}
h1,h2,h3,h4,h5,h6,ul {margin:0;padding:0;}
ul  {list-style:none;}
/*---- Font Effect ----*/
.black14    {font-size: 14px;font-weight: bold;}
.color14    {color: #007AB7;font-size: 14px;}
.colorblue  {color: #007AB7;}
.colorpink  {color: #DD137B;}
.s12-gray   {color: #808080;font-size: 12px;}
.s11-gray   {color: #808080;font-size: 11px;}
.font12     {font-size: 12px;}
.font14     {font-size: 14px;}
.colorpink  {color: #DD137B;}
/*---- User Menu ----*/
.gsmymenu{
  position:absolute;visibility:hidden;z-index: 9999;
  width:105px;border:1px solid #EA5E96;background:#FCE8F0; line-height:24px;_line-height:23px; text-align:left;padding:5px 1px;
  }
.gsmymenu hr{
  display:block;
  margin:5px 8px; +margin:0 8px !important; _margin:0 8px;
  border-style:solid ;border-color: #CCC;
  line-height:1px; font-size:1px;
	}
.gsmymenu a{display: block; height:22px;_height:20px; padding:0 10px; color:#EA5E96; text-decoration: none;}
.gsmymenu a:hover{background: #FFF;color:#DE1D6A;text-decoration: none;}
.gsmymenu .pogood{background: #DD137B;color: #FFF;}
/*---- Flash Menu ----*/
.clssMainRoll {
	FILTER: progid:DXImageTransform.Microsoft.Slide(slidestyle=SWAP,Bands=1); CURSOR: pointer
}

⌨️ 快捷键说明

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