# super-rss-reader/3.1/admin/css/style.css

Super RSS Reader – Add attractive RSS Feed Widget, version 3.1. 83 lines.

- Page: https://pluginprobe.com/plugins/super-rss-reader/3.1/code/admin/css/style.css
- Raw: https://pluginprobe.com/plugins/super-rss-reader/3.1/raw/admin/css/style.css
- Modified: 2020-04-16T15:40:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/super-rss-reader/3.1/code/admin/css/style.css#L10-L20`.

```css
.srr_settings h4{
    border-bottom: 1px solid #DFDFDF;
    margin: 15px 0;
    padding: 0 0 10px 0;
}
.srr_settings td {
    padding: 5px 0;
}
.srr_small_text{
    font-size: 11px;
    color: #666666;
}
.srr_coffee {
    border: 1px solid #dfdfdf;
    padding: 10px 240px 10px 60px;
    background: #f9fff7 url(../images/coffee.svg) 12px no-repeat;
    background-size: 7%;
    position: relative;
    margin: 20px -15px -1px -15px;
    border-width: 1px 0;
}
.srr_coffee p{
    margin: 0;
    font-size: 11px;
}
.srr_coffee_wrap{
    position: absolute;
    top: 11px;
    right: 15px;
}
.srr_coffee_wrap p{
    display: inline-block;
}
.srr_coffee_btn{
    margin-left: 5px !important;
}
.srr_note{
    border: 1px solid #FFD893;
    padding: 10px;
    background: #FFFEDA;
    margin: 10px 0 0;
    display: block;
    border-radius: 3px;
}
.srr_survey p {
    border: 1px solid #dfdfdf;
    padding: 15px;
    font-size: 12px;
    background: #fffbe8;
    margin: 0 -15px;
    border-width: 1px 0;
}
.srr_survey p span{
    background: #ffe660;
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 5px 0 0;
}
.srr_survey .button-primary{
    float: right;
    margin: 10px 0 0 10px;
}
.srr_info{
    border-bottom: 1px solid #dfdfdf;
    margin: 0px -15px 20px -15px;
    padding: 10px 15px;
    background: #fafafa;
}
.srr_info p{
    margin: 0;
}
.srr_info a{
    text-decoration: none;
}
.srr_info a:hover {
    text-decoration: underline;
}

#available-widgets [id*="super_rss_reader"] .widget-title h3 {
    background-image: url(../images/super-rss-reader-sm.png);
    background-position: 94%;
    background-repeat: no-repeat;
}
```
