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
e49cb768da
commit
80c08a1d3f
1 changed files with 32 additions and 2 deletions
|
@ -380,10 +380,10 @@ Element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Brake für umzuleitende Links URL Replace
|
Brake für umzuleitende Links URL Replace
|
||||||
aside hr, section hr {
|
aside hr, section hr {
|
||||||
border-color: rgba(255, 255, 255, 0.98);
|
border-color: rgba(255, 255, 255, 0.98);
|
||||||
} */
|
}
|
||||||
|
|
||||||
/* Linkfarbe global ändern */
|
/* 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 {
|
.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;
|
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