Difference between revisions of "MediaWiki:Common.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m
 
Line 11: Line 11:
.templateMenuLink {
.templateMenuLink {
   color: #002bb8;
   color: #002bb8;
}
.hidden {
    display: none !important;
}
}

Latest revision as of 21:45, 29 December 2011

/** 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;
}

.hidden {
    display: none !important;
}