「MediaWiki:Common.css」の版間の差分
編集の要約なし |
編集の要約なし |
||
| (同じ利用者による、間の105版が非表示) | |||
| 2行目: | 2行目: | ||
/* <source lang="css"> */ | /* <source lang="css"> */ | ||
.vector-body{ | |||
font-size:1em; | |||
line-height:1.5em; | |||
} | |||
.mw-footer{ | |||
max-width:800px; | |||
margin:auto; | |||
border-top:2px solid #567fff; | |||
} | |||
.vector-header-container .mw-header{min-width:200px;} | |||
a{ | |||
color:#0062ff; | |||
} | |||
a:visited{ | |||
color:#5b07ed; | |||
} | |||
div.template_inyou{ | |||
margin:1em 1em 1em 0.5em; | |||
border-left:0.5em solid #ddd; | |||
padding-left:1.5em; | |||
/* | |||
border:1px solid #888; | |||
background:#eee; | |||
padding:1em; | |||
margin-top:1em; | |||
margin-bottom:1em; | |||
*/ | |||
} | |||
div.template_kakikake{ | div.template_kakikake{ | ||
border:1px solid # | border:1px solid #f88; | ||
padding: | padding:0.2em 0.8em; | ||
font-size:90%; | |||
} | |||
div.template_KototamaKatsuyo_hanrei{ | |||
border:dotted 1px #888; | |||
padding:0.8em; | |||
background:#eee; | |||
} | } | ||
span.mw-headline{ | span.mw-headline{ | ||
font-weight:bold; | font-weight:bold; | ||
} | |||
table.tdCenter td{ | |||
text-align:center; | |||
} | |||
table.onibon{ | |||
border:1px solid #ddd; | |||
} | } | ||
table.onibon th{ | table.onibon th{ | ||
| 15行目: | 56行目: | ||
} | } | ||
span.template_rm{ | span.template_rm{ | ||
background: | background:transparent; | ||
padding-right:4px; | padding-right:4px; | ||
padding-left:4px; | padding-left:4px; | ||
} | |||
span.template_wt{ | |||
font-size:85%; | |||
} | |||
span.template_pp{ | |||
background:#eef442; | |||
padding-right:0; | |||
padding-left:0; | |||
} | } | ||
div.onipe_quote{ | div.onipe_quote{ | ||
padding:0.5em; | padding:0.5em; | ||
border:1px solid #aaa; | border:1px solid #aaa; | ||
background:#7fffd4; | |||
margin-left:3em; | |||
margin-right:1em; | |||
margin-bottom:0.5em; | |||
} | |||
/* セルの色を変える */ | |||
td.bg1{background:#e6e6fa;} | |||
/* 霊界物語の巻 */ | |||
table.rmKan{ | |||
border-collapse: collapse; | |||
margin-top:4px; | |||
margin-bottom:4px; | |||
} | |||
table.rmKan th{ | |||
text-align:left; | |||
border:#aaa 1px solid; | |||
background:#ddd; | |||
padding:2px; | |||
} | |||
table.rmKan td{ | |||
border:#aaa 1px solid; | |||
background:#eee; | background:#eee; | ||
padding:2px; | |||
} | |||
div.rmKanTitle{ | |||
font-size:150%; | |||
} | |||
div.rmKanSubTitle{ | |||
font-size:125%; | |||
} | } | ||
table.op_table td.r{text-align:right;} | |||
table.op_table td.h{text-align:center;font-weight:bold;} | |||
/* ページタイトルの下の出典云々 */ | |||
#siteSub{display:block;} | |||
/* メインページで出典云々を隠す */ | |||
body.page-メインページ.action-view #siteSub, body.page-メインページ.action-submit #siteSub { display: none; } | |||
/* 霊界物語の諸本相違点 */ | |||
table.rm_syohon_souiten{border-top:1px solid #666;margin-top:0px;margin-bottom:0px;border-spacing:0px; } | |||
table.rm_syohon_souiten td{padding-left:0.5em;padding-right:0.5em;border-top:1px dotted #aaa;} | |||
table.rm_syohon_souiten b{color:red;} | |||
/* 重大 諸本相違点で使う */ | |||
span.serious{font-weight:bold;color:red;} | |||
/*上部のメッセージ*/ | |||
div.sitenotice{font-size:1.2em;} | |||
2025年10月16日 (木) 09:27時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */
/* <source lang="css"> */
.vector-body{
font-size:1em;
line-height:1.5em;
}
.mw-footer{
max-width:800px;
margin:auto;
border-top:2px solid #567fff;
}
.vector-header-container .mw-header{min-width:200px;}
a{
color:#0062ff;
}
a:visited{
color:#5b07ed;
}
div.template_inyou{
margin:1em 1em 1em 0.5em;
border-left:0.5em solid #ddd;
padding-left:1.5em;
/*
border:1px solid #888;
background:#eee;
padding:1em;
margin-top:1em;
margin-bottom:1em;
*/
}
div.template_kakikake{
border:1px solid #f88;
padding:0.2em 0.8em;
font-size:90%;
}
div.template_KototamaKatsuyo_hanrei{
border:dotted 1px #888;
padding:0.8em;
background:#eee;
}
span.mw-headline{
font-weight:bold;
}
table.tdCenter td{
text-align:center;
}
table.onibon{
border:1px solid #ddd;
}
table.onibon th{
vertical-align:top;
text-align:right;
width:5em;
}
span.template_rm{
background:transparent;
padding-right:4px;
padding-left:4px;
}
span.template_wt{
font-size:85%;
}
span.template_pp{
background:#eef442;
padding-right:0;
padding-left:0;
}
div.onipe_quote{
padding:0.5em;
border:1px solid #aaa;
background:#7fffd4;
margin-left:3em;
margin-right:1em;
margin-bottom:0.5em;
}
/* セルの色を変える */
td.bg1{background:#e6e6fa;}
/* 霊界物語の巻 */
table.rmKan{
border-collapse: collapse;
margin-top:4px;
margin-bottom:4px;
}
table.rmKan th{
text-align:left;
border:#aaa 1px solid;
background:#ddd;
padding:2px;
}
table.rmKan td{
border:#aaa 1px solid;
background:#eee;
padding:2px;
}
div.rmKanTitle{
font-size:150%;
}
div.rmKanSubTitle{
font-size:125%;
}
table.op_table td.r{text-align:right;}
table.op_table td.h{text-align:center;font-weight:bold;}
/* ページタイトルの下の出典云々 */
#siteSub{display:block;}
/* メインページで出典云々を隠す */
body.page-メインページ.action-view #siteSub, body.page-メインページ.action-submit #siteSub { display: none; }
/* 霊界物語の諸本相違点 */
table.rm_syohon_souiten{border-top:1px solid #666;margin-top:0px;margin-bottom:0px;border-spacing:0px; }
table.rm_syohon_souiten td{padding-left:0.5em;padding-right:0.5em;border-top:1px dotted #aaa;}
table.rm_syohon_souiten b{color:red;}
/* 重大 諸本相違点で使う */
span.serious{font-weight:bold;color:red;}
/*上部のメッセージ*/
div.sitenotice{font-size:1.2em;}