This code was removed on doc.tiki.org on the header_custom_css pref
/* Display first paragraph of wiki pages as a leading text */ #page-data > p:first-of-type, .wikipreview .wikitext > p:first-of-type { font-size: 120%; padding: 2rem; background: #f0f0f0; border-radius: .5rem; box-shadow: rgba(50, 50, 50, .15) 0 3rem 3rem -2rem inset, rgba(50, 50, 50, 0.1) 0 -1rem 2rem -1rem inset; } #page-data > p:first-of-type > br:first-of-type, .wikipreview .wikitext > p:first-of-type > br:first-of-type { display: none; }
We can revisit later.