Terranova
commited on
Commit
•
2926846
1
Parent(s):
73b334d
Create READMEwip.md
Browse files- READMEwip.md +75 -0
READMEwip.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[c]: #"CHR"
|
2 |
+
<details><summary><b>CHR</b></summary>
|
3 |
+
<details class="image_body"><summary>Images</summary>
|
4 |
+
<div class="srcimage-container">
|
5 |
+
<div class="srcimage">
|
6 |
+
|
7 |
+
![]()
|
8 |
+
[]()
|
9 |
+
</div>
|
10 |
+
<div class="srcimage">
|
11 |
+
|
12 |
+
![]()
|
13 |
+
[]()
|
14 |
+
</div>
|
15 |
+
<div class="srcimage">
|
16 |
+
|
17 |
+
![]()
|
18 |
+
[]()
|
19 |
+
</div><div class="srcimage">
|
20 |
+
|
21 |
+
![]()
|
22 |
+
[]()
|
23 |
+
</div>
|
24 |
+
<div class="srcimage">
|
25 |
+
|
26 |
+
![]()
|
27 |
+
[]()
|
28 |
+
</div>
|
29 |
+
</div>
|
30 |
+
</details>
|
31 |
+
|
32 |
+
[Model Source]()
|
33 |
+
|
34 |
+
[Model Download]()
|
35 |
+
</details>
|
36 |
+
|
37 |
+
|
38 |
+
<style>
|
39 |
+
|
40 |
+
.image_body {
|
41 |
+
background-color: #555575;
|
42 |
+
padding-left: 10px;
|
43 |
+
border-radius: 5px;
|
44 |
+
margin-top: 0px !important;
|
45 |
+
margin-bottom: 0px !important;
|
46 |
+
margin-left: 0px;
|
47 |
+
margin-right: 5px;
|
48 |
+
padding-left: -10px;
|
49 |
+
text-align: center;
|
50 |
+
}
|
51 |
+
|
52 |
+
img {width: 90% !important; max-height: 90% !important; display: block; align: center; margin-left: auto; margin-right: auto; margin-top: 0px !important; margin-bottom: 2px;/* remove extra space below image */ }
|
53 |
+
details, .details {
|
54 |
+
background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 5px;
|
55 |
+
}
|
56 |
+
.image_sources {
|
57 |
+
text-align: center;
|
58 |
+
}
|
59 |
+
hr {
|
60 |
+
margin-top: 25px;
|
61 |
+
margin-bottom: 10px;
|
62 |
+
}
|
63 |
+
.srcimage-container {
|
64 |
+
display: block;
|
65 |
+
border: solid red;
|
66 |
+
margin-top: 5px;
|
67 |
+
}
|
68 |
+
|
69 |
+
.srcimage {
|
70 |
+
display: inline-block;
|
71 |
+
border: solid white;
|
72 |
+
width: 49%;
|
73 |
+
margin-left: -2px
|
74 |
+
}
|
75 |
+
</style>
|