Add files via upload

This commit is contained in:
loma-one 2025-01-17 07:58:10 +01:00 committed by GitHub
parent 3de5dcf866
commit 1c31d2fb81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 3 deletions

View file

@ -43,7 +43,7 @@ body {
border-color: #3e3a35; border-color: #3e3a35;
} }
#topbar-second ul.tabs li { #topbar-second ul.tabs li {
border-color: #3e3a35; border-color: #b6a896;
} }
.dropdown-menu, .dropdown-menu,
@ -711,7 +711,7 @@ Element {
border-color: #ddd; border-color: #ddd;
} }
.panel { .panel {
margin-bottom: 8px; margin-bottom: 12px;
background-color: #1f2123; background-color: #1f2123;
/*border: 1px solid transparent;*/ /*border: 1px solid transparent;*/
border-radius: 1px; border-radius: 1px;
@ -950,6 +950,18 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
padding: 10px; padding: 10px;
} }
/* Bilderecken global ändern */
.wall-item-content img {
object-fit: contain;
border-radius: 3px;
}
/* Videoecken global ändern */
iframe, img, video {
max-width: 100%;
border-radius: 3px;
}
/* fügt eine farbige Linie für Kommentare ein*/ /* fügt eine farbige Linie für Kommentare ein*/
.thread_level_1 { .thread_level_1 {
position: relative !important; position: relative !important;

View file

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Name: Loma dunkel * Name: loma dunkel
* Licence: AGPL * Licence: AGPL
* Author: Matthias Ebers <feb@loma.ml> * Author: Matthias Ebers <feb@loma.ml>
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, contentbg_transp * Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, contentbg_transp