generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
84 lines (72 loc) · 1.35 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
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
#register-modal input {
display: block;
height: var(--input-height);
}
#preview-title {
height: 2em;
}
#frontmatter-gen-modal .google-button button {
outline: solid 1px gray;
}
#frontmatter-gen-modal input {
height: var(--input-height);
}
#frontmatter-gen-modal textarea.preview {
resize: none;
margin-top: 1em;
min-height: 170px;
width: 100%;
}
#frontmatter-gen-modal .title {
position: relative;
}
#frontmatter-gen-modal .title button {
position: absolute;
right: 0;
box-shadow: none;
background: transparent;
bottom: 0;
}
#frontmatter-gen-modal .subtitle {
padding-left: 0.5em;
position: relative;
border-left: 2px solid var(--color-base-60);
}
#frontmatter-gen-modal .subtitle button {
position: absolute;
right: 0;
box-shadow: none;
background: transparent;
bottom: 0;
}
#frontmatter-gen-modal label {
display: block;
margin-top: 0.5em;
}
#frontmatter-gen-modal label input {
margin: 4px 0;
display: block;
width: 90%;
}
#frontmatter-gen-modal button.exec {
width: 100%;
background: var(--metadata-input-background-active);
color: var(--metadata-input-text-color);
}
#chapter-modal label {
display: block;
margin-top: 0.5em;
}
#chapter-modal label input {
margin: 4px 0;
display: block;
width: 100%;
outline: solid 1px gray;
}
#chapter-modal input.chap {
width: 4em;
}
#chapter-modal button {
margin-top: 2em;
width: 100%;
}