MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content deleted Content added
No edit summary
No edit summary
Line 251: Line 251:
outline: unset !important;
outline: unset !important;
}
}
/*TESTING*/
/*TESTING BELOW*/
a:visited, a:link, a, #mw-panel div.portal div.body ul li a:visited, #mw-panel div.portal div.body ul li a
{
color: #FFCC00 !important;
font-weight: bold;
}
a:hover, #mw-panel div.portal div.body ul li a:hover
{
color: #FFE375 !important;
text-decoration: none !important;
}
a:active, a:focus, #mw-panel div.portal div.body ul li a:active, #mw-panel div.portal div.body ul li a:focus
{
color: #000000 !important;
text-decoration: none !important;
}
/* missing links */
a.new, #p-personal a.new
{
color: #ff3333 !important;
}