「Common.css」の版間の差分
出典: 浄土真宗聖典『ウィキアーカイブ(WikiArc)』
73行目: | 73行目: | ||
.hover-balloon__text { | .hover-balloon__text { | ||
display: none; | display: none; | ||
+ | outline: solid 1px #c0c0c0;padding:0.1em 0.5em 0.1em 0.5em;background:#FfFFF5; | ||
} | } | ||
.hover-balloon:hover .hover-balloon__text { | .hover-balloon:hover .hover-balloon__text { |
2018年11月1日 (木) 15:20時点における版
/* ここに記述したCSSはすべての外装に反映されます */ .shbutton1 { font-size: 60%; cursor: pointer; cursor: hand; width: 50px; border: solid #00000f 1px } .showhide1 { // visibility:hidden; } #gendaigo{ border:solid #555 1px; background:#FfFFF5; padding:1.5em 0.5em 1.5em 1em; margin:0 0 1em auto; font-size:125%; line-height:160%; } ruby { position: relative; } ruby rt { position: relative; top: 0.6ex; } .mw-content-ltr { direction: ltr; font-size: 115%; line-height: 1.7; } div#arc-disp-base{ font-family:'メイリオ',Meiryo,'MS Pゴシック', Arial, sans-serif; border:solid #C0C0C0 1px; background:#F0F0F0; padding:1.5em 0.5em 1.5em 1.0em; margin:0 0 1em auto; font-size:125%; line-height:1.8; } h3#tagline {visibility:hidden;} #page-top { position: fixed; bottom: 5px; right: 5px; font-size: 77%; display:none; } #page-top a { background: #666; text-decoration: none; color: #fff; width: 30px; padding: 5px 0; text-align: center; display: block; border-radius: 5px; } #page-top a:hover { text-decoration: none; background: #999; } .hover-balloon { position: relative; border-bottom: 1px solid #d0d0d0; } .hover-balloon__text { display: none; outline: solid 1px #c0c0c0;padding:0.1em 0.5em 0.1em 0.5em;background:#FfFFF5; } .hover-balloon:hover .hover-balloon__text { position: absolute; display: block; top: -2em; left: 0; background-color: #fff; }