Add files via upload
This commit is contained in:
parent
d299be0d37
commit
3de5dcf866
2 changed files with 59 additions and 2 deletions
|
@ -344,63 +344,120 @@ aside hr, section hr {
|
||||||
transition: all 0.25s ease-in-out;
|
transition: all 0.25s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 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;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #5151511a;
|
border-left: 2px solid #5151511a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_2 {
|
.thread_level_2 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #d2af7f6b;
|
border-left: 3px solid #d2af7f6b;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_2:hover {
|
||||||
|
border-color: #d2af7f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_3 {
|
.thread_level_3 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #9985666e;
|
border-left: 3px solid #9985666e;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_3:hover {
|
||||||
|
border-color: #998566;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_4 {
|
.thread_level_4 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #b8a17ec2;
|
border-left: 3px solid #b8a17ec2;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_4:hover {
|
||||||
|
border-color: #b8a17e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_5 {
|
.thread_level_5 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #8fafb8;
|
border-left: 3px solid #8fafb8;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_5:hover {
|
||||||
|
border-color: #8fafb8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_6 {
|
.thread_level_6 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #647C64AB;
|
border-left: 3px solid #647C64AB;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_6:hover {
|
||||||
|
border-color: #647C64;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_7 {
|
.thread_level_7 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #7F8C8DEB;
|
border-left: 3px solid #7F8C8DEB;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_7:hover {
|
||||||
|
border-color: #7F8C8D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_8 {
|
.thread_level_8 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #95A5A6D6;
|
border-left: 3px solid #95A5A6D6;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_8:hover {
|
||||||
|
border-color: #95A5A6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_9 {
|
.thread_level_9 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #BDC3C7;
|
border-left: 3px solid #BDC3C7;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_9:hover {
|
||||||
|
border-color: #BDC3C7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_10 {
|
.thread_level_10 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #CFD8DC;
|
border-left: 3px solid #CFD8DC;
|
||||||
|
transition: border-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_10:hover {
|
||||||
|
border-color: #CFD8DC;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Name: Loma hell
|
* Name: loma hell
|
||||||
* Licence: AGPL
|
* Licence: AGPL
|
||||||
* Author: Matthias/E <@one@loma.ml>
|
* Author: Matthias/E <@one@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
|
||||||
|
|
Loading…
Add table
Reference in a new issue