|
|
| 1行目: |
1行目: |
| /* ここに記述したCSSは携帯機器版サイトの利用者に影響します */ | | /* ここに記述したCSSは携帯機器版サイトの利用者に影響します */ |
|
| |
|
| /**
| | @import url("/vikipedia/index.php?title=MediaWiki:AA.css&action=raw&ctype=text/css"); |
| * AA表示用ウェブフォント設定
| |
| */
| |
| @font-face { | |
| font-family: "textar-min";
| |
| src: url("//2ch.me/vikipedia/images/e/e7/textar-min.ttf") format("truetype");
| |
| font-display: swap;
| |
| }
| |
|
| |
|
| /** | | @import url("/vikipedia/index.php?title=MediaWiki:MobileUI.css&action=raw&ctype=text/css"); |
| * AA表示設定
| |
| */
| |
| .aa { | |
| font-family:
| |
| "Textar",
| |
| "IPAMonaPGothic",
| |
| "Monapo",
| |
| "Mona",
| |
| "MS PGothic",
| |
| "textar-min",
| |
| sans-serif !important;
| |
| font-size: 16px !important;
| |
| line-height: 1.13 !important;
| |
| letter-spacing: 0px !important;
| |
| display: block !important;
| |
| white-space: pre !important;
| |
| word-wrap: normal !important;
| |
| overflow-x: scroll !important;
| |
| overflow-y: visible !important;
| |
| margin: 1rem 0px !important;
| |
| border: none !important;
| |
| padding: 0px !important;
| |
| background-color: transparent !important;
| |
| }
| |
| | |
| #mw-mf-page-left[data-mobile-ui-right-menu-visible="true"] {
| |
| width: 100% !important;
| |
| }
| |
| | |
| #mw-mf-page-left[data-mobile-ui-right-menu-visible="true"] .mobile-ui-right-menu {
| |
| width: 60% !important;
| |
| padding-left: 40% !important;
| |
| }
| |
| | |
| #mw-mf-page-left[data-mobile-ui-right-menu-visible="true"] .mobile-ui-left-menu,
| |
| #mw-mf-page-left[data-mobile-ui-right-menu-visible="false"] .mobile-ui-right-menu {
| |
| display: none !important;
| |
| }
| |
| | |
| .mobile-ui-block {
| |
| display: block !important;
| |
| }
| |
| | |
| .mobile-ui-black {
| |
| color: black !important;
| |
| }
| |
| | |
| .mobile-ui-bold {
| |
| font-weight: bold !important;
| |
| }
| |
| | |
| .mobile-ui-pb-0 {
| |
| padding-bottom: 0 !important;
| |
| }
| |
| | |
| .mobile-ui-not-article .mobile-ui-only-article,
| |
| .mobile-ui-hidden {
| |
| display: none !important;
| |
| }
| |
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
@import url("/vikipedia/index.php?title=MediaWiki:AA.css&action=raw&ctype=text/css");
@import url("/vikipedia/index.php?title=MediaWiki:MobileUI.css&action=raw&ctype=text/css");