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

📄 page.css

📁 i like it just for dun important
💻 CSS
字号:
body {
	font-family: 宋体,新细明体,Verdana,Arial,sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

#adtop{
    text-align: center;
	padding-bottom: 10px;
}

#adbottom{
    text-align: center;
	padding-top: 0px;
}


#linkall{
    float: left;
    width: 100%;
	text-align: left;
}

#linkleft{
    float: left;
    width: 50%;
	text-align: left;
}

#linkright{
    float: right;
    width: 50%;
	text-align: right;
}

#readset{
    text-align: left;
}

#title{
    text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 200%;
}

#info{
    text-align: center;
	line-height: 200%;
}

#content{
    text-align: left;
	padding: 10px 12% 10px 12%;
	font-size: 16px;
	line-height: 180%;
}


#copyright{
    text-align: center;
	line-height: 200%;
}

#footlink{
    text-align: center;
    font-size: 12px;
	padding-top:0px;
	padding-bottom:0px;
}

.tcss{
    width: 76%;
}

.acss{
    width: 76%;
    text-align: left;
	background: #61605d; 
}

.vcss{
	font-size: 16px;
    background: #e4e1d8; 
    text-align: center;
}

.ccss{
    font-size: 14px;
    background: #f0f0f0; 
    width: 25%;
	text-align: leftr;
}

.article{
    border-top: 1px solid #525152;
	border-right: 1px solid #525152;
    text-align: center;
}

.volume{
	font-size: 14px;
	padding: 3px;
	border-left: 1px solid #525152;
    border-bottom: 1px solid #525152;
    background: #e4e1d8; 
	clear: both;
}

.chapter{
    margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #525152;
    background: #f0f0f0; 
    width: 100%;
	clear: both;
}

.chapter ul{
	margin: 0px;
	padding: 0px;
	border: 0px;
	
    text-align: center;
	display: inline;
}

.chapter li{
    float: left;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #525152;
	text-align: center;
	line-height: 200%;
}

.chapter li.c1{
    width: 25%;
}

.chapter li.c2{
    width: 25%;
}

.chapter li.c3{
    width: 25%;
}

.chapter li.c4{
    width: 24%;
}

.chaptertitle{
    text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #525152;
	line-height: 400%;
}

.chaptercontent{
	text-align: left;
	padding: 10px 12% 10px 12%;
	font-size: 16px;
	line-height: 180%;
}

.divimage{
    text-align: center;
}

.imagecontent{
}

⌨️ 快捷键说明

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