「Common.css」の版間の差分
出典: 浄土真宗聖典『ウィキアーカイブ(WikiArc)』
(同じ利用者による、間の10版が非表示) | |||
1行目: | 1行目: | ||
/* ここに記述したCSSはすべての外装に反映されます */ | /* ここに記述したCSSはすべての外装に反映されます */ | ||
+ | a:link { color: #5f9ea0; } | ||
+ | a:visited { color: #5f9ea0; } | ||
+ | |||
.shbutton1 { | .shbutton1 { | ||
font-size: 60%; | font-size: 60%; | ||
20行目: | 23行目: | ||
line-height:160%; | line-height:160%; | ||
} | } | ||
− | ruby { | + | //ruby { |
− | + | // position: relative; | |
− | } | + | //} |
− | ruby rt { | + | //ruby rt { |
− | + | // position: relative; | |
− | + | // top: 0.6ex; | |
− | } | + | //} |
− | .mw-content-ltr { | + | .mw-content-ltr {2 |
direction: ltr; | direction: ltr; | ||
− | font-size: | + | font-size: 125%; |
line-height: 1.7; | line-height: 1.7; | ||
} | } | ||
65行目: | 68行目: | ||
text-decoration: none; | text-decoration: none; | ||
background: #999; | background: #999; | ||
+ | } | ||
+ | |||
+ | .hover-balloon { | ||
+ | position: relative; | ||
+ | border-bottom: 1px solid #d0d0d0; | ||
+ | } | ||
+ | .hover-balloon__text { | ||
+ | display: none; | ||
+ | } | ||
+ | .hover-balloon:hover .hover-balloon__text { | ||
+ | position: absolute; | ||
+ | display: block; | ||
+ | top: -2em; | ||
+ | left: 0; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | |||
+ | div#arc-disp-base2{ | ||
+ | font-family:'メイリオ',Meiryo,'MS Pゴシック', Arial, sans-serif; | ||
+ | border:solid #C0C0C0 1px; | ||
+ | background:#F5F5F5; | ||
+ | padding:1.5em 0.5em 1.5em 1.0em; | ||
+ | margin:0 0 1em auto; | ||
+ | font-size:125%; | ||
+ | line-height:1.8; | ||
} | } |
2024年7月31日 (水) 15:03時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */ a:link { color: #5f9ea0; } a:visited { color: #5f9ea0; } .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 {2 direction: ltr; font-size: 125%; 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; } .hover-balloon:hover .hover-balloon__text { position: absolute; display: block; top: -2em; left: 0; background-color: #fff; } div#arc-disp-base2{ font-family:'メイリオ',Meiryo,'MS Pゴシック', Arial, sans-serif; border:solid #C0C0C0 1px; background:#F5F5F5; padding:1.5em 0.5em 1.5em 1.0em; margin:0 0 1em auto; font-size:125%; line-height:1.8; }