Difference between revisions of "MediaWiki:Common.css"

The projects and contributions area at dekalborama.com
Line 22: Line 22:


.bbcover {
.bbcover {
   position: relative;
   display: block;
   height: 125px;
   position: absolute;
   width: 125px;
   top: 0px;
   top 0px;
   left: 0px;
   left: -125px;
}
 
.bbcover a:hover {
   display:none;
}
}


Line 34: Line 37:
}
}


.bbcover a, .bbcover a:link, .bbcover a:visited {
  display: block;
}
.bbcover a:hover {
  display:none;
}


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

Revision as of 02:30, 27 September 2021

/* 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: 0px 20px 20px 0px;
}

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

.bbcover a:hover {
  display:none;
}

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


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