Add files via upload

This commit is contained in:
loma-one 2024-05-19 10:24:48 +02:00 committed by GitHub
parent 4432adfd54
commit d7b16d3853
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -367,11 +367,6 @@ Element {
margin-top: 10px;
}
/* Brake für umzuleitende Links URL Replace */
aside hr, section hr {
border-color: rgba(255, 255, 255, 0.98);
}
/* Kalendereintrag anpassen */
#birthday-notice, #birthday-wrapper, #rfic-desc, #remote-friends-in-common, #event-notice, #event-wrapper {
margin-bottom: 5px;
@ -385,6 +380,21 @@ aside hr, section hr {
cursor: pointer;
}
/* 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 {
color: #3774a4;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
/* fügt eine farbige Linie für Kommentare ein*/
.thread_level_1 {
position: relative !important;