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

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

MediaWiki interface page
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の42版が非表示)
1行目: 1行目:
a {
.citizen-footer {
    background-color: #41A9A6;
  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;
#}

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