aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index dc57c98962..67cd36ae16 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -915,3 +915,39 @@ table.pmask td.name {
height: 1%;
}
/* End hide */
+
+/* Syntax Highlighting
+---------------------------------------- */
+.sourcenum {
+ color: gray;
+ font-family: 'Courier New', monospace;
+ font-size: 125%;
+ font-weight: bold;
+ line-height: 120%;
+ text-align: right;
+ padding: 0px;
+}
+.source {
+ font-family: 'Courier New', monospace;
+ font-size: 125%;
+ line-height: 120%;
+ padding: 0px;
+}
+.syntaxbg {
+ color: #FFFFFF;
+ }
+.syntaxcomment {
+ color: #FF8000;
+ }
+.syntaxdefault {
+ color: #0000BB;
+ }
+.syntaxhtml {
+ color: #000000;
+ }
+.syntaxkeyword {
+ color: #007700;
+ }
+.syntaxstring {
+ color: #DD0000;
+ } \ No newline at end of file