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

📄 mapbar30.css

📁 电子地图的一个小程序希望对大家有用电子地图的一个小程序希望对大家有用
💻 CSS
字号:
/*ie css*/
v\:* {
	behavior: url( #default#VML );
}

.ptlabel {
	text-decoration: none;
	cursor:pointer;
	font-family: arial;
	font-size: 8pt;
}

.tooltiptitle {
	color: #CC5522;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}

.tooltipcontent {
	color: #000000;
	text-decoration: none;
	font-family: arial;
	font-size: 8pt;
}

.hotspotlabel {
	position: absolute;
	color: #000;
	text-decoration: none;
	cursor:pointer;
	font-family: arial;
	font-size: 10pt;
}

.editableimg {
	position: absolute;
	overflow: hidden;
	cursor:pointer;
	border: 1px solid #fff;
	z-index: 1000;
	filter: alpha( opacity = 60 );
	/*-moz-opacity: 0.6;*/
	font-size: 0px;
	display: block;
}

.buffering {
	position: absolute;
	height: 16px;
	z-index: 24;
	filter: alpha( opacity = 60 );
	/*-moz-opacity: 0.6;*/
	font-size: 12px;
	font-weight:bold;
	background-color: #fff;
	color: #000;
	border: 0px solid #000;
	text-align: center;
	padding-top: 0px;
	display: block;
}

.tiplabel {
	position: absolute;
	height: 12px;
	z-index: 0;
	/*white-space: nowrap;*/
	display: block;
	visibility: visible;
	background-color: #FFFFCC;
	border: 1px solid #f00;
	color: #f00;
	font-size: 12px;
	font-weight:bold;
}

#ToolTip {
	position: absolute;
	filter: alpha( opacity = 80 );
	/*-moz-opacity: 0.8;*/
	width: 100px;
	top: 0px;
	left: 0px;
	z-index: 24;
	visibility: hidden;
}

#loading {
	position: absolute;
	z-index: 24;
	filter: alpha( opacity = 60 );
	/*-moz-opacity: 0.6;*/
	font-size: 13px;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	border: 0px solid #000;
	text-align: center;
	padding-top: 4px;
	display: block;
}

#mbglabel {
	position: absolute;
	z-index: 0;
	white-space: nowrap;
	display: block;
	visibility: visible;
}

#mfglabel {
	position: absolute;
	z-index: 0;
	white-space: nowrap;
	display: block;
	visibility: visible;
	background-color: #FFFFCC;
}

#stylelabel {
	position: absolute;
	z-index: 24;
	filter: alpha( opacity = 80 );
	/*-moz-opacity: 0.8;*/
	font-size: 13px;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	padding-top: 4px;
	display: block;
}

#mapbar-overview-viewport {
	position: absolute;
	width: 0px;
	top: 0px;
	left: 0px;
	height: 0px;
	z-index: 10;
	font-size: 0px;
	filter: alpha( opacity = 20 );
	/*-moz-opacity: 0.2;*/
	background-color: #00f;
	border: 2px solid #00f;
	visibility: visible;
}

#mapbar-overview-viewframe {
	position: absolute;
	width: 0px;
	top: 0px;
	left: 0px;
	height: 0px;
	z-index: 11;
	font-size: 0px;
	border: 2px solid #11d;
	visibility: visible;
}

#mapbar-overview-viewpad {
	position: absolute;
	width: 0px;
	top: 0px;
	left: 0px;
	height: 0px;
	z-index: 12;
	font-size: 0px;
	border: 2px solid #11d;
	visibility: visible;
}

#mapbar-bordertop {
	position: absolute;
	z-index: 2;
	font-size: 0px;
	border-top: 1px solid #949694;
	visibility: visible;
}

#mapbar-borderbtm {
	position: absolute;
	z-index: 2;
	font-size: 0px;
	border-bottom: 1px solid #949694;
	visibility: visible;
}

#mapbar-borderlft {
	position: absolute;
	z-index: 2;
	font-size: 0px;
	border-left: 1px solid #949694;
	visibility: visible;
}

#mapbar-borderrgt {
	position: absolute;
	z-index: 2;
	font-size: 0px;
	border-right: 1px solid #949694;
	visibility: visible;
}

.contextmenuitem {
	color: #000000;
	text-decoration: none;
	cursor:pointer;
	font-family: arial;
	font-size: 8pt;
	width: 100%;
}

.contextmenutable {
	color: #C8C1C5;
	background-color: #C8C1C5;
	text-decoration: none;
	cursor:pointer;
	font-family: arial;
	font-size: 8pt;
	width: 88px;
	cellpadding: 0px;
	cellspacing: 1px;
	border: 1px solid #C8C1C5;
}

.mapcontextmenu {
	position: absolute;
	filter: alpha( opacity = 80 );
	/*-moz-opacity: 0.8;*/
	width: 100px;
	top: 0px;
	left: 0px;
	z-index: 24;
	visibility: hidden;
}

⌨️ 快捷键说明

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