MediaWiki:Common.css: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(workaround for sidebar)
m (important to the previous)
Line 16: Line 16:
/* do not hide the first header below the logo in the sidebar */
/* do not hide the first header below the logo in the sidebar */
#mw-panel #p-logo + .portal h3 {
#mw-panel #p-logo + .portal h3 {
     display: block;
     display: block !important;  
}
}

Revision as of 20:40, 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; 
}