84 lines
1.3 KiB
CSS
84 lines
1.3 KiB
CSS
|
.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;
|
||
|
padding:10px;
|
||
|
border-bottom:1px dotted gray;
|
||
|
}
|
||
|
#forumcontent ul
|
||
|
{
|
||
|
list-style:none;
|
||
|
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;}
|
||
|
#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;
|
||
|
}
|
||
|
#rightPanel
|
||
|
{
|
||
|
float:left;
|
||
|
margin-left:20px;
|
||
|
}
|