forked from ThereforeGames/unprompted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
105 lines (90 loc) · 1.54 KB
/
style.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
details summary
{
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
details>*:not(summary)
{
padding: 0 20px !important;
}
details[open]
{
padding-bottom: 20px;
}
.prose li
{
text-indent: -20px;
padding-left: 2em;
}
.gradio-container .prose a,
.gradio-container .prose a:visited
{
text-decoration: underline;
}
#unprompted_result
{
font-size: 18px;
padding: 10px;
font-family: IBM Plex Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
#unprompted_result strong
{
font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
display: block;
margin-bottom: 10px;
letter-spacing: 0.02em;
font-size: 20px;
}
#promo
{
display: block;
}
.gradio-group div .wizard-autoinclude
{
margin-top: 20px;
margin-right: 0;
}
.wizard-autoinclude:before
{
position: absolute;
width: 100%;
left: 0;
border-top: 1px solid var(--border-color-primary);
display: block;
content: " ";
top: -10px;
}
.wizard-autoinclude span
{
font-weight: 1000;
}
.patreon-symbol
{
letter-spacing: -7px;
margin-right: 7px;
}
#file_list li
{
padding-left: 0;
word-wrap: break-word;
}
#file_list ul
{
list-style-type: none;
overflow-x: hidden;
}
#file_list button:before
{
content: "\01F5CE";
position: absolute;
left: 0;
}
#file_list button
{
display: block;
text-align: left;
width: 100%;
padding-left: 15px;
position: relative;
}