?? link.css
字號:
?/*-----------超鏈接樣式---------------
說明: 偽類:link :visited :hover分別代表超鏈接的通常、被訪問后、和鼠標(biāo)接觸鏈接是的樣式
a標(biāo)簽代表通用超鏈接樣式
.menuA代表Blog導(dǎo)航條菜單的樣式
.titleA代表日志標(biāo)題的樣式
.sideA代表側(cè)欄的超鏈接樣式
.CategoryA代表樹形分類的鏈接樣式
.more代表更多鏈接的樣式
------------------------------------*/
a:link,a:visited{text-decoration:none;color:#6b6b52;}
a:hover{color:#949472;text-decoration:underline}
.sidepanel a:link,.sidepanel a:visited{text-decoration:none;color:#3E3E2F;}
.sidepanel a:hover{color:#3E3E2F;text-decoration:underline}
#container #foot a:link,#container #foot a:visited{text-decoration:none;color:#6b6b52;}
#container #foot a:hover{color:#949472;text-decoration:underline}
.menuA:link,.menuA:visited{float:left;height:16px;text-align:center;padding:2px 4px 2px 4px;text-decoration:none;color:#557622;font-weight:bold;}
.menuA:hover{color:#5A5A45;text-decoration:none;}
.titleA:link,.titleA:visited{font-size:14px;text-decoration:none;font-weight:bold;text-align:left;color:#3E3E2F;}
.titleA:hover{color:#6b6b52;text-decoration:underline;}
.sideA:link,.sideA:visited{padding-left:18px;background:url(arrow.gif) 4px 4px no-repeat;height:18px;overflow:hidden;display:block;margin-bottom:2px;width:130px;line-height:140%}
.sideA:hover{padding-left:18px;overflow:hidden}
.CategoryA:link,.CategoryA:visited{text-decoration:none;}
.CategoryA:hover{text-decoration:underline;}
.more:link,.more:visited{font-weight:bold;background:url(bullet-arrow.gif) no-repeat 0px 0px;padding-left:18px;margin:5px;text-decoration:none;}
.more:hover{background:url(bullet-arrow.gif) no-repeat 0px -15px;}
/*---超鏈接樣式定義結(jié)束---*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -