틀:펼접/styles.css: 두 판 사이의 차이
< 틀:펼접
새 문서: @media screen and (max-width: 768px) { .mobileBtn:active { animation-name: btn-background; animation-duration: .5s; animation-iteration-count: 1; animation-timing-function: steps(1, end); animation-fill-mode: forwards; } } .folding-margin-remove { margin: 0 -10px -5.5px; } .folding-margin-remove-width { margin: 0 -10px -5.5px; } .folding-margin-remove-width-multi { margin: 0 -10px 0; } .tit-margin-remove { margin: -5.5px -10px; } @keyframes btn-background { fro... |
잔글 삼쩌모님이 틀:펼치기 접기/styles.css 문서를 넘겨주기를 만들지 않고 틀:펼접/styles.css 문서로 이동했습니다: 되돌리기 |
||
| (사용자 2명의 중간 판 4개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
.folding-margin-remove { | .folding-margin-remove { | ||
margin: 0 -10px -5.5px; | margin: 0 -10px -5.5px; | ||
2025년 9월 21일 (일) 22:14 기준 최신판
.folding-margin-remove {
margin: 0 -10px -5.5px;
}
.folding-margin-remove-width {
margin: 0 -10px -5.5px;
}
.folding-margin-remove-width-multi {
margin: 0 -10px 0;
}
.tit-margin-remove {
margin: -5.5px -10px;
}
@keyframes btn-background {
from {
background: rgba(0, 0, 255, .15);
}
to {
background: initial;
}
}