미디어위키:Common.css

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
/* Spoiler Template */
.spoiler-box {
    background-color: #fff9db;
    border: 2px solid #fab005;
    padding: 16px;
    margin: 1.5em 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.spoiler-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #f08c00;
}

.spoiler-title {
    font-weight: 800;
    color: #e67700;
    font-size: 1.2em;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.spoiler-icon {
    margin-right: 12px;
    font-size: 1.3em;
}

.spoiler-content {
    color: #495057;
    line-height: 1.7;
    font-size: 0.95em;
}

/* NamuWiki-style Small Template */
.wiki-small {
    font-size: 0.85em;
    color: #868e96;
}

/* Status Templates */
.status-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85em;
    color: white;
    margin: 0 3px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.status-dead { background-color: #adb5bd; }
.status-alive { background-color: #51cf66; }

/* Game Version Tags */
.game-tag {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.8em;
    color: white;
    margin-right: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.tag-3d { background: linear-gradient(135deg, #4dabf7, #228be6); }
.tag-tlad { background: linear-gradient(135deg, #ff922b, #f76707); }
.tag-v { background: linear-gradient(135deg, #63e6be, #20c997); }