コンテンツにスキップ

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

提供: Tri-Species Record Commission
編集の要約なし
編集の要約なし
1行目: 1行目:
/* Add this to MediaWiki:Common.css */
/* Add this to MediaWiki:Common.css */
.my-inline-image {
.my-image-class {
     content: url('https://provisional.wantedeyes.com/images/d/d1/TSRC_logo_0001.png');
     background: url('https://provisional.wantedeyes.com/images/d/d1/TSRC_logo_0001.png') no-repeat center center;
     display: inline-block; /* Ensures the image is displayed inline */
     width: 200px; /* Adjust width as needed */
     width: 100px; /* Adjust width as needed */
     height: 200px; /* Adjust height as needed */
     height: auto; /* Maintains aspect ratio */
     border: 1px solid #ccc; /* Optional border */
}
}

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

/* Add this to MediaWiki:Common.css */
.my-image-class {
    background: url('https://provisional.wantedeyes.com/images/d/d1/TSRC_logo_0001.png') no-repeat center center;
    width: 200px; /* Adjust width as needed */
    height: 200px; /* Adjust height as needed */
    border: 1px solid #ccc; /* Optional border */
}