zoukankan      html  css  js  c++  java
  • 我博客的CSS代码20121127

    今天闲的蛋疼把博客的CSS重写了,貌似对Firefox还有点不兼容,算了不管了,就是闲的。。。。。

    body{padding:0;margin:0;}   
     #home{
            padding:20px 120px;
            font-family:微软雅黑,Arial;
            color:#EEEEEE;
            background: #EEEEEE;
            background-image: url("http://x.libdd.com/farm1/5b537b/081a5abc/bg.jpg");
        }
        a.headermaintitle{
            color:white;
            text-decoration: none;
            font:bold 30px/40px 微软雅黑;
            text-shadow:5px;
        }
        ul#navList{
            list-style:none;
        }
        ul#navList li {padding: 0px 8px;  height: 26px; line-height: 26px;float:left;}
        ul#navList li a{ padding: 5px 10px; text-decoration: none; display: block; background-color: #005e99; color: white;}
        div.blogStats{clear: both; margin:20px; visibility: hidden;}
        div.day{background-color: #EEEEEE; color:#111111; margin: 20px 0px; padding: 20px;600px; }
        div.dayTitle a{text-decoration: none; color: Gray; font-size:10px;}
        div.postTitle a{text-decoration: none; color: #005e99;}
        div.postTitle{margin-top: 20px;}
        div.postCon a{text-decoration: none; color: #005e99;}
        div.postCon{ font-size:12px; color:gray; padding:10px;}
        div.postDesc{font-size:15px; font-weight: bold;}
        div.postDesc a{text-decoration: none; font-size:15px; font-weight: bold;color: #005e99;}
        div.topicListFooter{text-align: left;}
        div.topicListFooter a { padding: 5px 10px; text-decoration: none; display: inline-block; background-color: #005e99; color: white;}
        #mainContent{float: left;}
        #sideBar{float: left;300px;padding-left:20px;}
        #blog-calendar{display: none;}
        .newsItem{ background-color: #b78900; padding: 10px; margin: 10px 0px;}
        .mySearch{background-color: #fff600;padding: 10px;margin: 10px 0px;}
        .catListLink{background-color:#d0ff00; padding: 10px;margin: 10px 0px;}
        .catListTag{background-color:#94ff00; padding: 10px;margin: 10px 0px;}
        .catListPostCategory{background-color:#00ffd0; padding: 10px;margin: 10px 0px;}
        .catListPostArchive{background-color:#00d8ff; padding: 10px;margin: 10px 0px;}
        .catListArticleCategory{background-color:#001556; padding: 10px;margin: 10px 0px;}
        .catListImageCategory{background-color:#5900ff; padding: 10px;margin: 10px 0px;}
        .catListComment{background-color:#ff001d; padding: 10px;margin: 10px 0px;}
        .catListFeedback{background-color:#ff00b2; padding: 10px;margin: 10px 0px;}
        .catListView{background-color:black; padding: 10px;margin: 10px 0px;}
        a{text-decoration: none; color: #005e99;}
    .entrylistItem{background-color: #EEEEEE; color:#111111; margin: 20px 0px; padding: 20px;600px;}
        div.entrylistPosttitle a{text-decoration: none; color: #005e99;}
        div.entrylistPosttitle{margin-top: 20px;}
        div.entrylistPostSummary a{text-decoration: none; color: #005e99;}
        div.entrylistPostSummary{ font-size:12px; color:gray; padding:10px;}
        div.entrylistItemPostDesc{font-size:15px; font-weight: bold;}
        div.entrylistItemPostDesc a{text-decoration: none; font-size:15px; font-weight: bold;color: #005e99;}
    

      

    关注分布式存储技术以及分布式计算方法
  • 相关阅读:
    Hex Workshop工具和SIP Workbench
    8. The properties panel && The methods panel
    7.Highlight & inspect
    (转载)SWF 文件分析(一)
    10.The memory monitor panel(内存监视器面板)
    (转)十一种通用滤波算法
    (转)USB协议简介
    (转)什么是CDC类(Communication Device Class)
    (转)CDC 虚拟com口
    (转)USB (Universal Serial Bus)
  • 原文地址:https://www.cnblogs.com/colorfulkoala/p/2790644.html
Copyright © 2011-2022 走看看