(문서를 비움) 태그: 비우기 되돌려진 기여 |
편집 요약 없음 태그: 되돌려진 기여 |
||
| 1번째 줄: | 1번째 줄: | ||
.Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper { | |||
overflow-x: auto; | |||
overflow-y: hidden; | |||
max-width: 100%; | |||
display: block; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main .table-right { | |||
float: right; | |||
} | |||
/* List that inside table margin remove */ | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper table ul { | |||
margin: 0.28125rem 0 0.28125rem 0.1875rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox { | |||
width: auto; | |||
background: #fff; | |||
border: none; | |||
border-radius: 0.328125rem; | |||
border-collapse: separate; | |||
border-spacing: 0; | |||
float: none; | |||
margin: 0.75rem 0; | |||
padding: 0; | |||
/*color: #373a3c;*/ | |||
color: #000; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox { | |||
float: right; | |||
margin-left: 0.75rem; | |||
margin-bottom: 2rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table caption { | |||
font-size: 1.125rem; | |||
padding: 0.1875rem 0; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsed caption { | |||
display: inline-block; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.jquery-tablesorter th.headerSort { | |||
padding-right: 1.40625rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable { | |||
width: auto; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable th { | |||
background-color: #f5f8fa; | |||
text-align: center; | |||
word-break: keep-all; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable { | |||
border-collapse: collapse; | |||
border-radius: 0.328125rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td { | |||
border: 1px solid #e1e8ed; | |||
padding: 0.28125rem 0.5625rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox { | |||
border-collapse: separate; | |||
border-radius: 0.328125rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td { | |||
border: 0; | |||
padding: 0.28125rem 0.5625rem; | |||
border-top: 1px solid #e1e8ed; | |||
border-right: 1px solid #e1e8ed; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:first-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:first-child { | |||
border-left: 1px solid #e1e8ed; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:last-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:last-child { | |||
border-right: 1px solid #e1e8ed; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td { | |||
border-bottom: 1px solid #e1e8ed; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-child( 1 ), | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-child( 1 ) { | |||
border-radius: 0.328125rem 0 0 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-last-child( 1 ), | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-last-child( 1 ) { | |||
border-radius: 0 0.328125rem 0 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:only-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:only-child { | |||
border-radius: 0.328125rem 0.328125rem 0 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-child( 1 ), | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-child( 1 ) { | |||
border-radius: 0 0 0 0.328125rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-last-child( 1 ), | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-last-child( 1 ) { | |||
border-radius: 0 0 0.328125rem 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:only-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:only-child { | |||
border-radius: 0 0 0.328125rem 0.328125rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-child( 1 ), | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-child( 1 ) { | |||
border-radius: 0.328125rem 0 0 0.328125rem | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-last-child( 1 ), | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-last-child( 1 ) { | |||
border-radius: 0 0.328125rem 0.328125rem 0 | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:only-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:only-child { | |||
border-radius: 0.328125rem 0.328125rem 0.328125rem 0.328125rem; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox th { | |||
background-color: #f5f8fa; | |||
text-align: center; | |||
word-break: keep-all; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child { | |||
border-right: 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + td, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + th, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + td, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + th { | |||
border-left: 1px solid #e1e8ed; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td { | |||
border: 0; | |||
border-right: 1px solid #e1e8ed; | |||
border-bottom: 1px solid #e1e8ed; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:first-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:first-child { | |||
border-left: 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:last-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:last-child { | |||
border-right: 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > th:only-child, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > td:only-child { | |||
border-radius: 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th, | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td { | |||
border-bottom: 0; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th:nth-child( 1 ), | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td:nth-child( 1 ) { | |||
border-radius: 0; | |||
} | |||
2025년 2월 22일 (토) 15:55 판
.Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper {
overflow-x: auto;
overflow-y: hidden;
max-width: 100%;
display: block;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .table-right {
float: right;
}
/* List that inside table margin remove */
.Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper table ul {
margin: 0.28125rem 0 0.28125rem 0.1875rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
width: auto;
background: #fff;
border: none;
border-radius: 0.328125rem;
border-collapse: separate;
border-spacing: 0;
float: none;
margin: 0.75rem 0;
padding: 0;
/*color: #373a3c;*/
color: #000;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
float: right;
margin-left: 0.75rem;
margin-bottom: 2rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table caption {
font-size: 1.125rem;
padding: 0.1875rem 0;
font-weight: bold;
text-align: center;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsed caption {
display: inline-block;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.jquery-tablesorter th.headerSort {
padding-right: 1.40625rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
width: auto;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable th {
background-color: #f5f8fa;
text-align: center;
word-break: keep-all;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
border-collapse: collapse;
border-radius: 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
border: 1px solid #e1e8ed;
padding: 0.28125rem 0.5625rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
border-collapse: separate;
border-radius: 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td {
border: 0;
padding: 0.28125rem 0.5625rem;
border-top: 1px solid #e1e8ed;
border-right: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:first-child {
border-left: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:last-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:last-child {
border-right: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td {
border-bottom: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-child( 1 ) {
border-radius: 0.328125rem 0 0 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-last-child( 1 ) {
border-radius: 0 0.328125rem 0 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:only-child {
border-radius: 0.328125rem 0.328125rem 0 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-child( 1 ) {
border-radius: 0 0 0 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-last-child( 1 ) {
border-radius: 0 0 0.328125rem 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:only-child {
border-radius: 0 0 0.328125rem 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-child( 1 ) {
border-radius: 0.328125rem 0 0 0.328125rem
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-last-child( 1 ) {
border-radius: 0 0.328125rem 0.328125rem 0
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:only-child {
border-radius: 0.328125rem 0.328125rem 0.328125rem 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox th {
background-color: #f5f8fa;
text-align: center;
word-break: keep-all;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child {
border-right: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + td,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + td,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + th {
border-left: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td {
border: 0;
border-right: 1px solid #e1e8ed;
border-bottom: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:first-child {
border-left: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:last-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:last-child {
border-right: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > td:only-child {
border-radius: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td {
border-bottom: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td:nth-child( 1 ) {
border-radius: 0;
}