틀:게임 알림 카드: 두 판 사이의 차이
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
(같은 사용자의 중간 판 29개는 보이지 않습니다) | |||
6번째 줄: | 6번째 줄: | ||
white-space:nowrap; | white-space:nowrap; | ||
overflow:hidden; | overflow:hidden; | ||
width:24%; | min-width:24%; | ||
width:198px; | |||
margin:0 2px; | margin:0 2px; | ||
padding:1px; | |||
height:80px; | |||
} | } | ||
#updatecard-title { | #updatecard-title { | ||
background-color:# | background-color:#bbeebb; | ||
text-align:center; | text-align:center; | ||
font-size: | width:100%; | ||
height:40px; | |||
font-size:1vw; | |||
} | } | ||
#updatecard-title > a { | |||
color:inherit; | |||
} | |||
#updatecard-content { | #updatecard-content { | ||
display:initial; | display:initial; | ||
width: | width:100%; | ||
text-overflow:ellipsis; | text-overflow:ellipsis; | ||
text-align:left; | |||
} | } | ||
#updatecard-loglink { | #updatecard-loglink { | ||
position:relative; | |||
z-index:1; | |||
text-align:center; | |||
vertical-align:middle; | |||
right:1%; | |||
font-size:0.8vw; | |||
top:1%; | |||
} | } | ||
@media (max-width:800px) { | @media (max-width:800px) { | ||
#updatecard { | #updatecard { | ||
background-color:white; | |||
box-shadow: 1px 2px 5px 1px #555555; | |||
white-space:nowrap; | |||
overflow:hidden; | |||
width:24%; | |||
margin:0 2px; | |||
padding:1px; | |||
height:80px; | |||
} | } | ||
46번째 줄: | 64번째 줄: | ||
display:block; | display:block; | ||
padding: 4px; | padding: 4px; | ||
vertical-align:middle; | |||
text-align:center; | text-align:center; | ||
font-size: | font-size:3vw; | ||
} | } | ||
} | } | ||
53번째 줄: | 72번째 줄: | ||
<div id="updatecard"> | <div id="updatecard"> | ||
<div id="updatecard-title">[[{{{1}}}]]</div> | <div id="updatecard-title">[[{{{1}}}]]</div> | ||
<div id="updatecard- | <div id="updatecard-loglink">[[{{{2}}}|업데이트 로그 보기]]</div> | ||
<div id="updatecard- | <!-- <div id="updatecard-content">{{:{{{2}}}}}</div> --> | ||
</div> | </div> | ||
<!-- </includeonly> --> | <!-- </includeonly> --> |