MediaWiki:Common.css: Difference between revisions
From San Andreas Multiplayer
Jump to navigationJump to search
Created page with "@import url("/wiki/Template:Hint/styles.css");" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Beispiel für PAWN-Syntaxhervorhebung */ | |||
.pawn-keyword { color: blue; font-weight: bold; } | |||
.pawn-string { color: green; } | |||
.pawn-comment { color: grey; font-style: italic; } | |||
.pawn-function { color: purple; font-weight: bold; } |
Latest revision as of 18:40, 2 November 2024
/* Beispiel für PAWN-Syntaxhervorhebung */
.pawn-keyword { color: blue; font-weight: bold; }
.pawn-string { color: green; }
.pawn-comment { color: grey; font-style: italic; }
.pawn-function { color: purple; font-weight: bold; }