틀:메시지/styles.css: 두 판 사이의 차이

식물 vs 좀비 위키
imported>Ljyee
편집 요약 없음
imported>Ljyee
편집 요약 없음
113번째 줄: 113번째 줄:
}
}
/* 메시지 본문 카드 끝 */
/* 메시지 본문 카드 끝 */
/* 메시지 내용칸 시작 */
.pvz-message-content {
  min-width: 0;
  color: #111;
  font-size: 20px;
  line-height: 1.58;
  text-align: left;
  box-sizing: border-box;
}
/* 메시지 내용칸 끝 */


/* 메시지 제목 시작 */
/* 메시지 제목 시작 */
.pvz-message-heading {
.pvz-message-heading {
   display: block;
   display: block;
   margin: 0 0 -3px;
   margin: 0 0 2px;
   padding: 0;
   padding: 0;


123번째 줄: 136번째 줄:
   font-size: 20px;
   font-size: 20px;
   line-height: 1;
   line-height: 1;
  text-shadow: none !important;
   text-align: left;
   text-align: left;


131번째 줄: 143번째 줄:


/* 메시지 본문 시작 */
/* 메시지 본문 시작 */
.pvz-message-content {
.pvz-message-text {
   min-width: 0;
   min-width: 0;
   margin-top: -3px;
   margin: 0;
  padding: 0;


   color: #111;
   color: #111;
   font-size: 20px;
   font-size: inherit;
   line-height: 1.58;
   line-height: inherit;
   text-align: left;
   text-align: inherit;


   box-sizing: border-box;
   box-sizing: border-box;
}
}


.pvz-message-content p:first-child {
.pvz-message-text p:first-child {
   margin-top: 0 !important;
   margin-top: 0 !important;
   padding-top: 0 !important;
   padding-top: 0 !important;
}
}


.pvz-message-content p:last-child {
.pvz-message-text p:last-child {
   margin-bottom: 0;
   margin-bottom: 0;
}
}
220번째 줄: 233번째 줄:


   .pvz-message-heading {
   .pvz-message-heading {
     margin-bottom: -4px;
     margin-bottom: 1px;
     padding-top: 0;
     padding-top: 0;
     font-size: 18px;
     font-size: 18px;
227번째 줄: 240번째 줄:


   .pvz-message-content {
   .pvz-message-content {
    margin-top: -4px;
     font-size: 14px;
     font-size: 14px;
     line-height: 1.55;
     line-height: 1.55;