Difference between revisions of "MediaWiki:Common.css"

The projects and contributions area at dekalborama.com
Tag: Manual revert
(Replace css once used in EnkoBook skin)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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 {
.bigbullet {
  float: left;
   height: 125px;
   height: 125px;
   width: 125 px;
   width: 125px;
   margin: 0px 20px 20px 0px;
   margin: 0px 20px 20px 0px;
}
}
.bbcover {
  position: relative;
  height: 125px;
  width: 125px;
  top 0px;
  left: -125px;
}
p.bbtext {
  min-height: 150px;
  margin-top: 0;
}
.bigbullet a, .bigbullet a:link, .bigbullet a:visited {
display: block;
}
.bigbullet a:hover {
visibility:hidden;
}
/* Images can now be specified in the individual div elements.
* End hover icons...for now.
*/

Revision as of 02:19, 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 {
  float: left;
  height: 125px;
  width: 125px;
  margin: 0px 20px 20px 0px;
}

.bbcover {
  position: relative;
  height: 125px;
  width: 125px;
  top 0px;
  left: -125px;
}

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

.bigbullet a, .bigbullet a:link, .bigbullet a:visited {
display: block;
}

.bigbullet a:hover {
visibility:hidden;
}

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