Firefox(FireFox)外掛程式Sage的一個自訂css

來源:互聯網
上載者:User
html *{...}{
    -moz-box-sizing: border-box;
}

html {...}{
    line-height: 1.3;
    background-color: #FFFFFF;
}

body {...}{
    margin: 0px;
    color: #000000;
    font-family: verdana;
}

h1 a #rss-link{...}{
    color:#000000;
}

a:link {...}{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size:12px;
}

a:visited {...}{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size:12px
}

a:hover {...}{
    text-decoration: none;
    color: #AA0000;
    font-weight: bold;
    font-size:12px
}

a:active {...}{
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
}

p.item-desc a:link {...}{
    color: #029;
}

#rss-header {...}{
    background-color: #DEE7EC;
    border: 1px solid #8CACBB;
    padding: 6px 8px;
    margin: 10px 2%;
}

#rss-title {...}{
    font-size: 12px;
    font-weight:bold;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

#rss-desc {...}{
    font-size: 12px;
    font-weight:bold;
    margin: 0px;
    padding: 5px 0px 0px 20px;
}

div.item {...}{
    border: 1px solid #8cacbb;
    width: 47%;
    min-width: 14em;
    margin: 0px 0px 8px 2%;
    padding: 0px;
    float: left;
    overflow: hidden;
}

h2.item-title {...}{
    background-color: #DEE7EC;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0px;
    padding: 5px 5px 8px 8px;
}

span.item-ordinal{...}{
    padding-right: 0.2em;
}

div.item-desc {...}{
    min-height: 6em;
    font-size:12px;
    margin: 0px;
    padding: 8px 10px;
}

div.item-pubDate{...}{
    font-size:12px;
    margin: 0px;
    padding: 8px 10px;
    width: 80%;
    float: left;
}

div.item-technorati{...}{
    display:none;
}

img {...}{
    max-width: 100%;
    height: auto;
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.