MediaWiki:Common.css: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(hlist fix (copied from wikipedia))
(workaround for sidebar)
Line 12: Line 12:
     margin: 0;
     margin: 0;
     display: inline;
     display: inline;
}
/* do not hide the first header below the logo in the sidebar */
#mw-panel #p-logo + .portal h3 {
    display: block;
}
}

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