「MediaWiki:Common.css」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
127行目: 127行目:


/* mw-highlightクラス内のpreタグの設定 */
/* mw-highlightクラス内のpreタグの設定 */
.mw-highlight > pre {
/*.mw-highlight > pre {*/
/*color: #f0f0f0 !important;*/
/* color: #f0f0f0 !important;*/
/*background: linear-gradient(to right,*/
/* background: linear-gradient(to right,*/
/*   rgb(10, 10, 10) 0%,*/
/*   rgb(10, 10, 10) 0%,*/
/*   rgb(11, 11, 11) 10%,*/
/*   rgb(11, 11, 11) 10%,*/
/*   rgb(12, 12, 12) 20%,*/
/*   rgb(12, 12, 12) 20%,*/
/*   rgb(13, 13, 13) 30%,*/
/*   rgb(13, 13, 13) 30%,*/
/*   rgb(14, 14, 14) 40%,*/
/*   rgb(14, 14, 14) 40%,*/
/*   rgb(15, 15, 15) 50%,*/
/*   rgb(15, 15, 15) 50%,*/
/*   rgb(16, 16, 16) 60%,*/
/*   rgb(16, 16, 16) 60%,*/
/*   rgb(17, 17, 17) 70%,*/
/*   rgb(17, 17, 17) 70%,*/
/*   rgb(18, 18, 18) 80%,*/
/*   rgb(18, 18, 18) 80%,*/
/*   rgb(19, 19, 19) 90%,*/
/*   rgb(19, 19, 19) 90%,*/
/*   rgb(20, 20, 20) 100%*/
/*   rgb(20, 20, 20) 100%*/
/*) !important;*/
/* ) !important;*/
     color: #202020 !important;
     /*color: #202020 !important;*/
     background: linear-gradient(to bottom right, rgb(230, 230, 230), rgb(245, 245, 245)) !important;
     /*background: linear-gradient(to bottom right, rgb(230, 230, 230), rgb(245, 245, 245)) !important;*/
    border: solid 3px rgb(100, 150, 100);
/*  border: solid 3px rgb(100, 150, 100);*/
  border-radius: 5px;
/*  border-radius: 5px;*/
  font-family: "DejaVu Sans Mono" !important;
/*  font-family: "DejaVu Sans Mono" !important;*/
}
/*}*/
/* シンタックスハイライトのベースとなる背景色と文字色 */
/* シンタックスハイライトのベースとなる背景色と文字色 */
153行目: 153行目:
background-color: #1e1e1e !important;
background-color: #1e1e1e !important;
color: #d4d4d4 !important;
color: #d4d4d4 !important;
    border: solid 3px rgb(100, 150, 100);
  border-radius: 5px;
  font-family: "DejaVu Sans Mono" !important;
}
}

案内メニュー