| 1 |
/** |
| 2 |
* |
| 3 |
* Credits |
| 4 |
* |
| 5 |
* Plugin-Name: Akismet Anti-Spam |
| 6 |
* Plugin-URI: https://akismet.com/ |
| 7 |
* Author: Automattic |
| 8 |
* Author URI: https://automattic.com/wordpress-plugins/ |
| 9 |
* License: GPLv2 or later |
| 10 |
* Text Domain: akismet |
| 11 |
* |
| 12 |
*/ |
| 13 |
.mshot-arrow { |
| 14 |
width: 0; |
| 15 |
height: 0; |
| 16 |
border-top: 10px solid transparent; |
| 17 |
border-bottom: 10px solid transparent; |
| 18 |
border-right: 10px solid #e5e5e5; |
| 19 |
position: absolute; |
| 20 |
left: -6px; |
| 21 |
top: 91px; |
| 22 |
} |
| 23 |
|
| 24 |
.mshot-container { |
| 25 |
background: #e5e5e5; |
| 26 |
position: absolute; |
| 27 |
top: -94px; |
| 28 |
padding: 7px; |
| 29 |
width: 464px; |
| 30 |
height: 352px; |
| 31 |
z-index: 20000; |
| 32 |
-moz-border-radius: 6px; |
| 33 |
border-radius: 6px; |
| 34 |
-webkit-border-radius: 6px; |
| 35 |
} |
| 36 |
|
| 37 |
.mainwp-preview-mshot { |
| 38 |
position: absolute; |
| 39 |
z-index: 2000; |
| 40 |
} |
| 41 |
|
| 42 |
.mainwp-preview-mshot .mshot-image { |
| 43 |
margin: 0; |
| 44 |
height: 338px; |
| 45 |
width: 450px; |
| 46 |
} |