更換模板名稱及描述字體顏色

想給自己的模板名稱及描述的字體換個漂亮的顏色嗎?

個人網誌設定
管理網誌
模板網誌模板編輯器
自己的模板:new_FallingLeaves
click "Edit"
找到檔案style.css
click "Edit"
慢慢找到一段程式
把color代號修改為自己喜歡的就行了

程式和color代號如下:

 

.description {
font-family: DFKai-SB, Georgia, "Times New Roman", Times, serif;
color: #fff;
margin-left: 0px;
}

 

/* Headings */
h1 { font: normal 60px DFKai-SB, "Times New Roman", Times, serif; margin-left: 0px; padding-top: 15px; }
h1 a { color: #fff; text-decoration: none; border: none; }

 

#ff0000是紅色;
#00ff00是綠色;
#0000ff是藍色;
#ffffff是白色;
#ffff00是黃色;
#ff5500是橙色;
#000000是黑色。

 

希望各位老師喜歡我的新發現。