Skip to content

Commit 3d719b6

Browse files
committed
Style blockquotes
I decided to do this to draw more attention to them. This is based on the AsciiDoc default style.
1 parent a5439cd commit 3d719b6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/css/owncloud.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,27 @@ footer div.container div.row-full div.col-third {
4343
width: 33%;
4444
}
4545

46+
blockquote::before {
47+
content: "\201c";
48+
float: left;
49+
font-size: 2.75em;
50+
font-weight: bold;
51+
line-height: 0.6em;
52+
margin-left: -0.6em;
53+
color: #1d2d44;
54+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
55+
}
56+
57+
.quoteblock blockquote div.paragraph p {
58+
color: rgba(0, 0, 0, 0.85);
59+
font-size: 1rem;
60+
line-height: 1.65;
61+
word-spacing: 0.1em;
62+
letter-spacing: 0;
63+
font-style: italic;
64+
text-align: justify;
65+
}
66+
4667
/**
4768
* Supplemental Responsive Styles
4869
*/

0 commit comments

Comments
 (0)