MediaWiki:Common.less/fairycode.less: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
(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: "•"; }")
 
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 18:14, 17 October 2024

/* Template:Fairycode */

.fairycode {

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

}

.fairycode b ~ b:before {

   content: "•";

}