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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
101行目: 101行目:
pre {
pre {
color: #202020;
color: #202020;
background-color: rgb(250, 250, 250);
/*background-color: rgb(250, 250, 250);*/
border: solid 1px rgb(150, 150, 250);
background: linear-gradient(to bottom right, rgb(250, 250, 250), white);
border: solid 2px rgb(150, 150, 250);
border-radius: 5px;
border-radius: 5px;
font-family: "DejaVu Sans Mono" !important;
font-family: "DejaVu Sans Mono" !important;
110行目: 111行目:
.mw-highlight > pre {
.mw-highlight > pre {
color: #202020;
color: #202020;
background-color: rgb(250, 250, 250);
/*background-color: rgb(250, 250, 250);*/
background: linear-gradient(to bottom right, rgb(250, 250, 250), white);
border: solid 3px rgb(100, 150, 100);
border: solid 3px rgb(100, 150, 100);
border-radius: 5px;
border-radius: 5px;

案内メニュー