2007年1月26日

Blogger.com樣板補完計劃

逛過不少Blog,也看到不少的好樣版,每次看到好束西總會想留下來,有空來套套看,結果我現在的樣版一改再改,怕自己把樣板套上去後,之前有改過的地方還要再全部動一次。
現在全部放上來,大家有空幫忙套套看,心得交流一下。

UPDATE:因原作者要求,已將連結取下,請自行前往原作者Blog下載

  • MinimaMinima
  • StretchMinima
  • BlueMinima
  • Blue StretchMinima
  • DarkMinima
  • Dark StretchMinima
  • OchreMinima
  • Ochre Stretch(以上由Hoctro's Place提供,請自行前往下載

  • hacked-minima 3-column Minima
  • hacked-scribe 3-column Denim
  • 3-column Dotsdark
    UpData:1/27
    新增3-column Dotsdark,來源:Hackosphere,請自行前往下載
  • template-andreas04(以上來源已忘記,在此向原作者說聲抱歉,原作者GeckoAndFly.com,由Blogcrowds.com修改為Blogger版本)

  • Harbor
  • Rounders
  • Rounders 2
  • Rounders 3
  • Rounders 4
  • Scribe
  • Herbert
  • Jellyfish
  • Sand Dollar
  • Tekka
  • 565
  • 897
  • Dots
  • Dots Dark
  • Denim
  • Denim Light
  • Denim Washed

updata:1/27
以上來源為Blogcrowds.com,請自行前往下載


如果各位有上面所沒列到的樣板,也歡迎提供來源,我將補上,謝謝。

如何將你的Label做成Tabs(分頁)(續)

我已經把圖片抓下來,和css各作分類,請自行取用。(每一種各有二張圖)

Tabs A
tableft.gif tabright.gif

#tabs {
float:left;
width:100%;
background:#BBD9EE;
font-size:93%;
line-height:normal;
}
#tabs ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a {
float:left;
background:url("tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs a span {
float:left;
display:block;
background:url("tabright.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#FF9834;
}
#tabs a:hover {
background-position:0% -42px;
}
#tabs a:hover span {
background-position:100% -42px;
}


Tabs B
tableftB.gif tabrightB.gif

#tabsB {
float:left;
width:100%;
background:#F4F4F4;
font-size:93%;
line-height:normal;
}
#tabsB ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsB li {
display:inline;
margin:0;
padding:0;
}
#tabsB a {
float:left;
background:url("tableftB.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsB a span {
float:left;
display:block;
background:url("tabrightB.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover span {
color:#000;
}
#tabsB a:hover {
background-position:0% -42px;
}
#tabsB a:hover span {
background-position:100% -42px;
}

Tabs C
tableftC.gif tabrightC.gif


#tabsC {
float:left;
width:100%;
background:#EDF7E7;
font-size:93%;
line-height:normal;
}
#tabsC ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsC li {
display:inline;
margin:0;
padding:0;
}
#tabsC a {
float:left;
background:url("tableftC.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsC a span {
float:left;
display:block;
background:url("tabrightC.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#464E42;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */
#tabsC a:hover span {
color:#FFF;
}
#tabsC a:hover {
background-position:0% -42px;
}
#tabsC a:hover span {
background-position:100% -42px;
}

Tabs D
tableftD.gif tabrightD.gif


#tabsD {
float:left;
width:100%;
background:#FCF3F8;
font-size:93%;
line-height:normal;
border-bottom:1px solid #F4B7D6;
}
#tabsD ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsD li {
display:inline;
margin:0;
padding:0;
}
#tabsD a {
float:left;
background:url("tableftD.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsD a span {
float:left;
display:block;
background:url("tabrightD.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#C7377D;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsD a span {float:none;}
/* End IE5-Mac hack */
#tabsD a:hover span {
color:#C7377D;
}
#tabsD a:hover {
background-position:0% -42px;
}
#tabsD a:hover span {
background-position:100% -42px;
}

Tabs E
tableftE.gif tabrightE.gif

#tabsE {
float:left;
width:100%;
background:#000;
font-size:93%;
line-height:normal;

}
#tabsE ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsE li {
display:inline;
margin:0;
padding:0;
}
#tabsE a {
float:left;
background:url("tableftE.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsE a span {
float:left;
display:block;
background:url("tabrightE.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {float:none;}
/* End IE5-Mac hack */
#tabsE a:hover span {
color:#FFF;
}
#tabsE a:hover {
background-position:0% -42px;
}
#tabsE a:hover span {
background-position:100% -42px;
}


Tabs F
tableftF.gif tabrightF.gif

#tabsF {
float:left;
width:100%;
background:#efefef;
font-size:93%;
line-height:normal;
border-bottom:1px solid #666;
}
#tabsF ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsF li {
display:inline;
margin:0;
padding:0;
}
#tabsF a {
float:left;
background:url("tableftF.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsF a span {
float:left;
display:block;
background:url("tabrightF.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
color:#FFF;
}
#tabsF a:hover {
background-position:0% -42px;
}
#tabsF a:hover span {
background-position:100% -42px;
}

Tabs G
tableftG.gif tabrightG.gif

#tabsG {
float:left;
width:100%;
background:#666;
font-size:93%;
line-height:normal;
}
#tabsG ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsG li {
display:inline;
margin:0;
padding:0;
}
#tabsG a {
float:left;
background:url("tableftG.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsG a span {
float:left;
display:block;
background:url("tabrightG.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span {float:none;}
/* End IE5-Mac hack */
#tabsG a:hover span {
color:#FFF;
}
#tabsG a:hover {
background-position:0% -42px;
}
#tabsG a:hover span {
background-position:100% -42px;
}

Tabs H
tableftH.gif tabrightH.gif

#tabsH {
float:left;
width:100%;
background:#000;
font-size:93%;
line-height:normal;
}
#tabsH ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsH li {
display:inline;
margin:0;
padding:0;
}
#tabsH a {
float:left;
background:url("tableftH.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsH a span {
float:left;
display:block;
background:url("tabrightH.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover span {
color:#FFF;
}
#tabsH a:hover {
background-position:0% -42px;
}
#tabsH a:hover span {
background-position:100% -42px;
}

Tabs I
tableftI.gif tabrightI.gif

#tabsI {
float:left;
width:100%;
background:#EFF4FA;
font-size:93%;
line-height:normal;
border-bottom:1px solid #DD740B;
}
#tabsI ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsI li {
display:inline;
margin:0;
padding:0;
}
#tabsI a {
float:left;
background:url("tableftI.gif") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabsI a span {
float:left;
display:block;
background:url("tabrightI.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
color:#FFF;
}
#tabsI a:hover {
background-position:0% -42px;
}
#tabsI a:hover span {
background-position:100% -42px;
}

Tabs J
tableftJ.gif tabrightJ.gif

#tabsJ {
float:left;
width:100%;
background:#F4F4F4;
font-size:93%;
line-height:normal;
border-bottom:1px solid #24618E;
}
#tabsJ ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsJ li {
display:inline;
margin:0;
padding:0;
}
#tabsJ a {
float:left;
background:url("tableftJ.gif") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabsJ a span {
float:left;
display:block;
background:url("tabrightJ.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
color:#FFF;
}
#tabsJ a:hover {
background-position:0% -42px;
}
#tabsJ a:hover span {
background-position:100% -42px;
}

Tabs K
tableftK.gif tabrightK.gif

#tabsK {
float:left;
width:100%;
background:#E7E5E2;
font-size:93%;
line-height:normal;
border-bottom:1px solid #54545C;
}
#tabsK ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsK li {
display:inline;
margin:0;
padding:0;
}
#tabsK a {
float:left;
background:url("tableftK.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsK a span {
float:left;
display:block;
background:url("tabrightK.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsK a span {float:none;}
/* End IE5-Mac hack */
#tabsK a:hover span {
color:#FFF;
background-position:100% -42px;
}
#tabsK a:hover {
background-position:0% -42px;
}
#tabsK a:hover span {
background-position:100% -42px;
}

2007年1月25日

Label Cloud(標籤雲)進化版

今天又Google到一個不錯的地方–Kaie's Blog,文章都很不錯。

我還利用[AJAX] AJAX Labels Cloud的方法幫我的Label Cloud做了升級。

之前的Label Clouds是利「Label Clouds(標籤雲) For Blogger」製作的,當我點選Label時,是由系統用搜尋命令:
http://blogname.blogspot.com/search/label/labelname
來轉換頁面,當頁面轉過去後,還要選擇文章標題才能進入文章內容觀看;改用這個方法後,可以先在原來的頁面叫出該Label中前五則的文章內容來做預覽,再選擇文章,這中間頁面轉換的時間只需一次,原來的方法要轉換二次,所以換成新的方法會更有效率。

如果你想要套用,到[AJAX] AJAX Labels Cloud,他的解說很詳細。

如何將你的Label做成Tabs(分頁)

在看了 [推薦] 53個你不能錯過的CSS技巧之後,我就馬上將其中一個Tabs放到我的Blog,原本只是用做成普通的Link,今天特地把Label轉成Tabs來用。

首先當然就是要選一個Tabs的樣本,至於樣本你可以在Free CSS Navigation Menu,「按右鍵、檢視原始檔」來挑選,也可以按這裡來選擇。

Read More功能強化版

在套用這個樣板的時,這個樣版已有內建Read More的功能,但我發現在有一點很不方便。

當你按下“read more”後,並不會馬上把隱藏起來的文章內容顯示出來,而是再重新Load進來
當我逛到Racklin's 阿土伯程式大觀園時,我發現了阿土伯的方法,就可以做到。

而且還把部落格會笑了!Blogger Smiley!的功能也整合了進去,這二個站真的很不錯,有空多去逛逛吧。

2007年1月24日

[推薦] 53個你不能錯過的CSS技巧

[推薦] 53個你不能錯過的CSS技巧

這53個CSS真是沒話說,我也移植了一個到我的Blog,因為他的配色正是我所需要的,而且透過定位,以後還可擴充。剩下的52個,我一定要好好研究一下。

2007年1月22日

將Archives頁面底部的文字導向連結圖形化(續)

將Archives頁面底部的文字導向連結圖形化
如果要上述的導向連結頁首也加入的話,只要再加入一小段就可辦到。
一樣進入修改 HTML,選取展開小裝置範本,搜尋下列程式碼:
<b:includable id='main' var='top'>
<div id='blog-posts'>

再加入下列程式碼:
<b:include name='nextprev'/>
完成後就會像下圖一樣
奇摩購物中心-1111