| 1 |
/* CSS for adverts */ |
| 2 |
|
| 3 |
.updraft_notice_container { |
| 4 |
height: auto; |
| 5 |
overflow: hidden; |
| 6 |
} |
| 7 |
|
| 8 |
.updraft_advert_content_left { |
| 9 |
float: none; |
| 10 |
width: 65px; |
| 11 |
} |
| 12 |
|
| 13 |
.updraft_advert_content_right { |
| 14 |
float: none; |
| 15 |
width: auto; |
| 16 |
overflow: hidden; |
| 17 |
} |
| 18 |
|
| 19 |
.updraft_advert_bottom { |
| 20 |
margin: 10px 0; |
| 21 |
padding: 10px; |
| 22 |
font-size: 140%; |
| 23 |
background-color: white; |
| 24 |
border-color: #E6DB55; |
| 25 |
border: 1px solid; |
| 26 |
border-radius: 4px; |
| 27 |
} |
| 28 |
|
| 29 |
.updraft-advert-dismiss { |
| 30 |
float: right; |
| 31 |
font-size: 13px; |
| 32 |
font-weight: normal; |
| 33 |
} |
| 34 |
|
| 35 |
h3.updraft_advert_heading { |
| 36 |
margin-top: 5px !important; |
| 37 |
margin-bottom: 5px !important; |
| 38 |
} |
| 39 |
|
| 40 |
h4.updraft_advert_heading { |
| 41 |
margin-top: 2px !important; |
| 42 |
margin-bottom: 3px !important; |
| 43 |
} |
| 44 |
|
| 45 |
.updraft_center_content { |
| 46 |
text-align: center; |
| 47 |
margin-bottom: 5px; |
| 48 |
} |
| 49 |
|
| 50 |
.updraft_notice_link { |
| 51 |
padding-left: 5px; |
| 52 |
} |
| 53 |
|
| 54 |
.updraft_text_center { |
| 55 |
text-align: center; |
| 56 |
} |
| 57 |
|
| 58 |
@media screen and (min-width: 560px) { |
| 59 |
|
| 60 |
.updraft_advert_content_left { |
| 61 |
float: left; |
| 62 |
} |
| 63 |
|
| 64 |
} |
| 65 |
|