PluginProbe
Embed Privacy / 1.11.0
Embed Privacy v1.11.0
1.14.0 1.13.0 trunk 0.1 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.1.3 1.10.0 1.10.1 1.10.10 1.10.2 1.10.3 1.10.4 1.10.5 1.10.6 1.10.7 1.10.8 1.10.9 1.11.0 1.11.1 1.11.2 All 68 releases
embed-privacy / assets / style / wpforo-embeds.css

wpforo-embeds.css in Embed Privacy 1.11.0, at assets/style/wpforo-embeds.css

55 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wpforo #wpforo-wrap .wpf-embed * {
2 padding: initial !important;
3 margin: initial !important;
4 height: auto !important;
5 width: auto !important;
6 max-width: auto !important;
7 max-height: auto !important;
8 }
9 #wpforo #wpforo-wrap .wpf-embed .embed-privacy-container {
10 height: 100% !important;
11 position: relative !important;
12 width: 100% !important;
13 }
14 #wpforo #wpforo-wrap .wpf-embed .embed-privacy-container a {
15 color: #ddd;
16 }
17 #wpforo #wpforo-wrap .wpf-embed .embed-privacy-container a:active, #wpforo #wpforo-wrap .wpf-embed .embed-privacy-container a:focus, #wpforo #wpforo-wrap .wpf-embed .embed-privacy-container a:hover {
18 color: #fff !important;
19 }
20 #wpforo #wpforo-wrap .wpf-embed .embed-privacy-content {
21 height: 100% !important;
22 width: 100% !important;
23 }
24 #wpforo #wpforo-wrap .wpf-embed .embed-privacy-content > * {
25 height: 100% !important;
26 margin: 0 !important;
27 padding: 0 !important;
28 width: 100% !important;
29 }
30 #wpforo #wpforo-wrap .wpf-embed .embed-privacy-inner {
31 vertical-align: middle;
32 }
33 #wpforo #wpforo-wrap .wpf-embed .embed-privacy-logo {
34 height: 48px !important;
35 margin-bottom: 30px !important;
36 }
37 #wpforo #wpforo-wrap .wpf-embed .embed-privacy-overlay {
38 color: #ddd;
39 padding: 20px !important;
40 height: 100% !important;
41 width: 100% !important;
42 }
43 #wpforo #wpforo-wrap .wpf-embed .screen-reader-text {
44 height: 1px !important;
45 margin: -1px !important;
46 position: absolute !important;
47 width: 1px !important;
48 }
49 #wpforo #wpforo-wrap .wpf-embed .screen-reader-text:focus {
50 color: #444 !important;
51 height: auto !important;
52 padding: 15px 23px 14px !important;
53 width: auto !important;
54 }
55