我安裝後要怎麼利用css檔修改連結字的顏色跟字體大小
我嘗試在後台改好像不行,用Dreamweaver編輯雖然可以看到程式碼\r
但是不知道哪行是改連結字的顏色,哪行是改字體,哪行是改資料的顏色??
我是新手問題很多
版主: 版主管理群
是連結而已嗎?睏未飽 寫:我的風格是BBLite
我安裝後要怎麼利用css檔修改連結字的顏色跟字體大小
我嘗試在後台改好像不行,用Dreamweaver編輯雖然可以看到程式碼\r
但是不知道哪行是改連結字的顏色,哪行是改字體,哪行是改資料的顏色??
我是新手問題很多
代碼: 選擇全部
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td { font-size : 12px; color : #000000; }
a:link,a:active,a:visited { color : #006699; }
a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}