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

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
/* Template:Fairycode */
/* Template:Fairycode */.fairycode { font-family: @serif-stack; font-size: 120%; font-weight: bold; text-transform: lowercase; letter-spacing: 1px;}.fairycode b ~ b:before { content: "•";}

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

.fairycode b ~ b:before {
content: "•";
}

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

}