火狐(FireFox)插件Sage的一个自定义css

来源:互联网 发布:linux heartbeat 下载 编辑:程序博客网 时间:2024/05/02 01:48
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;
}
 
原创粉丝点击