aboutsummaryrefslogtreecommitdiffstats
path: root/docs/static/yosyshq.css
blob: 0be7f77281d09d22ad33c6479704e90f7bf70fd5 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
h1, h3, p.topic-title, .content li.toctree-l1 > a {
    color: #d6368f !important;
}

h2, p.admonition-title, dt, .content li.toctree-l2 > a {
    color: #4b72b8;
}

a {
    color: #8857a3;
}

a.current, a:hover, a.external {
    color: #d6368f !important;
}

a.external:hover {
    text-decoration: underline;
}

p {
    text-align: justify;
}

.vp-sidebar a {
    color: #d6368f;
}

.vp-sidebar li li a {
    color: #4b72b8;
}

.vp-sidebar li li li a {
    color: #2c3e50;
    font-weight: 400;
}

.vp-sidebar h3 {
    padding-left: 1.5rem !important;
}

.vp-sidebar ul a {
    padding-left: 1.5rem !important;
}

.vp-sidebar ul ul a {
    padding-left: 3rem !important;
}

.vp-sidebar ul ul ul a {
    padding-left: 4.5rem !important;
}

.vp-sidebar .toctree-l1.current a {
    border-left: 0.5rem solid #6ecbd7;
}

.vp-sidebar .toctree-l1 a.current {
    border-left: 0.5rem solid #8857a3;
}

.injected .rst-current-version, .injected dt {
    color: #6ecbd7 !important;
}

.cmdref .highlight-yoscrypt .highlight pre {
	padding: 0%;
	margin: 0%;
}

.cmdref .highlight-none .highlight pre {
	padding-top: 0%;
	margin-top: 0%;
}

.width-helper {
	max-width: 100%;
}