generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathstyles.css
47 lines (40 loc) · 1.58 KB
/
styles.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
.preview-youversion {
display: "block";
background-color: var(--background-secondary);
border: var(--border-width) var(--background-modifier-border-hover) solid;
color: var(--text-normal);
border-radius: var(--radius-s);
padding: var(--size-2-2);
pointer-events: none;
transition: all;
}
.info-youversion {
display: block;
color: var(--text-faint);
text-align: right;
}
.error-youversion {
display: block;
text-align: center;
color: var(--text-error);
}
.verse-link-info {
color: var(--text-faint);
padding-left: 1ch;
}
.btn-settings-disabled {
pointer-events: none;
opacity: 0.3;
}
.version-settings-dropdown {
width: 50% !important;
}
.book-settings-dropdown {
width: 100% !important;
}
.callout[data-callout='bible'] {
--callout-color: var(--callout-quote);
/*fa-book-bible"*/
/* <!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --> */
--callout-icon: "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M448 336v-288C448 21.49 426.5 0 400 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h320c17.67 0 32-14.33 32-31.1c0-11.72-6.607-21.52-16-27.1v-81.36C441.8 362.8 448 350.2 448 336zM144 144c0-8.875 7.125-15.1 16-15.1L208 128V80c0-8.875 7.125-15.1 16-15.1l32 .0009c8.875 0 16 7.12 16 15.1V128L320 128c8.875 0 16 7.121 16 15.1v32c0 8.875-7.125 16-16 16L272 192v112c0 8.875-7.125 16-16 16l-32-.0002c-8.875 0-16-7.127-16-16V192L160 192c-8.875 0-16-7.127-16-16V144zM384 448H96c-17.67 0-32-14.33-32-32c0-17.67 14.33-32 32-32h288V448z'/></svg>";
}