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

📄 lhgdialog.css

📁 lhgdialog DIV+JS弹出窗口框架
💻 CSS
字号:
/*
 *@Generator -> LiHuiGang - Email:lhg133@126.com - QQ:463214570 Ver:1.2.2
 *@Copyright (c) 2009 LiHuiGang Compostion Blog:http://www.cnblogs.com/lhgstudio/
 */
 
body
{
	overflow: hidden;
    width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 11px Verdana, Arial, sans-serif;
}

.contain
{
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border: 1px solid #0fa0db;
}

.dlgtit
{
    height: 26px;
	margin: 1px;
	cursor: move;
	background-image: url(images/d_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #4297d7;
}

.dlgtit #txt
{
    position: relative;
	left: 15px;
	top: 4px;
	color: #fff;
	font: 14px Tahoma, Arial, sans-serif;
	font-weight: bold;
}
.dlgtit>#txt{ +top: 6px; }

#xbtn
{
	position: absolute;
	top: 5px;
	right: 15px;
	width: 21px;
	height: 20px;
	cursor: default;
	background-image: url(images/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: -22px 0;
}

.dlginner{ padding: 2px; }

.dlgfoot
{
    position: absolute;
	height: 29px;
	_width: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(images/d_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 -26px;
}

.dlgfoot ul
{
    list-style: none;
	margin-top: 5px;
	margin-right: 10px !important;
	margin-right: 0;
}

.dlgfoot ul li
{
    width: 60px;
	height: 21px;
	float: right;
	cursor: default;
	margin-right: 10px;
	text-align: center;
	background-image: url(images/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 -21px;
}

.dlgfoot ul li span
{
    position: relative;
	top: 3px;
	_top: 5px;
	font: 12px Verdana, Arial, sans-serif;
}
.dlgfoot>ul li span{ +top: 5px; }

#dark
{
    position: absolute;
	right: 2px;
	bottom: 2px;
	_bottom: 1px;
	font-size: 0;
	margin-right: 0;
	height: 7px;
	width: 7px;
	cursor: nw-resize;
	background-image: url(images/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: -45px -13px;
}

#throbber
{
    width: 180px;
    height: 25px;
	top: 50%;
	left: 50%;
	margin-left: -90px;
    margin-top: -12px;	
	z-index: 2;
	text-align: right;
	font: 12px Verdana, Arial, sans-serif;
	background-image: url(images/wait.gif);
	background-repeat: no-repeat;
}

⌨️ 快捷键说明

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