MediaWiki:Common.less/fairycode.less

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 17:14, 17 October 2024. The present address (URL) is a permanent link to this version.

(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: "•";

}