MediaWiki:Common.css: Difference between revisions
From San Andreas Multiplayer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
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; }