站内公告:

SMF - Just Installed!

Main Menu

水景大哥,你好,有个问题请教。

作者 haidiquan, 2012-11-04, 14:35:41

« 上一篇主题 - 下一篇主题 »

haidiquan

水景大哥,我对程序不是很懂,看到usebb的简洁,想用它建立一个小型论坛,但是我的安装了以后,版面非常小,但是你的论坛很大,适合国人阅读,请问你能告诉我变大的方法吗,或者你能提供下你修改后的版本下载吗。谢谢你了。 :)

lonelicloud

#1
你是说页面宽度,还是字体?
我的修改不只是样式表文件 style.css,还有不少模板(template)里的内容也被我改了,所以不太确定你能不能用。我把我的修改 style.css 贴在这里供你参考,你可以直接用,看看有没有问题。


* {
margin: 0;
padding: 0;
}
html, body {
font-size: 8pt;
font-family: verdana, sans-serif;
text-align: center;
/* background-image: url(gfx/body_bg.png);*/
background-color: #CCC;
cursor: default;
color: #000;
}
/* #pagebox-bg {
width: 725px;
background-image: url(gfx/pagebox_bg.png);
background-repeat: repeat-x;
background-color: #FFF;
margin: 0 auto 0 auto;
padding: 20px 15px 15px 15px;
box-shadow: 0 0 5px 5px #888888;
position: relative;
behavior: url(./templates/default/PIE.htc);
} */
a img {
border: 0;
}
a:link, a:active, a:visited {
color: #369;
text-decoration: underline;
}
a:hover {
color: #7F0000 !important;
text-decoration: none;
}
a.administrator:link, a.administrator:active, a.administrator:visited {
color: #B20000 !important;
}
a.moderator:link, a.moderator:active, a.moderator:visited {
color: #0000B2 !important;
}

textarea {
width: 99%;
font-size: 9pt !important;
font-family: Verdana, sans-serif !important;
}
textarea#tags-txtarea {
width: 98%;
padding: 3px;
}
input[type="submit"], input[type="reset"], input[type="button"],
label, input[type="radio"], input[type="checkbox"], select {
cursor: pointer;
}
optgroup option {
padding: 0 10px 0 10px;
}

input[type="reset"] {
font-weight: normal !important;
color: #666;
font-style: italic;
}

pre.code {
display: block;
margin: 0 25px 0 25px;
padding: 5px;
font-family: monospace;
color: #7F0000;
background-color: #FFF;
border: 1px solid #BFBFBF;
overflow: auto;
font-size: 8pt;
}
table.maintable pre.code {
width: 502px;
padding: 5px 5px 20px 5px;
}
html>body table.maintable pre.code {
padding: 5px;
}


blockquote.quote {
margin: 0 25px 0 25px;
font-size: 8pt;
}
blockquote.quote .title {
font-weight: bold;
padding: 3px;
}
blockquote.quote .content {
padding: 10px;
color: #333;
/* background-image: url(gfx/quote_bg.png);*/
background-repeat: no-repeat;
background-position: top right;
background-color: #FFF;
border: 1px solid #BFBFBF;
overflow: auto;
}


hr {
border: 0;
border-top: 1px solid silver;
padding: 6px;
}
#logo {
float: left;
height: 30px;
}
/* h1#boardname {
text-align: right;
font-size: 13pt;
font-weight: bold;
color: #369;
line-height: 30px !important;
}
h1#boardname #line {
padding: 0 0 2px 0;
border-bottom: 2px solid #EBD6AD;
}
h2#boarddescr {
text-align: right;
font-size: 10pt;
font-weight: normal;
font-style: italic;
color: #7F7F7F;
line-height: 30px !important;
} */
/* add following */
#topmenu * {
text-align: left;
}
ul#topmenu {
clear: both;
/* background-image: url(gfx/topmenu_bg.png);
background-repeat: repeat-x;
background-color: #E8E8E8; */
border: 1px solid #369;
padding: 3px 0 3px 0;
margin: 5px 0 0 0; /* ori: margin: 5px 0 10px 0;
box-shadow: 0 2px 2px 0 #888888;
text-align: left;
position: relative;
behavior: url(./templates/default/PIE.htc); */
list-style: none;
    /* added following */
    float: left;
    width: 100%;
    background-color: #EEE;
    background-image: -webkit-gradient(linear,left top,left bottom, from(#FFF),to(#EEE));
    background-image: -webkit-linear-gradient(top,#FFF,#EEE);
    background-image: -moz-linear-gradient(top,#FFF,#EEE);
    background-image: -ms-linear-gradient(top,#FFF,#EEE);
    background-image: -o-linear-gradient(top,#FFF,#EEE);
    background-image: linear-gradient(top,#FFF,#EEE);
}
ul#topmenu li {
display: inline;
}
ul#topmenu li a:link, ul#topmenu li a:visited, ul#topmenu li a:hover {
text-decoration: none;
padding: 3px 7px 3px 7px;
border-right: 1px solid #369;
}
ul#topmenu li#logout a:link, ul#topmenu li#logout a:visited, ul#topmenu li#logout a:hover {
border-right: 0;
border-left: 1px solid #369;
}
ul#topmenu li a:link, ul#topmenu li a:visited {
color: #369;
}
ul#topmenu li a:active, ul#topmenu li a:hover {
color: #7F0000;
/* background-image: url(gfx/topmenu_bg_reverse.png);
background-repeat: repeat-x; */
background-color: #FFF;
/* added following */
    padding: 3px 7px 3px 7px;
    background-image: -webkit-gradient(linear,left top,left bottom, from(#EEE),to(#FFF));
    background-image: -webkit-linear-gradient(top,#EEE,#FFF);
    background-image: -moz-linear-gradient(top,#EEE,#FFF);
    background-image: -ms-linear-gradient(top,#EEE,#FFF);
    background-image: -o-linear-gradient(top,#EEE,#FFF);
    background-image: linear-gradient(top,#EEE,#FFF);
}
#topmenu-shadow { /* used as margin top on google ad */
clear: both;
height: 5px;
/* background-image: url(gfx/topmenu_shadow.png);
background-repeat: repeat-x;
background-color: #FFF; */
line-height: 100%;
overflow: hidden;
margin: 0 0 15px 0;
width: 100%; /* Be nice to Safari */
}
p.breadcrumbs {

clear: both;
text-align: left;
font-style: italic;
color: #333;
margin: -10px 0 10px 0; /* ori: 0 0 10px 0; */
padding: 3px;
}

p.breadcrumbs a {

font-style: normal;
}
p.breadcrumbs.below {
margin-top: -10px;
}

/* Global styles */

table.maintable, table.confirmform {
clear: both;
border-collapse: collapse;
border-left: 1px solid silver;
border-right: 1px solid silver;
border-bottom: 1px solid silver;
margin: 0 0 20px 0;
width: 100%;
font-size: 8pt;
}
table.maintable th, table.confirmform th {
color: #EBD6AD;
font-weight: bold;
/* background-color: #369;
background-image: url(gfx/tableheadbg.gif);
background-position: top;
background-repeat: repeat-x;*/
text-align: left;
padding: 4px 6px 4px 6px;
border-left: 1px solid silver;
border-top: 1px solid silver;
white-space: nowrap;
text-shadow: #4F4F4F 1px 1px 1px;
}
table.maintable td, table.confirmform td, td.msg {
background-color: #EFEFEF;
padding: 6px !important;
text-align: left;
border-left: 1px solid silver;
border-top: 1px solid silver;
vertical-align: middle;
}
table.maintable td a:visited {
color: #555;
}
table.maintable td ul {
margin-left: 15px;
}
td.fieldtitle {
background-color: #E8E8E8 !important;
width: 25%;
height: 1%;
font-weight: bold;
}
td.formcontrols {
background-color: #E8E8E8 !important;
text-align: center !important;
padding: 6px !important;
}
td.formcontrols input {
font-weight: bold;
min-width: 65px;
    padding: 5px; /* added */
}
td.formcontrols a {
color: #369 !important;
}
td.formcontrols .postformshortcut {
margin-top: 3px;
color: #666;
font-size: 7pt;
}
table.maintable th.icon {
width: 25px;
}
table.maintable td.icon {
background-color: #E8E8E8;
width: 25px;
}
table.maintable th.count, table.maintable td.count {
width: 1%;
text-align: center;
white-space: nowrap;
}
table.maintable td.count {
background-color: #E8E8E8;
font-weight: bold;
color: #333;
}
table.maintable th.lastpostinfo, table.maintable td.lastpostinfo {
width: 200px;
}
.msgbox, .preview {
background-color: #EBECEC;
text-align: left;
padding: 15px;
font-size: 10pt;
border-radius: 10px;
margin: 0 0 20px 0;
position: relative;
behavior: url(./templates/default/PIE.htc);
}

.msgbox h3, .preview h3 {
color: #EBD6AD; /* ori: #369 */
font-weight: bold;
font-size: 11pt;
/* margin-bottom: 8px;*/
/* added following */
text-align: left;
padding: 4px 6px 4px 6px;
border: 1px solid silver;
text-shadow: #4F4F4F 1px 1px 1px;
}
.msgbox p {
line-height: 150%;
}
.msgbox p p, .preview div.preview {
padding: 0;
margin: 0;
/* added following */
background-color: #EFEFEF;
padding: 15px 20px;
margin: 0 0 20px 0;
text-align: left;
border: 1px solid silver;
border-top: 0;
line-height: 150%;
font-size: 10pt;
}
.preview div.preview {
line-height: 125%;
padding: 18px;
}

/* Forumlist styles */

table.maintable td.forumcat {
font-weight: bold;
/* background-image: url(gfx/topmenu_bg.png);
background-repeat: repeat-x;
background-color: #E8E8E8;*/
color: #333;
/* added following */
    background-color: #FFF;
    background-image: -webkit-gradient(linear,left top,left bottom, from(#EEE),to(#FFF));
    background-image: -webkit-linear-gradient(top,#EEE,#FFF);
    background-image: -moz-linear-gradient(top,#EEE,#FFF);
    background-image: -ms-linear-gradient(top,#EEE,#FFF);
    background-image: -o-linear-gradient(top,#EEE,#FFF);
    background-image: linear-gradient(top,#EEE,#FFF);
border: 1px solid gray;
}
.forumname {
font-weight: bold;
font-size: 9pt;
}
.forumdescr {
margin: 3px 0 0 3px;
}
table.maintable td.online {
font-weight: bold;
background-image: url(gfx/topmenu_bg.png);
background-repeat: repeat-x;
background-color: #E8E8E8;
color: #333;
}
table.maintable td.stats-cell {
line-height: 150%;
}
.detailed-list-link {
float: right;
font-weight: bold;
}

/* Topiclist styles */

#forumname {
font-size: 11pt;
font-weight: bold;
text-align: left;
}
#forumname a:link, #forumname a:hover, #forumname a:active, #forumname a:visited {
text-decoration: none;
}
#forummods {
text-align: left;
color: #444;
margin: 0 0 6px 0;
}
#toolbartop {
float: right;
line-height: 23px;
text-align: right;
margin: 0 0 6px 0;
}
#toolbartop a, #toolbarbottom a, #toolbartop .locked-msg, #toolbarbottom .locked-msg {
padding: 5px 11px; /* ori: 3px 11px 3px 11px; */
margin: 0 0 0 4px;
font-weight: bold;
}
#toolbartop a, #toolbarbottom a {
/* background-image: url(gfx/button_normal.png);
background-repeat: repeat-x;
background-color: #E8E8E8;*/
text-decoration: none !important;
/* border-top: 1px solid #99b2cc;
border-left: 1px solid #99b2cc;
border-bottom: 1px solid #369;
border-right: 1px solid #369;
    color: #EEE; */
    color: #EBD6AD;
}
#toolbartop a:hover, #toolbarbottom a:hover {
/* background-image: url(gfx/button_reverse.png);
background-color: #FFF;
border-top: 1px solid #369;
border-left: 1px solid #369;
border-bottom: 1px solid #99b2cc;
border-right: 1px solid #99b2cc;*/
    color: #EBD6AD;
}
#toolbartop .locked-msg, #toolbarbottom .locked-msg {
background-color: #FEE;
border: 1px solid #F88;
color: #333;
}
#pagelinkstop {
float: left;
line-height: 23px;
font-weight: bold;
margin: 0 0 6px 0;
}
.topicname {
font-size: 9pt;
}
.topicpagelinks {
float: right;
text-align: right;
color: #444;
white-space: pre;
padding: 0 0 0 10px;
}
#toolbarbottom {
float: right;
line-height: 23px;
text-align: right;
margin: -14px 0 0 0;
}
#pagelinksbottom {
float: left;
line-height: 23px;
font-weight: bold;
margin: -14px 0 0 0;
}
#bottomfix {
clear: both;
height: 20px;
}
.author {
clear: left;
padding: 2px 0 0 3px;
color: #444;
}
.author a {
text-decoration: none;
color: #444;
}

/* Topic styles */
table.maintable tr.tr1 td {
background-color: #EFEFEF;
}
table.maintable tr.tr2 td {
background-color: #E8E8E8;
}
table.maintable td.postername {
text-align: center;
font-size: 10pt;
font-weight: bold;
width: 135px;
height: 1%;
}
table.maintable td.postername .posternamecontainer {
overflow: hidden;
width: 135px;
}
table.maintable td.postinfo {
vertical-align: middle;
}
table.maintable td.postinfo .postdate {
color: #444;
}
table.maintable td.postinfo .postlinks {
float: right;
font-weight: bold;
color: #999;
}
table.maintable td.posterinfo {
vertical-align: top;
text-align: center;
width: 135px;
}
table.maintable td.posterinfo .avatar {
margin-top: 10px;
}
table.maintable td.posterinfo .avatar img {
margin-bottom: 10px;
}
table.maintable td.posterinfo .field {
color: #444;
}
table.maintable td.postcontent {
vertical-align: top;
}
table.maintable td.postcontent .post {
width: 560px;
overflow: auto;
font-size: 10pt;
cursor: auto;
padding: 1px;
}
table.maintable td.postcontent .signature {
color: #444;
font-size: 8pt;
}
table.maintable td.postcontent .editinfo {
margin: 5px 0 0 0;
border-top: 1px solid silver;
padding: 5px 0 0 0;
color: #444;
font-size: 8pt;
font-style: italic;
}
table.maintable td.postcontent .poster-ip-addr {
color: #666;
font-size: 7pt;
text-align: right;
padding: 5px 0 0 0;
}
table.maintable td.postcontent .poster-ip-addr a {
text-decoration: none;
}
table.maintable td.posterinfo, table.maintable td.postcontent {
border-bottom: 4px solid #D8D8D8;
}
#actionlinks {
color: #323232;
text-align: left;
padding: 3px;
margin-bottom: 10px;
margin-top: -10px;
}

/* FAQ styles */

table.maintable td#faq-contents {
font-size: 10pt;
}
table.maintable td#faq-contents h3 {
font-size: 10pt;
font-weight: bold;
margin: 0 0 10px 0;
}
table.maintable td#faq-contents ul {
margin: 0 0 10px 30px;
}
table.maintable td#faq-contents ul li {
font-style: italic;
}
table.maintable td#faq-contents ul li a {
font-style: normal;
}
table.maintable td#question {
font-size: 10pt;
padding: 12px !important;
}

/* Active topics styles */

table.maintable td.atforum {
font-size: 7pt;
width: 1%;
}

/* Stats styles */

table.maintable td.statstitle {
background-color: #E8E8E8;
font-weight: bold;
width: 1%;
white-space: nowrap;
}
table.statslayout {
width: 100%;
border-collapse: collapse;
}
table.statslayout td {
width: 50%;
vertical-align: top;
padding: 0 20px 0 0;
}
table.statslayout td.last {
padding: 0;
}

/* */

table.confirmform td.msg, td.msg {
padding: 18px 36px 18px 36px !important;
font-size: 10pt;
}
table.maintable td.minimal {
background-color: #E8E8E8;
width: 1%;
white-space: nowrap;
text-align: center;
}
table.maintable td.avatar-field {
background-color: #E8E8E8;
width: 80px;
text-align: center;
}
#pagelinksothertop {
text-align: left;
font-weight: bold;
margin: 0 0 10px 0;
}
#pagelinksotherbottom {
text-align: left;
font-weight: bold;
margin: -10px 0 20px 0;
}
#pagelinkstop strong, #pagelinksbottom strong, #pagelinksothertop strong, #pagelinksotherbottom strong {
padding: 1px 2px 1px 2px;
border: 1px solid silver;
background-color: #EFEFEF;
}
ul#panelmenu {
list-style: none;
margin: 0 0 10px 0;
padding: 5px;
text-align: center;
background-color: #EFEFEF;
border: 1px solid silver;
color: #333;
}
ul#panelmenu li {
display: inline;
padding: 0 10px 0 10px;
border-left: 2px solid silver;
}
ul#panelmenu li#first {
border-left: 0;
}
p#linkbar {
color: #323232;
text-align: center;
margin-bottom: 20px; /* ori: 10px */
}
p#linkbar a {
margin: 0 2px 0 2px; /* ori: margin: 0 3px; */
text-decoration: none;
}
p#linkbar #rss-feed-link {
/*
background-image: url(gfx/rss.png);
background-position: left center;
background-repeat: no-repeat;
padding-left: 17px; */
margin: 0 1px 0 3px;
}
.jump-in-data {
color: #666;
margin-left: 10px;
}
.moreinfo {
padding-top: 3px;
color: #333;
}
.results-posts-post-info td {
background-color: #E8E8E8 !important;
}
.results-posts-post-date {
float: right;
}
.results-posts-post-content td {
border-top: 0 !important;
border-bottom: 2px solid #c7c3c7;
}
.results-posts-post-content div {
line-height: 150%;
color: #333;
height: 48px;
overflow: auto;
width: 80%; /* ori: 712px */
}

#bbcode-controls, #smiley-controls {
list-style: none;
}
#bbcode-controls li, #smiley-controls li {
display: inline;
}

#bbcode-controls {
margin: 0 0 5px 0;
width: 98%;
padding: 4px 3px 4px 3px;
background-color: #FFF;
background-image: url(gfx/bbcode_bg.png);
background-position: bottom;
background-repeat: repeat-x;
border: 1px solid #d7cbbe;
border-top: 0;
}
#bbcode-controls li a {
padding: 2px 6px 2px 6px;
margin: 0 2px 0 0;
text-decoration: none;
color: #333 !important;
cursor: default !important;
}
#bbcode-controls li a:hover {
padding: 2px 5px 2px 5px;
background-color: #dae2e4;
border: 1px solid #2058b9;
}
#smiley-controls {
margin: 3px 0 0 0;
}
#smiley-controls li {
margin: 0 5px 0 0;
vertical-align: sub;
}

#post-options input, #post-options label {
margin: 5px 0 0 0;
}

table#spamquestion, table.thinner-table, .msgbox, table.confirmform {
clear: both;
margin: 0 auto 20px auto;
width: 67%;
}

table.termsofuse {
margin: 0 0 20px 0;
width: 100%;
}

.bcc-input {
margin-top: 5px;
}

.potential-spammer-notice, .visibility-info {
color: #333;
font-style: italic;
}

.potential-spammer-notice {
padding-top: 3px;
}

.visibility-info {
padding-bottom: 5px;
}
#bottom {
clear: both;
padding: 3px 9px 3px 9px;
/* background-image: url(gfx/topmenu_bg.png); */
background-repeat: repeat-x;
background-color: #E8E8E8;
border: 1px solid #369;
font-style: normal;
text-align: right;
color: #333;
box-shadow: 0 2px 2px 0 #888888;
position: relative;
behavior: url(./templates/default/PIE.htc);
}
#bottom a:link, #bottom a:hover, #bottom a:active, #bottom a:visited {
text-decoration: none;
}
a#usebb_acp_link {
font-weight: bold;
}

#debug-info-small {
margin: 0 auto 20px auto;
padding: 3px;
text-align: center;
background-color: #E8E8E8;
border: 1px solid silver;
color: #333;
font-size: 7pt;
}
#debug-info-large {
margin: 0 auto 20px auto;
font-size: 7pt;
text-align: center;
color: #333;
}
#debug-info-large div {
background-color: #E8E8E8;
padding: 3px;
}
#debug-info-large textarea {
color: #333;
font-size: 7pt !important;
font-family: monospace !important;
margin: 3px 0 0 0;
border: 1px solid silver;
padding: 3px;
}

/* customed by cnzhx.net
------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* overall page */
table.maintable th, table.confirmform th, .msgbox h3, .preview h3, #toolbartop a, #toolbarbottom a {
    background-color: #4787ED;
    background-image: -webkit-gradient(linear,left top,left bottom, from(#4787ED),to(#369));
    background-image: -webkit-linear-gradient(top,#4787ED,#369);
    background-image: -moz-linear-gradient(top,#4787ED,#369);
    background-image: -ms-linear-gradient(top,#4787ED,#369);
    background-image: -o-linear-gradient(top,#4787ED,#369);
    background-image: linear-gradient(top,#4787ED,#369);
border: 1px solid #369;
}
html,body{font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,Sans-Serif;font-size:16px}
body{font-size:75%;text-align:center;background:#BEC3C6}
#page{background-color:#656A6D;text-align:left;margin:0 auto;padding-top:0px;position:relative;clear:both;border:none}
.columns-one #page{width:1000px;min-height:500px}

h1,.blog-title,h2,h3{font-family:"Trebuchet MS",Verdana,sans-serif}
#header{position:relative;overflow:hidden;height:132px;background:#000;background-position:top right;background-repeat:no-repeat;border-left:1px thin #000;border-right:1px thin #000}

.blog-title{font-size:2.5em;font-weight:bold;padding:25px 30px 0}
#header .blog-title a, #header .blog-title a:hover{text-decoration:none;color:#FFF}
#header h1{color:#fff}
#header .description{font-size:1.2em;line-height:2em;margin:0 30px;color:#FFF;border-top:1px solid #FFF;text-decoration:none;float:left;text-align:left;padding:0 3px}

/* =Menu
-------------------------------------------------------------- */

#access {
background: #000; /* Show a solid color for older browsers */
margin-top: 8px;
padding-left:30px;
clear: both;
display: block;
float: left;
width: 100%;
}
#access ul {
font-size: 13px;
list-style: none;
margin: 0 0 0 -0.8125em;
padding-left: 0;
}
#access li {
float: left;
position: relative;
}
#access a {
color: #eee;
display: block;
line-height: 2.5em;
padding: 0 1.2125em;
text-decoration: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
}
#access li:hover > a,
#access a:focus {
background: #efefef;
}
#access li:hover > a,
#access a:focus {
background: #f9f9f9; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
background: -o-linear-gradient(#f9f9f9, #e5e5e5);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
color: #373737;
}

.content{padding:0 20px 30px;background-color:#FFF}
#footer{clear:both;margin:0 auto;width:1000px;padding:15px 0 15px;text-align:center;color:#777;background-color:#eee;border-top:1px solid #ccc}
.content, #footer {line-height:1.8em}

.forumdescr a, .post a {color:blue}
pre.code{margin:20px 0;padding:0 20px 0 20px;font-family:'Courier New',Courier,Fixed;display:block;overflow:auto;background-image:none;border:1px solid #800918;border-left:4px solid #730925;border-right:4px solid #730925;font-size:8pt}

/* Topic styles */
table.maintable, table.confirmform {font-size:10pt;}
table.maintable td.postcontent{line-height:1.8em}
table.maintable td.postcontent .post {width: 98%;}
table.maintable th.lastpostinfo, table.maintable td.lastpostinfo {width: 230px;}
#actionlinks{font-size:12px;}

/* add by cnzhx, re-usable */
/* for ad block */
p.breadcrumbs {margin: 10px 0 10px 0;}
.adblock {padding-bottom:10px;text-align:center;}
.ad_block_gg {margin-top: 10px;}
br {line-height: 2.5em;}

/* table */
.post-table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 15px 30px;
width: 520px;
text-align:center;
border-collapse: collapse;}
.post-table th {
padding: 8px;
font-weight: normal;
font-size: 13px;
color: #039;
background: #b9c9fe;}
.post-table td {
padding: 8px;
background: #e8edff;
border-top: 1px solid #fff;
color: #669;}
.post-table tbody tr:hover td,.rounded-corner tbody tr:hover td {background: #d0dafd;}

ul.menu li {
    display: inline;
}
*html .menu a {
    padding: 5px 10px;
}

*html .menu-home-navigation-container {
    width:100%;
    padding-left:30px;
}
欢迎光临水景一页

问题解决后请「修改」原始帖子将其前缀改为「已解决」。

请阅读"论坛管理"里面的置顶内容,帮助维护论坛正常运行,方便你我他!

lonelicloud

欢迎光临水景一页

问题解决后请「修改」原始帖子将其前缀改为「已解决」。

请阅读"论坛管理"里面的置顶内容,帮助维护论坛正常运行,方便你我他!