可以在CSS原始碼編輯 玩玩
因為語法常常就是一大篇
所以可以利用Ctrl+F去搜尋其中的文字

以下是我這個blog修改的部份 

 

部落格名稱

#banner h1 a{ color:#色碼}

#banner a:hover {color:#色碼} 點到改變顏色

我有改字型 font-family:

font-family:cursive


#header {
height:295px;
font-family:cursive;
position:relative;
background-image:url(none);
background-position:undefined;
}

 

文章標題

.title {
font-family:cursive;
font-size:20px;
position:absolute;
top:27px;
left:20px;
color:#306;
}

 

部落格描述

#banner h2{ margin:0;font-size:數字px;color:#色碼表}

 

文章日期(發表時間)

.publish {
font-size:18px;
font-family:sans-serif;
letter-spacing:0;
position:absolute;
top:4px;
left:50px;
color:#bfb;
}

 

.day, .time {display:none;} 星期、時間不顯示

.year

.month

.date


繼續閱讀
.article-content


.more a{margin-left:450px;display:block; width:180px; height:40px;
background:url(https://pimg.1px.tw/meiu/1415863304-2132665282.png?v=1415863332) no-repeat left top;
font-size:0px; text-indent:-5000px;}
.more a:hover{background:url(https://pimg.1px.tw/meiu/1415862899-3544280612.png) no-repeat left top;}

  

這是我用PhotoImpact所做的無背景繼續閱讀(Read More) 

PhotoShop也可以

 

--------通用備註----------

文字的大小

font-size:16px 

 

文字的粗細
font-weight:bold

(normal - 預設值,可以不用設定。
bold - 粗體
bolder - 更粗
lighter - 細體)

字型

font-family:微軟正黑體

關於字型 http://www.wibibi.com/info.php?tid=67

文章標籤
全站熱搜
創作者介紹
創作者 Meiu 的頭像
Meiu

Meiu's Blog

Meiu 發表在 痞客邦 留言(2) 人氣(36)