User:Kahusi/monobook.css
Jump to navigation
Jump to search
Script error: No such module "Message box".
Template:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the Script error: No such module "key". key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* アンカー周り */
a {
text-decoration:none;
}
a:hover,a:active {
color:#f93 !important;
background:transparent;
text-decoration:underline;
}
/* 以下は[[m:Help:User style/bottom tabs]]より。 */
#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-right: 1px solid grey;
}
/* タブ群識別の爲の補填 */
li#mytabs-ca-talk {
margin-right: 1.6em;
}
li#mytabs-ca-watch {
margin-left: 1.6em;
}
/* RCで流れる要約欄の改行禁止 */
span.comment {
white-space: nowrap;
}