「Foreground.css」の版間の差分
Music765plus (トーク | 投稿記録) |
Music765plus (トーク | 投稿記録) |
||
8行目: | 8行目: | ||
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;} | .ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;} | ||
− | + | /* TABLES */ | |
− | + | ||
+ | .mw-content-ltr table#toc { | ||
+ | float:right; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | .mw-content-rtl table#toc { | ||
+ | float:left; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | table.formtable { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | table td[align="right"] {text-align: right;} | ||
+ | |||
+ | /* TURN OFF TABLE STRIPING FOR EDITFORMS */ | ||
+ | table.formedit tr.even, | ||
+ | table.formedit tr.alt, | ||
+ | table.formedit tr:nth-of-type(even) { | ||
+ | background: transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | table { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | td.mw-label { | ||
+ | width: 20%; | ||
+ | } | ||
+ | |||
+ | td.mw-input { | ||
+ | width: 80%; | ||
+ | } | ||
+ | |||
+ | thead tr th { | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | table.formtable th { | ||
+ | text-align: right !important; | ||
+ | } | ||
+ | |||
+ | td.smwpropname, th.smwpropname, td.smwspecname { | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | table tbody tr td, table tr td { | ||
+ | line-height: 1.6em; | ||
+ | } | ||
+ | |||
+ | table.wikitable { | ||
+ | margin: 0em 0 1em 0; | ||
+ | } | ||
+ | |||
+ | table.wikitable > tr > th, | ||
+ | table.wikitable > * > tr > th { | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | table.wikitable > tr > th, | ||
+ | table.wikitable > tr > td, | ||
+ | table.wikitable > * > tr > th, | ||
+ | table.wikitable > * > tr > td { | ||
+ | border: 3px #fff solid; | ||
+ | padding: 0.6em; | ||
} | } |
2017年10月1日 (日) 17:09時点における版
#ca-talk { display:none!important; } /*議論タブを消す*/ #ca-history { display:none!important; } /*履歴表示タブを消す*/ #ca-viewsource { display:none!important; } /*ソース表示タブを消す*/ #footer-places-privacy { display: none; } /* プライバシーポリシー */ #footer-places-disclaimer { display: none; } /* 免責事項 */ /*見出しの変更 */ .ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;} /* TABLES */ .mw-content-ltr table#toc { float:right; width: auto; } .mw-content-rtl table#toc { float:left; width: auto; } table.formtable { border: none; } table td[align="right"] {text-align: right;} /* TURN OFF TABLE STRIPING FOR EDITFORMS */ table.formedit tr.even, table.formedit tr.alt, table.formedit tr:nth-of-type(even) { background: transparent; } table { width: 100%; } td.mw-label { width: 20%; } td.mw-input { width: 80%; } thead tr th { cursor: pointer; } table.formtable th { text-align: right !important; } td.smwpropname, th.smwpropname, td.smwspecname { text-align:left; } table tbody tr td, table tr td { line-height: 1.6em; } table.wikitable { margin: 0em 0 1em 0; } table.wikitable > tr > th, table.wikitable > * > tr > th { text-align: left; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: 3px #fff solid; padding: 0.6em; }