?? style.css
字號:
/* 全局定義 */
body, td, div, p, input, textarea, select {
color: #111111;
font-family: Tahoma;
font-size: 12px;
line-height: 13pt;
}
input, textarea, hr {
border: 1px #DDE3EC solid;
}
input, select, select {
height: 18px;
}
body {
background: #fff;
margin: 6px;
text-align: center;
scrollbar-face-color: #f2f2ee;
scrollbar-highlight-color: #fafbfc;
scrollbar-shadow-color: #dee4f2;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #dee4f2;
scrollbar-base-color: #dee4f2;
}
a {
color: #266DBD;
text-decoration:none;
}
a:hover {
color: #ff6600;
text-decoration:underline;
}
td {
border-color: #DDE3EC; /* 該項對firefox之類無效,對ie有效 */
}
form {
margin: 0;
}
.grid {
border: 1px #DDE3EC solid;
border-collapse:collapse;
}
.nogrid {
border: 0px !important;
}
.fixed {
table-layout: fixed;
overflow: hidden;
}
.smallbox {
height: 11px !important;
height: 16px;
border: 0px !important;
}
.cursor {
cursor: hand;
}
/* 自定義按鈕 */
.button {
font-family: 宋體;
border-right: 1px #a9a9a9 solid;
border-bottom: 1px #a9a9a9 solid;
height: 18px;
padding-left: 1px;
background: buttonface;
}
/* 標題行 */
.category
{
color: #0F83EC;
background: #f3f3f3;
padding: 2px;
}
/* 提示文本顏色 */
.t1 {
color: #f96600;
}
/* 醒目文本顏色 */
.t2 {
color: red;
}
/* 灰調文本顏色 */
.t3 {
color: #555555;
}
/* 高亮行 */
.highlight {
background: #fafafa;
}
/* 為了適應ubb中引用論壇樣式的bg3 */
.bg3 {
background: #fbfbfb;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -