Mercurial > libervia-templates
view sat_templates/templates/bulma/static/calendar.css @ 413:0190a0d32909 default tip
Forum: Major redesign of forums:
Forums have been redesigned. They follow the new general design with 2 or 3 panels,
allowing to have directly a forum if one is found/set up, and a panel on the left to
search/discover other ones.
Categories have been rewritten to be usable with pubsub relationships, a XEP-0277 type
node is used for topics, and each item has a comments node for the threads.
The thread view is set in `forum/show_messages.html` template. It has a header with a
search box and a button to (un)subscribe.
Items are displayed with the same macros as for the blog items.
Below a room is set for editor, tags and attachments.
rel 463
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 05 Sep 2025 21:54:09 +0200 |
parents | 271b38ccd217 |
children |
line wrap: on
line source
.time-and-events { position: relative; width: 100%; } .hour-row, .half-hour-row { position: relative; } .half-hour-row .time-text { font-weight: lighter; } .time-row { display: flex; align-items: center; height: 30px; } .time-text { margin-right: 5px; } .line { flex-grow: 1; height: 1px; background-color: black; } .half-hour-row .line { background-color: #D3D3D3; } .event-box { position: absolute; left: 3em; right: 0; max-width: 800px; z-index: 2; padding: 0.25em; border-radius: 0.25em; overflow-y: auto; background-color: #ADD8E6; border: 1px solid #00008B; } .event-name { font-weight: bold; } .event-box.is-conflicting { background-color: red; } .event-box.already-started { border-top: 1px dotted; } .event-box.not-finished { border-bottom: 1px dotted; } #current-time-line { position: absolute; left: 0; right: 0; height: 1px; background-color: red; z-index: 3; }