| 1 |
.wpupg-clear { |
| 2 |
float: none; |
| 3 |
clear: both; } |
| 4 |
|
| 5 |
.wpupg-meta { |
| 6 |
display: none; } |
| 7 |
|
| 8 |
html body.rtl .wpupg-container { |
| 9 |
text-align: right; } |
| 10 |
|
| 11 |
html body .wpupg-container { |
| 12 |
position: absolute !important; |
| 13 |
clear: both !important; |
| 14 |
text-align: left; |
| 15 |
font-size: 14px !important; } |
| 16 |
html body .wpupg-container span { |
| 17 |
display: inline-block !important; } |
| 18 |
html body .wpupg-container * { |
| 19 |
border: 0 !important; |
| 20 |
-webkit-margin: 0 !important; |
| 21 |
-moz-margin: 0 !important; |
| 22 |
margin: 0 !important; |
| 23 |
-webkit-padding: 0 !important; |
| 24 |
-moz-padding: 0 !important; |
| 25 |
padding: 0 !important; |
| 26 |
background: none !important; |
| 27 |
-webkit-border-radius: 0px !important; |
| 28 |
-moz-border-radius: 0px !important; |
| 29 |
border-radius: 0px !important; |
| 30 |
-webkit-box-shadow: none !important; |
| 31 |
-moz-box-shadow: none !important; |
| 32 |
box-shadow: none !important; |
| 33 |
-webkit-box-sizing: border-box !important; |
| 34 |
-moz-box-sizing: border-box !important; |
| 35 |
box-sizing: border-box !important; |
| 36 |
color: inherit !important; |
| 37 |
font-size: inherit !important; |
| 38 |
line-height: 1.4 !important; |
| 39 |
font-weight: normal !important; } |
| 40 |
html body .wpupg-container b, html body .wpupg-container strong { |
| 41 |
font-weight: bold !important; } |
| 42 |
html body .wpupg-container hr { |
| 43 |
background-color: #ccc !important; } |
| 44 |
html body .wpupg-container .wpupg-paragraph h1 { |
| 45 |
font-size: 2em !important; |
| 46 |
margin: 0.67em 0 !important; } |
| 47 |
html body .wpupg-container .wpupg-paragraph h2 { |
| 48 |
font-size: 1.5em !important; |
| 49 |
margin: 0.83em 0 !important; } |
| 50 |
html body .wpupg-container .wpupg-paragraph h3 { |
| 51 |
font-size: 1.17em !important; |
| 52 |
margin: 1em 0 !important; } |
| 53 |
html body .wpupg-container .wpupg-paragraph h4 { |
| 54 |
font-size: 1em !important; |
| 55 |
margin: 1.33em 0 !important; } |
| 56 |
html body .wpupg-container .wpupg-paragraph h5 { |
| 57 |
font-size: 0.83em !important; |
| 58 |
margin: 1.67em 0 !important; } |
| 59 |
html body .wpupg-container .wpupg-paragraph h6 { |
| 60 |
font-size: 0.75em !important; |
| 61 |
margin: 2.33em 0 !important; } |
| 62 |
html body .wpupg-container .wpupg-paragraph p, html body .wpupg-container .wpupg-paragraph pre { |
| 63 |
margin: 1em 0 !important; } |
| 64 |
html body .wpupg-container .wpupg-paragraph code, html body .wpupg-container .wpupg-paragraph kbd, html body .wpupg-container .wpupg-paragraph pre, html body .wpupg-container .wpupg-paragraph samp { |
| 65 |
font-family: monospace, serif !important; |
| 66 |
_font-family: 'courier new', monospace !important; |
| 67 |
font-size: 1em !important; } |
| 68 |
html body .wpupg-container .wpupg-paragraph blockquote { |
| 69 |
margin: 1em 40px !important; } |
| 70 |
html body .wpupg-container .wpupg-paragraph b, html body .wpupg-container .wpupg-paragraph strong { |
| 71 |
font-weight: bold !important; } |
| 72 |
html body .wpupg-container .wpupg-paragraph dl, html body .wpupg-container .wpupg-paragraph menu, html body .wpupg-container .wpupg-paragraph ol, html body .wpupg-container .wpupg-paragraph ul { |
| 73 |
margin: 1em 0 !important; } |
| 74 |
html body .wpupg-container .wpupg-paragraph dd { |
| 75 |
margin: 0 0 0 40px !important; } |
| 76 |
html body .wpupg-container .wpupg-paragraph menu, html body .wpupg-container .wpupg-paragraph ol, html body .wpupg-container .wpupg-paragraph ul { |
| 77 |
padding: 0 0 0 40px !important; } |
| 78 |
html body .wpupg-container .wpupg-paragraph .aligncenter { |
| 79 |
margin: 0 auto !important; } |
| 80 |
html body .wpupg-container table { |
| 81 |
table-layout: auto !important; |
| 82 |
border-collapse: collapse !important; |
| 83 |
width: 100% !important; } |
| 84 |
html body .wpupg-container a { |
| 85 |
text-decoration: none !important; } |
| 86 |
html body .wpupg-container a:hover { |
| 87 |
text-decoration: underline !important; } |
| 88 |
html body .wpupg-container .wpupg-responsive-mobile { |
| 89 |
display: none; } |
| 90 |
|