mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
blockquote style
This commit is contained in:
parent
c86c180e3f
commit
78e8078f2a
1 changed files with 17 additions and 2 deletions
|
|
@ -106,9 +106,24 @@ pre{background-color: rgb(238, 238, 238); padding: 10px; margin: 10px; overflow
|
|||
|
||||
/* Quotes */
|
||||
blockquote {
|
||||
margin: 20px;
|
||||
font-style: italic;
|
||||
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;
|
||||
}
|
||||
|
||||
cite {}
|
||||
|
||||
q {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue