틀:게임카드/css: 두 판 사이의 차이
< 틀:게임카드
(일부 마진 재지정) |
태그: 일괄 되돌리기 |
||
(사용자 2명의 중간 판 7개는 보이지 않습니다) | |||
21번째 줄: | 21번째 줄: | ||
.gamecard .theme { | .gamecard .theme { | ||
height: 8px; | height: 8px; | ||
} | |||
.gamecard .image-wrapper img{ | |||
width: 100%; | |||
max-height: 5em; | |||
object-fit: cover; | |||
} | } | ||
.gamecard .content { | .gamecard .content { | ||
padding: 8px | padding: 8px 12px; | ||
} | } | ||
.gamecard .content .genres{ | .gamecard .content .genres{ | ||
margin-bottom:8px; | margin-bottom:8px; | ||
margin-left: | margin-left: 4px; | ||
} | } | ||
66번째 줄: | 72번째 줄: | ||
font-size: 0.8em; | font-size: 0.8em; | ||
margin-left: 8px; | margin-left: 8px; | ||
} | |||
.gamecard.설명감춤 .content>.description { | |||
display:none; | |||
} | } | ||
74번째 줄: | 84번째 줄: | ||
.gamecard .icon-wrapper .icon { | .gamecard .icon-wrapper .icon { | ||
color: #777; | |||
transition: opacity 0.2s ease-in-out; | transition: opacity 0.2s ease-in-out; | ||
opacity: 0.5; | opacity: 0.5; | ||
font-size: 1.7em; | |||
} | |||
.gamecard .icon-wrapper .icon a{ | |||
color: inherit; | |||
text-decoration: none; | |||
} | } | ||
94번째 줄: | 110번째 줄: | ||
color: #fff; | color: #fff; | ||
padding: 2px 6px; | padding: 2px 6px; | ||
font-size: 0. | font-size: 0.6rem; | ||
transform: translateY(100%); | transform: translateY(100%); | ||
} | } |