MediaWiki:Common.css

The projects and contributions area at dekalborama.com
Revision as of 02:48, 27 September 2021 by PressMaster (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Note this contradicts several pages @ mediawiki.org stating that the "old"
 * MediaWiki:Common.css page has been replaced by Mediawiki:Gadget-site.css,
 * which appears to be patently untrue.
 */

/* Images developed for the old EnkTen and EnkoBook skins:
 * Theme Name:    EnkoBook
 * Description:   Child of MonoBook theme 
 * Author:        gongmaster
 * Template:      MonoBook
 */

.bigbullet {
  display:block;
  float: left;
  height: 125px;
  width: 125px;
  margin: 8px 20px 20px 0px;
}

.bigbullet.bbcover {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
}

.bbcover:hover {
  visibility:hidden;
}

p.bbtext {
  min-height: 148px;
  margin-top: 0;
}


/* Images can now be specified in the individual div elements.
 * End hover icons...for now.
 */