「利用者:T.Saito/monobook.css」の版間の差分

削除された内容 追加された内容
T.Saito (トーク | 投稿記録)
新しいページ: 'body { font-family: メイリオ,"Trebuchet ms","ms ui gothic","tahoma" !IMPORTANT; } body.page-Special_Contributions ul { list-style: decimal } div#p-personal { top: 0...'
 
(相違点なし)

2007年9月5日 (水) 09:12時点における最新版

body {
  font-family: メイリオ,"Trebuchet ms","ms ui gothic","tahoma" !IMPORTANT;
}
 
body.page-Special_Contributions ul { list-style: decimal }
 
div#p-personal {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 10 !IMPORTANT;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
 
div#p-personal:hover {
  -moz-opacity: 1 !IMPORTANT;
  filter: alpha(opacity=100) !IMPORTANT;
}
 
div#content {
  z-index: 1 !IMPORTANT;
}
 
.usermessage { display:none }