틀:게임 알림 카드: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
잔글편집 요약 없음
잔글편집 요약 없음
 
(같은 사용자의 중간 판 25개는 보이지 않습니다)
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;
     height:150px;
    padding:1px;
     height:80px;
   }
   }
   #updatecard-title {
   #updatecard-title {
     background-color:#eeffee;
     background-color:#bbeebb;
     text-align:center;
     text-align:center;
     font-size:14px;
    width:100%;
    height:40px;
     font-size:1vw;
   }
   }
  #updatecard-title > a {
    color:inherit;
  }
   #updatecard-content {
   #updatecard-content {
     display:initial;
     display:initial;
     width:25%;
     width:100%;
     text-overflow:ellipsis;
     text-overflow:ellipsis;
    text-align:left;
   }
   }


   #updatecard-loglink {
   #updatecard-loglink {
     display:none;
     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;
      background-color:white;
    box-shadow: 1px 2px 5px 1px #555555;
      box-shadow: 1px 2px 5px 1px #555555;
    white-space:nowrap;
      white-space:nowrap;
    overflow:hidden;
      overflow:hidden;
    width:48%;
      width:24%;
    margin:0 2px;
      margin:0 2px;
      padding:1px;
      height:80px;
     }
     }


47번째 줄: 64번째 줄:
       display:block;
       display:block;
       padding: 4px;
       padding: 4px;
      vertical-align:middle;
       text-align:center;
       text-align:center;
       font-size:16px;
       font-size:3vw;
     }
     }
   }
   }
54번째 줄: 72번째 줄:
<div id="updatecard">
<div id="updatecard">
<div id="updatecard-title">[[{{{1}}}]]</div>
<div id="updatecard-title">[[{{{1}}}]]</div>
<div id="updatecard-content">{{:{{{2}}}}}</div>
<div id="updatecard-loglink">[[{{{2}}}|업데이트 로그 보기]]</div>
<div id="updatecard-loglink">[[{{{3}}}|업데이트 로그 보러 가기]]</div>
<!-- <div id="updatecard-content">{{:{{{2}}}}}</div> -->
</div>
</div>
<!-- </includeonly> -->
<!-- </includeonly> -->

2024년 10월 11일 (금) 14:17 기준 최신판


[[{{{1}}}]]


게임 알림을 대문에 표시하는 틀입니다.

관련 문서[원본 편집]