사용자:Senior9324/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
13번째 줄: 13번째 줄:
}
}
/* 고지 상자 CSS 끝 */
/* 고지 상자 CSS 끝 */
.tp_link a:link, .tp_link a:hover, .tp_link a:focus, .tp_link a:visited {
    color: inherit;
}

2015년 5월 24일 (일) 00:30 판

@import "/index.php?title=User:Senior9324/lab.css&action=raw&ctype=text/css";
/* 고지 상자 CSS 시작 */
.notibox {
    margin: 15px 0 0 0;
    padding: 15px;
    border-radius: 4px;
}
.notibox-title {
    font-size: 16pt;
}
.notibox-title + .notibox-content {
    margin-top: .5em;
}
/* 고지 상자 CSS 끝 */