Download all files FTP

This commit is contained in:
2026-04-13 15:50:16 +02:00
parent d8382136b2
commit cb5b386424
6906 changed files with 1956223 additions and 40713 deletions

View File

@@ -0,0 +1,34 @@
.hotspot-title,
.entry-content .hotspot-title {
margin-top: 0;
padding-top: 0;
text-align: center;
}
.hotspot-content,
.entry-content .hotspot-content {
p {
color: inherit;
}
}
.hotspot-thumb {
text-align: center;
img {
height: auto;
max-width: 100%;
}
}
.da-error {
background: #f8d7da;
border: 1px solid #f5c6cb;
border-radius: 5px;
color: #721c24;
margin: 1em 0;
padding: 0.75em 1.25em;
}
.hotspot-info.da-hidden {
display: none;
}