|
|
(同じ利用者による、間の50版が非表示) |
6行目: |
6行目: |
| @author: [[User:Edokter]] | | @author: [[User:Edokter]] |
| */ | | */ |
| font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif; | | h1 {font-family: sans-serif;font-weight: bolder;color:gray;} |
| .hlist dl,
| | .mw-headline { |
| .hlist ol,
| | font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS Pゴシック", sans-serif; |
| .hlist ul {
| | font-size: large; |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| /* Display list items inline and make them nowrap */
| |
| .hlist dd,
| |
| .hlist dt,
| |
| .hlist li {
| |
| margin: 0;
| |
| display: inline;
| |
| }
| |
| /* Allow wrapping for list items (in tight spaces) */
| |
| .hlist.hwrap dd,
| |
| .hlist.hwrap dt,
| |
| .hlist.hwrap li {
| |
| white-space: normal;
| |
| }
| |
| /* Display nested lists inline and allow them to wrap */
| |
| .hlist dl dl, .hlist dl ol, .hlist dl ul,
| |
| .hlist ol dl, .hlist ol ol, .hlist ol ul,
| |
| .hlist ul dl, .hlist ul ol, .hlist ul ul {
| |
| display: inline;
| |
| white-space: normal;
| |
| }
| |
| /* Generate interpuncts */
| |
| #content .hlist dt:after {
| |
| content: ":";
| |
| }
| |
| #content .hlist dd:after,
| |
| #content .hlist li:after {
| |
| content: " ·";
| |
| font-weight: bold;
| |
| }
| |
| #content .hlist dd:last-child:after,
| |
| #content .hlist dt:last-child:after,
| |
| #content .hlist li:last-child:after {
| |
| content: none;
| |
| } | |
| /* Add parentheses around nested lists */
| |
| #content .hlist dd dd:first-child:before, #content .hlist dd dt:first-child:before, #content .hlist dd li:first-child:before,
| |
| #content .hlist dt dd:first-child:before, #content .hlist dt dt:first-child:before, #content .hlist dt li:first-child:before,
| |
| #content .hlist li dd:first-child:before, #content .hlist li dt:first-child:before, #content .hlist li li:first-child:before {
| |
| content: "(";
| |
| font-weight: normal;
| |
| }
| |
| #content .hlist dd dd:last-child:after, #content .hlist dd dt:last-child:after, #content .hlist dd li:last-child:after,
| |
| #content .hlist dt dd:last-child:after, #content .hlist dt dt:last-child:after, #content .hlist dt li:last-child:after,
| |
| #content .hlist li dd:last-child:after, #content .hlist li dt:last-child:after, #content .hlist li li:last-child:after {
| |
| content: ")";
| |
| font-weight: normal;
| |
| }
| |
| /* Put ordinals in front of ordered list items */
| |
| #content .hlist ol {
| |
| counter-reset: list-item;
| |
| }
| |
| #content .hlist ol > li {
| |
| counter-increment: list-item;
| |
| }
| |
| #content .hlist ol > li:before {
| |
| content: counter(list-item) " ";
| |
| }
| |
| #content .hlist dd ol > li:first-child:before,
| |
| #content .hlist dt ol > li:first-child:before,
| |
| #content .hlist li ol > li:first-child:before {
| |
| content: "(" counter(list-item) " ";
| |
| }
| |
| /* 日本語版の独自仕様。-pipe と -hyphen */
| |
| #content .hlist-pipe dd:after,
| |
| #content .hlist-pipe li:after {
| |
| content: " |";
| |
| font-weight: normal;
| |
| }
| |
| #content .hlist-hyphen dd:after,
| |
| #content .hlist-hyphen li:after {
| |
| content: " -";
| |
| font-weight: normal;
| |
| }
| |
| | |
| /* 表が縦に長くなるのを防ぐ */
| |
| .wikitable, .tracklist {
| |
| overflow-wrap: break-word;
| |
| word-wrap: break-word;
| |
| word-break: keep-all;
| |
| }
| |
| th, td {
| |
| max-width: 30em;
| |
| } | | } |