操作

MediaWiki

「Common.css」の版間の差分

提供: 本願力

 
(同じ利用者による、間の5版が非表示)
1行目: 1行目:
 
/* ここに記述したCSSはすべての外装に反映されます */
 
/* ここに記述したCSSはすべての外装に反映されます */
#shbutton1 {
+
.shbutton1 {
 
     font-size: 60%;
 
     font-size: 60%;
cursor: pointer;
+
    cursor: pointer;
cursor: hand;
+
    cursor: hand;
width: 50px;
+
    width: 50px;
 +
    border: solid #00000f 1px;
 
}
 
}
#shbutton1 a {
+
 
    text-decoration: none;
+
.showhide1 {
    display: block;
+
//  visibility:hidden;
}
+
#shbutton1 a:hover {
+
    text-decoration: none;
+
    background: #999;
+
 
}
 
}
  

2018年10月9日 (火) 15:53時点における最新版

/* ここに記述したCSSはすべての外装に反映されます */
.shbutton1 {
    font-size: 60%;
    cursor: pointer;
    cursor: hand;
    width: 50px;
    border: solid #00000f 1px;
}

.showhide1 {
//   visibility:hidden;
}


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;
}