PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 3.1
Super RSS Reader – Add attractive RSS Feed Widget v3.1
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 3.1, at admin/css/style.css

83 lines 1.7 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 td {
7 padding: 5px 0;
8 }
9 .srr_small_text{
10 font-size: 11px;
11 color: #666666;
12 }
13 .srr_coffee {
14 border: 1px solid #dfdfdf;
15 padding: 10px 240px 10px 60px;
16 background: #f9fff7 url(../images/coffee.svg) 12px no-repeat;
17 background-size: 7%;
18 position: relative;
19 margin: 20px -15px -1px -15px;
20 border-width: 1px 0;
21 }
22 .srr_coffee p{
23 margin: 0;
24 font-size: 11px;
25 }
26 .srr_coffee_wrap{
27 position: absolute;
28 top: 11px;
29 right: 15px;
30 }
31 .srr_coffee_wrap p{
32 display: inline-block;
33 }
34 .srr_coffee_btn{
35 margin-left: 5px !important;
36 }
37 .srr_note{
38 border: 1px solid #FFD893;
39 padding: 10px;
40 background: #FFFEDA;
41 margin: 10px 0 0;
42 display: block;
43 border-radius: 3px;
44 }
45 .srr_survey p {
46 border: 1px solid #dfdfdf;
47 padding: 15px;
48 font-size: 12px;
49 background: #fffbe8;
50 margin: 0 -15px;
51 border-width: 1px 0;
52 }
53 .srr_survey p span{
54 background: #ffe660;
55 padding: 2px 5px;
56 border-radius: 3px;
57 margin: 0 5px 0 0;
58 }
59 .srr_survey .button-primary{
60 float: right;
61 margin: 10px 0 0 10px;
62 }
63 .srr_info{
64 border-bottom: 1px solid #dfdfdf;
65 margin: 0px -15px 20px -15px;
66 padding: 10px 15px;
67 background: #fafafa;
68 }
69 .srr_info p{
70 margin: 0;
71 }
72 .srr_info a{
73 text-decoration: none;
74 }
75 .srr_info a:hover {
76 text-decoration: underline;
77 }
78
79 #available-widgets [id*="super_rss_reader"] .widget-title h3 {
80 background-image: url(../images/super-rss-reader-sm.png);
81 background-position: 94%;
82 background-repeat: no-repeat;
83 }