中文人物:修订间差异

来自Age Of History 2 Chinese Wiki
跳转至:导航、​搜索
无编辑摘要
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
{{#css:
{{#css:
.rounded-container {
.rounded-container {
  border-radius: 10px;
  overflow: hidden;
   padding: 10px;
   padding: 10px;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
第9行: 第7行:
   font-family: Arial, sans-serif;
   font-family: Arial, sans-serif;
   font-size: 14px;
   font-size: 14px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.custom-dpl-table th, .custom-dpl-table td {
  padding: 12px;
  border: 1px solid #ddd;
}
}
.custom-dpl-table th {
.custom-dpl-table th {
   background-color: #007bff;
   background-color: #007bff;
   color: white;
   color: white;
   padding: 10px;
   text-align: left;
}
.custom-dpl-table tr > *:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.custom-dpl-table tr > *:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-dpl-table tr:nth-child(even) td {
  background-color: #f8f9fa;
}
.custom-dpl-table tr:hover td {
  background-color: #e9ecef;
}
.custom-dpl-table .page-column {
  text-align: left;
}
}
.custom-dpl-table td {
.custom-dpl-table .author-column {
   padding: 10px;
   text-align: right;
}
}
.custom-dpl-table tr:nth-child(even) {
.custom-dpl-table .date-column {
   background-color: #f2f2f2;
   text-align: right;
}
}
}}
}}
第31行: 第53行:
| columns = page,author,firsteditdate
| columns = page,author,firsteditdate
| class = wikitable custom-dpl-table
| class = wikitable custom-dpl-table
| tableattr = data-column-classes=page-column,author-column,date-column
}}
}}
</div>
</div>

2025年5月2日 (五) 19:46的最新版本