User:Star0/common.css:修订间差异

来自Rotaeno中文维基
(创建页面,内容为“table { width: 100%; border-collapse: collapse; } table caption { font-size: 2em; font-weight: bold; margin: 1em 0; } th, td { border: 1px solid #999; text-align: center; padding: 20px 0; } table th { background-color: #dfe3f3; color: #fff; } table tr:first-child th { background-color: #bac3ed; color: #fff; } table tbody tr:nth-child(odd) { background-color: #eee; } table tbody tr:hover { background-co…”)
 
(清空全部内容)
标签清空 手工回退
 
(未显示同一用户的7个中间版本)
第1行: 第1行:
table {
   width: 100%;
   border-collapse: collapse;
}


table caption {
   font-size: 2em;
   font-weight: bold;
   margin: 1em 0;
}
th,
td {
   border: 1px solid #999;
   text-align: center;
   padding: 20px 0;
}
table th {
  background-color: #dfe3f3;
  color: #fff;
}
table tr:first-child th {
   background-color: #bac3ed;
   color: #fff;
}
table tbody tr:nth-child(odd) {
   background-color: #eee;
}
table tbody tr:hover {
   background-color: #ccc;
}
table tbody tr td:first-child {
   color: #f40;
}

2022年7月23日 (六) 20:13的最新版本