「MediaWiki:Mobile.css」の版間の差分
表示
編集の要約なし タグ: モバイル編集 モバイルウェブ編集 |
編集の要約なし タグ: モバイル編集 モバイルウェブ編集 |
||
| 37行目: | 37行目: | ||
.mobile-ui-block { | .mobile-ui-block { | ||
display: block; | display: block !important; | ||
} | |||
.mobile-ui-black { | |||
color: black !important; | |||
} | } | ||
.mobile-ui-bold { | .mobile-ui-bold { | ||
font-weight: bold; | font-weight: bold !important; | ||
} | } | ||
.mobile-ui-pb-0 { | .mobile-ui-pb-0 { | ||
padding-bottom: 0; | padding-bottom: 0 !important; | ||
} | } | ||
2019年6月25日 (火) 00:52時点における版
/* ここに記述した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;
}