# speechkit/7.0.0/src/editor/classic/classic.css

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

- Page: https://pluginprobe.com/plugins/speechkit/7.0.0/code/src/editor/classic/classic.css
- Raw: https://pluginprobe.com/plugins/speechkit/7.0.0/raw/src/editor/classic/classic.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/classic/classic.css#L10-L20`.

```css

.sk-metabox-button {
	width: 100%;
	text-align: center;
}

table tr th#speechkit_status {
	width: 110px;
}

.beyondwords-hidden {
	display: none;
}

.beyondwords-error {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
	margin: 5px 0 15px;
	padding: 1px 12px;
	border-left-color: #d63638;
}

.beyondwords-error p,
.beyondwords-success p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0.5em 0;
	padding: 2px;
}

.beyondwords-success {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
	margin: 5px 0 15px;
	padding: 1px 12px;
	border-left-color: #00a32a;
}

.beyondwords-metabox__heading {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 8px;
	padding: 0;
}

.beyondwords-metabox-settings__field {
	margin: 0 0 8px;
}

.beyondwords-metabox__divider {
	margin: 16px 0;
}

#beyondwords-metabox-content-id {
	margin: 8px 0 13px;
}

/* Core's 1px input margin would overhang the edge the button aligns to. */
.beyondwords-metabox-content-id__input {
	width: 100%;
	margin: 1px 0;
}

.beyondwords-metabox-content-id__actions {
	margin-top: 8px;
	text-align: right;
}

/* Core floats spinners right, which would displace the button. */
.beyondwords-metabox-content-id__actions .spinner {
	float: none;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

```
