pub / ktistec-tweaks

Tweaks for the ActivityPub server ktistec
git clone https://src.jayvii.de/pub/ktistec-tweaks.git
Home | Log | Files | Exports | Refs | Submodules | README | RSS

cards.css (638B)


      1 /* Style Posts and Post Threads as Cards */
      2  section.ui.feed > turbo-frame {
      3    border-radius: 10px;
      4    background-color: var(--bg-icon-menu) !important;
      5    margin-top: 0.5em !important;
      6    margin-bottom: 0.5em !important;
      7    padding: 0.5em !important;
      8    box-shadow: 3px 3px 10px #00000080;
      9 }
     10 
     11 /* Style Pagination Buttons */
     12 .ui.secondary.pagination.menu > a {
     13    border-radius: 5px;
     14    background-color: var(--bg-icon-menu) !important;
     15    box-shadow: 3px 3px 10px #00000080;
     16    margin-top: 1em;
     17    margin-bottom: 1em;
     18 }
     19 
     20 /* Add Shadows to top navigation bar */
     21 nav.top,
     22 nav.bottom {
     23    box-shadow: 3px 3px 10px #00000050 !important;
     24 }
     25