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

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

MediaWiki interface page
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
 
(同じ利用者による、間の6版が非表示)
1行目: 1行目:
.citizen-footer {
.citizen-footer {
   background-color:#41A9A6;
   background-color:#41A9A6;
   Color:#fff;
   color:#fff;
   #background-image: url(https://illustimage.com/photo/12162.png?20200324);
   #background-image: url(https://illustimage.com/photo/12162.png?20200324);
   #background-size: cover;
   #background-size: cover;
}
}


#search-Input[type="text"] {
#searchInput[type="text"] {
     color: black;
     color: black;
}
li#searchtext {
    color: black; /* 検索用テキストの文字色を黒に設定 */
}
}



2024年2月11日 (日) 14:25時点における最新版

.citizen-footer {
   background-color:#41A9A6;
   color:#fff;
   #background-image: url(https://illustimage.com/photo/12162.png?20200324);
   #background-size: cover;
}

#searchInput[type="text"] {
    color: black;
}

li#searchtext {
    color: black; /* 検索用テキストの文字色を黒に設定 */
}

img {
    max-width: 100%;
    height: auto;
}



#.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;
#}