Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/paid-gate.ejs

    r156baa3 rb4af6f3  
    88  <% if (typeof pgTeaser !== 'undefined' && pgTeaser) { %>
    99    <div class="pg-teaser"><p><%= pgTeaser %></p></div>
     10  <% } %>
     11
     12  <%# De opengezette muziek staat VOOR de poort en niet erachter: wie hem in een
     13      hub of in Mastodon al kan afspelen, hoort hem ook hier te kunnen afspelen.
     14      Alleen de tekst zit achter de poort, en die staat hier niet -- de route
     15      geeft alleen de audio-shortcodes mee (paidOpenAudioHtml). %>
     16  <% if (typeof pgAudio !== 'undefined' && pgAudio) { %>
     17    <div class="pg-audio post-content"><%- pgAudio %></div>
    1018  <% } %>
    1119
     
    3947  .pg-teaser { font-family: var(--font-body, serif); font-size: 1.1rem; line-height: 1.7; color: var(--ink); opacity: .95;
    4048    -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent); mask-image: linear-gradient(180deg, #000 55%, transparent); }
     49  .pg-audio { margin: 1.5rem 0 0; }
    4150  .pg-card { margin: 1.5rem 0 0; border: 1px solid color-mix(in srgb, var(--ink, #000) 16%, transparent); border-radius: 18px; padding: 30px 26px; text-align: center; }
    4251  .pg-lock { font-size: 38px; margin-bottom: 6px; }
Note: See TracChangeset for help on using the changeset viewer.