MediaWiki:Common.css: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(adjust logo)
No edit summary
Line 21: Line 21:
/* to reduce gap between sidebar and logo */
/* to reduce gap between sidebar and logo */
#mw-panel {
#mw-panel {
top: 137px;
top: 137px !important;
padding-top: 0;
padding-top: 0 !important;
}
}


#p-logo {
#p-logo {
top: -115px;
top: -115px !important;
height: 115px;
height: 115px !important;
}
}


#p-logo a {
#p-logo a {
height: 115px;
height: 115px !important;
}
}

Revision as of 21:11, 28 June 2015

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

.createlinks a.external,
.createlinks a.external:visited {
	color: #CC2200;
}
.lang ul li .createlinks a {
	padding: 2px !important;
}

.hlist dd, .hlist dt, .hlist li {
    margin: 0;
    display: inline;
}

/* do not hide the first header below the logo in the sidebar */
#mw-panel #p-logo + .portal h3 {
    display: block !important; 
}

/* to reduce gap between sidebar and logo */
#mw-panel {
	top: 137px !important;
	padding-top: 0 !important;
}

#p-logo {
	top: -115px !important;
	height: 115px !important;
}

#p-logo a {
	height: 115px !important;
}