|
|
1번째 줄: |
1번째 줄: |
| {{#css:
| |
| @media (prefers-color-scheme: light) {
| |
| .ln1 {
| |
| color: #e4007f !important;
| |
| }
| |
| .ln2 {
| |
| color: #22ac38 !important;
| |
| }
| |
| .ln3 {
| |
| color: #601986 !important;
| |
| }
| |
| .ln4 {
| |
| color: #BE1E2D !important;
| |
| }
| |
| .ln5 {
| |
| color: #F7941D !important;
| |
| }
| |
| .ln6 {
| |
| color: #172A88 !important;
| |
| }
| |
| .ln7 {
| |
| color: #2BBAAC !important;
| |
| }
| |
| .cggy {
| |
| color: #005bac !important;
| |
| }
| |
| .erchyl {
| |
| color: #f15a29 !important;
| |
| }
| |
| .tbt {
| |
| color: #760000 !important;
| |
| }
| |
| td:has(> .ln1), td:has(> .ln2), td:has(> .ln3), td:has(> .ln4), td:has(> .ln5), td:has(> .ln6), td:has(> .ln7), td:has(> .cggy), td:has(> .erchyl), td:has(> .tbt) {
| |
| padding-top: 0 !important;
| |
| border-top: 1px transparent solid !important;
| |
| }
| |
|
| |
| td:has(> .ln0) {
| |
| padding-top: 10px !important;
| |
| padding-bottom: 0px !important;
| |
| border-bottom: 1px transparent solid !important;
| |
| }
| |
| }
| |
|
| |
|
| @media (prefers-color-scheme: dark) {
| |
| .ln1, .ln2, .ln3, .ln4, .ln6, .ln7, .cggy, .erchyl {
| |
| color: #ffffff !important;
| |
| }
| |
| .ln5 {
| |
| color: #000000 !important;
| |
| }
| |
| .tbt {
| |
| color: #ffffff !important;
| |
| }
| |
| td:has(> .ln1) {
| |
| background-color: #e4007f !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .ln2) {
| |
| background-color: #22ac38 !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .ln3) {
| |
| background-color: #601986 !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .ln4) {
| |
| background-color: #BE1E2D !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .ln5) {
| |
| background-color: #F7941D !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .ln6) {
| |
| background-color: #172A88 !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .ln7) {
| |
| background-color: #2BBAAC !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .cggy) {
| |
| background-color: #005bac !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .erchyl) {
| |
| background-color: #f15a29 !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .tbt) {
| |
| background-color: #760000 !important;
| |
| color: #ffffff !important; padding: 1.5px !important;
| |
| }
| |
| td:has(> .ln0) {
| |
| padding-top: 10px !important;
| |
| padding-bottom: 10px !important;
| |
| }
| |
| }
| |
| }}
| |
| {| class="wikitable" style="max-width: 600px; width: 100%; margin-left: auto; margin-right: auto; text-align: center; border: 2px solid var(--text);" | | {| class="wikitable" style="max-width: 600px; width: 100%; margin-left: auto; margin-right: auto; text-align: center; border: 2px solid var(--text);" |
| |- | | |- |