你好呀, 愚才子.
我剛剛已自行解決 Q1, Q4 的問題!!
就是將版面加大
修改位址 stylesheet.css(位於../styles/N.Design/theme/)
原有的代碼
代碼: 選擇全部
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
background-color: #FFFFFF;
background-image: url('./images/bgforum.jpg');
background-position: center;
background-repeat:repeat-y;
width: 860px;
margin-left: auto;
margin-right: auto;
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* background-image: url('./images/background.gif');
background-repeat: repeat-x;*/
/* padding: 0 25px 15px 25px;*/
padding: 0;
}
#wrapcentre {
margin: 0px 25px 0 25px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
}
#logodesc {
height: 110px;
width: 808px;
background-image: url("./images/random/random.php");
margin-left: auto;
margin-right: auto;
}
#menubar {
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
text-transform: uppercase;
line-height: 2.6em;
background-color: #4C4C4C;
margin: 0 26px 0 26px;
}
#menubar a:link{
color: #CCFF00;
text-decoration: none;
padding-bottom: 2px;
}
#menubar a:visited {
color: #CCFF00;
text-decoration: none;
}
#menubar a:hover {
color: #FFFF00;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFF00;
}
#datebar {
margin: 0px 25px 0 25px;
}
#findbar {
margin: 10px 25px 0 25px;
}
.forumrules {
background-color: #F9CC79;
border-width: 1px;
border-style: solid;
border-color: #BB9860;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color: red;
}
#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
修改的代碼
代碼: 選擇全部
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
background-color: #FFFFFF;
background-image: url('./images/bgforum.jpg');
background-position: center;
background-repeat:repeat-y;
width: 1000px;
margin-left: auto;
margin-right: auto;
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* background-image: url('./images/background.gif');
background-repeat: repeat-x;*/
/* padding: 0 50px 15px 50px;*/
padding: 0;
}
#wrapcentre {
margin: 0px 35px 0 35px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
}
#logodesc {
height: 110px;
width: 948px;
background-image: url("./images/random/random.php");
margin-left: auto;
margin-right: auto;
}
#menubar {
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
text-transform: uppercase;
line-height: 2.6em;
background-color: #4C4C4C;
margin: 0 26px 0 26px;
}
#menubar a:link{
color: #CCFF00;
text-decoration: none;
padding-bottom: 2px;
}
#menubar a:visited {
color: #CCFF00;
text-decoration: none;
}
#menubar a:hover {
color: #FFFF00;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFF00;
}
#datebar {
margin: 0px 25px 0 25px;
}
#findbar {
margin: 10px 25px 0 25px;
}
.forumrules {
background-color: #F9CC79;
border-width: 1px;
border-style: solid;
border-color: #BB9860;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color: red;
}
#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
其實我是從該文章參考得來的:
http://phpbb-tw.net/phpbb/viewtopic.php?f=140&t=50308
不知這樣改是否正確??
但是, 已解決了 Q1, Q4 的問題.
Q1, 圖片不再離框
Q4, 巳 set 了顯示更多表情符號. PS: 在未修改之前, 按"更多表情符號"沒有出現符號的, 但是現在可以了
haha~~ 好開心
