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

提供: Vaccipedia | Resources for Vaccines, Tropical medicine and Travel medicine
ナビゲーションに移動 検索に移動
1行目: 1行目:
 
/* ここに記述したCSSはすべての外装に反映されます */
 
/* ここに記述したCSSはすべての外装に反映されます */
 
table.alternating th{
 
table.alternating th{
background:royalblue;
+
background:lightsteelblue;
color:white;
 
 
}
 
}
 
table.alternating tr:nth-child(odd) td{
 
table.alternating tr:nth-child(odd) td{

2021年3月1日 (月) 16:51時点における版

/* ここに記述したCSSはすべての外装に反映されます */
table.alternating th{
	background:lightsteelblue;
}
table.alternating tr:nth-child(odd) td{
	padding-left:2em;
	background:linear-gradient(0deg,lemonchiffon,white);
}

table.alternating tr:nth-child(even) td{
	padding-left:2em;
	background:linear-gradient(0deg,gainsboro,white);
}