| 1 |
#wpbody-content > *:not(#wpupg-template, .wpupg-wrap), |
| 2 |
#wpfooter { |
| 3 |
display: none; |
| 4 |
} |
| 5 |
|
| 6 |
#update-nag, |
| 7 |
.update-nag, |
| 8 |
.updated, |
| 9 |
.error, |
| 10 |
.is-dismissible { |
| 11 |
display: none; |
| 12 |
} |
| 13 |
|
| 14 |
.rtl { |
| 15 |
#wpupg-template-main { |
| 16 |
.wpupg-setting-required { |
| 17 |
border-radius: 3px; |
| 18 |
margin-left: 0; |
| 19 |
} |
| 20 |
} |
| 21 |
} |
| 22 |
|
| 23 |
#wpupg-template-menu, |
| 24 |
.wpupg-template-properties, |
| 25 |
.wpupg-main-container { |
| 26 |
background-color: white; |
| 27 |
border-radius: 5px; |
| 28 |
} |
| 29 |
|
| 30 |
#wpupg-template-buttons { |
| 31 |
text-align: center; |
| 32 |
padding-top: 10px; |
| 33 |
|
| 34 |
background-color: white; |
| 35 |
border-radius: 5px; |
| 36 |
|
| 37 |
p { |
| 38 |
font-weight: bold; |
| 39 |
margin-top: 0; |
| 40 |
} |
| 41 |
|
| 42 |
button { |
| 43 |
display: inline-block; |
| 44 |
margin: 0 3px; |
| 45 |
margin-bottom: 10px; |
| 46 |
} |
| 47 |
} |
| 48 |
|
| 49 |
#wpupg-template-main { |
| 50 |
.wpupg-main-container { |
| 51 |
padding: 0 25px 25px 25px; |
| 52 |
margin-bottom: 20px; |
| 53 |
|
| 54 |
&:last-child { |
| 55 |
margin-bottom: 0; |
| 56 |
} |
| 57 |
} |
| 58 |
|
| 59 |
.wpupg-main-container-name { |
| 60 |
text-align: center; |
| 61 |
} |
| 62 |
.wpupg-main-container-name { |
| 63 |
padding: 20px 10px 0 10px; |
| 64 |
padding-bottom: 0; |
| 65 |
margin: 5px 0; |
| 66 |
font-size: 1.8em; |
| 67 |
font-weight: 400; |
| 68 |
} |
| 69 |
} |
| 70 |
|
| 71 |
@media screen and (min-width: 783px) { |
| 72 |
.rtl { |
| 73 |
#wpupg-template-main { |
| 74 |
margin-right: 225px; |
| 75 |
margin-left: 0; |
| 76 |
} |
| 77 |
} |
| 78 |
|
| 79 |
#wpupg-template-sidebar { |
| 80 |
position: fixed; |
| 81 |
width: 200px; |
| 82 |
max-height: calc(100% - 50px); |
| 83 |
overflow-y: scroll; |
| 84 |
} |
| 85 |
|
| 86 |
#wpupg-template-main { |
| 87 |
margin-left: 225px; |
| 88 |
} |
| 89 |
} |
| 90 |
|
| 91 |
@media screen and (min-width: 1024px) { |
| 92 |
.rtl { |
| 93 |
#wpupg-template-main { |
| 94 |
margin-right: 275px; |
| 95 |
margin-left: 0; |
| 96 |
} |
| 97 |
} |
| 98 |
#wpupg-template-sidebar { |
| 99 |
width: 250px; |
| 100 |
} |
| 101 |
|
| 102 |
#wpupg-template-main { |
| 103 |
margin-left: 275px; |
| 104 |
} |
| 105 |
} |