MediaWiki:Common.less/fairycode.less

From Old School Near-Reality Wiki
< MediaWiki:Common.less
Revision as of 23:13, 4 October 2022 by Jacmob (talk | contribs) (Created page with "→‎Template:Fairycode: .fairycode { font-family: @serif-stack; font-size: 120%; font-weight: bold; text-transform: lowercase; letter-spacing: 1px; } .fairycode b ~ b:before { content: "•"; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* Template:Fairycode */

.fairycode {

   font-family: @serif-stack;
   font-size: 120%;
   font-weight: bold;
   text-transform: lowercase;
   letter-spacing: 1px;

}

.fairycode b ~ b:before {

   content: "•";

}