📄 msg.css
字号:
/*----------------------------提示层------------------------------*/
.msg1{
text-align:center;
position:absolute;
display:none;
}
.msg2{
position:absolute;
z-index:4;
text-align:center;
display:none;
color:#666;
overflow:hidden;
FILTER:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;
width:100%;
}
.msg3{
position:absolute;
z-index:4;
text-align:center;
display:none;
color:#666;
overflow:hidden;
width:100%;
}
.msgtitle{
margin:auto;
text-align:right;
width:400px;
height:20px;
background:#999;
border:1px solid #999;
background-position:center;
}
.msgtitle img{
border:none;
padding-right:6px;
padding-top:2px;
}
.msgbg{
margin:auto;
width:400px;
background:#fff;
border:1px solid #999;
padding:30px 0;
background-position:center;
}
.msgbg ul{
margin:auto;
width:300px;
list-style:none outside;
}
.msgbg ul li{
display:inline-block;/*针对IE 6.0的属性*/
padding:0 70px 7px 30px;
width:auto;
line-height:24px;
}
.msgbg ul li#userlogin{
padding:0 70px 0px 30px;
}
/*Popup Calendar*/
#calendar { border: 1px solid #a1c0c0; background: #FFF; margin-bottom: 0.8em;}
#calendar td { padding: 2px; font-weight: bold;}
#calendar_week td { height: 2em; line-height: 2em; border-bottom: 1px solid #ddd;}
#hourminute td {padding: 4px 2px; border-top: 1px solid #ddd;}
.calendar_expire, .calendar_expire a:link, .calendar_expire a:visited { color: #666; font-weight: normal; }
.calendar_default, .calendar_default a:link, .calendar_default a:visited { color: #069;}
.calendar_checked, .calendar_checked a:link, .calendar_checked a:visited { color: #090; font-weight: bold;}
td.calendar_checked, span.calendar_checked{ background: #ddd;}
.calendar_today, .calendar_today a:link, .calendar_today a:visited { color: #333; font-weight: bold; }
#calendar_header td{ width: 30px; height: 20px; border-bottom: 1px solid #ddd; font-weight: normal; }
#calendar_year { display: none; line-height: 130%; background: #FFF; position: absolute; z-index: 10; }
#calendar_year .col { float: left; background: #FFF; margin-left: 1px; border: 1px solid #ddd; padding: 4px; }
#calendar_month { display: none; background: #FFF; line-height: 130%; border: 1px solid #DDD; padding: 4px; position: absolute; z-index: 11; }
.headactions .popupmenu_popup a, .headactions .popupmenu_popup strong { color: #666; background: none; white-space: nowrap; }
.headactions .popupmenu_popup { overflow: visible; }
.dropmenu { padding-right: 15px !important; background-image: url(arrow_down.gif) !important; background-position: 100% 50% !important; background-repeat: no-repeat !important; cursor: pointer; }
.t_table {
border: 1px solid #ccc;
empty-cells: show;
border-collapse: collapse;
}
.t_td {
border: 1px solid #ccc;
empty-cells: show;
border-collapse: collapse;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -