Difference between revisions 9992 and 9993 on newikibooks

/*
'''Common [[Cascading Style Sheets|CSS]] for all skins'''
 
 '''Notice to Administrators!'''
 
Any changes to [[Mediawiki:Monobook.css|Monobook.css]] or [[MediaWiki:Common.css|Common.css]] should be first proposed to [[Wikipedia:Village Pump]].  
 
(contracted; show full)    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(//bits.wikimedia.org/s
kins/common/imagestatic-current/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: circle;
    list-style-image: url(//bits.wikimedia.org/static-current/skins/vVector/images/bullet-icon.png)
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}

/*Template style element copying ends*/
(contracted; show full)display: none;
}
 
/* Tweak for css lists to change nagari numerals back to arabic.*/
ol:lang(ne) li, ol.references, li.references{list-style-type: decimal;}
 
/*Reduce line-height for short url displayed below the title*/
div.title-shortlink-container{line-height: 0.8em;}