利用者:Nightingale/vector.css

提供:Wikisource

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
.ruby {
  display: inline-table;
  text-align: center;
  text-indent: 0px;
  white-space: nowrap;
  border: none;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  height: 1em;
  vertical-align: text-bottom;
  border: none;
}

.ruby > .rb {
  display: table-row-group;
  line-height: 1;
  text-align: center;
  border: none;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

.ruby > .rt {
  display: table-header-group;
  font-size: 0.625em;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}

.ruby > .rt > .rp {
  display:none !important;
}