「MediaWiki:Common.css」の版間の差分
表示
編集の要約なし |
編集の要約なし |
||
| 1行目: | 1行目: | ||
/* Add this to MediaWiki:Common.css */ | /* Add this to MediaWiki:Common.css */ | ||
.my- | .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 */ | |||
} | } | ||
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 */
}