MediaWiki:Common.css: Difference between revisions

From BoyWiki
(m)
(m)
Line 49: Line 49:


.NavFrame .NavContent {overflow:hidden; transition:max-height .4s linear 0s,opacity 0.3s linear 0.4s;}
.NavFrame .NavContent {overflow:hidden; transition:max-height .4s linear 0s,opacity 0.3s linear 0.4s;}
/*************************************************/
/* Hide 'File usage' section in image pages */
#filelinks, #mw-imagepage-section-linkstoimage, #mw-imagepage-nolinkstoimage {display:none;}

Revision as of 16:21, 15 July 2014

/* CSS placed here will be applied to all skins */




/* Drop-down box - template:DD-box */

div.NavFrame {
 margin:0;
 padding:2px;
 border:1px #AAA;
 text-align:center;
 border-collapse:collapse;
 /*font-size:95%;*/
}

div.NavFrame + div.NavFrame {
 border-top-style:hidden;
}

div.NavPic {
 background:#FFF;
 margin:0;
 padding:2px;
 float:left;
}

div.NavFrame div.NavHead {
 /*height:1.6em;*/
 font-weight:bold;
 font-size:100%;
 background:#EFEFEF;
}

div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p { font-size:100% }

div.NavEnd {
 margin:0;
 padding:0;
 line-height:1px;
 clear:both;
}

.NavToggle {
 float:right;
}

.NavFrame .NavContent {overflow:hidden; transition:max-height .4s linear 0s,opacity 0.3s linear 0.4s;}

/*************************************************/

/* Hide 'File usage' section in image pages */
#filelinks, #mw-imagepage-section-linkstoimage, #mw-imagepage-nolinkstoimage {display:none;}