틀:와르샤와/styles.css: 두 판 사이의 차이

편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
태그: 수동 되돌리기
 
(같은 사용자의 중간 판 341개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 테스트에요 여러분 테스트 */
/* 배경 크기 */
.ageofchange {
.AOCBACKGROUND {
  margin-top: 10px;
word-break: break-all;  
  line-height: 80px;
background: #FFFFFF;  
  width: 100%;
color: #575757;  
  animation-name: ageofchange;
padding: 12px 18px 12px 18px;  
  font-size: 24pt;
border-radius: 10px;
  background-color:#580009;  
max-width: 1003px;
  color:#CFA547;
width: 1003px;
  font-family: KoPubDotumMedium;
margin-left: -15px;
  font-weight: bold;
  text-align: center;
  animation-duration: 4s;
  animation-iteration-count: 1;
}
@keyframes ageofchange {
  0%  {background-color:#580009; color:#CFA547; left:20px; top:10px;}
  50%  {background-color:#00F1BA; color:#252525; left:20px; top:10px;}
  100% {background-color:#580009; color:#CFA547; left:20px; top:10px;}
}
}


/* 테스트에요 여러분 테스트 2 */
@media screen and (max-width: 768px) {
.animation6 {
.AOCBACKGROUND {
  margin-top: 10px;
word-break: break-all;
  height: 100px;
background: #FFFFFF;
  width: 100%;
color: #575757;  
  border: 1px solid #000000;
padding: 12px 15px 12px 15px;  
  overflow: visible;
border-radius: 10px;
  font-size: 24pt;
max-width: 768px;
  text-align: center;
width: 100%;
margin-left: auto;
margin-right: auto;
}
}
.text-animation {
  overflow: hidden;
  padding-top: 15px;
  text-align: center;
  font-size: 20pt;
  letter-spacing: -0.5px;
  animation: text-animation 1s ease;
  animation-iteration-count: 1;
  transform: translateY(calc(100% - 50%));
}
}
@keyframes text-animation {
  from    {
opacity: 0;
transform: translateY(100%);
}


  to {
/* 글씨 (일반) */
opacity: 1;
.AOCTEMPLATE p {
transform: translateY(calc(100% - 50%));
    font-family: "SUITE Variable";
}
  margin-bottom: 0.6rem;
line-height: 25px;
    letter-spacing: -0.4px;
    font-size: 15px;
    font-weight: 500;
}
}


/* 테스트에요 여러분 테스트 3 */
.AOCTEMPLATE b {
.header {
    font-family: "SUITE Variable";
  display: inline-block;
    font-weight: 800;
  overflow: hidden;
  margin: 10px 10px 10px;
  margin-right: -10px;
  width: 180px;
  height: 300px;
  border-radius: 15px;
  transform: scale(0.85);
  transition: .2s ease-out;
}
}


.header:hover{
/* 글씨 (하이퍼링크) */
  transition: .2s ease-in;
.AOCTEMPLATE a {
  transform: scale(0.9);  
color: #5B9BC7;
  z-index:3;
transition: all 0.3s;
  }
}
 
.AOCTEMPLATE a:hover {
.header img {
color: #252525;
  position: relative;
}
  background-position: top;
.AOCTEMPLATE a:active {
  background-size: cover;
color: #252525;
  background-repeat: no-repeat;
}
  height: 100%;
.AOCTEMPLATE a.new {
  overflow: visible;
transition: all 0.3s;
  }
color: #5B9BC7;
}
.AOCTEMPLATE a.new:hover {
color: #252525;
}
.AOCTEMPLATE a.new:active {
color: #252525;
}
.AOCTEMPLATE a.external {
transition: all 0.3s;
color: #5B9BC7;
}
.AOCTEMPLATE a.external:hover {
    color: #252525;
    font-weight: 700;
}
.AOCTEMPLATE a.external:active {
color: #252525;
}


/* 테스트에요 여러분 테스트 4 */
/* 글씨 (기타) */
.progress-bar-body {
.AOCTEMPLATE li {
  margin-top: 10px;
    font-family: "SUITE Variable";
  margin-bottom: 10px;
    font-weight: 500;
  height: 20px;
    font-size: 14.4px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;  
}
}


.progress-bar {
/* 목록 개행 */
  width: 100%;
.AOCTEMPLATE dd {
  height: 30px;
    font-family: "SUITE Variable";
  background: #dedede;
  font-weight: 600;
  font-size: .8rem;
}
}


.progress-bar .progress1 {
/* 테이블 글씨 */
     width: 75%;
.AOCTEMPLATE td {
    height: 30px;
    font-family: "Pretendard", "Pretendard JP Variable"
    padding: 0;
}
    text-align: center;
.AOCTEMPLATE td b {
     background: #880E4F;
    font-family: "Pretendard", "Pretendard JP Variable"
    animation: progress 1s ease-in-out 1;
}
.AOCTEMPLATE th {
     font-family: "Pretendard", "Pretendard JP Variable"
}
.AOCTEMPLATE td a {
font-family: "Pretendard", "Pretendard JP Variable";
color: #191919;
}
.AOCTEMPLATE td a:hover {
color: #191919;
}
.AOCTEMPLATE td a:active {
color: #191919;
}
.AOCTEMPLATE td a.new {
color: #191919;
}
.AOCTEMPLATE td a.new:hover {
color: #191919;
}
.AOCTEMPLATE td a.new:active {
color: #191919;
}
.AOCTEMPLATE td a.external {
color: #191919;
}
.AOCTEMPLATE td a.external:hover {
     color: #191919;
}
.AOCTEMPLATE td a.external:active {
color: #191919;
}
.AOCTEMPLATE td p {
font-family: "Pretendard", "Pretendard JP Variable";
color: #191919;
}
}


@keyframes progress {
/* 문단 (틀로 반영할 예정) */
from {
.AOCPARAGRAPH .number-link {
margin-left: -100%;
    color: #0C2B80;
    cursor: pointer;
    text-decoration: none;
    margin-right: 0.3rem;
    font-family: "SUITE Variable";
    font-weight: 800;
    user-select: none;
}
}
to  {
 
margin-left: 0%;
.AOCPARAGRAPH .mw-headline {
    color: #575757;
    font-family: "SUITE Variable";
    font-weight: 600;
    user-select: none;
}
}
.AOCPARAGRAPH .mw-editsection a {
font-family: "SUITE Variable";
    white-space: nowrap;
    color: #5B9BC7;
    font-weight: 700;
    user-select: none;
}
}


.progress-bar .progress2 {
/* 공사중 (틀로 반영할 예정) */
     width: 30%;
.UNDERCONSTRUCTION {
     height: 30px;
    border: 1px solid #252525;
     padding: 0;
    border-radius: 25px;
     width: 100%;
     padding: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
     letter-spacing: -0.3px;
    font-size: 14pt;
    background: white;
    color: #252525;
     text-align: center;
     text-align: center;
     background: #880E4F;
     user-select: none;
     animation: progress2 1s ease-in-out 1;
     font-family: SUITE Variable;
    font-weight: 800;
}
}


@keyframes progress2 {
/* 관련 기사 (틀로 반영할 예정) */
from {
.NEWS .link {
margin-left: -100%;
padding-top: 3px;
}
    padding-left: 5px;
to  {
    margin-bottom: 10px;
margin-left: 0%;
    line-height: 23px;
}
    user-select: none;
    font-family: "SUITE Variable";
    font-weight: 700;
}
}


/* WSP */
.NEWS .mw-parser-output .text {
@media screen and (min-width: 768px) {
background: none;
.wsp-name {
border: 2px solid #EF426F;
margin-left: auto; margin-right: auto;
margin-top: 10px;
    line-height: 100px;
text-align: center;
font-size: 24pt;
color: #191919;
width: 100%;
font-family: Noto Serif KR;
letter-spacing: -0.05em;
}
}
.NEWS .mw-parser-output a.external.text {
font-size: 12pt;
font-family: "SUITE Variable";
}
}
 
.NEWS .mw-parser-output a.external.text:hover {
@media screen and (max-width: 768px) {
font-size: 12pt;
.wsp-name {
border: 2px solid #EF426F;
    margin-left: auto; margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
    line-height: 80px;
text-align: center;
font-size: 20pt;
color: #191919;
max-width: 768px;
width: 100%;
font-family: Noto Serif KR;
letter-spacing: -0.05em;
}
}
.NEWS .mw-parser-output a.external.text:active {
font-size: 12pt;
}
}

2024년 5월 1일 (수) 18:00 기준 최신판

/* 배경 크기 */
.AOCBACKGROUND {
word-break: break-all; 
background: #FFFFFF; 
color: #575757; 
padding: 12px 18px 12px 18px; 
border-radius: 10px;
max-width: 1003px;
width: 1003px;
margin-left: -15px;
}

@media screen and (max-width: 768px) {
.AOCBACKGROUND {
 word-break: break-all; 
 background: #FFFFFF;
 color: #575757; 
 padding: 12px 15px 12px 15px; 
 border-radius: 10px;
 max-width: 768px;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}
}

/* 글씨 (일반) */
.AOCTEMPLATE p {
    font-family: "SUITE Variable";
   	margin-bottom: 0.6rem;
	line-height: 25px;
    letter-spacing: -0.4px;
    font-size: 15px;
    font-weight: 500;
}

.AOCTEMPLATE b {
    font-family: "SUITE Variable";
    font-weight: 800;
}

/* 글씨 (하이퍼링크) */
.AOCTEMPLATE a {
	color: #5B9BC7;
	transition: all 0.3s;
}
.AOCTEMPLATE a:hover {
	color: #252525;
}
.AOCTEMPLATE a:active {
	color: #252525;
}
.AOCTEMPLATE a.new {
	transition: all 0.3s;
	color: #5B9BC7;
}
.AOCTEMPLATE a.new:hover {
	color: #252525;
}
.AOCTEMPLATE a.new:active {
	color: #252525;
}
.AOCTEMPLATE a.external {
	transition: all 0.3s;
	color: #5B9BC7;
}
.AOCTEMPLATE a.external:hover {
    color: #252525;
    font-weight: 700;
}
.AOCTEMPLATE a.external:active {
	color: #252525;
}

/* 글씨 (기타) */
.AOCTEMPLATE li {
    font-family: "SUITE Variable";
    font-weight: 500;
    font-size: 14.4px;
}

/* 목록 개행 */
.AOCTEMPLATE dd {
    font-family: "SUITE Variable";
}

/* 테이블 글씨 */
.AOCTEMPLATE td {
    font-family: "Pretendard", "Pretendard JP Variable"
}
.AOCTEMPLATE td b {
    font-family: "Pretendard", "Pretendard JP Variable"
}
.AOCTEMPLATE th {
    font-family: "Pretendard", "Pretendard JP Variable"
}
.AOCTEMPLATE td a {
	font-family: "Pretendard", "Pretendard JP Variable";
	color: #191919;
}
.AOCTEMPLATE td a:hover {
	color: #191919;
}
.AOCTEMPLATE td a:active {
	color: #191919;
}
.AOCTEMPLATE td a.new {
	color: #191919;
}
.AOCTEMPLATE td a.new:hover {
	color: #191919;
}
.AOCTEMPLATE td a.new:active {
	color: #191919;
}
.AOCTEMPLATE td a.external {
	color: #191919;
}
.AOCTEMPLATE td a.external:hover {
    color: #191919;
}
.AOCTEMPLATE td a.external:active {
	color: #191919;
}
.AOCTEMPLATE td p {
	font-family: "Pretendard", "Pretendard JP Variable";
	color: #191919;
}

/* 문단 (틀로 반영할 예정) */
.AOCPARAGRAPH .number-link {
    color: #0C2B80;
    cursor: pointer;
    text-decoration: none;
    margin-right: 0.3rem;
    font-family: "SUITE Variable";
    font-weight: 800;
    user-select: none;
}

.AOCPARAGRAPH .mw-headline {
    color: #575757;
    font-family: "SUITE Variable";
    font-weight: 600;
    user-select: none;
}

.AOCPARAGRAPH .mw-editsection a {
	font-family: "SUITE Variable";
    white-space: nowrap;
    color: #5B9BC7;
    font-weight: 700;
    user-select: none;
}

/* 공사중 (틀로 반영할 예정) */
.UNDERCONSTRUCTION {
    border: 1px solid #252525;
    border-radius: 25px;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
    font-size: 14pt;
    background: white;
    color: #252525;
    text-align: center;
    user-select: none;
    font-family: SUITE Variable;
    font-weight: 800;
}

/* 관련 기사 (틀로 반영할 예정) */
.NEWS .link {
	padding-top: 3px;
    padding-left: 5px;
    margin-bottom: 10px;
    line-height: 23px;
    user-select: none;
    font-family: "SUITE Variable";
    font-weight: 700;
}

.NEWS .mw-parser-output .text {
	background: none;
}
.NEWS .mw-parser-output a.external.text {
	font-size: 12pt;
	font-family: "SUITE Variable";
}
.NEWS .mw-parser-output a.external.text:hover {
	font-size: 12pt;
}
.NEWS .mw-parser-output a.external.text:active {
	font-size: 12pt;
}