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

提供:畜産用語辞典
編集の要約なし
 
編集の要約なし
4行目: 4行目:
}
}


@media screen and (max-width: 480px) {
@media screen and (max-width: 959px) {
/* 480px以下に適用されるCSS(スマホ用) */
  .information-long { display: none; }
.mainpage-frame {
display: none;
}
}
}

2022年11月14日 (月) 10:21時点における版

/* ここに記述したCSSはすべての外装に反映されます */
.redirect-in-category {
	font-style: normal !important;
}

@media screen and (max-width: 959px) {
  .information-long { display: none; }
}