mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
c638d44190
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
41 lines
732 B
CSS
41 lines
732 B
CSS
body #p-personal {
|
|
overflow: visible;
|
|
}
|
|
|
|
#p-personal .mw-echo-overlay {
|
|
text-transform: none;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
left: -20px;
|
|
top: 31px;
|
|
}
|
|
#p-personal .mw-echo-overlay-pokey {
|
|
left: -6px;
|
|
}
|
|
#p-personal #pt-notifications ul,
|
|
#p-personal #pt-notifications li {
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
height: auto;
|
|
}
|
|
#p-personal #mw-echo-overlay-link {
|
|
padding: 15px 15px 15px 60px;
|
|
}
|
|
#p-personal #mw-echo-overlay-pref-link {
|
|
padding: 15px 15px 15px 35px;
|
|
}
|
|
|
|
#p-personal .mw-echo-overlay a {
|
|
padding: 0;
|
|
color: #003366;
|
|
}
|
|
#p-personal .mw-echo-overlay a:visited {
|
|
padding: 0;
|
|
color: #5a3696;
|
|
}
|
|
#p-personal .mw-echo-overlay a:hover {
|
|
padding: 0;
|
|
color: #003366;
|
|
text-decoration: inherit;
|
|
}
|