User:Lawiki1534virus/common.css: Difference between revisions
Jump to navigation
Jump to search
imported>Lawiki1534virus No edit summary |
imported>Lawiki1534virus No edit summary |
||
Line 9: | Line 9: | ||
padding: 0.3em 0.5em !important; | padding: 0.3em 0.5em !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
color: # | color: #808080 !important; | ||
border: none !important; | border: none !important; | ||
background: transparent !important; | background: transparent !important; | ||
Line 24: | Line 24: | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
body { | |||
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; } | |||
a:link { | |||
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; } | |||
a:hover{ | |||
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; } | |||
a:active{ | |||
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; } | |||
a:font{ | |||
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; } | |||
a:element{ | |||
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; } |
Revision as of 23:12, 29 January 2016
.tabbernav {
font-family: inherit !important;
font-weight: normal !important;
font-size: 13px !important;
border-bottom: 3px solid #595959 !important;
padding: 0.3em 0 !important;
}
.tabbernav a {
padding: 0.3em 0.5em !important;
margin: 0 !important;
color: #808080 !important;
border: none !important;
background: transparent !important;
}
.tabberactive a {
color: white !important;
background: #A62E10 !important;
}
.tabbernav :not(.tabberactive) a:hover {
background: rgba(255, 91, 52, 0.2) !important;
}
.tabbertab {
border: none !important;
padding: 0 !important;
}
body {
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }
a:link {
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }
a:hover{
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }
a:active{
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }
a:font{
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }
a:element{
cursor: url('http://vignette4.wikia.nocookie.net/screamerchecker/images/4/4c/Cursor.png'), pointer; }