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

📄 ajaximage.css

📁 Ajax tutorial archive
💻 CSS
字号:
body {
	background-color: #ECE9D8;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

li {
	list-style-type: none;
}

#galleryLYR {
	position: absolute;
	left:  -100px;
	top:   150px;
	height: auto;
	width: auto;
}

#preloadLYR {
	position: absolute;
	left:  200px;
	top:   300px;
	height: auto;
	width: auto;
}

#forwardLYR {
	position: absolute;
	left:  60%;
	top:   35px;
	height: auto;
	width: auto;
}

#reverseLYR {
	position: absolute;
	left:  40%;
	top:   35px;
	height: auto;
	width: auto;
}

#accessLYR {
	position: absolute;
	left:  0px;
	top:   20px;
	height: auto;
	width: auto;
}

#titleLYR {
	position: absolute;
	left:  34%;
	top:   0px;
	height: auto;
	width: auto;
}

#captionLYR {
	position: absolute;
	left:  400px;
	top:   70px;
	height: auto;
	width: auto;
}

.title {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #333333;
}

.desctitle {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #333333;
}

.descmain {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
}

a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #333300;
	text-decoration: none;
}

a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #A2B38F;
	text-decoration: underline;
}

⌨️ 快捷键说明

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