westdc-zf1/htdocs/css/community.css

87 lines
1.4 KiB
CSS
Raw Permalink Normal View History

2011-10-29 07:16:26 +00:00
#index{width:1000px;margin:0 auto;}
2009-03-06 03:20:46 +00:00
.logo{float:right;margin-left:10px;margin-bottom:15px;text-align:center;}
.preface
{
margin-left: 20px;
margin-right: 150px;
padding: 5px;
border: 1px solid gray;
}
.LeftMargin a
{
text-decoration: none;
}
.LeftMargin p
{
text-indent: 20px;
}
h2 a, h2 a:visited{padding-right:20px;color:#808080;background-image:url(/images/extlink.gif);
background-repeat:no-repeat; background-position:right center;}
.center
{
font-size: 12px;
font-weight: bold;
margin-bottom: 20px;
}
.left
{
float:left;
}
#forumcontent
{
float:left;
2011-10-29 07:16:26 +00:00
padding:10px;
width:600px;
2009-03-06 03:20:46 +00:00
border-bottom:1px dotted gray;
}
#forumcontent ul
{
2011-10-29 07:16:26 +00:00
list-style:decimal;
2009-03-06 03:20:46 +00:00
padding-left:10px;
}
#forumintro
{
float:left;
width:200px;
padding-right:10px;
}
#mlintro
{
float:left;
width:200px;
padding-right:10px;
}
#mlcontent
{
padding:10px;
clear:left;
}
#mlcontent img,#forumcontent img
{
float:left;
padding:10px;
}
#leftPanel{margin-left:10px;float:left; width:200px;}
2011-10-29 07:16:26 +00:00
#leftPanel .title, h3
2009-03-06 03:20:46 +00:00
{
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;
2011-10-29 07:16:26 +00:00
background-color: #e6edea;
overflow:hidden;
2009-03-06 03:20:46 +00:00
}
#rightPanel
{
float:left;
2011-10-29 07:16:26 +00:00
margin-left:20px;
2009-03-06 03:20:46 +00:00
}