自我介紹
休閒模式啟動中
寫作模式預熱中
裝死模式無限期掛置
/*隱藏新版快捷列*/
#top_bar {
display:none!important;
}
#notifybar{
opacity: 0.5;
position: fixed;
bottom: 0px;
right:0px;
height: 26px;
width:100%;
background: white;
box-shadow: 1px 1px 6px -2px rgba(20%,20%,40%,0.7);
z-index: 10000000;
}
#notifybar:hover{
opacity: 1.0;
background: #87b9dd;
}
#notifybar:hover div#divFunc{
bottom:0px;
}
div#divFunc {
bottom: -30px;
position: absolute;
right: 300px;
}
ul.functool li{
font-family: "Microsoft JhengHei" !important;
font-size: 14px;
border-bottom: solid 1px #e0e0e0;
display: inline;
}
ul.functool li a{
text-decoration: none !important;
color: #fff !important;
}
ul.functool li a:hover {
color: #000 !important;
}
#toolbar-box {
position: absolute;
right:-140px;
z-index: 1000000;
}
發表文章 |
文章列表 |
留言管理 |
管理後台 |
登出
function _refresh(){var x=document.getElementById("toolbar-iframe");x.src=x.src;}
//設定60秒更新一次
setInterval(_refresh,60*1000);