📄 blogstyle.css
字号:
@charset "utf-8";
/* CSS Document */
body {
margin:0;
border:0;
font-family:"Times New Roman", Times, serif;
}
a {
color:#0066FF;
}
a:hover {
color:#FF6600;
}
#mainDiv, .mainDiv {
width:980px;
margin:10px auto auto auto;
}
#headDiv, .headDiv {
width:100%;
height:100px;
background:#EDF5FA;
border-bottom:1px solid #ADDFED;
}
#titleDiv, .titleDiv {
width:70%;
font-size:32px;
font-weight:bold;
color:#68A9EA;
padding-top:20px;
padding-left:50px;
font-family:Arial, Helvetica, sans-serif;
}
#titleDiv a, .titleDiv a {
color:#68A9EA;
text-decoration:none;
}
#titleDiv a:hover, .titleDiv a:hover {
color:#68A9EA;
text-decoration:none;
}
#tagline, .tagline {
padding-left:50px;
font-size:16px;
color:#FF9900;
}
#stageDiv, .stageDiv {
width:100%;
}
#bottom, .bottom {
width:100%;
background:#EDF5FA;
border-top:1px solid #ADDFED;
color:#999999;
height:25px;
clear:both;
}
#leftDiv, .leftDiv {
width:250px;
float:left;
margin-top:3px;
border-right:1px dashed #ADDFED;
}
#rightDiv, .rightDiv {
margin-left:4px;
width:715px;
float:right;
padding:5px 5px 5px 5px;
}
#showBox, .showBox {
width:100%;
margin:10px auto auto auto;
/*border:1px solid #ADDFED;*/
}
#showTitle, .showTitle{
font-size:18px;
font-weight:bold;
}
#showTitle a, .showTitle a {
color:#0066FF;
}
#showTitle a:hover, .showTitle a:hover {
color:#FF6600;
}
#showInfo, .showInfo {
font-style:inherit;
color:#999999;
}
/**
* Style for register page.
*/
form {
margin:0;
padding:0;
border:0;
}
#loginDIV, .loginDIV {
border:4px solid #EDF5FA;
width:500px;
}
#loginTable, .loginTable {
padding:0;
margin:0;
width:500px;
border:0;
}
#loginTable tr, #loginTable td, #loginTable tbody, .loginTable tr, .loginTable td, .loginTable tbody {
margin:0;
padding:0;
border:0;
}
#tdTitle, .tdTitle {
font-size:20px;
font-family:"Times New Roman", Times, serif;
}
#loginTitle, .loginTitle {
font-size:24px;
background:#EDF5FA;
}
#inputBox, .inputBox {
width:280px;
border:1px solid #EDF5FA;
margin:0;
padding:0;
height:30px;
font-size:24px;
text-align:center;
font-weight:800;
background:#FDFDDB;
font-family:"Times New Roman", Times, serif;
}
#inputBox2, .inputBox2 {
width:400px;
border:1px solid #EDF5FA;
margin:0;
padding:0;
height:30px;
font-size:24px;
text-align:center;
font-weight:800;
background:#F6F6F6;
font-family:"Times New Roman", Times, serif;
}
#inputBox3, .inputBox3 {
width:40px;
border:1px solid #EDF5FA;
margin:0;
padding:0;
height:30px;
font-size:24px;
text-align:center;
font-weight:800;
background:#F6F6F6;
font-family:"Times New Roman", Times, serif;
}
.button {
font-size:24px;
font-family:"Times New Roman", Times, serif;
}
.articleTitleBox{
width:800px;
border:1px solid #EDF5FA;
margin:0;
padding:0;
height:30px;
font-size:24px;
text-align:center;
font-weight:800;
background:#FDFDDB;
font-family:"Times New Roman", Times, serif;
}
.textArea {
width:800px;
height:300px;
border:1px solid #EDF5FA;
background:#F0FBFF;
}
.smallTextArea {
width:400px;
height:100px;
border:1px solid #EDF5FA;
background:#F6F6F6;
}
#editTitle {
width:100%;
font-size:24px;
background:#68A9EA;
}
.editTitle {
width:100%;
font-size:24px;
background:#EDF5FA;
}
#editArea {
margin-left:10px;
width:802px;
}
.articleList {
width:800px;
border-top:1px solid #D9D9D9;
border-left:1px solid #D9D9D9;
border-right:1px solid #D9D9D9;
}
#articleList td, #articleList th {
border-bottom:1px solid #D9D9D9;
margin:0;
padding-top:3px;
padding-bottom:3px;
}
#articleList th {
background:#4B4B4B;
color:#FFFFFF;
font-size:18px;
}
.evenRow {
background:#F6F6F6;
}
.oddRow {
background:#DBDBDB;
}
.overRow {
background:#FDF9D0;
}
#articleList input {
width:20px;
height:20px;
margin:0;
padding:0;
border:0;
}
#postListTitle {
width:100%;
font-size:24px;
background:#EDF5FA;
}
#navPages span {
border:1px solid #E0F3F8;
background:#F0FBFF;
}
.subTitle {
font-size:20px;
font-weight:bold;
}
.subTitle2 {
font-size:14px;
font-weight:bold;
}
#blogSettingForm table {
margin:0;
border:0;
padding:0;
}
#blogSettingForm table tr {
background:#F0FBFF;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -