CHUNITHM:NEW: Difference between revisions

m
no edit summary
imported>Jack980517
imported>Jack980517
mNo edit summary
Line 21: Line 21:
** Level 11+ and below are unchanged. Level 12 and above are changed as follows:
** Level 11+ and below are unchanged. Level 12 and above are changed as follows:
{{#css:
{{#css:
table {
.hacktable {
   border-collapse: collapse;
   border-collapse: collapse;
   background-color: #f8f9fa;
   background-color: #f8f9fa;
}
}


th {
.hacktable>*>*>th {
   background-color: #eaecf0;
   background-color: #eaecf0;
}
}


th,td {
.hacktable>*>*>th,.hacktable>*>*>td {
   text-align: center;
   text-align: center;
   border: 1px solid #a2a9b1;
   border: 1px solid #a2a9b1;
Line 42: Line 42:
}
}
}}
}}
::{|
::{|class="hacktable"
! Old
! Old
| colspan=4|12 || 12+ || colspan=2|13 || 13+ || 14
| colspan=4|12 || 12+ || colspan=2|13 || 13+ || 14
Anonymous user