You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
2.2 KiB

BODY
{
background-color: #FFF;
color: #000;
font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 1em;
margin: 20px;
padding: 0px;
}
.nav
{
font-size: 11px;
font-weight: bold;
border:1px solid gray;
padding:10px;
}
.pagespan
{
font-size: 11px;
font-weight: bold;
border:1px solid gray;
padding:10px;
margin-top: 10px;
}
.navsmall
{
font-size: 10px;
font-weight: bold;
border:1px dotted lightgray;
padding:8px 8px 8px 8px;
text-align:center;
width:350px;
float:right;
}
#largetext
{
font-size: 1.0em;
font-weight: bold;
margin-bottom: 10px;
padding-top: 3px;
width:auto;
}
#wrapper
{
}
#copyright
{
margin-top: 10px;
font-size: 10px;
text-align:center;
}
#content
{
padding: 10px;
margin-top:10px;
border:1px solid gray;
}
.topicwrap,
.forumwrap
{
line-height:130%;
}
.topicwrap ul,
.forumwrap ul
{
list-style-type: none;
}
.topicwrap li,
.forumwrap li
{
font-size: 1em;
}
.forumwrap strong
{
font-size: 1.1em;
font-weight: bold;
}
.desc
{
color: gray;
font-size: 10px;
}
.smalltext
{
color: gray;
font-size: 10px;
text-align:center;
padding:10px;
}
/*---------------------------------------*/
/* Post view */
/*---------------------------------------*/
.postwrapper
{
border:1px solid #E6E3E4;
padding:1px;
margin-bottom: 15px;
}
.posttopbar
{
background-color: #E6E3E4;
padding: 6px;
}
.postname
{
font-weight: bold;
font-size: 0.8em;
width: auto;
float:left;
}
.postdate
{
width:auto;
font-size: 0.8em;
color: gray;
text-align:right;
}
.postcontent
{
padding: 6px;
font-size: 0.8em;
}
.title_quote
{
color: #000;
margin: 8px auto 0px auto;
font-weight:bold;
font-size:10px;
padding: 8px;
background-color:#E4EAF2;
border-left: 4px solid #8394B2;
border-top: 1px dotted #000;
border-right: 1px dotted #000;
}
.quote
{
color: #465584;
background-color: #FAFCFE;
border-left: 4px solid #8394B2;
border-right: 1px dotted #000;
border-bottom: 1px dotted #000;
padding: 4px;
margin: 0px auto 8px auto;
}
.scriptcode
{
font-family: Courier, "Courier New", Verdana, Arial;
color: #465584;
background-color: #FAFCFE;
border: 1px dotted #000;
padding: 2px;
width:98%;
margin: 0px auto 0px auto;
}