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

편집 요약 없음
편집 요약 없음
9번째 줄: 9번째 줄:
  * 대문용 CSS
  * 대문용 CSS
  * by Leia0207
  * by Leia0207
  * =================================================================== *
  * =================================================================== */
#libre-frontpage .block {
#libre-frontpage .block {
     clear: both;
     clear: both;
37번째 줄: 37번째 줄:
#libre-frontpage .column-head {
#libre-frontpage .column-head {
     background-color: #B4D6B4;
     background-color: #B4D6B4;
    color: #336633;
     text-align: center;
     text-align: center;
     font-size: 16px;
     font-size: 16px;
65번째 줄: 66번째 줄:
     }
     }
}
}
* =================================================================== */
/* =================================================================== */

2015년 5월 24일 (일) 14:35 판

/**
 *실험용 CSS입니다.
 */
#mw-content-text h1 > .mw-headline {
  border: 1px solid red;
}

/* ===================================================================
 * 대문용 CSS
 * by Leia0207
 * =================================================================== */
#libre-frontpage .block {
    clear: both;
    width: 100%;
}
#libre-frontpage .block-head {
    padding-top: 2px;
    background-color: #A3CCA3;
    color: #336633;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#libre-frontpage .compactinfobox {
    margin: 0.5em auto;
}
#libre-frontpage .column:first-child {
    width: 34%;
}
#libre-frontpage .column {
    border: 3px solid #A3CCA3;
    float: left;
    width: 33%;
    width: calc(100% / 3) !important;
    height: 400px;
}
#libre-frontpage .column-head {
    background-color: #B4D6B4;
    color: #336633;
    text-align: center;
    font-size: 16px;
}
#libre-frontpage .block-head a,
#libre-frontpage .column-head a {
    color: inherit;
}
@media (min-width: 550px) {
    #libre-frontpage .project-head {
        width: 60%;
    }
    #libre-frontpage .compactinfobox {
        margin: 0.5em;
        float: right;
    }
}
@media (min-width: 768px) {
    #libre-frontpage .project-head {
        width: 70%;
    }
}
@media (max-width: 767px) {
    #libre-frontpage .column {
        float: none;
        width: 100% !important;
        height: auto;
    }
}
/* =================================================================== */