リンク生成とリダイレクト

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

MediaWiki interface page
(画像をレスポンシブに対応)
編集の要約なし
17行目: 17行目:
     max-width: 100%;
     max-width: 100%;
     height: auto;
     height: auto;
}
input[type="text"] {
    color: black;
}
}

2024年2月11日 (日) 12:52時点における版

.citizen-footer {
   background-color:#41A9A6;
   Color:#fff;
   #background-image: url(https://illustimage.com/photo/12162.png?20200324);
   #background-size: cover;
}
#.ve-init-mw-desktopArticleTarget-targetContainer{
#   background-image: url(https://beiz.jp/images_L/green/green_00115.jpg);
#   background-size: cover;
#}
#.page-info{
#   background-image: url(https://illustimage.com/photo/12162.png?20200324);
#   background-size: cover;
#}

img {
    max-width: 100%;
    height: auto;
}
input[type="text"] {
    color: black;
}