| 1 |
#tinymce [data-beyondwords-player] { |
| 2 |
box-sizing: border-box; |
| 3 |
-moz-box-sizing: border-box; |
| 4 |
-webkit-box-sizing: border-box; |
| 5 |
width: 100%; |
| 6 |
height: 60px; |
| 7 |
line-height: 60px; |
| 8 |
font-size: 60px; |
| 9 |
background-color: #f5f5f5; |
| 10 |
border: 1px dashed #000; |
| 11 |
position: relative; |
| 12 |
} |
| 13 |
|
| 14 |
#tinymce [data-beyondwords-player]::before { |
| 15 |
content: ""; |
| 16 |
width: 32px; |
| 17 |
height: 32px; |
| 18 |
display: block; |
| 19 |
position: absolute; |
| 20 |
top: 13px; |
| 21 |
left: 13px; |
| 22 |
background: url(./tinymce-button.png); |
| 23 |
} |
| 24 |
|
| 25 |
#tinymce [data-beyondwords-player]::after { |
| 26 |
font-size: 12px; |
| 27 |
line-height: 1.5; |
| 28 |
height: 32px; |
| 29 |
display: block; |
| 30 |
position: absolute; |
| 31 |
top: 9px; |
| 32 |
left: 60px; |
| 33 |
} |
| 34 |
|