| 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 |
|