2005年1月2日

[BLOG] Blogger 的 Template 調校 - 1

目前我使用的是 "Minima Blue" 的模版。它預設的版面寬度只有 660px。

我更動了以下設定,讓它的版面大小會動態調整,佔 90% 的寬度:
#content {

  width:90%;
  ...
}

#main {
  width:70%;
  ...
}

#sidebar {
  width:27%;
  ...
}

#footer {
  width:90%;
  ...
}


另外把 description 字型調大:
#description {

  ...
  font:150%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  ...
}



沒有留言: