📄 style.css
字号:
body {
text-align:center;
font:12px "Trebuchet MS";
}
a:link, a:visited, a:active {
text-decoration: none;
color: #000;
}
a:hover {
color: orangered;
text-decoration: underline;
}
input, textarea {
font-family: Verdana;
font-size: 12px;
height: 24px;
line-height: 24px;
border: 1px solid #c0c0c0;
color:#333333;
background-color:#fff;
}
button {
font-family: Verdana;
font-size: 14px;
height: 24px;
line-height: 24px;
border: 1px solid #c0c0c0;
color:#333333;
background-color:#fff;
}
form {
margin:0px;
padding:0px;
}
ol {padding:0px;margin:0 40px;}
v\:*{
behavior:url(#default#VML);
}
#menu2 {
position: absolute;
z-index: 40000;
left: 395;
top: 500;
color: #739efe;
cursor: pointer;
}
.menulist {
position: static;
padding: 5px;
letter-spacing: 1px;
height: 20px;
margin-bottom: -2px;
}
html.div {height:100%}
#picback {
position: absolute;
top: -10px;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #ccc;
width: 102%;
height: 1300px;
background-color: #4c4c4c;
filter: alpha(opacity=85);
}
.highslide {
cursor: url(highslide/graphics/zoomin.cur), pointer;
outline: none;
}
.highslide img {
border: 1px solid #ccc;
}
.highslide:hover img {
border: 1px solid gray;
}
.highslide-image {
border: 1px solid white;
}
.highslide-caption {
display: none;
border: 2px solid white;
border-top: none;
font-family: Verdana, Helvetica;
font-size: 10pt;
padding: 5px;
background-color: #f5f5f5;
filter:alpha(opacity=95);
}
.highslide-loading {
display: block;
color: white;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
padding: 3px;
border-top: 1px solid white;
border-bottom: 1px solid white;
background-color: black;
}
a.highslide-loading {
color: white;
}
a.highslide-credits,a.highslide-credits i {
padding: 2px;
color: silver;
text-decoration: none;
font-size: 10px;
}
a.highslide-credits:hover,a.highslide-credits:hover i {
color: white;
background-color: gray;
text-decoration: none;
}
.highslide-move {
cursor: move;
float:right;
color: #666;
}
.highslide-display-block {
display: block;
}
.highslide-display-none {
display: none;
}
.control {
float:right;
text-align:center;
cursor: pointer;
display: block;
font-size: 12px;
width:60px;
margin:0 1px;
}
.control, .control * {
color: #666;
}
.lastpage {
float:left;
}
.nextpage {
float:left;
display: block;
margin-left: 20px;
}
.showState {
height: 30px;
line-height: 30px;
background-color: #f7f7f7;
border: 1px solid #cccccc;
text-align: left;
padding-left:8px;
border-bottom: 0;
}
.showDirList {
height: 30px;
line-height: 30px;
background-color: #f7f7f7;
border: 1px solid #cccccc;
padding-left:8px;
text-align: left;
}
.showDirList span{
font-size:14px;
}
.showConfigState {
height: 30px;
line-height: 30px;
background-color: #f7f7f7;
border: 1px solid #cccccc;
text-align: left;
padding-left:8px;
border-top: 0;
}
.showState span, .showConfigState span, .showDirList p {
float: right;
padding-right:8px;
}
.photolist {
background-color: #fff;
}
.photoid {
float: left;
width: 189px;
border: 1px solid #ccc;
margin: 6px 4px 4px 2px;
height: 190px;
}
.photoname {
background-color: #f7f7f7;
height: 22px;
line-height: 22px;
}
.photoshow {
background-color: #f7f7f7;
height: 28px;
line-height: 28px;
padding-top:2px;
}
/* 安装程序 Css */
#notice {
margin: 200px auto 0;
width:300px;
background: #fff;
border-style: solid;
border-color: #86b9d6 #b2c9d3 #b2c9d3;
border-width: 4px 1px 1px;
}
#notice a {
color: #656d77;
}
#notice_message {
padding: 1.5em 1em;
font-size: 1.17em;
}
#notice_message.warning {
color:red;
}
#notice_links {
margin: 0;
padding: 0 1em;
line-height: 2em;
border-top: 1px solid #f5f5f5;
background: #f5fbff;
}
#notice_links a {
margin: 0 2px;
color: #656d77;
}
#noticelogin {
margin: 150px auto 0;
width:300px;
background: #fff;
border-style: solid;
border-color: #86b9d6 #b2c9d3 #b2c9d3;
border-width: 4px 1px 1px;
}
#noticepost {
margin: 10px auto 0;
width:508px;
background: #fff;
border-style: solid;
border-color: #86b9d6 #b2c9d3 #b2c9d3;
border-width: 4px 1px 1px;
}
#notice_title {
padding: 5;
font-size: 14px;
}
#notice_form {
padding: 5px;
text-align:left;
border-top: 1px solid #f5f5f5;
background: #f5fbff;
}
.notice_list {
margin:5px;
}
.notice_list a {
color: #656d77;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -