틀:메시지/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 | margin: 0 0 2px; | ||
padding: 0; | padding: 0; | ||
| 123번째 줄: | 136번째 줄: | ||
font-size: 20px; | font-size: 20px; | ||
line-height: 1; | line-height: 1; | ||
text-align: left; | text-align: left; | ||
| 131번째 줄: | 143번째 줄: | ||
/* 메시지 본문 시작 */ | /* 메시지 본문 시작 */ | ||
.pvz-message- | .pvz-message-text { | ||
min-width: 0; | min-width: 0; | ||
margin | margin: 0; | ||
padding: 0; | |||
color: #111; | color: #111; | ||
font-size: | font-size: inherit; | ||
line-height: | line-height: inherit; | ||
text-align: | text-align: inherit; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.pvz-message- | .pvz-message-text p:first-child { | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
padding-top: 0 !important; | padding-top: 0 !important; | ||
} | } | ||
.pvz-message- | .pvz-message-text p:last-child { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } | ||
| 220번째 줄: | 233번째 줄: | ||
.pvz-message-heading { | .pvz-message-heading { | ||
margin-bottom: | margin-bottom: 1px; | ||
padding-top: 0; | padding-top: 0; | ||
font-size: 18px; | font-size: 18px; | ||
| 227번째 줄: | 240번째 줄: | ||
.pvz-message-content { | .pvz-message-content { | ||
font-size: 14px; | font-size: 14px; | ||
line-height: 1.55; | line-height: 1.55; | ||
