コンテンツにスキップ

「MediaWiki:Mobile.css」の版間の差分

提供: Vikipedia
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の21版が非表示)
1行目: 1行目:
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
/*
@import url("/w/index.php?title=MediaWiki:AA.css&action=raw&ctype=text/css");
*/


/**
/**
pre.aa
* AA表示用ウェブフォント設定
{
*/
    line-height: 1.13;
@font-face {
    letter-spacing: 0px;
     font-family: "textar-min";
     font-family: 'Textar', 'MS PGothic', 'IPAMonaPGothic', 'Mona', sans-serif;
     src: url("https://images.2ch.me/e/e7/textar-min.ttf") format("truetype");
     font-size: 10px;
     font-display: swap;
    border: none;
    background-color: transparent;
     margin-bottom: 0px;
    padding: 0px;
    white-space: pre;
}
}
*/
 
/**
/**
  * 2018/09/10
* AA表示設定
  */
*/
pre.aa {
.aa {
font-family: IPAMonaPGothic, 'IPA モナー Pゴシック', Monapo, Mona, 'MS PGothic', 'MS Pゴシック', sans-serif !important;
    font-family:
font-size: 16px !important;
        "Textar",
line-height: 18px !important;
        "Monapo",
        "IPAMonaPGothic",
        "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;
}
 
.nomobile {
  display: none !important;
}
}

2022年10月23日 (日) 00:14時点における最新版

/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */

/*
@import url("/w/index.php?title=MediaWiki:AA.css&action=raw&ctype=text/css");
*/

/**
 * AA表示用ウェブフォント設定
 */
@font-face {
    font-family: "textar-min";
    src: url("https://images.2ch.me/e/e7/textar-min.ttf") format("truetype");
    font-display: swap;
}

/**
 * AA表示設定
 */
.aa {
    font-family:
        "Textar",
        "Monapo",
        "IPAMonaPGothic",
        "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;
}

.nomobile {
  display: none !important;
}
Cookieは私達のサービスを提供するのに役立ちます。このサービスを使用することにより、お客様はCookieの使用に同意するものとします。