MediaWiki:Common.css

提供: 初期のジャズ

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
/* ------------------------------------------
 非表示ブロック指定
--------------------------------------------- */
#p-personal #pt-anonuserpage {display: none;}
#ca-talk { display:none!important; }
#footer-poweredbyico { display: none; }
#catlinks-sidebar { display: none; }

/* ------------------------------------------
フォント全般指定
--------------------------------------------- */
/*h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wrap { */
body {
  font-family: -apple-system, BlinkMacSystemFont,
             "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.25;
/*  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'MS Pゴシック',sans-serif;*/
/*  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', -apple-system,BlinkMacSystemFont,"Helvetica Neue",Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3',Verdana,sans-serif;*/
}

/* ------------------------------------------
表組のボーダー等
--------------------------------------------- */
.musician_table{margin-bottom: 1.2em;padding: 0;background-color: #ddd;border: 1px solid #777;}
.musician_table th{margin: 0;padding: 0.5em;border: 1px solid #777;}
.musician_table td{margin: 0;padding: 0.5em 1.0em;border: 1px solid #777;background-color: #fff;}
.discography_table{margin-bottom: 1.2em;padding: 0;background-color: #ddd;border: 1px solid #777;}
.discography_table td.discography01{margin: 0;padding: 0.5em;border: 1px solid #777;background-color: #ddd;}
.discography_table td{margin: 0;padding: 0.5em 1.0em;border: 1px solid #777;background-color: #fff;}


/* ------------------------------------------
  リンクの装飾全般
--------------------------------------------- */

/* 下線ほか、装飾 */
/* 一旦、下線が多いと目にうるさい為、下線は無し */
a{ text-decoration: none; }
/* .mw-parser-output a{text-decoration: underline;} */
.toc a{text-decoration: none;}
.mw-headline a{text-decoration: none;} 
a.new{text-decoration: none;} 
a.mw-selflink{text-decoration: none;}

/* リンクのフォント色制御とマウスカーソル */
a:link,
a:visited{ color: #009;} 
a:hover,
a:active{ color: #00a; text-decoration: underline;}
a.new:link,
a.new:visited{ color: #000;} 
/* a.new:visited{ color: #900;} */
a.new:hover{cursor:default;text-decoration: none;}
a.mw-selflink:hover{color: #000;cursor:default;text-decoration: none;}