Difference between revisions of "User:P.dewater/common.css"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image: url("http://avatarfiles.alphacoders.com/717/717.gif"); | background-image: url("http://avatarfiles.alphacoders.com/717/717.gif"); | ||
| + | } | ||
| + | /* Voorkom kopiëren van regelnummers in codeblokken */ | ||
| + | .syntaxhighlight .line-numbers { | ||
| + | user-select: none; | ||
| + | -moz-user-select: none; | ||
| + | -webkit-user-select: none; | ||
} | } | ||
Revision as of 10:05, 29 April 2025
/* :P */
.mw-wiki-logo {
background-image: url("http://avatarfiles.alphacoders.com/717/717.gif");
}
/* Voorkom kopiëren van regelnummers in codeblokken */
.syntaxhighlight .line-numbers {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}