PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 2.2
Super RSS Reader – Add attractive RSS Feed Widget v2.2
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

admin.css in Super RSS Reader – Add attractive RSS Feed Widget 2.2, at admin.css

104 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Shortcoder Admin theme
3 By : Aakash Chakravarthy (www.aakashweb.com)
4 Version : 1.6
5 */
6
7 .boxes {
8 padding: 5px;
9 -moz-border-radius-bottomleft: 5px;
10 -moz-border-radius-bottomright: 5px;
11 -khtml-border-radius: 5px;
12 -webkit-border-top-left-radius: 5px;
13 -webkit-border-top-right-radius: 5px;
14 -webkit-border-bottom-left-radius: 5px;
15 -webkit-border-bottom-right-radius: 5px;
16 border-top: 1px solid #D4D4D4;
17 border-bottom: 3px solid #666666;
18 background: #FFFFFF;
19 margin-bottom: 10px;
20 margin-top: 5px;
21 border-right: 1px solid #EBEBEB;
22 border-left: 1px solid #EBEBEB;
23 }
24 .boxes:hover{
25 border-bottom-color: #FF0033;
26 }
27 #sc_content{
28 width: 100%;
29 }
30 .setting-description{
31 font-size: 10px;
32 color: #666666;
33 }
34 .wrap{
35 width: 75%;
36 float: left;
37 margin: 0px;
38 }
39 .wrap h3 {
40 font: italic 21px "Times New Roman", Times, serif;
41 color: #333333;
42 }
43 .wrap #sc_content {
44 background: #FFFFFF;
45 }
46 .wrap #preview_box {
47 background: #FFFFFF;
48 border: 1px solid #E8E8E8;
49 padding: 10px;
50 margin-top: -10px;
51 -moz-border-radius-bottomleft: 10px;
52 -moz-border-radius-bottomright: 10px;
53 -khtml-border-radius: 10px;
54 -webkit-border-top-left-radius: 10px;
55 -webkit-border-top-right-radius: 10px;
56 -webkit-border-bottom-left-radius: 10px;
57 -webkit-border-bottom-right-radius: 10px;
58 }
59 #sidebar{
60 float: right;
61 height: 80%;
62 width: 24%;
63 margin-top: 45px;
64 margin-left: 0px;
65 }
66 #sidebar ul{
67 height: 80%;
68 width: 90%;
69 border: 1px solid #E9E9E9;
70 margin-right: 15px;
71 -moz-border-radius-bottomleft: 10px;
72 -moz-border-radius-bottomright: 10px;
73 -khtml-border-radius-bottomright: 10px;
74 -khtml-border-radius-bottomleft: 10px;
75 -webkit-border-bottom-left-radius: 10px;
76 -webkit-border-bottom-right-radius: 10px;
77 background: #FFFFFF;
78 padding: 5px;
79 margin-top: 0px;
80 margin-bottom: 5px;
81 }
82 #sidebar li{
83 display: block;
84 padding: 3px;
85 border-bottom: 1px solid #E2E2E2;
86 }
87 #sidebar li a{
88 text-decoration: none;
89 }
90 #sidebar h4{
91 color: #333333;
92 margin-top: 2px;
93 margin-bottom: 5px;
94 font: bold 14px Arial, Helvetica, sans-serif;
95 margin-left: 5px;
96 }
97
98 #donators li{
99 display: inline-table;
100 font-size: 9px;
101 line-height: 1px;
102 text-decoration: none;
103 border-bottom-style: none;
104 }