📄 csdn_common_hf[1].css
字号:
/* 公共头尾所用样式表 */
/* changke@csdn.net,2004年10月 */
/* 页头(大)相关 */
#CHBig, #CHSmall {
width: 760px;
clear: both;
margin: auto;
text-align: left;
margin-bottom: 5px;
border-bottom: 3px solid #4682B4;
font-family: Tahoma, sans-serif;
font-size: 12px;
}
#CHBigCSDNLogo {
float: left;
width: 150px;
height: 60px;
}
#CHBigHeaderWrapper {
float: right;
width: 600px;
height: 60px;
}
#CHBigFuncBar {
height: 20px;
background-image: url(Images/BgTopTop.gif);
background-position: top right;
background-repeat: no-repeat;
line-height: 20px;
padding-left: 24px;
}
#CHBigFuncBar ul {
margin: 0;
padding: 0;
}
#CHBigFuncBar li {
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
}
#CHBigFuncBar li a {
padding: 0 2px;
text-decoration: none;
color: #036;
border: 1px solid #FFF;
}
#CHBigFuncBar li a:hover {
text-decoration: none;
color: #369;
border: 1px solid #369;
}
/* 主导航条 */
#CHBigNavBar1 {
height: 20px;
line-height: 20px;
}
#CHBigNavBar1 ul {
padding: 0;
margin: 0;
background-color: #FFF;
text-align: right;
width: 100%;
}
#CHBigNavBar1 li {
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
}
#CHBigNavBar1 li a {
padding: 2px 7px;
background-color: #4682B4;
text-decoration: none;
color: #FFF;
border-left: 1px solid #FFF;
border-bottom: 1px solid #4682B4;
}
#CHBigNavBar1 li a:hover {
background-color: #369;
color: #FFF;
border-bottom: 1px solid #369;
}
/* 次导航条(快速通道) */
#CHBigNavBar2 {
height: 20px;
line-height: 20px;
}
#CHBigNavBar2 ul {
margin: 0;
padding: 0;
text-align: right;
width: 100%;
}
#CHBigNavBar2 li {
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
}
#CHBigNavBar2 li a {
padding: 2px 4px;
color: #036;
text-decoration: none;
background-color: #FFF;
}
#CHBigNavBar2 li a:hover {
color: #4682B4;
}
/* 页脚 */
#CFBig {
width: 760px;
clear: both;
margin: auto;
text-align: center;
font-family: Tahoma, sans-serif;
font-size: 12px;
}
#CFBig #CFContent {
margin: auto;
width: 500px;
text-align: center;
}
#CFBig #CFContent p {
margin: 2px;
}
#CFBig hr {
height: 1px;
color: #4682B4;
}
#CFBig #CFBiaoShi {
width: 40px;
float: right;
}
#CFBig a:link {
color: #000;
text-decoration: none;
}
#CFBig a:visited {
color: #000;
text-decoration: none;
}
#CFBig a:hover {
color: #369;
text-decoration: none;
}
#CFBig a:active {
color: #000;
text-decoration: none;
}
#CHSmallCSDNLogo {
float: left;
height: 40px !important;
height: 41px;
width: 150px;
background-color: #4682B4;
line-height: 40px;
text-align: center;
font-weight: bold;
color: #FFF;
}
#CHSmallHeaderWrapper {
float: right;
width: 600px;
height: 40px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -