38 lines
541 B
CSS
Executable File
38 lines
541 B
CSS
Executable File
blockquote {
|
|
background: #f9f9f9;
|
|
border-left: 10px solid #ccc;
|
|
margin: 1.5em 10px;
|
|
padding: 0.5em 10px;
|
|
quotes: "\201C""\201D""\2018""\2019";
|
|
}
|
|
blockquote:before {
|
|
color: #ccc;
|
|
content: open-quote;
|
|
font-size: 4em;
|
|
line-height: 0.1em;
|
|
margin-right: 0.25em;
|
|
vertical-align: -0.4em;
|
|
}
|
|
blockquote p {
|
|
display: inline;
|
|
}
|
|
|
|
.comment {
|
|
border-radius: 30px;
|
|
}
|
|
|
|
.comment-header {
|
|
border: none;
|
|
}
|
|
|
|
.comment-footer {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.commenter {
|
|
font-size: large;
|
|
color: darkgrey;
|
|
font-weight: bold;
|
|
} |