PluginProbe
PowerPress Podcasting plugin by Blubrry / 11.17.4
PowerPress Podcasting plugin by Blubrry v11.17.4
11.17.9 11.17.8 11.17.7 11.17.6 11.17.4 11.17.3 11.17.2 11.17.1 11.17 11.16.11 11.16.10 11.16.9 11.16.8 11.16.7 11.16.6 11.16.5 11.16.4 11.16.3 11.16.2 11.16.1 11.9.13 11.9.14 11.9.15 11.9.16 11.9.17 All 383 releases
powerpress / css / dashboard.css

dashboard.css in PowerPress Podcasting plugin by Blubrry 11.17.4, at css/dashboard.css

102 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* PowerPress Dashboard CSS */
2
3 .pp-news-image-container {
4 }
5
6 .powerpress-news-dashboard .rss-date {
7 font-size: 80%;
8 }
9
10 .powerpress-news-dashboard .rsswidget {
11 font-size: 100%;
12 color: black;
13 text-decoration: underline;
14 }
15
16 .pp-news-details-container {
17 height: 100%;
18 width: auto;
19 overflow: hidden;
20 }
21
22 .pp-news-image {
23 vertical-align: top;
24 float: left;
25 margin-right: 1em;
26 max-height: 95%;
27 max-width: 40%;
28 height: auto;
29 width: auto;
30 }
31
32 .pp-news-item {
33 padding: 0 2em 2ch 0;
34 border-bottom: 1px solid #ddd;
35 height: 25vh;
36 }
37
38 /* Dashboard Notice, based on Dashboard Browser Nag */
39 #powerpress_dashboard_notice_3 a.update-browser-link {
40 font-size: 1.2em;
41 font-weight: bold;
42 }
43
44 #powerpress_dashboard_notice_3 a {
45 text-decoration: underline;
46 }
47
48 #powerpress_dashboard_notice_3.postbox {
49 background-color: #e29808;
50 background-image: none;
51 border-color: #edc048;
52 -moz-box-shadow: none;
53 -webkit-box-shadow: none;
54 box-shadow: none;
55 color: #fff;
56 }
57
58 #powerpress_dashboard_notice_3.postbox h3 {
59 border-bottom-color: #f6e2ac;
60 text-shadow: none;
61 -moz-box-shadow: none;
62 -webkit-box-shadow: none;
63 box-shadow: none;
64 background: transparent none;
65 color: #fff;
66 }
67
68 #powerpress_dashboard_notice_3 a {
69 color: #fff;
70 }
71
72 #powerpress_dashboard_notice_3.browser-insecure a.browse-happy-link,
73 #powerpress_dashboard_notice_3.browser-insecure a.update-browser-link {
74 text-shadow: #871b15 0 1px 0;
75 }
76
77 #powerpress_dashboard_notice_3 a.browse-happy-link,
78 #powerpress_dashboard_notice_3 a.update-browser-link {
79 text-shadow: #d29a04 0 1px 0;
80 }
81
82 /*
83 .powerpressadmin-mejs-video {
84 width: auto;
85 }
86 .powerpressadmin-mejs-video .powerpress_player {
87 position: relative;
88 width: 100%;
89 height: 0;
90 padding-bottom: 56.2%;
91 }
92
93 .powerpressadmin-mejs-video .powerpress_player .wp-video,
94 .powerpressadmin-mejs-video .powerpress_player .mejs-container,
95 .powerpressadmin-mejs-video .powerpress_player video {
96 position: absolute;
97 top: 0;
98 left: 0;
99 width: 100% !important;
100 height: 100% !important;
101 }
102 */