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

편집 요약 없음
편집 요약 없음
15번째 줄: 15번째 줄:
.tp_link a:link, .tp_link a:hover, .tp_link a:focus, .tp_link a:visited {
.tp_link a:link, .tp_link a:hover, .tp_link a:focus, .tp_link a:visited {
     color: inherit;
     color: inherit;
}
@media (min-width: 768px) {
    #libre-frontpage .project-head {
        width: 70%;
    }
    #libre-frontpage .compactinfobox {
        marigin: 0.5em;
        float: right;
    }
}
#libre-frontpage .block {
    clear: both;
    width: 100%;
}
#libre-frontpage .block-head {
    background-color: #A3CCA3;
    color: #336633;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#libre-frontpage .compactinfobox {
    margin: auto;
}
}

2015년 5월 23일 (토) 21:48 판

@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;
}

@media (min-width: 768px) {
    #libre-frontpage .project-head {
        width: 70%;
    }
    #libre-frontpage .compactinfobox {
        marigin: 0.5em;
        float: right;
    }
}
#libre-frontpage .block {
    clear: both;
    width: 100%;
}
#libre-frontpage .block-head {
    background-color: #A3CCA3;
    color: #336633;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#libre-frontpage .compactinfobox {
    margin: auto;
}