| 1 |
.pagelayer-tab-panel{ |
| 2 |
padding:20px; |
| 3 |
display:none; |
| 4 |
} |
| 5 |
|
| 6 |
.pagelayer-setting-form th, .pagelayer-setting-form td{ |
| 7 |
padding:20px 20px 20px 0px ; |
| 8 |
text-align:left; |
| 9 |
} |
| 10 |
|
| 11 |
.pagelayer-acc-wrapper{ |
| 12 |
width:90%; |
| 13 |
} |
| 14 |
|
| 15 |
.pagelayer-acc-wrapper .pagelayer-acc-tab{ |
| 16 |
width:100%; |
| 17 |
float:unset; |
| 18 |
display:block; |
| 19 |
padding:10px; |
| 20 |
} |
| 21 |
|
| 22 |
.pagelayer-acc-wrapper .pagelayer-acc-panel{ |
| 23 |
padding:0px 20px; |
| 24 |
display:none; |
| 25 |
} |
| 26 |
|
| 27 |
.pagelayer_promo_button { |
| 28 |
background-color: #4CAF50; /* Green */ |
| 29 |
border: none; |
| 30 |
color: white; |
| 31 |
padding: 6px 10px; |
| 32 |
text-align: center; |
| 33 |
text-decoration: none; |
| 34 |
display: inline-block; |
| 35 |
font-size: 13px; |
| 36 |
margin: 4px 2px; |
| 37 |
-webkit-transition-duration: 0.4s; /* Safari */ |
| 38 |
transition-duration: 0.4s; |
| 39 |
cursor: pointer; |
| 40 |
} |
| 41 |
|
| 42 |
.pagelayer_promo_button:focus{ |
| 43 |
border: none; |
| 44 |
color: white; |
| 45 |
} |
| 46 |
|
| 47 |
.pagelayer_promo_button1 { |
| 48 |
color: white; |
| 49 |
background-color: #4CAF50; |
| 50 |
border:3px solid #4CAF50; |
| 51 |
} |
| 52 |
|
| 53 |
.pagelayer_promo_button1:hover { |
| 54 |
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19); |
| 55 |
color: white; |
| 56 |
border:3px solid #4CAF50; |
| 57 |
} |
| 58 |
|
| 59 |
.pagelayer_promo_button2 { |
| 60 |
color: white; |
| 61 |
background-color: #0085ba; |
| 62 |
} |
| 63 |
|
| 64 |
.pagelayer_promo_button2:hover { |
| 65 |
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19); |
| 66 |
color: white; |
| 67 |
} |
| 68 |
|
| 69 |
.pagelayer_promo_button3 { |
| 70 |
color: white; |
| 71 |
background-color: #365899; |
| 72 |
} |
| 73 |
|
| 74 |
.pagelayer_promo_button3:hover { |
| 75 |
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19); |
| 76 |
color: white; |
| 77 |
} |
| 78 |
|
| 79 |
.pagelayer_promo_button4 { |
| 80 |
color: white; |
| 81 |
background-color: rgb(66, 184, 221); |
| 82 |
} |
| 83 |
|
| 84 |
.pagelayer_promo_button4:hover { |
| 85 |
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 9px 25px 0 rgba(0,0,0,0.19); |
| 86 |
color: white; |
| 87 |
} |
| 88 |
|
| 89 |
.pagelayer_promo-close{ |
| 90 |
float:right; |
| 91 |
text-decoration:none; |
| 92 |
margin: 5px 10px 0px 0px; |
| 93 |
} |
| 94 |
|
| 95 |
.pagelayer_promo-close:hover{ |
| 96 |
color: red; |
| 97 |
} |