MediaWiki:Common.less/fairycode.less

From RuneRealm Wiki

This is an old revision of this page, as edited by Alex (talk | contribs) at 01:09, 17 October 2024 (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: "•"; }"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

}