User:Menchi/monobook.css
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
/* remove the underlines */
a { text-decoration: none; }
a:hover { text-decoration: underline overline; }
/* no logo, "Main Page" is one of the links at the sidebar already */
#p-logo { display: none }
#column-one { padding-top: 0; }
/* bottom tabs (duplicate tabs to bottom) */
#mytabs {
width: 100%;
font-size: smaller;
position: static;
}
#mytabs h5 { display: none }
#mytabs ul { margin: 0; }
#mytabs li { display: inline; }
#mytabs li a {
padding: 0 0.4em;
border-left: 1px solid Grey;
}
/* No external link icon */
#bodyContent a[href ^="http://"] {background: none; padding-right: 0px;}