MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 13: Line 13:
/* Change text color of links on hover */
/* Change text color of links on hover */
a:hover {
a:hover {
     color: #000000!important;
     cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="%230000FF" /></svg>') 14 14, auto;
}
}


/* Change text color of links on focus */
/* Change text color of links on focus */
a:focus {
a:focus {
     color: #000000!important;
     cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="%230000FF" /></svg>') 14 14, auto;
}
}


Navigation menu