MediaWiki:Wikia.css: Difference between revisions
From Screamer Wiki
imported>Lawiki1534virus (customizing tabber) |
imported>Lawiki1534virus No edit summary |
||
Line 1: | Line 1: | ||
.tabbertab { | .tabbertab { | ||
border-top: 2px solid | border-top: 2px solid black !important; | ||
border-bottom: 2px solid | border-bottom: 2px solid black !important; | ||
border-left: 2px solid | border-left: 2px solid black !important; | ||
border-right: 2px solid | border-right: 2px solid black !important; | ||
} | } | ||
Revision as of 21:14, 6 January 2016
.tabbertab {
border-top: 2px solid black !important;
border-bottom: 2px solid black !important;
border-left: 2px solid black !important;
border-right: 2px solid black !important;
}
body {
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }
a:link {
cursor: url('http://vignette3.wikia.nocookie.net/screamerchecker/images/f/fd/Link.png'), pointer; }
a:hover{
cursor: url('http://vignette3.wikia.nocookie.net/screamerchecker/images/f/fd/Link.png'), pointer; }
a:active{
cursor: url('http://vignette3.wikia.nocookie.net/screamerchecker/images/c/ce/Press.png'), pointer; }
a:font{
cursor: url('http://vignette2.wikia.nocookie.net/screamerchecker/images/3/38/Text.png'), pointer; }
a:element{
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }