| 1 |
/* CSS for adverts */ |
| 2 |
|
| 3 |
.wpgetapi_notice_container { |
| 4 |
height: auto; |
| 5 |
overflow: hidden; |
| 6 |
} |
| 7 |
|
| 8 |
.wpgetapi_review_notice_container { |
| 9 |
padding: 12px; |
| 10 |
display: flex; |
| 11 |
} |
| 12 |
|
| 13 |
.wpgetapi_advert_button_container { |
| 14 |
margin-bottom: 10px; |
| 15 |
display: flex; |
| 16 |
align-items: center; |
| 17 |
} |
| 18 |
|
| 19 |
.wpgetapi_advert_button_container .dashicons { |
| 20 |
margin-left: 10px; |
| 21 |
} |
| 22 |
|
| 23 |
.wpgetapi_advert_content_left { |
| 24 |
float: none; |
| 25 |
width: 65px; |
| 26 |
padding-top: 9px; |
| 27 |
margin-right: 9px; |
| 28 |
} |
| 29 |
|
| 30 |
.wpgetapi_advert_content_left_extra { |
| 31 |
float: none; |
| 32 |
width: 100px; |
| 33 |
padding-right: 15px; |
| 34 |
display: flex; |
| 35 |
align-items: center; |
| 36 |
} |
| 37 |
|
| 38 |
.updraft_advert_content_left img { |
| 39 |
min-height: 72px; |
| 40 |
min-width: 72px; |
| 41 |
} |
| 42 |
|
| 43 |
.wpgetapi_advert_content_right { |
| 44 |
float: none; |
| 45 |
width: auto; |
| 46 |
overflow: hidden; |
| 47 |
font-size: 16px; |
| 48 |
} |
| 49 |
|
| 50 |
.updraft_advert_content_right p { |
| 51 |
font-size: 16px !important; |
| 52 |
} |
| 53 |
|
| 54 |
.wpgetapi_advert_bottom { |
| 55 |
margin: 10px 0; |
| 56 |
padding: 10px; |
| 57 |
font-size: 140%; |
| 58 |
background-color: rgb(255, 255, 255); |
| 59 |
border-color: #E6DB55; |
| 60 |
border: 1px solid; |
| 61 |
border-radius: 4px; |
| 62 |
} |
| 63 |
|
| 64 |
.wpgetapi_advert_dismiss { |
| 65 |
float: right; |
| 66 |
font-size: 13px; |
| 67 |
font-weight: normal; |
| 68 |
} |
| 69 |
|
| 70 |
h3.wpgetapi_advert_heading { |
| 71 |
margin-top: 5px !important; |
| 72 |
margin-bottom: 5px !important; |
| 73 |
} |
| 74 |
|
| 75 |
h4.wpgetapi_advert_heading { |
| 76 |
margin-top: 2px !important; |
| 77 |
margin-bottom: 3px !important; |
| 78 |
} |
| 79 |
|
| 80 |
.wpgetapi_center_content { |
| 81 |
text-align: center; |
| 82 |
margin-bottom: 5px; |
| 83 |
} |
| 84 |
|
| 85 |
.wpgetapi_text_center { |
| 86 |
text-align: center; |
| 87 |
} |
| 88 |
|
| 89 |
#wpgetapi-dashnotice #wpgetapi-dashnotice_wrapper ul { |
| 90 |
list-style: disc inside; |
| 91 |
text-indent: -18px; |
| 92 |
margin-left: 18px; |
| 93 |
} |
| 94 |
|
| 95 |
@media screen and (min-width: 560px) { |
| 96 |
|
| 97 |
.wpgetapi_advert_content_left, .wpgetapi_advert_content_left_extra { |
| 98 |
float: left; |
| 99 |
} |
| 100 |
|
| 101 |
} |
| 102 |
|
| 103 |
#wpgetapi-notice-logo { |
| 104 |
border: 0; |
| 105 |
float: right; |
| 106 |
width: 150px; |
| 107 |
height: auto; |
| 108 |
margin: 10px; |
| 109 |
} |
| 110 |
|
| 111 |
@media (min-width: 768px) { |
| 112 |
|
| 113 |
#wpgetapi-notice-logo { |
| 114 |
width: 250px; |
| 115 |
height: auto; |
| 116 |
margin: 110px 15px; |
| 117 |
} |
| 118 |
|
| 119 |
} |