Blog页面改版,写了CSS,贴上来分享

    技术2022-05-11  67

    CSS 代码 a {    color: #223355;    text-decoration: none;} a:hover {    text-decoration: underline;} #leftcontent {    position: absolute;    top: 140px;    left: 10px;    width: 200px;    border: none;    font-family: Arial;    font-size: 12px;} .listtitle {    border: 1px solid #DDDDDD;    background: none;    background-color: #eeeeee;    font-family: verdana;    font-size: 14.7px;    font-weight: bold;    color: #666666;    padding: 4px 0px 4px 10px;    height: 10px;    margin: 0px;} .list {    margin: 0px 0px 10px 0px;    padding: 3px 0px 4px 10px;    border-left: 1px solid #DDDDDD;    border-bottom: 1px solid #DDDDDD;    border-right: 1px solid #DDDDDD;} .blogStats {    margin:0px;    padding:0px;    font-size: 12px;} #centercontent {    margin:0px;    padding-top: 0px;    padding-right: 10px;    padding-left: 220px;} .entrylist {    text-align: right;    border: none;    font-weight: bold;    margin: 0px 0px 0px 0px;    padding: 0px 0px 0px 0px;} .post {    background-image: url(images/day_bg.gif);    background-repeat: no-repeat;    background-position: right top;    border: 1px solid #DDDDDD;    color: #000000;    margin: 0px 0px 0px 0px;    padding: 0px 0px 0px 0px;} .postTitle {    padding: 4px 0px 4px 4px;    background-color: #eeeeee;    font-size: 14.7px;    font-weight: bold;    color: #444444;    margin: 0px 0px 0px 0px;} .postText {    margin: 0px 0px 0px 0px;    padding: 0px 0px 4px 10px;} .postFoot {    color: #cccccc;    margin: 0px 0px 0px 0px;    padding: 4 4 4 4;} .postFoot a {    color: #cccccc;} .Cal {    display: none;} .footer {    color: #000000;    background: none;} .footerlink a {    color: #000000;} .footerlink a:hover {    color: #000000;} .entrylist {    margin-top: 15px;    text-align: left;} .entrylistItem {    background-image: url(images/day_bg.gif);    background-repeat: no-repeat;    background-position: right top;    border: 1px solid #DDDDDD;    color: #000000;    margin: 0px 0px 10px 0px;    padding: 4px 0px 4px 4px;    font-weight: normal;} .entrylistItemTitle {    padding: 4px 0px 4px 4px;    font-size: 14.7px;    font-weight: bold;    color: #444444;    margin: 0px 0px 0px 0px;} .entrylistItemPostDesc {    font-size: 12px;    font-weight: normal;    color: #cccccc;} .entrylistItemPostDesc a {    font-size: 12px;    font-weight: normal;    color: #cccccc;} .postSeparator {    background: none;    display: none;}  

    最新回复(0)