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

편집 요약 없음
(WARSAW (토론)의 410423판 편집을 되돌림)
태그: 편집 취소
164번째 줄: 164번째 줄:
letter-spacing: -0.05em;
letter-spacing: -0.05em;
}
}
}
/* 리버티 */
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc {
border-top-right-radius: 0.35rem;
border-top-left-radius: 0.35rem;
border-bottom-right-radius: 0.35rem;
border-bottom-left-radius: 0.35rem;
display: inline-block;
background-color: #222;
font-size: 0.96rem;
border: 0;
padding: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle {
border: 1px solid #e1e8ed;
background-color: #222;
color: #fff;
border-top-right-radius: 0.35rem;
border-top-left-radius: 0.35rem;
padding: 0.6rem 1.2rem;
text-align: left;
min-width: 250px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc > ul {
margin: 0;
padding: 0.6rem 1.2rem;
background-color: #222;
border: 1px solid #e1e8ed;
border-top: none;
border-bottom-right-radius: 0.35rem;
border-bottom-left-radius: 0.35rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc ul, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc li {
background-color: #222;
color: #fff;
list-style-type: none;
list-style-image: none;
}
.tocnumber {
color: #fff;
padding-left: 0;
padding-right: 0.5em;
}
.toctext {
background-color: transparent;
color: #fff;
background-color: #222;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-headline-number {
color: #fff;
background-color: #222;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle h2 {
display: inline;
text-align: right;
font-size: 1.3rem;
font-weight: bold;
border: none;
background-color: #222;
}
.toctogglelabel {
cursor: pointer;
color: #fff;
background-color: #222;
}
}

2023년 5월 29일 (월) 19:37 판

/* 테스트에요 여러분 테스트 */
.ageofchange {
  margin-top: 10px;
  line-height: 80px;
  width: 100%;
  animation-name: ageofchange;
  font-size: 24pt;
  background-color:#580009; 
  color:#CFA547;
  font-family: KoPubDotumMedium;
  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 */
.animation6 {
  margin-top: 10px;
  height: 100px;
  width: 100%;
  border: 1px solid #000000;
  overflow: visible;
  font-size: 24pt;
  text-align: center;
}
.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;
		transform: translateY(calc(100% - 50%));
	}
}

/* 테스트에요 여러분 테스트 3 */
.header {
  display: inline-block;
  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;
  transform: scale(0.9); 
  z-index:3;
   }
   
.header img {
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  overflow: visible;
  }

/* 테스트에요 여러분 테스트 4 */
.progress-bar-body {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px; 
}

.progress-bar {
   width: 100%;
   height: 30px;
   background: #dedede;
   font-weight: 600;
   font-size: .8rem;
}

.progress-bar .progress1 {
    width: 75%;
    height: 30px;
    padding: 0;
    text-align: center;
    background: #880E4F;
    animation: progress 1s ease-in-out 1;
}

@keyframes progress {
from {
	margin-left: -100%;
}
to   {
	margin-left: 0%;
}
}

.progress-bar .progress2 {
    width: 30%;
    height: 30px;
    padding: 0;
    text-align: center;
    background: #880E4F;
    animation: progress2 1s ease-in-out 1;
}

@keyframes progress2 {
from {
	margin-left: -100%;
}
to   {
	margin-left: 0%;
}
}

/* WSP */
@media screen and (min-width: 768px) {
.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;
}
}

@media screen and (max-width: 768px) {
.wsp-name {
	border: 2px solid #EF426F;
    margin-left: auto; margin-right: auto;
	margin-top: 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;
}
}