메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
19번째 줄: 19번째 줄:
.mw-search-form-wrapper .oo-ui-searchWidget-query {
.mw-search-form-wrapper .oo-ui-searchWidget-query {
     position: relative;
     position: relative;
}
.char-kr, .char-en {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #e0e0e0;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #202122;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
}
.categoryA, .categoryB, .categoryC {
    display: inline-flex;
    align-items: center;
    width: 140px;
    height: 40px;
    background: #e0e0e0;
    border-radius: 5px;
    font-size: 1rem;
    color: #222;
    font-weight: 500;
    margin: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    gap: 7px;
    overflow: hidden;
}
.categoryA a, .categoryB a, .categoryC a {
    color: #202122;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.categoryA img, .categoryB img, .categoryC img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 4px;
}
.categoryA .divider, .categoryB .divider, .categoryC .divider {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #333;
    margin: 0 7px 0 0;
    vertical-align: middle;
    content: "";
}
}

2025년 5월 19일 (월) 08:04 판

.main-box {
    border: 3px, solid, var(--color-surface-2);
    padding: 0 20px;
}

.mw-search-form-wrapper {
    max-width: 600px;
    margin: 20px auto;
    padding: 10px;
}

.mw-search-form-wrapper input[type="search"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mw-search-form-wrapper .oo-ui-searchWidget-query {
    position: relative;
}

.char-kr, .char-en {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #e0e0e0;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #202122;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
}
.categoryA, .categoryB, .categoryC {
    display: inline-flex;
    align-items: center;
    width: 140px;
    height: 40px;
    background: #e0e0e0;
    border-radius: 5px;
    font-size: 1rem;
    color: #222;
    font-weight: 500;
    margin: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    gap: 7px;
    overflow: hidden;
}
.categoryA a, .categoryB a, .categoryC a {
    color: #202122;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.categoryA img, .categoryB img, .categoryC img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 4px;
}
.categoryA .divider, .categoryB .divider, .categoryC .divider {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #333;
    margin: 0 7px 0 0;
    vertical-align: middle;
    content: "";
}