# copy-the-code/1.7.3/assets/css/copy-the-code.css

Copy Anything to Clipboard for WordPress – Copy Button, Copy Text &amp; Copy Code, version 1.7.3. 38 lines.

- Page: https://pluginprobe.com/plugins/copy-the-code/1.7.3/code/assets/css/copy-the-code.css
- Raw: https://pluginprobe.com/plugins/copy-the-code/1.7.3/raw/assets/css/copy-the-code.css
- Modified: 2019-09-30T16:47:48+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/copy-the-code/1.7.3/code/assets/css/copy-the-code.css#L10-L20`.

```css

/** <pre> tag */
pre {
	position: relative;
}

/** 'Copy' button and JS. */
.copy-the-code-inside-wrap .copy-the-code-button {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.copy-the-code-button {
    background: #e1e3e8 !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    color: #424242 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    text-transform: capitalize !important;
    border: none !important;
}

.copy-the-code-button:hover {
    background: #d0d1d6 !important;
}

.copy-the-code-outside + * {
    margin-top: 0;
}

.copy-the-code-outside {
    text-align: right;
}

```
