MediaWiki:Common.css: Difference between revisions

From Harridanic
Jump to navigation Jump to search
Paul (talk | contribs)
No edit summary
Paul (talk | contribs)
No edit summary
Line 16: Line 16:
// color:#0000FF;
// color:#0000FF;
  text-decoration:underline;
  text-decoration:underline;
}
#p-logo {
    height: 160px;
}
}

Revision as of 23:07, 3 October 2012

/* CSS placed here will be applied to all skins */

a:link {
// color:#FF0000;
 text-decoration:underline;
}
a:visited {
// color:#00FF00;
 text-decoration:underline;
}
a:hover {
// color:#FF00FF;
 text-decoration:underline;
}
a:active {
// color:#0000FF;
 text-decoration:underline;
}

#p-logo {
    height: 160px;
}