미디어위키:Timeless.css: 두 판 사이의 차이

    CABAL WIKI
    (새 문서: →‎여기의 모든 CSS는 타임리스 스킨을 사용하는 사용자에게 로드됩니다: →‎기본 폰트, 가독성 향상: body { font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif !important; font-size: 16px; line-height: 1.8; color: #333; background: #f9f9fb; } →‎본문 영역 정렬 및 여백: #content { max-width: 900px; margin: auto; background: #fff; padding: 20px 30px; border-radius: 12px; box-shado...)
     
    (문서를 비움)
    태그: 비우기
     
    (같은 사용자의 중간 판 27개는 보이지 않습니다)
    1번째 줄: 1번째 줄:
    /* 여기의 모든 CSS는 타임리스 스킨을 사용하는 사용자에게 로드됩니다 */
    /* 기본 폰트, 가독성 향상 */
    body {
        font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif !important;
        font-size: 16px;
        line-height: 1.8;
        color: #333;
        background: #f9f9fb;
    }


    /* 본문 영역 정렬 및 여백 */
    #content {
        max-width: 900px;
        margin: auto;
        background: #fff;
        padding: 20px 30px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    /* 상단 메뉴 색상 */
    #mw-head {
        background: linear-gradient(to right, #4f93ce, #3b74b3);
        color: #fff;
    }
    #mw-head a, #mw-head h1 {
        color: #fff !important;
    }
    /* 사이드바 디자인 */
    #mw-panel {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        padding: 15px;
    }
    /* 링크 스타일 */
    a {
        color: #3b74b3;
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    /* 표(Table) 디자인 */
    table.wikitable {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }
    table.wikitable th {
        background: #4f93ce;
        color: #fff;
        padding: 8px;
    }
    table.wikitable td {
        padding: 8px;
        border: 1px solid #ddd;
    }
    /* 모바일 최적화 */
    @media (max-width: 768px) {
        body {
            font-size: 14px;
        }
        #content {
            padding: 15px 20px;
        }
    }

    2025년 10월 1일 (수) 14:14 기준 최신판