:송주권 광역전철/styles.css

삼쩌모 (토론 | 기여)님의 2025년 1월 10일 (금) 16:12 판 (새 문서: @media (prefers-color-scheme: light) { .ls1 { color: rgb(67, 118, 145) !important; } .ls2 { color: rgb(202, 106, 43) !important; } .ls3 { color: rgb(102, 161, 74) !important; } .ls4 { color: rgb(185, 180, 169) !important; } .lsagyp { color: #005bac !important; } .ls1p, .ls2p, .ls3p, .ls4p, .lsagyp { padding-top: 0 !important; border-top: 1px transparent solid !important; } .ln0p { padding-top: 10px !important...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
@media (prefers-color-scheme: light) {
    .ls1 { color: rgb(67, 118, 145) !important; }
    .ls2 { color: rgb(202, 106, 43) !important; }
    .ls3 { color: rgb(102, 161, 74) !important; }
    .ls4 { color: rgb(185, 180, 169) !important; }
    .lsagyp { color: #005bac !important; }

    .ls1p,
    .ls2p,
   .ls3p,
   .ls4p,
    .lsagyp {
        padding-top: 0 !important;
        border-top: 1px transparent solid !important;
    }

   .ln0p {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        border-bottom: 1px transparent solid !important;
    }
}

@media (prefers-color-scheme: dark) {
    .ls1, .ls2, .ls3, .ls4, .lsagyp {
        color: #ffffff !important;
    }

   .ln1p {
        background-color: rgb(67, 118, 145) !important;
        color: #ffffff !important;
        padding: 1.5px !important;
    }

   .ln2p {
        background-color: rgb(202, 106, 43) !important;
        color: #ffffff !important;
        padding: 1.5px !important;
    }

   .ln3p {
        background-color: rgb(102, 161, 74) !important;
        color: #ffffff !important;
        padding: 1.5px !important;
    }

   .ln4p {
        background-color: rgb(185, 180, 169) !important;
        color: #ffffff !important;
        padding: 1.5px !important;
    }

   .lsagyp {
        background-color: #005bac !important;
        color: #ffffff !important;
        padding: 1.5px !important;
    }

   .ln0p {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}