Difference between revisions of "MediaWiki:Common.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (:S There we go.)
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
     background: none ! important;
     background: none ! important;
     padding: 0 ! important;
     padding: 0 ! important;
}
.timestamp:hover span {
    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;
}