aboutsummaryrefslogtreecommitdiff
path: root/CSS/quote-code.css
blob: 87cb60ea7264d638150b9a270e2c759431961d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
code, pre, blockquote
{
	margin: 3vh 0px;
	padding: 1.5vh 2vw;

	background-color: var(--quote-bg);
	border-left: 2px solid var(--quote-border);
}



blockquote 
{
	text-indent: calc(-10px - 0.390625vw);
	font-style: italic;
}

@supports ( hanging-punctuation: first) 
{
	blockquote
	{
		text-indent: 0;
		hanging-punctuation: first;
	}
}

blockquote::before
{
	content: open-quote;
}

blockquote::after
{
	content: close-quote;
}
ArKa projects. All rights to me, and your next child right arm.