PluginProbe
BeyondWords – AI audio for publishers / 7.0.0
BeyondWords – AI audio for publishers v7.0.0
7.1.0 trunk 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.1.0 4.1.1 4.1.2 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.3.0 4.4.0 4.5.0 4.5.1 4.6.0 4.6.1 4.6.2 4.7.0 All 43 releases
speechkit / src / editor / components / add-player / add-player.css

add-player.css in BeyondWords – AI audio for publishers 7.0.0, at src/editor/components/add-player/add-player.css

34 lines 624 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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