123


瑀婈教學~首篇基礎版型語法範例教學(888大餐)6/29修正



 





★加工製作版型前請遵守以下規定:


1.尊重原創作~切勿隨意取用創作者版型裡的圖檔表素材任意改變使用甚至發表.


2.分享愉快~看到喜歡的素材皆可以另存圖片再上傳至自己的空間.切勿直接套進語法,增加別人的流量~這樣的分享才是愉快的.


上傳空間參考這裡:-->各種上傳空間 (有好幾個可以自行選擇使用),瑀婈現在對於空間都很沒有信心..所以就不推薦了.


3.瑀婈這個版型製作基礎語法參考自原創~[Tina小小世界]~感恩無私分享.


4.第一次學習所有圖檔素材盡量使用和瑀婈所示範大小相當的..以免因為不會更改寬高度而失敗.


熟悉瑀婈示範的語法後,再自行來做其它變化.這樣會比較容易上手唷!


5.師父領進門~修行靠個人囉..版型所屬語法有很多細節部份,原諒瑀婈無法一一詳解,希望大家可以多多用心去研究去試..只要有心學習什麼都不難~瑀婈祝福大家都能創作出屬於自己風格的版版喔.


☆以下是這個版型所使用的圖檔範例~☆瑀婈為了讓大家容易上手,特別採用1024 X 768 大小的大標題圖.以及不用剪裁的裝飾素材.


KITTY大標題圖來源自~-->大家可以到這裡找你喜歡的圖來製作.


一些圖檔素材也可以到格友那裡分享使用.記得給個友情回應唷!


以下KITTY素材來源自~<--這裡的版主收藏很多KITTY素材.


 <--這裡也有很多KITTY素材唷!


1. 3.   4.  5.20090629


2.   6. 


 


7.   8.


以下是星光KITTY的版型CSS語法~☆


瑀婈版型教學樣本[星光kitty]


/*瑀婈游標圖示*/


body{cursor:URL(畫面上游標圖址);}

a:hover{cursor:URL(點連結時的游標圖址);}


/*大標題圖背景+重覆底背景*/

body {background:url(如圖1所示之1024 X 768大小的圖址) center top transparent no-repeat;color:transparent;}
html {background:url(如圖二所示之1024 X 隨意高度的圖址) center top repeat;}



/*招呼欄位設定*/ (招呼欄位瑀婈採透明無招呼框設定)

#yblast{display:none;} /*隱藏招呼語*/ (此處語法拿掉才會顯示招呼語)
#yblast .bg {background:transparent;}
#yblast{text-align:center;}
#yblast .text{color:#招呼語字體顏色;} -->色碼表參考連結--> 色碼圖表  



/*部落格名及描述設定*/

#yblogtitle .mbd, #yblogtitle .mft{background:transparent;color:#格子描述字顏色;padding:0px 0px 0px 0px;text-align:center;}
#yblogtitle h1, #yblogtitle a {color:#格名顏色;font-size:18px;font-weight:bolder;font-family:標楷體;}

/*三按鍵位置設定*/

#yblogtitle .tft {margin:280px 10px 20px 0px;} (大小依所使用的大標題圖來做更動.多試幾次就會熟能生巧囉!)


/*三按鍵換圖設定*/

div.btncompose a{display:block;width:76px;height:64px;overflow:hidden;background:url(如圖5發表文章按鍵圖址) no-repeat;}
div.btnphoto a{display:block;width:76px;height:64px;overflow:hidden;background:url(上傳相片按鍵圖址) no-repeat;}
div.btnsetup a{display:block;width:75px;height:75px;overflow:hidden;background:url(管理部落格按鍵圖址) no-repeat;}



/*文章區上方底色及文字顏色設定*/

.yc3pribd .mhd{background:url(如圖6文章區最上方那橫向裝飾) 0% 0% repeat-x;color:#最新文章字色;padding-left:0px;padding-top:裝飾素材的高度px;}

/*側欄區上方底色及文字顏色設定*/

.yc3sec .mhd, .yc3subbd .mhd{background:url(如圖6側欄區上方橫向裝飾) center top no-repeat;color:#側欄區標題字色;padding-top:裝飾素材高度px;padding-left:0px;text-align:center;filter:alpha(opacity=100);opacity:1.0;}

/*文章內文及文章區底色及文字顏色設定*/

.yc3pribd .mbd, .yc3pribd .mft{padding:15px;background:transparent;color:#FF55A8;}
#ymodcal .mhd{background:url(如圖3月曆圖圖址) center top no-repeat;padding-left:0px;padding-top:0px;font-weight:bolder;height:月曆圖高度px;opacity:1.0;}
.yc3sec .mhd a, .yc3subbd .mhd a, .yc3sec .mhd a:link, .yc3subbd .mhd a:link, .yc3sec .mhd a:visited, .yc3subbd .mhd a:visited{color:#月曆日期色;}

/*側欄區內文底色及文字顏色*/

.yc3sec .mbd, .yc3subbd .mbd, .yc3sec .mft, .yc3subbd .mft{background:transparent;padding:5px;color:#文章區內文字色;}

/*訂閱部落格圖示設定*/

div#btnsbsrb a, div#btnsbsrb_nologin a{display:block;width:圖寬px;height:圖高px;overflow:hidden;background:url(歡迎訂閱按鍵圖址) no-repeat;margin:0;}


/*奇摩置尾區不顯示*/

#yhtw_mastfoot{display:none;} 

/*月曆粗體日期顏色*/

#ymodcal .mbd td strong {color:#月曆今天日期顏色;} 

/*連結文字及位置顏色設定*/

a, a:link, a:visited{color:#連結文字的顏色;text-decoration:none;}
a:hover{color:#指向連結時變動的字色;position:relative;top:2px;}

/*捲軸更換顏色設定*/ (瑀婈通常只換第三行的色碼.你可以自行試試)

html{SCROLLBAR-FACE-COLOR:#EBF5FF;
SCROLLBAR-3DLIGHT-COLOR:#EBF5FF;
SCROLLBAR-ARROW-COLOR:#3799FF;
SCROLLBAR-TRACK-COLOR:#ffffff;
SCROLLBAR-DARKSHADOW-COLOR:#EBF5FF;}


/*個人資料管理頁面公開的部落標題+管理回應文字顏色*/

#ybloginfo table, #yusrinfo table, #yusrintro p , .listbd, #ycmntlist table th , #ycmntlist .btncmntre{background:transparent;color:#1989FF;}

/*文章前標題圖設定*/

.yblogcnt .blgtitlebar {margin-bottom:10px;zoom:1;}
.yblogcnt .blgtitlebar h2 {font-size:125%;font-weight:bold;background:url(如圖4文章區標題前的小圖址) no-repeat;padding-left:圖寬度px;height:圖高度px;}


/*左右欄位小圖設定*/

.ycntmod .mbd ul.list li{background-image:url(如圖8左右欄位各標題的小圖址);background-repeat:no-repeat;padding-left:圖寬px;padding-top:圖高px;color:#刮號的顏色;}

/*回應&引用圖示*/

div.btncomment a {display:block;width:寬度px;height:高度px;background:url(我要回應圖圖址) no-repeat;}
div.btntrackback a {display:block;width:寬度px;height:高度px;background:url(我要引用圖圖址) no-repeat;}



/*編輯&刪除圖示*/

div.btnblgedit, div.btnblgdel, div.btnblgreport, div.btncmntdel {background:transparent;border:1px outset #3799FF;}
.reportbtns span{background:transparent;border:1px outset #3799FF;}

/*搜尋圖示*/

input, select{background:transparent;color:#1989FF;} 

/*框框的設定*/

#yblogtitle .rctop{background:transparent left top no-repeat;margin-right:0px;}
#yblogtitle .rctop div{background:transparent right top no-repeat;height:0px;right:-0px;}
#yblogtitle .rcl{background:transparent repeat-y;border:none;}
#yblogtitle .rcr{background:transparent right repeat-y;}
#yblogtitle .rcbtm {background:transparent left bottom no-repeat;margin-right:0px;}
#yblogtitle .rcbtm div {background:transparent right bottom no-repeat;height:0px;right:-0px;}
.ycntmod {width:100%;position:relative;margin-bottom:0px;overflow:hidden;}
.ycntmod .rctop {zoom:1;background:url(http://) left top repeat;margin-right:0px;filter:alpha(opacity=100);opacity:1.0;}
.ycntmod .rctop div {background:transparent right top no-repeat;height:0px;font-size:0;position:relative;right:-0px;}
.ycntmod .rcbtm {zoom:1;background:url(http://) left bottom repeat;margin-right:0px;filter:alpha(opacity=100);opacity:1.0;}
.ycntmod .rcbtm div {background:transparent right bottom no-repeat;height:0px;font-size:0;position:relative;right:-0px;}
.ycntmod .rcr {zoom:1;padding-right:0px;background:right top repeat-y;}
.ycntmod .rcl {padding-left:0px;background:url(如圖七中間文章區底色及左右側欄區底色圖址) repeat;border:框的粗細px 框的樣式 #框的顏色;filter:alpha(opacity=100);opacity:1.0;}
.ycntmod .text {position:relative;word-break:break-all;}
.yc3pribd .ycntmod{overflow:visible;}
.yc3pribd .ycntmod .yblogcnt{overflow:hidden;}

/*二欄式版面窄欄靠右加大寬度*/

.twocolga .yc3main {width:100%;float:left;}
.twocolga .yc3mainbd {margin-right:10px;}
.twocolga .yc3pri {width:100%;}
.twocolga .yc3subbd {width:180px;position:absolute;right:-10px;}
.twocolga .yc3sec {display:none;}
.twocolga #yhtw_mastfoot, .twocoldr #yhtw_mastfoot {width:980px;margin:0 auto;}
.twocolga[class], .twocoldr[class]{min-width:980px;}
.twocolga .ycnt3col, .twocoldr .ycnt3col {zoom:1;width:980px;text-align:left;margin:0 auto;}

/*三欄式版面加大寬度*/

.thrcol #yhtw_mastfoot {width:990px;margin:0 auto;}
.thrcol[class]{min-width:990px;}
.thrcol .ycnt3col {zoom:1;width:990px;text-align:left;margin:0 auto;}
.thrcol .yc3main {width:100%;float:left;}
.thrcol .yc3mainbd {margin-left:175px;}
.thrcol .yc3pri {width:100%;float:right;}
.thrcol .yc3pribd {margin-right:175px;}
.thrcol .yc3subbd {width:175px;float:left;position:absolute;right:0px;}
.thrcol .yc3sec {width:175px;float:right;position:absolute;left:0px;}


瑀婈補充:


切記~多試試準沒錯...因為只有自己不斷的嚐試才能得到更多收穫..那不是瑀婈用言語就能完全傳授的.


1.語法裡面凡#後面加上數字的部份[#????],皆可以依喜好找色碼表的色碼來做更改.


2.有很多細節沒有標示處可以自行研究.瑀婈建議你先以此語法來做初部的學習以免脫序而挫折.


3.此版型語法欄寬語法若不加..就會自行以奇摩原訂的欄寬來顯示.


4.欄位寬度調整依個人喜好做增減..數字部份可以自行做更動.瑀婈不另做標示.


框線樣式所屬英文字~框線樣式選擇:可自行選擇喜歡的套用(瑀婈也都是一個一個試然後找出喜歡的樣式)
none(無邊框)
dotted(點線)
dashed(虛線)
solid(實線)
double(雙線)
groove(立體凹線)
ridge(立體凸線)
inset(立體嵌入線)
outset (立體隆起線)


★框的粗細瑀婈多用1px~3px ,中間文章區和側邊底色..建議你採用和大標題圖色系可以搭配的..當然也可以讓它空白..這樣底色會變透明的呈現你背景底圖的顏色.


★圖2瑀婈是用圖1來做剪裁的.為了讓底色沒有色差所以瑀婈用剪的.你也可以找和你的標題圖較相似的來做圖2就不需要剪裁了.


★圖5所示之發表等六個按鍵圖..建議可以找一些掛件或者圖標來加上字體-->加字軟體參考這-->閃字製作  


★可以剪裁圖的軟體-->參考這-->裁剪可以用免費軟件photocap
下載網址◄感謝 提供載點.

5個步驟就能裁剪了喲~
1~打開圖像
2~點選短形工具
3~裁剪你要的位置
4~按下選取範圍
5~存儲就ok了喲^^


★初部學習~可以讓你自行發揮的地方,瑀婈都用黃色區塊標示了,不懂的多試幾次一定能成功..相信自己可以.你就可以.加油囉!希望可以看到各位的成績單唷.


☆製作時~請將整篇範例語法複製起來,貼在記事本依序套入網址製作.或者在格子自訂樣式css內容裡,依序套入語法製作.(瑀婈習慣在分格製作.因為有時記事本的語法複製貼在格子裡會斷掉.以致版型效果無法完全顯示.)


★以下是瑀婈[kitty星光的版型圖語法]你可以比較學習唷!


kitty星光版型css

本篇教學整理~


arrow
arrow
    全站熱搜

    仔小姐 發表在 痞客邦 留言(0) 人氣()