# speechkit/4.2.4/src/Component/Post/AddPlayer/AddPlayer.css

BeyondWords – AI audio for publishers, version 4.2.4. 37 lines.

- Page: https://pluginprobe.com/plugins/speechkit/4.2.4/code/src/Component/Post/AddPlayer/AddPlayer.css
- Raw: https://pluginprobe.com/plugins/speechkit/4.2.4/raw/src/Component/Post/AddPlayer/AddPlayer.css
- Modified: 2023-11-15T21:11:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/speechkit/4.2.4/code/src/Component/Post/AddPlayer/AddPlayer.css#L10-L20`.

```css
#tinymce [data-beyondwords-player],
#editor [data-beyondwords-player] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  background-color: #F5F5F5;
  border: 1px dashed #000000;
  position: relative;
}

#tinymce [data-beyondwords-player]:before,
#editor [data-beyondwords-player]:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  background: url(./tinymce-button.png);
}

#tinymce [data-beyondwords-player]:after,
#editor [data-beyondwords-player]:after {
  font-size: 12px;
  line-height: 1.5;
  height: 32px;
  display: block;
  position: absolute;
  top: 9px;
  left: 60px;
}

```
