(새 문서: →{{pp-template}}: .quotebox { background-color: #F9F9F9; border: 1px solid #aaa; box-sizing: border-box; padding: 10px; font-size: 88%; max-width: 100%; } .quotebox.floatlef...) |
편집 요약 없음 |
||
(같은 사용자의 중간 판 5개는 보이지 않습니다) | |||
5번째 줄: | 5번째 줄: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: 10px; | padding: 10px; | ||
font-size: | margin: 0 0 1em; | ||
font-size: 90%; | |||
max-width: 100%; | max-width: 100%; | ||
} | } | ||
56번째 줄: | 57번째 줄: | ||
display:block; | display:block; | ||
font-style:normal; | font-style:normal; | ||
} | |||
div.quotebox p { | |||
margin-bottom: 0; | |||
} | } | ||
2021년 12월 11일 (토) 00:57 기준 최신판
/* {{pp-template}} */
.quotebox {
background-color: #F9F9F9;
border: 1px solid #aaa;
box-sizing: border-box;
padding: 10px;
margin: 0 0 1em;
font-size: 90%;
max-width: 100%;
}
.quotebox.floatleft {
margin: 0.5em 1.4em 0.8em 0;
}
.quotebox.floatright {
margin: 0.5em 0 0.8em 1.4em;
}
.quotebox.centered {
margin: 0.5em auto 0.8em auto;
}
.quotebox.floatleft p,
.quotebox.floatright p {
font-style: inherit;
}
.quotebox-title {
background-color: #F9F9F9;
text-align: center;
font-size: larger;
font-weight: bold;
}
.quotebox-quote.quoted:before {
font-family:'Times New Roman',serif;
font-weight:bold;
font-size: large;
color: gray;
content: ' “ ';
vertical-align: -45%;
line-height: 0;
}
.quotebox-quote.quoted:after {
font-family:'Times New Roman',serif;
font-weight:bold;
font-size: large;
color: gray;
content: ' ” ';
line-height: 0;
}
.quotebox .left-aligned {
text-align: left;
}
.quotebox .right-aligned {
text-align: right;
}
.quotebox .center-aligned {
text-align: center;
}
.quotebox cite {
display:block;
font-style:normal;
}
div.quotebox p {
margin-bottom: 0;
}
@media screen and (max-width:360px) {
.quotebox {
/*override inline styles */
min-width: 100%;
margin: 0 0 0.8em !important;
float: none !important;
}
}