「MediaWiki:Mobile.css」の版間の差分
表示
編集の要約なし タグ: モバイル編集 モバイルウェブ編集 |
細編集の要約なし タグ: モバイル編集 モバイルウェブ編集 |
||
| 52行目: | 52行目: | ||
} | } | ||
.mobile-ui-article .mobile-ui-only-article { | .mobile-ui-not-article .mobile-ui-only-article { | ||
display: none; | display: none; | ||
} | } | ||
2019年6月26日 (水) 09:23時点における版
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
/**
* AA表示用ウェブフォント設定
*/
@font-face {
font-family: "textar-min";
src: url("//2ch.me/vikipedia/images/e/e7/textar-min.ttf") format("truetype");
font-display: swap;
}
/**
* 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;
}
.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 {
display: none;
}