PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 2.7
Super RSS Reader – Add attractive RSS Feed Widget v2.7
trunk 0.8 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2 4.0 4.0.1 4.1 4.2 4.3 4.4 4.4.1 4.5 4.6 4.7 4.8 All 33 releases
super-rss-reader / admin / css / style.css

style.css in Super RSS Reader – Add attractive RSS Feed Widget 2.7, at admin/css/style.css

55 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .srr_settings h4{
2 border-bottom: 1px solid #DFDFDF;
3 margin: 15px 0;
4 padding: 0 0 10px 0;
5 }
6 .srr_settings label{
7 font-size: 12px;
8 }
9 .srr_settings td {
10 padding: 5px 0;
11 }
12 .srr_smalltext{
13 font-size: 11px;
14 color: #666666;
15 }
16 .srr_coffee {
17 border: 1px solid #4CAF50;
18 border-radius: 3px;
19 padding: 10px 200px 10px 60px;
20 background: url(../images/coffee.svg) 12px 10px no-repeat;
21 background-size: 7%;
22 position: relative;
23 margin: 20px 0px;
24 }
25 .srr_coffee p{
26 margin: 0;
27 font-size: 11px;
28 }
29 .srr_coffee_wrap{
30 position: absolute;
31 top: 12px;
32 right: 5px;
33 width: 200px;
34 }
35 .srr_coffee_wrap p{
36 display: inline-block;
37 }
38 .srr_coffee_btn{
39 height: 24px !important;
40 font-size: 12px !important;
41 vertical-align: middle !important;
42 }
43 .srr_note{
44 border: 1px solid #FFD893;
45 padding: 10px;
46 background: #FFFEDA;
47 margin: 10px 0 0;
48 display: block;
49 border-radius: 3px;
50 }
51 #available-widgets [id*="super_rss_reader"] .widget-title h3 {
52 background-image: url(../images/super-rss-reader-sm.png);
53 background-position: 94%;
54 background-repeat: no-repeat;
55 }