作者mozzarella (摩佐拉起司条)
看板Blog
标题[问题] 有关templete修改问题
时间Fri Jan 26 00:13:59 2007
最近才刚开始研究使用blog
看过很多人的blog之後
也想把自己的弄得一样漂亮
无奈我学艺不精
研究很久还是没办法
恳请板上高手指教
http://mozzow.blogspot.com/
我的blog用了内建的版面
想把整个显示的框框加大
使得右边的空白部分没那麽多
这样我的文章也可以宽一点
我昨天弄了一个小时
还是没办法
这个部份算是layout structure 嘛?
我改了所有的宽度,都没有动静
希望高手能帮忙,谢
我贴上这个部份的语法,以下
#outer-wrapper {
width: 847px;
margin: 0px auto 0;
text-align: left;
font: $bodyfont;
background: url(
http://www.blogblog.com/tictac/tile.gif) repeat-y;
}
#content-wrapper {
margin-left: 42px; /* to avoid the border image */
width: 763px;
}
#main {
float: left;
width: 460px;
margin: 20px 0 0 0;
padding: 0 0 0 1em;
line-height: 1.5em;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar
float */
}
#sidebar {
float: right;
width: 259px;
padding: 20px 0px 0 0;
font-size: 85%;
line-height: 1.4em;
color: $sidebartextcolor;
background: url(
http://www.blogblog.com/tictac/sidebar_bg.gif) no-repeat 0
0;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar
float */
}
--
三星是韩国之光?! 我呸...
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.184.53.154
1F:→ FISHLILY:建议把所有的width 都调整过....应该会有你的效果@@ 01/26 09:27