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

편집 요약 없음
편집 요약 없음
18번째 줄: 18번째 줄:


.template-documentation {
.template-documentation {
     background: #D7FDFF;
     background: #E3FEFF;
     border: 1px solid #ddd;
     border: 1px solid #ddd;
}
}

2015년 5월 23일 (토) 18:40 판

@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 끝 */
.tp_link a:link, .tp_link a:hover, .tp_link a:focus, .tp_link a:visited {
    color: inherit;
}

.template-documentation {
    background: #E3FEFF;
    border: 1px solid #ddd;
}