MediaWiki:Darkvector.css: Difference between revisions
| No edit summary |  re-added character | ||
| Line 1,536: | Line 1,536: | ||
| 	url('skins/Vector/resources/common/images/external-link-ltr-icon.svg'); | 	url('skins/Vector/resources/common/images/external-link-ltr-icon.svg'); | ||
| 	padding-right:13px | 	padding-right:13px | ||
| } | |||
| /* Cursors */ | |||
| body { | |||
|   cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer; HEIGHT=40 WIDTH=30} | |||
| a:link { | |||
|   cursor: url('http://screamer.wiki/images/f/fd/Link.png'), pointer; } | |||
| a:hover{ | |||
|   cursor: url('http://screamer.wiki/images/f/fd/Link.png'), pointer; } | |||
| a:active{ | |||
|   cursor: url('http://screamer.wiki/images/c/ce/Press.png'), pointer; } | |||
| a:element{ | |||
|   cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer; } | |||
| /* Scrollbar */ | |||
| ::-webkit-scrollbar { | |||
| 	width: 12px !important; | |||
| 	-webkit-overflow-scrolling: auto !important; | |||
| } | |||
| ::-webkit-scrollbar-track { | |||
| 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; | |||
| 	-webkit-border-radius: 0px !important; | |||
| 	border-radius: 0px !important; | |||
| } | |||
| ::-webkit-scrollbar-thumb { | |||
| 	-webkit-border-radius: 0px !important; | |||
| 	border-radius: 0px !important; | |||
| 	background: #d13c17 !important;  | |||
| 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;  | |||
| } | |||
| ::-webkit-scrollbar-thumb:window-inactive { | |||
| 	background: #A62e10 !important;  | |||
| } | } | ||
