-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
115 lines (81 loc) · 1.68 KB
/
style.css
File metadata and controls
115 lines (81 loc) · 1.68 KB
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
115
#oldsix-prompt1,#oldsix-prompt2{
margin: 10px auto 10px auto !important;
}
#sixgod-layout-slider,#sixgod-layout-save,#sixgod-layout-slider2{
max-width: 40% !important;
padding: 10px;
margin: 20px auto;
}
.sixgod-hide{
display: none !important;
}
.progressDiv{
z-index: 1;
top: -5px;
}
#txt2img_gallery_container{
position: relative;
z-index: 0;
}
#img2img_results, #txt2img_results{
top: 1.5em;
}
.sixgod-rightslid{
width: 30px !important;
height: 100%;
position: fixed;
right: 0;
top:10%;
border-radius: 5px;
background: var(--body-background-fill) ;
transition: width 0.1s ease-in-out;
z-index: 999;
opacity:0;
border: 1px solid #ccc;
/*
width: 600px !important;
opacity:1; */
}
.sixgod-rightslid:hover{
width: 600px !important;
opacity:1;
}
.sixgod-rightslid:hover .tabs{
opacity:1;
}
.sixgod-rightslid .tabs{
opacity:0;
/* opacity:1; */
}
.card{
margin: 0.2rem!important;
width: 11rem!important;
height: 15rem!important;
}
.extra-network-cards {
padding-bottom: 15rem!important;
}
.sixgod-slider-layout-container p{
display: flex;
justify-content: center;
padding: 10px;
}
.sixgod-slider-layout-container input{
width: 600px;
}
.sixgod-slider-layout-container label{
width: 80px;
margin: 0 20px;
}
.sixgod-slider-layout-container button{
font-weight: bold;
background-color:rgb(254, 215, 170);
border-radius: 5px;
margin: 5px 0;
padding: 5px;
text-align: center;
cursor: pointer;
color:rgb(234, 88, 12);
padding: 10px;
width: 200px;
}