View Single Post
Old 03-07-2026, 03:57 PM   #4
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,464
Karma: 20550481
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
lol. That’s funny!!

You obviously can make up any class name - there’s no semantics involved in a class name, just the tag. I don’t think there are any issues with copyright either… you aren’t really supposed to be able to copyright a language. The only thing I’m familiar with is people making a trademark (TM)… and it’s up to them to enforce it…. I would be surprised if anyone actually opened up your book to see what class names you use!!

You could use a generic <em> to emphasize the word/phrase, or even add a class to that if you wish:
<em class="brainism">
<p class="brainism"> for the whole paragraph
<div class="brainism"> for a whole section

CSS:
.brainism {color:grey-matter; font-familysiwave } /*or whatever you want*/

While typing it up you could use a simple "BI" and then find/replace at the end to whatever class name you come up with.
Turtle91 is offline   Reply With Quote