Add a custom trivia class

You may notice that this and other brills have trivia or fun facts with their own decoration. This is how you can add those boxes to your brill.

First, add a fun fact paragraph. Ideally one not inside a group. Click “Advanced” and add “trivia” (no quotes) as a custom class.

Second, view your brill and hit customise. In Custom CSS add the following:

.trivia{
	border: 3px solid #C58E4C;
	padding:1em;
	background-color:white;
	border-radius: 25px;
	margin: 1em 0;
	font-size: 125%;
	color:#44190B !important;
}
.trivia strong {
	color:#44190B !important;
}

All of your specially classed “trivia” paragraphs now appear in a custom-coloured box. Change the hex codes to suit your brill.

Leave a Reply

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)