틀:게임 알림 카드: 두 판 사이의 차이
(새 문서: <!-- 디자인 개량 필요 --> <onlyinclude><!-- <includeonly> --> <div style="background-color:white;box-shadow: 1px 2px 5px 1px #555555;white-space:nowrap;overflow:hidden;width:24%;margin:0 2px;"> <div style="background-color:#eeffee;text-align:center;">[[{{SUBJECTPAGENAME:{{#explode:{{{1}}}|/|0}}}}]]</div> <div style="width:25%;text-overflow:ellipsis;">{{:{{{1}}}}}</div> </div> <!-- </includeonly> --> </onlyinclude> 게임 알림을 대문에 표시하는 틀입니다. ...) |
잔글편집 요약 없음 |
||
(같은 사용자의 중간 판 33개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
<!-- 디자인 개량 필요 --> | <!-- 디자인 개량 필요 --> | ||
<onlyinclude> | <onlyinclude>{{#css: | ||
#updatecard { | |||
background-color:white; | |||
<div | box-shadow: 1px 2px 5px 1px #555555; | ||
white-space:nowrap; | |||
overflow:hidden; | |||
min-width:24%; | |||
width:198px; | |||
margin:0 2px; | |||
padding:1px; | |||
height:80px; | |||
} | |||
#updatecard-title { | |||
background-color:#bbeebb; | |||
text-align:center; | |||
width:100%; | |||
height:40px; | |||
font-size:1vw; | |||
} | |||
#updatecard-title > a { | |||
color:inherit; | |||
} | |||
#updatecard-content { | |||
display:initial; | |||
width:100%; | |||
text-overflow:ellipsis; | |||
text-align:left; | |||
} | |||
#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) { | |||
#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; | |||
} | |||
#updatecard-title { | |||
background-color:#eeffee; | |||
text-align:center; | |||
font-size:16px; | |||
} | |||
#updatecard-content { | |||
display:none; | |||
} | |||
#updatecard-loglink { | |||
display:block; | |||
padding: 4px; | |||
vertical-align:middle; | |||
text-align:center; | |||
font-size:3vw; | |||
} | |||
} | |||
}}<!-- <includeonly> --> | |||
<div id="updatecard"> | |||
<div id="updatecard-title">[[{{{1}}}]]</div> | |||
<div id="updatecard-loglink">[[{{{2}}}|업데이트 로그 보기]]</div> | |||
<!-- <div id="updatecard-content">{{:{{{2}}}}}</div> --> | |||
</div> | </div> | ||
<!-- </includeonly> --> | <!-- </includeonly> --> | ||
9번째 줄: | 79번째 줄: | ||
게임 알림을 대문에 표시하는 틀입니다. | 게임 알림을 대문에 표시하는 틀입니다. | ||
== 관련 문서== | |||
* [[모듈:Changelog]] | |||
[[분류:대문에 노출되는 틀]] | [[분류:대문에 노출되는 틀]] |