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

리버티게임, 모두가 만들어가는 자유로운 게임
잔글 (자세히 보기 링크 위치 조정)
잔글편집 요약 없음
 
(같은 사용자의 중간 판 20개는 보이지 않습니다)
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;
   }
   }


24번째 줄: 33번째 줄:
     position:relative;
     position:relative;
     z-index:1;
     z-index:1;
     left:1%;
     text-align:center;
     bottom:1%;
    vertical-align:middle;
     font-size:8px;
     right:1%;
     top:70%;
     font-size:0.8vw;
     top:1%;
   }
   }


36번째 줄: 46번째 줄:
       white-space:nowrap;
       white-space:nowrap;
       overflow:hidden;
       overflow:hidden;
       width:48%;
       width:24%;
       margin:0 2px;
       margin:0 2px;
      padding:1px;
       height:80px;
       height:80px;
     }
     }
53번째 줄: 64번째 줄:
       display:block;
       display:block;
       padding: 4px;
       padding: 4px;
      vertical-align:middle;
       text-align:center;
       text-align:center;
       font-size:16px;
       font-size:3vw;
     }
     }
   }
   }
60번째 줄: 72번째 줄:
<div id="updatecard">
<div id="updatecard">
<div id="updatecard-title">[[{{{1}}}]]</div>
<div id="updatecard-title">[[{{{1}}}]]</div>
<div id="updatecard-loglink">[[{{{3}}}|업데이트 로그 보러 가기]]</div>
<div id="updatecard-loglink">[[{{{2}}}|업데이트 로그 보기]]</div>
<div id="updatecard-content">{{:{{{2}}}}}</div>
<!-- <div id="updatecard-content">{{:{{{2}}}}}</div> -->
</div>
</div>
<!-- </includeonly> -->
<!-- </includeonly> -->

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


[[{{{1}}}]]


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

관련 문서[원본 편집]