在插件Text Template中使用:
<style type="text/css">
/*********Winty(wintys@gmail.com)用于Windows Live Writer打印的CSS**********/
body {
white-space:normal;
font-size:20px;
line-height:28px;
font-family:verdana,Arial,helvetica,sans-seriff;
}
/*標題*/
h3{
font-weight : bold;color:blue;
}
/*列舉項*/
ul li{
list-style-type: square;
}
/*代碼區*/
.mycode {
margin: 10px;
padding: 10px;
background: #DDEDFB;
border: 1px solid #428EDE;
text-align: left;
font-size:20px;
}
/*CSS強制打印分頁:為圖片不自動分頁而設*/
.pageseparator{
font-size: 1px;
height: 1px;
clear: both;
page-break-before: always;
}
/*不需要打印的內容*/
@media print{
.donotprint{
display:none !important;
/*如果display:none無效,則使用下面的規則*/
position:absolute;
top:-10000px;
left:-10000px;
}
}
/*隱藏的版權信息*/
.wintyshiddencopyright{
color:white;
}
</style>
<!-- Insert PrintStyle First -->
<div class="pageseparator"> </div>
<!-- winty's copyright -->
<div name="wintyscopyright" style="border-width: 1px 0pt 0pt; border-top: 1px solid red; padding: 5px; margin-top: 5px;" class="donotprint">
<span style="color: #ff0000;">原創作品,轉載請注明出處。<br />
作者:天堂露珠 (wintys@gmail.com)<br />
博客:http://www.tkk7.com/wintys</span>
</div>
<!-- winty's hidden copyright -->
<div name="wintyshiddencopyright" class="hiddencopyright donotprint">
作者:天堂露珠 (wintys@gmail.com) 博客:http://www.tkk7.com/wintys
</div>
posted on 2010-03-22 16:15
天堂露珠 閱讀(300)
評論(0) 編輯 收藏 所屬分類:
Web 、
Skill