Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

style.css 5.4 KB

You have to be logged in to leave a comment. Sign In
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
  1. /* Table format like GitHub ----------------------------------------------------------------------------------------- */
  2. th,
  3. td {
  4. border: 1px solid var(--md-typeset-table-color);
  5. border-spacing: 0;
  6. border-bottom: none;
  7. border-left: none;
  8. border-top: none;
  9. }
  10. .md-typeset__table {
  11. line-height: 1;
  12. }
  13. .md-typeset__table table:not([class]) {
  14. font-size: 0.74rem;
  15. border-right: none;
  16. }
  17. .md-typeset__table table:not([class]) td,
  18. .md-typeset__table table:not([class]) th {
  19. padding: 9px;
  20. }
  21. /* light mode alternating table bg colors */
  22. .md-typeset__table tr:nth-child(2n) {
  23. background-color: #f6f8fa;
  24. }
  25. /* dark mode alternating table bg colors */
  26. [data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
  27. background-color: #161b22;
  28. }
  29. /* Table format like GitHub ----------------------------------------------------------------------------------------- */
  30. /* Code block vertical scroll */
  31. div.highlight {
  32. max-height: 20rem;
  33. overflow-y: auto; /* for adding a scrollbar when needed */
  34. }
  35. /* Set content width */
  36. .md-grid {
  37. max-width: 1440px;
  38. }
  39. /* Set language dropdown maximum height to screen height */
  40. .md-header .md-select:hover .md-select__inner {
  41. max-height: 75vh;
  42. }
  43. /* Banner (same as the one on the Ultralytics website) -------------------------------------------------------------- */
  44. .md-banner {
  45. background-image: url(https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66e9a211bf6831d112fd6ce3_banner_yv24.avif);
  46. background-size: cover;
  47. background-position: center;
  48. }
  49. .md-banner__inner {
  50. margin-top: 0 !important;
  51. margin-bottom: 0 !important;
  52. }
  53. .banner-wrapper,
  54. .banner-wrapper > .banner-content-wrapper,
  55. .banner-wrapper > .banner-content-wrapper > .banner-info-wrapper {
  56. display: flex;
  57. align-items: center;
  58. }
  59. .banner-wrapper,
  60. .banner-wrapper > .banner-content-wrapper {
  61. flex-direction: column;
  62. }
  63. .banner-wrapper {
  64. justify-content: space-between;
  65. gap: 16px;
  66. padding: 16px;
  67. }
  68. .banner-wrapper > .banner-content-wrapper,
  69. .banner-wrapper > .banner-content-wrapper > .banner-info-wrapper {
  70. justify-content: center;
  71. }
  72. .banner-wrapper > .banner-content-wrapper {
  73. gap: 8px;
  74. }
  75. .banner-wrapper > .banner-content-wrapper > .banner-info-wrapper {
  76. gap: 4px;
  77. }
  78. .banner-wrapper > .banner-content-wrapper > p,
  79. .banner-wrapper > .banner-content-wrapper > .banner-info-wrapper > p {
  80. margin: 0;
  81. }
  82. .banner-wrapper > .banner-content-wrapper > p {
  83. font-size: 20px;
  84. font-weight: 500;
  85. }
  86. .banner-wrapper > .banner-content-wrapper > .banner-info-wrapper > p,
  87. .banner-wrapper > .banner-button-wrapper > .banner-button-wrapper > button {
  88. font-size: 14px;
  89. }
  90. .banner-wrapper > .banner-content-wrapper > .banner-info-wrapper > p {
  91. color: #f3f3f3;
  92. }
  93. .banner-wrapper > .banner-button-wrapper,
  94. .banner-wrapper > .banner-button-wrapper > .banner-button-wrapper,
  95. .banner-wrapper > .banner-button-wrapper > .banner-button-wrapper > button {
  96. border-radius: 100px;
  97. }
  98. .banner-wrapper > .banner-button-wrapper,
  99. .banner-wrapper > .banner-button-wrapper > .banner-button-wrapper {
  100. padding: 2px;
  101. background-color: rgba(222, 255, 56, 0.2);
  102. }
  103. .banner-wrapper > .banner-button-wrapper > .banner-button-wrapper.large {
  104. padding: 4px;
  105. }
  106. .banner-wrapper > .banner-button-wrapper > .banner-button-wrapper > button {
  107. cursor: pointer;
  108. min-width: 132px;
  109. padding: 10px;
  110. font-weight: 500;
  111. color: #111f68;
  112. background-color: rgb(222, 255, 56);
  113. }
  114. .banner-wrapper
  115. > .banner-button-wrapper
  116. > .banner-button-wrapper
  117. > button:hover {
  118. background-color: rgba(222, 255, 56, 0.85);
  119. }
  120. @media screen and (min-width: 768px) {
  121. .banner-wrapper,
  122. .banner-wrapper > .banner-content-wrapper {
  123. flex-direction: row;
  124. }
  125. .banner-wrapper {
  126. gap: 32px;
  127. padding: 12px;
  128. }
  129. .banner-wrapper > .banner-content-wrapper {
  130. gap: 24px;
  131. margin: 0 auto;
  132. }
  133. }
  134. /* Banner (same as the one on the Ultralytics website) -------------------------------------------------------------- */
  135. /* MkDocs Ultralytics Plugin ---------------------------------------------------------------------------------------- */
  136. .git-info,
  137. .dates-container,
  138. .authors-container,
  139. .share-buttons {
  140. display: flex;
  141. align-items: center;
  142. justify-content: flex-end;
  143. flex-wrap: wrap;
  144. }
  145. .git-info {
  146. font-size: 0.8em;
  147. color: grey;
  148. margin-bottom: 10px;
  149. }
  150. .dates-container,
  151. .authors-container {
  152. margin-bottom: 10px;
  153. }
  154. .date-item,
  155. .author-link,
  156. .share-button {
  157. display: flex;
  158. align-items: center;
  159. cursor: pointer;
  160. }
  161. .date-item {
  162. margin-right: 10px;
  163. }
  164. .hover-item {
  165. transition: all 0.2s ease;
  166. filter: grayscale(100%);
  167. }
  168. .date-item .hover-item {
  169. font-size: 1.6em;
  170. margin-right: 5px;
  171. }
  172. .author-link .hover-item {
  173. width: 50px;
  174. height: 50px;
  175. border-radius: 50%;
  176. margin-right: 3px;
  177. }
  178. .hover-item:hover {
  179. transform: scale(1.2);
  180. filter: grayscale(0%);
  181. }
  182. .share-buttons {
  183. margin-top: 10px;
  184. }
  185. .share-button {
  186. background-color: #1da1f2;
  187. color: white;
  188. padding: 6px 12px;
  189. border-radius: 5px;
  190. border: none;
  191. font-size: 0.95em;
  192. margin: 5px;
  193. transition: all 0.2s ease;
  194. }
  195. .share-button:hover {
  196. transform: scale(1.1);
  197. filter: brightness(1.2);
  198. }
  199. .share-button.linkedin {
  200. background-color: #0077b5;
  201. }
  202. .share-button i {
  203. margin-right: 5px;
  204. font-size: 1.1em;
  205. }
  206. @media (max-width: 1024px) {
  207. .git-info {
  208. flex-direction: column;
  209. align-items: flex-end;
  210. }
  211. .dates-container,
  212. .authors-container {
  213. width: 100%;
  214. }
  215. }
  216. /* MkDocs Ultralytics Plugin ---------------------------------------------------------------------------------------- */
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...