mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-17 08:28:27 +00:00
Add files via upload
This commit is contained in:
parent
4432adfd54
commit
d7b16d3853
1 changed files with 15 additions and 5 deletions
|
@ -367,11 +367,6 @@ Element {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Brake für umzuleitende Links URL Replace */
|
|
||||||
aside hr, section hr {
|
|
||||||
border-color: rgba(255, 255, 255, 0.98);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Kalendereintrag anpassen */
|
/* Kalendereintrag anpassen */
|
||||||
#birthday-notice, #birthday-wrapper, #rfic-desc, #remote-friends-in-common, #event-notice, #event-wrapper {
|
#birthday-notice, #birthday-wrapper, #rfic-desc, #remote-friends-in-common, #event-notice, #event-wrapper {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
@ -385,6 +380,21 @@ aside hr, section hr {
|
||||||
cursor: pointer;
|
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*/
|
/* fügt eine farbige Linie für Kommentare ein*/
|
||||||
.thread_level_1 {
|
.thread_level_1 {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue