User:Kahusi/monobook.css

From Wikimedia Incubator

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* アンカー周り */
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;
}