コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

利用者:荒巻モロゾフ/common.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

/* Template:ルビ */
.ruby {
  bottom: 0;
  display: inline;
  line-height: 1em;
  padding: 0;
  position: relative;
  top: 0;
}
 
.ruby > .rb {
  speak: none
}
 
.ruby > .rt {
  display: inline;
  font-size: 50%;
  left: 0;
  line-height: 1em;
  position: absolute;
  text-indent: 0;
  top: -1em;
  white-space: nowrap;
}
 
.ruby > .rp {
  display: none !important;
  speak: none
}
 
a:link .rt,
a:visited .rt {
  text-decoration: none;
}