Difference between revisions of "MediaWiki:Common.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m
Line 7: Line 7:
.timestamp:hover span {
.timestamp:hover span {
     display: inherit !important;
     display: inherit !important;
}
.templateMenuLink {
  color: #002bb8;
}
}

Revision as of 09:18, 28 June 2009

/** CSS placed here will be applied to all skins */
.plainlinksneverexpand, .plainlinksneverexpand a {
    background: none ! important;
    padding: 0 ! important;
}

.timestamp:hover span {
    display: inherit !important;
}

.templateMenuLink {
  color: #002bb8;
}