틀:변화의 시대/styles.css: 두 판 사이의 차이

편집 요약 없음
태그: 수동 되돌리기
(WARSAW (토론)의 483851판 편집을 되돌림)
32번째 줄: 32번째 줄:
     user-select: none;
     user-select: none;
}
}
/* 보일제목 문구 */
.title-text {
user-select: none;
}
  .title-text h1 {
font-size:10pt;
}


@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {

2023년 11월 4일 (토) 23:11 판

/* 배너 */
 .banner {
    background: #00F1BA;
    font-family: "Pretendard JP Variable", "Pretendard";
    color: #252525;
    padding: 20px;
    font-size: 10pt;
    text-align: center;
    width: 100%;
    user-select: none;
}

 .chuseokbanner {
    background: linear-gradient(180deg, #244484, #203C74, #1E386C);
    font-family: "Pretendard JP Variable", "Pretendard";
    color: #F1BF1E;
    padding: 20px;
    font-size: 10pt;
    text-align: center;
    width: 100%;
    user-select: none;
}

/* 문구 */
 .text {
    text-align: center;
    font-family: "Pretendard JP Variable", "Pretendard";
    background: white;
    color: #252525;
    margin-bottom: 7px;
    font-size: 10pt;
    user-select: none;
}

/* 보일제목 문구 */
 .title-text {
 	user-select: none;
 }
 
  .title-text h1 {
 	font-size:10pt;
 }

@media screen and (max-width: 768px) {
 .banner {
    background: #00F1BA;
    font-family: "Pretendard JP Variable", "Pretendard";
    color: #252525;
    padding: 20px;
    font-size: 9pt;
    text-align: center;
    width: 100%;
    user-select: none;
}

 .chuseokbanner {
    background: linear-gradient(180deg, #244484, #203C74, #1E386C);
    font-family: "Pretendard JP Variable", "Pretendard";
    color: #F1BF1E;
    padding: 20px;
    font-size: 9pt;
    text-align: center;
    width: 100%;
    user-select: none;
}

 .text {
    font-family: "Pretendard JP Variable", "Pretendard";
    text-align: center;
    background: white;
    color: #252525;
    margin-top: -3px;
    margin-bottom: 5px;
    font-size: 10.5px;
    letter-spacing: -0.3px;
    user-select: none;
}
}