Add files via upload

This commit is contained in:
loma-one 2024-06-04 15:56:23 +02:00 committed by GitHub
parent e49cb768da
commit 80c08a1d3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -380,10 +380,10 @@ Element {
cursor: pointer;
}
/* Brake für umzuleitende Links URL Replace
Brake für umzuleitende Links URL Replace
aside hr, section hr {
border-color: rgba(255, 255, 255, 0.98);
} */
}
/* Linkfarbe global ändern */
.toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink, .toplevel_item:hover .wall-item-container:hover .wall-item-responses a, .toplevel_item:hover .wall-item-content a, .toplevel_item:hover .wall-item-name, .wall-item-container:hover .wall-item-content a, .wall-item-container:hover .wall-item-name, .wall-item-container:hover .wall-item-location a {
@ -425,3 +425,33 @@ aside hr, section hr {
margin-top: 0;
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;
}