jin-nin commited on
Commit
6415671
·
1 Parent(s): c21c77f

Delete style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -117
style.css DELETED
@@ -1,117 +0,0 @@
1
- .gr-box, .gr-form {
2
- background: none !important;
3
- border: none !important;
4
- }
5
- .gr-input {
6
- background: #131d26 !important;
7
- box-shadow: inset 0 0 0 1px #293139 !important;
8
- border-radius: 2px !important;
9
- padding: .5rem .75rem !important;
10
- font-size: 1rem !important;
11
- line-height: 1.5rem !important;
12
- }
13
- .gr-input:hover {
14
- box-shadow: inset 0 0 0 2px #293139 !important;
15
- }
16
- input::-webkit-slider-runnable-track {
17
- background: #131d26 !important;
18
- box-shadow: inset 0 0 0 1px #293139 !important;
19
- border-radius: 2px !important;
20
- }
21
-
22
- body {
23
- overflow: overlay;
24
- }
25
- ::-webkit-scrollbar {
26
- width: .25rem;
27
- height: .25rem;
28
- }
29
- :hover::-webkit-scrollbar {
30
- width: .5rem;
31
- height: .5rem;
32
- }
33
- ::-webkit-scrollbar-corner {
34
- background-color: #293139;
35
- }
36
- ::-webkit-scrollbar-track {
37
- background-color: transparent;
38
- }
39
- ::-webkit-scrollbar-thumb {
40
- background-color: #293139;
41
- border-radius: 2px;
42
- }
43
-
44
-
45
- label > .z-40 {
46
- font-size: 1rem !important;
47
- padding: 0 0.75rem !important;
48
- }
49
-
50
- .gr-button:active, .gr-button:active, {
51
- border: none !important;
52
- outline: none !important;
53
- }
54
- .gr-button:hover, .gr-button:focus, .gr-button:active {
55
- background: rgba( 255, 255, 255, .1 ) !important;
56
- border: none !important;
57
- }
58
- .gr-button {
59
- color: #6699cc !important;
60
- border: none !important;
61
- font-weight: normal !important;
62
- background: transparent !important;
63
- border-radius: 2px !important;
64
- padding: .5rem .75rem !important;
65
- min-width: auto !important;
66
- white-space: nowrap !important;
67
- align-self: center !important;
68
- }
69
-
70
- #translate {
71
- margin-top: 2.5rem !important;
72
- align-self: flex-start !important;
73
- }
74
-
75
- .output-markdown {
76
- margin: .5rem .75rem !important;
77
- }
78
-
79
- body, .gradio-container {
80
- font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
81
- }
82
-
83
- .container {
84
- max-width: none !important;
85
- background: #15202a !important;
86
- padding: .75rem !important;
87
- }
88
-
89
- footer {
90
- display: none !important;
91
- }
92
-
93
- #longs-fillers {
94
- min-width: auto !important;
95
- }
96
- #longs-fillers .gr-button {
97
- justify-content: flex-start !important;
98
- }
99
-
100
- .gap-4 {
101
- gap: 0 !important;
102
- }
103
-
104
- #paints > * {
105
- margin: .75rem !important;
106
- }
107
-
108
- #paints > * > .border {
109
- box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
110
- background: rgba(0,0,0,.1) !important;
111
- border-radius: 2px !important;
112
- overflow: hidden !important;
113
- }
114
-
115
- #paints > * > .border > .absolute {
116
- display: none !important;
117
- }