westdc-zf1/htdocs/css/knowledge.css

167 lines
2.6 KiB
CSS
Executable File

#leftPanel{float:left; width:220px;}
#leftPanel .title
{
border-bottom: #5D657C 1px solid;
border-top: #5D657C 1px solid;
color: #5D657C;
line-height: 25px;
font-size: 14px;
padding-left: 15px;
font-weight: bold;
margin-bottom: 0px;
background-color: #e6edea;
}
#leftPanel ul, #rightPanel ul {list-style-type: none; margin-left: 0px;padding-left: 0px;}
#leftPanel .item{line-height: 25px;}
#leftPanel .more a:link, #leftPanel .more a:visited
{
color:Green; text-decoration:none;
}
#rightPanel{margin-left: 230px; width: 550px;}
#rightPanel #feature .title
{
font-size: 105%;
font-weight: bold;
padding-top: 6px;
margin-left:10px;
}
#rightPanel #feature .more
{
margin-bottom: 20px; margin-left: 20px;
}
#rightPanel .more a
{color:Green; padding-right: 20px; background:url(../images/arrow.gif) no-repeat right center;
}
#rightPanel .title
{
font-size: 15px; font-weight: bold; margin-top: 5px; margin-bottom: 5px;
}
#rightPanel #feature{border-bottom: dotted 1px Gray; padding-bottom: 5px;}
#rightPanel #ssinfo {border-bottom: dotted 1px Gray; padding-bottom: 5px;}
#rightPanel #search {border-bottom: dotted 1px Gray; padding-bottom: 5px;}
.lastnews
{
padding:0 0 0 10px
}
#knowledgenav
{
padding:0 0 0 10px;
list-style-type: disc;
list-style-position:outside;
}
#knowledge
{
border-bottom: dotted 1px Gray;
padding-bottom: 5px
}
#rightPanel #knowledge .title
{
font-size: 105%;
font-weight: bold;
padding-top: 6px;
margin-top:0px;
margin-bottom: 5px;
margin-left:10px;
}
.lastq
{
padding: 0 0 0 10px;
}
#banner
{
display:inline;
}
#sectionq
{
float:left;
}
#sectiona
{
margin-left:300px;
}
#a
{
margin-left:20px;
font-size:15px;
color:Gray;
}
#q
{
margin-left:20px;
font-size:15px;
color:Gray;
}
#ssinfo
{
}
#ssimg
{
padding: 10px;
float:left;
}
#ssimg a img
{
border:0px;
}
#sstext p
{
text-indent: 2em;
}
#ssmore
{
margin-right:10px;
text-align:right;
}
.searchfildset
{
width:190px;
margin:5px;
margin-top:10px;
text-align:center;
}
#articlesearch
{
margin-top:10px;
}
.ssnav ul
{
padding:0px;
margin:0px;
}
.ssnav ul li
{
}
.ssnav ul li a
{
text-decoration: none;
color: #6d6d6d;
font-weight: normal;
height:21px;
display:block;
padding: 9px 0 0 20px;
background: url(/images/square-gray.gif) no-repeat 3px center;
}
.ssnav ul li a:hover
{
background: url(/images/square.gif) no-repeat 3px center;
color: #333;
}
.ssnav ul li a:visited
{
color:#6d6d6d;
}