Difference between revisions of "MediaWiki:Common.css"

20 bytes removed ,  11:34, 13 February 2012
no edit summary
Line 5: Line 5:
/* Modify all links to be green/brown, then make external links blue/purple */
/* Modify all links to be green/brown, then make external links blue/purple */
/* Also need to modify MediaWiki:Vector.css to affect sidebar links */
/* Also need to modify MediaWiki:Vector.css to affect sidebar links */
a:link                 {color: #006600;}          /* dark green */
a:link             {color: #006600;}          /* dark green */
a:visited               {color: #996633;}          /* brown */
a:visited         {color: #996633;}          /* brown */
a:link.external        {color: #0000ff;}          /* blue */
a.external        {color: #0000ff;}          /* blue */
a:link.external:visited {color: #800080;}          /* purple */
a.external:visited {color: #800080;}          /* purple */


/* Page background to light yellow */
/* Page background to light yellow */
Bureaucrats, confirmed, developer, Administrators
197

edits