Files
ussr-hubzilla-themes/ussrbasic/schema/Focus-Boxy.css

46 lines
717 B
CSS
Raw Normal View History

2026-04-11 10:52:14 +03:00
.comment .wall-item-body,
.comment .wall-item-tools-left {
2025-04-06 05:14:08 -04:00
padding-left: 3.4rem;
2018-11-05 09:26:24 +01:00
}
2024-02-17 17:00:05 +01:00
.wall-item-content-wrapper.comment {
border-bottom: 1px solid var(--bs-border-color);
2022-06-05 16:46:26 +03:00
}
.hide-comments-outer,
.hide-comments-outer:hover {
border: 0;
2018-11-05 09:26:24 +01:00
}
.widget {
2024-02-17 17:00:05 +01:00
border: 1px solid var(--bs-border-color);
2018-11-05 09:26:24 +01:00
}
#note-text {
border: 1px solid transparent;
}
2022-06-05 16:46:26 +03:00
.vcard-card {
2024-02-17 17:00:05 +01:00
border: 1px solid var(--bs-border-color);
2022-06-05 16:46:26 +03:00
border-bottom: 0;
}
.vcard-card .card {
2024-02-17 17:00:05 +01:00
border: 1px solid var(--bs-border-color);
2022-06-05 16:46:26 +03:00
border-top: 0;
border-right: 0;
border-left: 0;
}
.vcard-card .vcard {
2024-02-17 17:00:05 +01:00
border: 1px solid var(--bs-border-color);
2022-06-05 16:46:26 +03:00
border-top: 0;
border-right: 0;
border-left: 0;
}
2026-04-11 10:52:14 +03:00
.contact-block-img {
width: 2.89rem;
height: 2.89rem;
}