mediawiki-extensions-Echo/modules/overlay/ext.echo.overlay.monobook.css
Derk-Jan Hartman c638d44190 Echo: Better support for non-default skins, as well as no Javascript
This provides some rudimentary styling support to make Echo usable
with the Modern skin.
It also fixes the Notifications special page so it is styled
correctly in Modern, CologneBlue, or with Javascript turned off.
Also some more tweaks for Monobook skin.
Retiring the 'feedback' link from the special page, per PM.

Bug: 47932
Change-Id: I633a93a78f5a78d0642a3a059fa6f7208f99cec4
2013-06-07 11:36:19 -07:00

25 lines
529 B
CSS

#p-personal .mw-echo-overlay {
text-align: left;
text-transform: none;
font-weight: normal;
}
#p-personal .mw-echo-overlay ul {
text-align: left;
text-transform: none;
}
#p-personal #mw-echo-overlay-link {
padding-bottom: 15px;
}
#p-personal #mw-echo-overlay-pref-link {
padding-bottom: 15px;
}
#p-personal .mw-echo-overlay li.mw-echo-notification {
color: #6D6D6D;
}
#p-personal #mw-echo-overlay-moreinfo-link {
/* @embed */
background-image: url(Help.png);
background-repeat: no-repeat;
background-position: 0 0;
}