Add files via upload
This commit is contained in:
parent
3de5dcf866
commit
1c31d2fb81
2 changed files with 15 additions and 3 deletions
|
@ -43,7 +43,7 @@ body {
|
|||
border-color: #3e3a35;
|
||||
}
|
||||
#topbar-second ul.tabs li {
|
||||
border-color: #3e3a35;
|
||||
border-color: #b6a896;
|
||||
}
|
||||
|
||||
.dropdown-menu,
|
||||
|
@ -711,7 +711,7 @@ Element {
|
|||
border-color: #ddd;
|
||||
}
|
||||
.panel {
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 12px;
|
||||
background-color: #1f2123;
|
||||
/*border: 1px solid transparent;*/
|
||||
border-radius: 1px;
|
||||
|
@ -950,6 +950,18 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
|
|||
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*/
|
||||
.thread_level_1 {
|
||||
position: relative !important;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/*
|
||||
* Name: Loma dunkel
|
||||
* Name: loma dunkel
|
||||
* Licence: AGPL
|
||||
* Author: Matthias Ebers <feb@loma.ml>
|
||||
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, contentbg_transp
|
||||
|
|
Loading…
Add table
Reference in a new issue