「Common.css」の版間の差分
提供: 本願力
(ページの作成:「→ここに記述したCSSはすべての外装に反映されます: ruby { position: relative; } ruby rt { position: relative; top: 0.6ex; }」) |
|||
7行目: | 7行目: | ||
position: relative; | position: relative; | ||
top: 0.6ex; | top: 0.6ex; | ||
+ | } | ||
+ | |||
+ | |||
+ | #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; | ||
} | } |
2018年6月29日 (金) 10:37時点における版
/* ここに記述したCSSはすべての外装に反映されます */
ruby {
position: relative;
}
ruby rt {
position: relative;
top: 0.6ex;
}
#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;
}