mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-15 18:54:02 +00:00
Add files via upload
This commit is contained in:
parent
1f5769c917
commit
e49cb768da
1 changed files with 37 additions and 2 deletions
|
@ -412,7 +412,7 @@ figure.img-allocated-height {
|
||||||
|
|
||||||
/* Mobile Button vergrößern & weißen Hintergrund /* Button groß mit runden Ecken */
|
/* Mobile Button vergrößern & weißen Hintergrund /* Button groß mit runden Ecken */
|
||||||
.btn-sm {
|
.btn-sm {
|
||||||
padding: 5px 30px;
|
padding: 5px 23px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #969696;
|
color: #969696;
|
||||||
background-color: $background_color;
|
background-color: $background_color;
|
||||||
|
@ -944,11 +944,16 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Moderationsbereich Reports */
|
||||||
|
.table .table {
|
||||||
|
background-color: #242728;
|
||||||
|
}
|
||||||
|
|
||||||
/* 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 #51515138;
|
border-left: 3px solid #5151511a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread_level_2 {
|
.thread_level_2 {
|
||||||
|
@ -974,3 +979,33 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: 3px solid #8fafb8;
|
border-left: 3px solid #8fafb8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thread_level_6 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #647C64;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_7 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #7F8C8D;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_8 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #95A5A6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_9 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #BDC3C7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread_level_10 {
|
||||||
|
position: relative !important;
|
||||||
|
margin-top: 0;
|
||||||
|
border-left: 3px solid #CFD8DC;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue