body 
{
background: url("https://images.cnblogs.com/cnblogs_com/powerLEO101/1100913/o_%e5%a3%81%e7%ba%b83.jpg") fixed center center;
}
#home {
    width: 90%;
    background-color: #c3c3c3e6;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff0;
    margin-bottom: 35px;
    word-wrap: break-word;
}
#ad_c1,#ad_t2,#under_post_news,#ad_c2,#under_post_kb,#HistoryToday{
    display:none;
}
#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc0;
    border: 1px solid #EDEDED00;
}
#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
#navigator {
    font-size: 17px;
    border-bottom: 2px solid #0f0f0f;
    border-top: 2px solid #000;
    height: 60px;
    clear: both;
    margin-top: 10px;
}
body {
    color: #00000080;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
}
.CalDayHeader {
    background: #F8F8F800;
    font-weight: 100;
    color: #002AFF;
}
.CalTitle td {
    background: #F8F8F800 !important;
    border: 0px !important;
    color: #000;
    font-family: "Comic Sans MS";
}
.clockdiv{
    text-align: center;
}




<script type="text/javascript">
function runCode(obj) {
var winname = window.open('', "_blank", '');
winname.document.open('text/html', 'replace');
winname.document.write(obj.value);
winname.document.close();
}
</script>
<textarea style="width: 80%" id="code1" rows="10">
<script type="text/javascript">
alert("Got it!");
</script>
</textarea><br/ />
<input type="button" value="run" onclick="runCode(document.getElementById('code1'))"/>