# speechkit/7.0.0/src/editor/components/add-player/add-player.css

BeyondWords – AI audio for publishers, version 7.0.0. 34 lines.

- Page: https://pluginprobe.com/plugins/speechkit/7.0.0/code/src/editor/components/add-player/add-player.css
- Raw: https://pluginprobe.com/plugins/speechkit/7.0.0/raw/src/editor/components/add-player/add-player.css
- Modified: 2026-08-12T09:46:22+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/7.0.0/code/src/editor/components/add-player/add-player.css#L10-L20`.

```css
#tinymce [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 #000;
	position: relative;
}

#tinymce [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 {
	font-size: 12px;
	line-height: 1.5;
	height: 32px;
	display: block;
	position: absolute;
	top: 9px;
	left: 60px;
}

```
