Terranova
commited on
Commit
·
764f70e
1
Parent(s):
980bb20
Update README.md
Browse files
README.md
CHANGED
@@ -18,14 +18,16 @@ tags:
|
|
18 |
margin-right: 5px;
|
19 |
padding-left: -10px;
|
20 |
text-align: center;
|
|
|
21 |
}
|
22 |
.image_boddy {
|
23 |
background-color: #555575;
|
24 |
border-radius: 0px 0px 5px 5px;
|
25 |
margin-right: 5px;
|
26 |
padding-left: -40px !important;
|
|
|
27 |
}
|
28 |
-
img {max-width:
|
29 |
details, .details {
|
30 |
background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 5px;
|
31 |
}
|
@@ -37,7 +39,15 @@ tags:
|
|
37 |
margin-bottom: 10px;
|
38 |
}
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
</style>
|
42 |
|
43 |
<div class="details"><b>Changelog</b>
|
@@ -121,8 +131,12 @@ LoRAs from anime / anime video games.
|
|
121 |
<details>
|
122 |
<summary><b>Hu Tao & Ghosts</b></summary>
|
123 |
<br><details class="image_body"><summary class="image"><b>Images</b></summary>
|
124 |
-
|
|
|
125 |
![Cute right?](https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d01b8934-69ce-46d9-bc52-cf7ddf809000/width=400/04486-501138499-masterpiece,%20best%20quality,_1girl,%20hu%20tao%20(genshin%20impact),%20boo%20tao,hat,%20red%20eyes,%20twintails,%20brown%20hair,%20solo,%20symbol-shaped%20pup.png)
|
|
|
|
|
|
|
126 |
![balls](https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75400298-7dff-469c-df7b-73e671b4b900/width=1536/301002)
|
127 |
[Img Source](https://civitai.com/gallery/301002?reviewId=51284&infinite=false&returnUrl=%2Fmodels%2F7505%2Fhu-tao-or-genshin-impact)
|
128 |
</details>
|
|
|
18 |
margin-right: 5px;
|
19 |
padding-left: -10px;
|
20 |
text-align: center;
|
21 |
+
display: block;
|
22 |
}
|
23 |
.image_boddy {
|
24 |
background-color: #555575;
|
25 |
border-radius: 0px 0px 5px 5px;
|
26 |
margin-right: 5px;
|
27 |
padding-left: -40px !important;
|
28 |
+
display: block
|
29 |
}
|
30 |
+
img {max-width: 90%; max-height: 90%; display: block; align: center; margin-left: auto; margin-right: auto; margin-top: 0px !important; margin-bottom: 2px;/* remove extra space below image */ }
|
31 |
details, .details {
|
32 |
background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 5px;
|
33 |
}
|
|
|
39 |
margin-bottom: 10px;
|
40 |
}
|
41 |
|
42 |
+
.image-container{
|
43 |
+
|
44 |
+
display: block;
|
45 |
+
}
|
46 |
+
.image-div{
|
47 |
+
display: inline-block;
|
48 |
+
width: 49%;
|
49 |
+
margin-left: -2px;
|
50 |
+
}
|
51 |
</style>
|
52 |
|
53 |
<div class="details"><b>Changelog</b>
|
|
|
131 |
<details>
|
132 |
<summary><b>Hu Tao & Ghosts</b></summary>
|
133 |
<br><details class="image_body"><summary class="image"><b>Images</b></summary>
|
134 |
+
<div class="image-div">
|
135 |
+
|
136 |
![Cute right?](https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d01b8934-69ce-46d9-bc52-cf7ddf809000/width=400/04486-501138499-masterpiece,%20best%20quality,_1girl,%20hu%20tao%20(genshin%20impact),%20boo%20tao,hat,%20red%20eyes,%20twintails,%20brown%20hair,%20solo,%20symbol-shaped%20pup.png)
|
137 |
+
</div>
|
138 |
+
<div class="image-div">
|
139 |
+
|
140 |
![balls](https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75400298-7dff-469c-df7b-73e671b4b900/width=1536/301002)
|
141 |
[Img Source](https://civitai.com/gallery/301002?reviewId=51284&infinite=false&returnUrl=%2Fmodels%2F7505%2Fhu-tao-or-genshin-impact)
|
142 |
</details>
|