PluginProbe
BeyondWords – AI audio for publishers / 6.2.0
BeyondWords – AI audio for publishers v6.2.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 / Component / Post / AddPlayer / AddPlayer.css

AddPlayer.css in BeyondWords – AI audio for publishers 6.2.0, at src/Component/Post/AddPlayer/AddPlayer.css

37 lines 768 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #tinymce [data-beyondwords-player],
2 #editor [data-beyondwords-player] {
3 box-sizing: border-box;
4 -moz-box-sizing: border-box;
5 -webkit-box-sizing: border-box;
6 width: 100%;
7 height: 60px;
8 line-height: 60px;
9 font-size: 60px;
10 background-color: #f5f5f5;
11 border: 1px dashed #000000;
12 position: relative;
13 }
14
15 #tinymce [data-beyondwords-player]:before,
16 #editor [data-beyondwords-player]:before {
17 content: '';
18 width: 32px;
19 height: 32px;
20 display: block;
21 position: absolute;
22 top: 13px;
23 left: 13px;
24 background: url(./tinymce-button.png);
25 }
26
27 #tinymce [data-beyondwords-player]:after,
28 #editor [data-beyondwords-player]:after {
29 font-size: 12px;
30 line-height: 1.5;
31 height: 32px;
32 display: block;
33 position: absolute;
34 top: 9px;
35 left: 60px;
36 }
37