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,26 @@
.single-da_image .wp-post-image { // Attempt to hide featured image on DA image preview
display: none !important;
}
.da-address-wrapper {
background: #efefef;
color: black;
font-size: 0.75em;
opacity: 1;
padding: 1em;
position: absolute;
z-index: 999999;
p {
margin: 0;
padding: 0;
}
}
.da-address-close {
cursor: pointer;
font-size: 1.333em;
line-height: 1;
position: absolute;
right: 0;
top: 0;
}