![]() |
These are added to https://blog.spiralofhope.com/wp-admin/options-general.php?page=blogtext_settings
BlogText custom CSS
/* This block of CSS is from https://blog.spiralofhope.com/wp-admin/post.php?post=7111&action=edit https://blog.spiralofhope.com/wp-admin/options-general.php?page=blogtext_settings */ /* * * Table of Contents * */ /* The whole area */ .toc { max-width:100%; text-color: inherit; background-color: #222; padding: 0.5em !important; padding-left: 1em !important; border-style: solid; border-color: #333; } /* The title */ .toc-title { font-variant: small-caps; color: #d24d04; border-bottom: 1px solid #d24d04 !important; /* TODO - reduce the size of the space between "Table of Contents" and the list. */ } /* The list links */ .toc a { /* Remove the underline */ text-decoration:none; } */ /* I could insert characters, but it's technically a bad idea.. */ /* .toc span.tocnumber::after { content: " -"; } */ .toc ul li { /* The table of contents functionality manually creates its own numbers. This is probably to also make them links. That's stupid, but I'll have to deal with it. */ list-style-type: none; } .toc ul ul li { border-left: none; margin-left: 0em; padding-left: 0em; } .toc ul { /* This is probably a bad idea. */ margin-top: -0.25em; padding-left: 1em; } /* Instead of adding a character, I'll add some space between the numbers and the text. */ .toc span.tocnumber { margin-right: 0.5em !important; } /* To clean up the comments box. */ .comment-form .required-field-message{ display: none; } /* For Inline Spoilers */ div.spoiler-head.collapsed.no-icon, div.spoiler-head.expanded.no-icon{ background:0 0; cursor:auto; padding:0 6px; } /* The text inside the spoiler */ /* div.spoiler-body{ background:#222; } */ /* The text of the title */ .wp-block-inline-spoilers-block .spoiler-title, .wp-block-inline-spoilers-block summary{ font-variant: small-caps; /* The little + symbol */ background-image: url(data:image/gif;base64,R0lGODlhCQAJAMQfAIqZyoGSxv3+/trl84CQxYCRxn6PxMXQ7efq9H+Pwtnk8oKTxoCQxKy44QAAANvl9rvG6fD5/o2by4GRxvb8//v9//7+/ubw+v39/ouayoKSxoOTx/7+/wwMDP///////yH5BAEAAB8ALAAAAAAJAAkAAAU84AdoGkNmX4Z4HldRirSxXMdF1zK7nXU9mk2t4+h0BIlNhWPpYTCBDQXXwRwggczgJ8BAGhLRZGIoEFAhADs=); background-color: #222; color: #d24d04; border-bottom: 1px solid #d24d04 !important; background-position: 6px; background-repeat: no-repeat; cursor: pointer; font-weight: 100; line-height: 1.5; list-style: none; margin: 0 -10px -1px; outline: 0; padding: 0 6px 0 23px; text-align: left; } /* The whole of the spoiler block */ .wp-block-inline-spoilers-block { background: #222; border: 1px solid #333; padding: 2px 10px 2px 10px; box-sizing: border-box; clear: both; } /* unsure */ .wp-block-inline-spoilers-block:has(.spoiler-wrap){ background:transparent; border:0; padding:0; }


Added a correction to the footnotes plugin text size.
added inline spoilers css