差分

ナビゲーションに移動 検索に移動
ツールチップのスタイルを変更
31行目: 31行目:  
span.tooltip:hover span{
 
span.tooltip:hover span{
 
  display:block;
 
  display:block;
  border-radius: 5px;
+
  border-radius: 2px;
  -webkit-border-radius: 5px;
+
  -webkit-border-radius: 2px;
  -moz-border-radius: 5px;
+
  -moz-border-radius: 2px;
 
  position:absolute;
 
  position:absolute;
 
  top:-2em; left:2em; width:10em;
 
  top:-2em; left:2em; width:10em;
 
  padding:5px;
 
  padding:5px;
  background-color:#fffacf; color:#000;
+
  background-color:#555555; color:#ffffff;
 
  border:solid #000000 1px;
 
  border:solid #000000 1px;
 
  text-align:center;
 
  text-align:center;
2,185

回編集

案内メニュー