MediaWiki:Common.css: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 3: | Line 3: | ||
| a{ | a{ | ||
| color:#FF6600; | color:#FF6600; | ||
| text:underline; | text-decoration:underline; | ||
| } | } | ||
| a:visited{ | a:visited{ | ||
| color:#b30b0b; | color:#b30b0b; | ||
| text:underline; | text-decoration:underline; | ||
| } | |||
| a.external.text{ | |||
| color: #FF6600; | |||
| } | |||
| .mw-body a.external:visited{ | |||
| color: #b30b0b; | |||
| } | |||
| div#mw-panel div.portal div.body ul li a{ | |||
| color: #FF6600; | |||
| } | } | ||
Revision as of 20:57, 31 March 2017
/* CSS placed here will be applied to all skins */
a{
color:#FF6600;
text-decoration:underline;
}
a:visited{
color:#b30b0b;
text-decoration:underline;
}
a.external.text{
color: #FF6600;
}
.mw-body a.external:visited{
color: #b30b0b;
}
div#mw-panel div.portal div.body ul li a{
color: #FF6600;
}