User:Kahusi/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

/* アンカー周り */
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;
}