MediaWiki:Common.less/fairycode.less: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(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: Reverted |
||
Line 1: | Line 1: | ||
/* Template:Fairycode */.fairycode { font-family: @serif-stack; font-size: 120%; font-weight: bold; text-transform: lowercase; letter-spacing: 1px;}.fairycode b ~ b:before { content: "•";} |
|||
/* Template:Fairycode */ |
|||
.fairycode { |
|||
font-family: @serif-stack; |
|||
font-size: 120%; |
|||
font-weight: bold; |
|||
text-transform: lowercase; |
|||
letter-spacing: 1px; |
|||
} |
|||
.fairycode b ~ b:before { |
|||
content: "•"; |
|||
} |
Revision as of 18:12, 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: "•";}