| 1 |
.ud-licenses-wrap div.updated, |
| 2 |
.ud-licenses-wrap div.error { |
| 3 |
margin-top: 1em; |
| 4 |
margin-bottom: 0; |
| 5 |
} |
| 6 |
.ud-licenses-wrap .licenses-notice { |
| 7 |
margin-top: 1em; |
| 8 |
margin-bottom: 0; |
| 9 |
background-color: #fff; |
| 10 |
border-left: 4px solid #7ad03a; |
| 11 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 12 |
padding: 1px 12px; |
| 13 |
} |
| 14 |
.ud-licenses-wrap .ninja { |
| 15 |
position: absolute; |
| 16 |
top: 0; |
| 17 |
right: 0; |
| 18 |
padding: 20px; |
| 19 |
width: 125px; |
| 20 |
background: #42a2ce; |
| 21 |
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); |
| 22 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); |
| 23 |
} |
| 24 |
.ud-licenses-wrap .ninja img { |
| 25 |
width: 100%; |
| 26 |
height: auto; |
| 27 |
} |
| 28 |
.ud-licenses-wrap .feature-section ul { |
| 29 |
margin-bottom: 4em; |
| 30 |
padding-bottom: 1em; |
| 31 |
} |
| 32 |
.ud-licenses-wrap .feature-section li { |
| 33 |
margin-left: 1.2em; |
| 34 |
font-size: 13px; |
| 35 |
} |
| 36 |
.ud-licenses-wrap .feature-section img { |
| 37 |
width: 75px; |
| 38 |
height: 75px; |
| 39 |
float: right !important; |
| 40 |
margin-bottom: 1em; |
| 41 |
background: none; |
| 42 |
-webkit-box-shadow: none; |
| 43 |
-moz-box-shadow: none; |
| 44 |
box-shadow: none; |
| 45 |
border: 0; |
| 46 |
} |
| 47 |
.ud-licenses-wrap .panic-button-wrap { |
| 48 |
padding: 40px; |
| 49 |
width: 100% !important; |
| 50 |
-webkit-box-sizing: border-box; |
| 51 |
-moz-box-sizing: border-box; |
| 52 |
box-sizing: border-box; |
| 53 |
background-color: #fff; |
| 54 |
overflow: hidden; |
| 55 |
zoom: 1; |
| 56 |
text-align: center; |
| 57 |
margin: 0 auto 20px; |
| 58 |
-webkit-border-radius: 4px; |
| 59 |
border-radius: 4px; |
| 60 |
} |
| 61 |
.ud-licenses-wrap .panic-button-wrap a { |
| 62 |
text-decoration: none; |
| 63 |
} |
| 64 |
.ud-licenses-wrap .panic-button-wrap em { |
| 65 |
display: block; |
| 66 |
font-style: normal; |
| 67 |
color: #666; |
| 68 |
} |
| 69 |
.ud-licenses-wrap .panic-button-wrap a { |
| 70 |
display: block; |
| 71 |
position: relative; |
| 72 |
outline: none; |
| 73 |
} |
| 74 |
.ud-licenses-wrap .panic-button-wrap a:before { |
| 75 |
content: ""; |
| 76 |
display: block; |
| 77 |
height: 6em; |
| 78 |
width: 6em; |
| 79 |
background: red; |
| 80 |
margin: 0 auto 1.618em; |
| 81 |
-webkit-border-radius: 100%; |
| 82 |
border-radius: 100%; |
| 83 |
background: #ff3019; |
| 84 |
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); |
| 85 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); |
| 86 |
background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); |
| 87 |
background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); |
| 88 |
background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); |
| 89 |
background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); |
| 90 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); |
| 91 |
border: 3px solid #b60404; |
| 92 |
-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 0 0 0.618em #eeeeee; |
| 93 |
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 0 0 0.618em #eeeeee; |
| 94 |
} |
| 95 |
.ud-licenses-wrap .panic-button-wrap a:hover:before { |
| 96 |
background: #ff4635; |
| 97 |
background: -moz-linear-gradient(top, #ff4635 0%, #ce2727 100%); |
| 98 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4635), color-stop(100%, #ce2727)); |
| 99 |
background: -webkit-linear-gradient(top, #ff4635 0%, #ce2727 100%); |
| 100 |
background: -o-linear-gradient(top, #ff4635 0%, #ce2727 100%); |
| 101 |
background: -ms-linear-gradient(top, #ff4635 0%, #ce2727 100%); |
| 102 |
background: linear-gradient(to bottom, #ff4635 0%, #ce2727 100%); |
| 103 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4635', endColorstr='#ce2727', GradientType=0); |
| 104 |
} |
| 105 |
.ud-licenses-wrap .panic-button-wrap a:active:before { |
| 106 |
background: #cf0404; |
| 107 |
background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%); |
| 108 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cf0404), color-stop(100%, #ff3019)); |
| 109 |
background: -webkit-linear-gradient(top, #cf0404 0%, #ff3019 100%); |
| 110 |
background: -o-linear-gradient(top, #cf0404 0%, #ff3019 100%); |
| 111 |
background: -ms-linear-gradient(top, #cf0404 0%, #ff3019 100%); |
| 112 |
background: linear-gradient(to bottom, #cf0404 0%, #ff3019 100%); |
| 113 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0404', endColorstr='#ff3019', GradientType=0); |
| 114 |
} |
| 115 |
.ud-licenses-wrap .wp-list-table.products .plugin-icon img { |
| 116 |
width: 100%; |
| 117 |
} |
| 118 |
|