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

(새 문서: @import "/index.php?title=User:Senior9324/lab.css&action=raw&ctype=text/css";)
 
편집 요약 없음
1번째 줄: 1번째 줄:
@import "/index.php?title=User:Senior9324/lab.css&action=raw&ctype=text/css";
@import "/index.php?title=User:Senior9324/lab.css&action=raw&ctype=text/css";
//-------------------------
// 고지 상자 CSS 시작
.noticebox {
    margin: 15px 0 0 0;
    padding: 15px;
    border-radius: 4px;
}
.noticebox-title {
    font-size: 16pt;
}
.noticebox-title + .noticebox-content {
    margin-top: .5em;
}
// 고지 상자 CSS 끝

2015년 5월 16일 (토) 21:12 판

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