Jump to content

User:JohnBlackburne/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
again
no longer needed I think
Line 2: Line 2:
span[lang|=zh] { color: teal; }
span[lang|=zh] { color: teal; }
span[lang|=zh-Latn] { color: olive; }
span[lang|=zh-Latn] { color: olive; }
#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
background-color:#808080;
}
#pt-notifications-alert .mw-echo-notifications-badge:hover, #pt-notifications-message .mw-echo-notifications-badge:hover, #pt-notifications-alert .mw-echo-notifications-badge:active, #pt-notifications-message .mw-echo-notifications-badge:active, #pt-notifications-alert .mw-echo-notifications-badge:focus, #pt-notifications-message .mw-echo-notifications-badge:focus {
background-color: #ffffff;
color: #000000;
}

Revision as of 20:27, 4 August 2016

span[lang] { color: green; }
span[lang|=zh] { color: teal; }
span[lang|=zh-Latn] { color: olive; }