?? background.css
字號:
/*設置全局CSS格式*/
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
margin: 0 px;
background-repeat: repeat-x;
background-image: url(../images/bg.jpg);
font-size: 12px;
color: #000000;
line-height: 16px;
}
/*默認文字鏈接格式*/
a:link{
color: #0D0000;
text-decoration: none;
}
a:visited{
text-decoration: none;
color: #0D0000;
}
a:hover{
color: #ABABAB;
}
a:active{
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -