MediaWiki:Gadget-LangSwitch.css
外观
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* LangSwitch gadget */
#lang-switcher {
text-align: center;
padding: 0.6em 0 0.4em;
font-size: 0.88em;
color: #555;
border-top: 1px solid #e0e0e0;
margin-top: 0.5em;
}
.lang-switcher-btn {
color: #3671b5;
text-decoration: none;
}
.lang-switcher-btn:hover {
text-decoration: underline;
}
.lang-switcher-active {
color: #222;
font-weight: bold;
cursor: default;
pointer-events: none;
}
.lang-switcher-sep {
color: #aaa;
}