MyBB.de Forum

Normale Version: Code Select All
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Code Select All

Zitat:Code Select All modifies code and php blocks to add a "Select All" link in the codeblock title. This allows for easy copying of the contents by simply clicking the link. The link appearance can also be altered via the "select_all" class.

Example:
a:link.select_all {
color: rgb(221,138,62);
}

a:visited.select_all {
color: rgb(221,138,62);
}

a:hover.select_all, a:active.select_all {
text-decoration: none;
color: rgb(221,138,62);
}

.select_all {
font-family: Arial;
font-size: 0.875em;
}

To install, unpack the contents of the archive at the root of your forum, then Activate the plugin (no install needed).