MediaWiki:Common.css: Difference between revisions

From San Andreas Multiplayer
Jump to navigationJump to search
Blanked the page
Tag: Blanking
No edit summary
 
(One intermediate revision 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; }