Difference between revisions of "MediaWiki:Common.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
.timestamp:hover span {
.timestamp:hover span {
     display: inherit !important;
     display: inherit !important;
}
.templateMenuLink {
  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;
}