📄 default.css
字号:
body {
background-color: #dddddd;
margin:10px;
text-align: center;
}
table {
background-color: #999999;
}
th {
background-color: #aaaaaa;
text-align: center;
color: #ffffff;
}
td {
background-color: #ffffff;
}
.Highlight { color: #ff0000; }
#Context {
border: 5px solid #666666;
width: 350px;
margin-left: 5px;
margin-right: 5px;
background-color: #ffffff;
line-height: 150%;
font-size: 14px;
text-align: center;
padding-top: 20px;
padding-right: 40px;
padding-bottom: 20px;
padding-left: 40px;
}
#Topic {
font-size: 16px;
font-weight: bold;
margin-bottom: 15px;
}
#Menu {
text-align: center;
}
#Menu a {
margin-right: 15px;
margin-left: 15px;
}
#Tip1 {
float: left;
line-height: 26px;
padding-left: 10px;
}
#Tip1 a {
color: #ffffff;
}
#Tip2 {
line-height: 26px;
background-color: #999999;
text-align: right;
padding-right: 10px;
}
#Tip2 a {
color: #ffffff;
}
#Title {
font-weight: bold;
}
#Content {
}
#Copyright {
margin-top: 15px;
padding-top: 10px;
text-align: center;
border-top: solid 1px #999999;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -