?? 17.css
字號:
body{
background-color:#2a3a00;
margin: 0px;
padding:0px;
text-align:center;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#container{
position:relative;
margin:1px auto 0px auto;
width:640px;
text-align:left;
background:#FFFFFF url(left_bg.jpg) repeat-y;
/* 修補#navigation的背景色問題 */
}
#navigation {
width:150px;
float:left; /* 左浮動 */
}
#navigation ul {
list-style-type:none; /* 不顯示項目符號 */
margin:0px;
padding:0px;
}
#navigation li {
border-bottom:1px solid #b9ff00; /* 添加下劃線 */
}
#navigation li a{
display:block; /* 區塊顯示 */
padding:5px 5px 5px 0.5em;
text-decoration:none;
border-left:12px solid #3c5300; /* 左邊的粗紅邊 */
border-right:1px solid #3c5300; /* 右側陰影 */
}
#navigation li a:link, #navigation li a:visited{
background-color:#729e00;
color:#FFFFFF;
}
#navigation li a:hover{ /* 鼠標經過時 */
background-color:#587a00; /* 改變背景色 */
color:#ffff00; /* 改變文字顏色 */
}
#text{
float:left;
width:460px;
margin:10px 15px 35px 15px;
}
#text h3{
font-size:15px;
margin:0px 0px 10px 0px;
padding:10px 0px 1px 0px;
border-bottom:1px dotted #777777; /* 下劃點線 */
}
#text a:link, #text a:visited{
color:#afcd00;
text-decoration:none;
}
#text a:hover{
color:#000000;
text-decoration:underline;
}
#footer{
clear:both;
text-align:center;
background-color:#c7db51;
margin:0px; padding:1px;
}
#footer a:link, #footer a:visited{
color:#475300;
text-decoration:none;
}
#footer a:hover{
color:#000000;
text-decoration:line-through;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -