-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
114 lines (87 loc) · 2.46 KB
/
custom.css
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/* Zusätzliches CSS für Blocksy Customizer */
.entry-card.rpi_report_section {
display: block;
}
.entry-card.rpi_report_section .report-question {
font-weight: bold;
}
.entry-card.rpi_report_section .report-parent-link {
display: grid;
grid-template-columns: auto 90px;
margin-top: -20px !important;
}
.entry-card.rpi_report_section .report-parent-link .vintage-card-link {
text-align: right;
}
.home .wp-block-post.rpi_report.type-rpi_report .wp-block-group {
padding: 0 !important;
}
/* Manipulation der Printausgabe */
@media print {
.ct-dynamic-filter, .ct-breadcrumbs, #header {
display: none;
}
[data-layout*="grid"] {
display: block;
}
.entry-card {
box-shadow: none !important;
padding: 0 !important;
}
.entry-header .page-description {
font-size: 20px !important;
line-height: 25px;
}
.post-type-archive-rpi_report .entry-header .page-description {
display: none;
}
.entry-card.rpi_report_section .report-parent-link {
}
.entry-card.rpi_report_section .report-parent-link:before {
content: '- '
}
.entry-card.rpi_report_section .report-parent-link:after {
content: '- '
}
article > .entry-content {
max-width: 100% !important;
width: 100% !important;
}
[data-vertical-spacing*="top"], [data-vertical-spacing*="bottom"] {
padding: 0 !important;
}
article > .entry-content {
page-break-before: always;
}
}
[data-prefix="rpi_report_section_archive"] .ct-dynamic-filter a, .vintage-filter .button {
--items-horizontal-spacing: 0px;
--items-vertical-spacing: 3px;
--fontSize: 15px;
--container-spacing: 8px;
--filter-items-alignment: center;
--linkHoverColor: var(--theme-palette-color-8);
--buttonInitialColor: var(--theme-palette-color-5);
--buttonHoverColor: #ff6b00;
border-radius: 5px;
color: var(--theme-palette-color-2);
display: inline-block;
border: 1px solid #ff6b00;
font-weight: bold;
margin: 2px;
padding: 5px;
}
.hero-section .ct-dynamic-filter[data-type="buttons"], .hero-section .vintage-filter {
margin: 0 !important;
}
#vintage .button.active {
background-color: #ff6b00;
color: white;
}
#vintage .button input {
display: none;
}
#vintage .button:hover, .hero-section .ct-dynamic-filter[data-type="buttons"] a:hover {
background-color: #ff6b00;
color: white;
}