Difference between revisions of "User:P.dewater/common.css"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
} | } | ||
/* Voorkom kopiëren van regelnummers in codeblokken */ | /* Voorkom kopiëren van regelnummers in codeblokken */ | ||
| − | .syntaxhighlight . | + | .syntaxhighlight .linenos { |
| − | + | user-select: none; | |
| − | + | -moz-user-select: none; | |
| − | + | -webkit-user-select: none; | |
} | } | ||
Revision as of 10:12, 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 .linenos {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}