📄 javach1[1].css
字号:
/* CMS 前台页面(首页,列表页,最终页) */
/* 基本 */
body {
background: #FFF;
color: #000;
font-family: Tahoma, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
}
a:link {
color: #600;
text-decoration: none;
}
a:visited {
color: #600;
text-decoration: none;
}
a:hover {
color: #900;
text-decoration: underline;
}
a:active {
color: #600;
text-decoration: none;
}
ul, ol {
margin: 0;
padding: 0;
clear: both;
}
li {
margin: 0 0 0 17px;
padding: 2px 0;
}
ol li {
margin: 0 0 0 31px;
padding: 2px 0;
}
dl, dd {
clear: both;
margin: 0;
padding: 0;
}
p { margin: 2px 0; }
u { text-decoration: none; }
.TextBox {
border: 1px solid #333;
background-color: #FFFFF0;
font-family: Tahoma, sans-serif;
font-size: 12px;
}
.Button {
border: 1px solid #333;
font-family: Tahoma, sans-serif;
font-size: 12px;
}
.z { clear: both; }
/* 页面内容外框(不含头尾) */
#OutBox {
width: 760px;
text-align: left;
margin: auto;
clear: both;
}
/* 频道 logo 图片区(760×40) */
#ChannelTitle {
margin: 0 0 5px 0;
border-bottom: 2px solid #600;
background-image: url("Images/java_logo.GIF");
background-repeat: no-repeat;
background-position: 0% 0%;
height: 40px;
}
#TopMsgs { /* 头条图片区 */
/* margin-bottom: 5px;*/
clear: both;
}
#TopMsgs h4 {
margin: 0;
padding: 0;
font-size: 12px;
}
#TopMsgs img {
float: left;
margin: 0;
}
/* 左侧导航区域 */
#NavArea {
width: 160px; /* 160 像素宽 */
float: left;
margin-bottom: 10px;
background-color: #F5F5F5;
border: 1px solid #999;
overflow: hidden;
}
#NavArea h3 { /* Java 频道用的左侧导航内容分组标题 */
font-size: 12px;
margin: 0;
background-color: #DCDCDC;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
color: #333;
height: 20px;
line-height: 20px;
font-weight: normal;
padding-left: 5px;
}
#NavArea ul {
margin: 0;
padding: 0;
width: 100%;
}
#NavArea li {
list-style: none;
margin: 0;
padding: 3px 10px 3px 0;
text-align: right;
}
#ForumsNav li {
text-align: left;
padding-left: 2px;
}
#NavArea h4 { /* 关键字列表分组标题(橙色字) */
margin: 0;
font-weight: normal;
color: #F60;
padding: 5px 10px 5px 0;
text-align: right;
font-size: 12px;
}
#ChannelLogoTL {
background-image: url("Images/ChannelLogoTL.jpg");
background-position: 0% 0%;
background-repeat: no-repeat;
height: 40px;
margin-bottom: 5px;
}
/* 中栏+右栏 */
.Wrapper {
width: 590px; /* 590 像素宽;可放置广告:468 和 120 并排 */
float: right;
margin-bottom: 10px;
}
.Wrapper h4 {
margin: 0;
padding: 2px;
font-size: 12px;
}
.Wrapper p {
margin: 0;
padding: 2px;
}
/* 中栏 */
.MiddleColumn {
width: 290px; /* 栏目块的宽度:290 像素 */
float: left;
}
/* 右栏 */
.RightColumn {
width: 290px;
float: right;
}
.MiddleColumn dl.ContentBlock, .RightColumn dl.ContentBlock {
margin: 0 0 10px 0;
border: 1px solid #D2B48C;
background: #FFF;
padding: 0 0 2px 0;
height: 210px;
}
.MiddleColumn dl.ContentBlock1, .RightColumn dl.ContentBlock1 {
margin: 0 0 10px 0;
border: 1px solid #8B4513;
background: #FDF5E6;
padding: 0 0 2px 0;
height: 210px;
}
.MiddleColumn dl.ContentBlock dt.CBTitle, .RightColumn dl.ContentBlock dt.CBTitle {
background-color: #FDF5E6;
border-bottom: 1px solid #D2B48C;
padding: 3px;
}
.MiddleColumn dl.ContentBlock1 dt.CBTitle, .RightColumn dl.ContentBlock1 dt.CBTitle {
background-color: #D2B48C;
border-bottom: 1px solid #8B4513;
padding: 3px;
}
.MiddleColumn dt .BlockTitle, .RightColumn dt .BlockTitle {
font-weight: normal;
}
.MiddleColumn dd, .RightColumn dd {
margin: 0;
}
.MiddleColumn dd img, .RightColumn dd img {
float: left;
margin: 2px;
width: 70px;
border: 1px solid #000;
}
.MiddleColumn dd ul, .RightColumn dd ul {
margin: 0;
padding: 0;
}
.MiddleColumn dd li, .RightColumn dd li {
list-style: square;
margin: 0 0 0 17px;
padding: 3px 0;
}
.MiddleColumn dl dd dl dt, .RightColumn dl dd dl dt { /* 专题 */
font-weight: bold;
background-color: transparent;
border-bottom: 0 none;
padding: 2px;
}
.MiddleColumn dl dd dl dd, .RightColumn dl dd dl dd { /* 专题 */
padding: 2px;
}
.BodyBannerAd {
clear: both;
margin-bottom: 5px;
}
/* 二级文章列表页相关 ---------------------------------------------------------- */
#listSideBar { /* 侧边栏 */
width: 180px;
float: right;
background: #FFF;
margin-bottom: 5px;
}
#listSideBar dl {
margin-bottom: 5px;
}
#listSideBar dt {
font-weight: bold;
padding: 2px;
border-bottom: 1px solid #000;
}
#listMainArea { /* 主要列表内容区域 */
width: 570px;
float: left;
background: #FFF;
margin-bottom: 5px;
}
#listSimpleNav {
padding: 2px 0;
margin-bottom: 5px;
}
#listArticles {
margin-bottom: 5px;
}
#listArticles td {
/* border-bottom: 1px solid #D2691E;*/
padding: 1px;
}
#listArticles .Title {
font-size: 14px;
font-weight: bold;
padding: 10px 0 5px 0;
}
#listArticles .Desc {
padding: 5px;
border-top: 1px dotted #036;
background-color: #FDF5E6;
}
#listArticles .PostTime {
font-size: 11px;
color: #666;
text-align: right;
}
#listArticles .ListItemTable { /* KB 文章列表页面用 */
width: 100%;
}
#listArticles .ListItemTable td {
padding: 5px;
}
#listArticles .ListItemTable .Title1 {
font-size: 14px;
font-weight: bold;
width: 80%;
}
#listArticles .ListItemTable .PostTime1 {
font-size: 11px;
color: #666;
text-align: right;
width: 20%;
}
#listArticles .ListItemTable .Desc1 {
border-top: 1px dotted #036;
background-color: #FDF5E6;
}
#listArticles .ListItemTable .Link1 {
color: #000080;
text-align: right;
}
#listColumnTitle {
font-size: 14px;
margin: 5px 0;
}
#listPager {
font-size: 12px;
padding: 2px 0;
}
#listPager input {
font-size: 12px;
border: 1px solid #333;
}
.ReadArticle dt {
font-size: 14px;
font-weight: bold;
padding: 5px 0;
}
.ReadArticle .ArticleInfo {
border-bottom: 1px dashed #CCC;
padding: 5px 0;
}
.ReadArticle .ArticleContent {
padding: 5px 0;
line-height: 150%;
}
#listSideBar h4 { /* 关键字列表分组标题(橙色字) */
margin: 0;
font-weight: normal;
color: #F60;
padding: 2px;
font-size: 12px;
}
/* ------------------------------------------------------------------------- */
.More {
text-align: right;
font-size: 11px;
padding: 2px;
}
/* 附加,配合生成器 */
.CommentList {
border-bottom: 1px dashed #DCDCDC;
}
.CommentList p {
margin: 0;
padding: 2px;
}
.JobCh_JobList_Table {
width: 100%;
border: 0;
}
.JobCh_JobList_Table .Odd {
background: #FFF;
}
.JobCh_JobList_Table .Even {
background: #FFFFF0;
}
.JobCh_JobList_Table td {
/* border-bottom: 1px dotted #CCC;*/
padding: 3px;
}
.JobCh_JobList_Table .Employer {
width: 50%;
}
.JobCh_JobList_Table .JobTitle {
width: 50%;
}
.JavaCh_Forums_Table {
width: 100%;
border: 0;
}
.JavaCh_Forums_Table .Odd {
background-color: #FFF;
}
.JavaCh_Forums_Table .Even {
background-color: #F5F5F5;
}
.JavaCh_Forums_Table td {
padding: 3px;
}
.JavaCh_Forums_Table .Title {
width: 75%;
}
.JavaCh_Forums_Table .Num {
width: 25%;
text-align: right;
font-size: 11px;
}
.AuthorName {
color: #00F;
}
h4.BigHeading {
font-weight: bold;
color: #F00;
font-size: 16px;
}
#EntWindow {
padding: 1px 0;
}
#EntWindow li {
list-style: square;
margin: 0 0 0 17px;
padding: 2px 0;
text-align: left;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -