コンテンツにスキップ

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

提供: Tri-Species Record Commission
編集の要約なし
編集の要約なし
1行目: 1行目:
/* Add this to MediaWiki:Common.css */
/* メインページだけタイトル非表示 */
.my-image-class {
.page-Main_Page .firstHeading {
     background: url('https://provisional.wantedeyes.com/images/d/d1/TSRC_logo_0001.png') no-repeat center center;
     display: none !important;
    width: 200px; /* Adjust width as needed */
    height: 200px; /* Adjust height as needed */
    border: 1px solid #ccc; /* Optional border */
}
}

2025年4月23日 (水) 04:37時点における版

/* メインページだけタイトル非表示 */
.page-Main_Page .firstHeading {
    display: none !important;
}