diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-17 22:52:51 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-17 22:52:51 +0000 |
commit | 31c2b84dac627fca8ba25c475c8ae2dd429eaf00 (patch) | |
tree | bd9ab5b198a0d54189545f8e0c5698b47b618095 /phpBB/adm/subSilver.css | |
parent | 368fb159d726f8af0efccbcde03e1064be0db32d (diff) | |
download | forums-31c2b84dac627fca8ba25c475c8ae2dd429eaf00.tar forums-31c2b84dac627fca8ba25c475c8ae2dd429eaf00.tar.gz forums-31c2b84dac627fca8ba25c475c8ae2dd429eaf00.tar.bz2 forums-31c2b84dac627fca8ba25c475c8ae2dd429eaf00.tar.xz forums-31c2b84dac627fca8ba25c475c8ae2dd429eaf00.zip |
must stop playing
git-svn-id: file:///svn/phpbb/trunk@4277 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/subSilver.css')
-rw-r--r-- | phpBB/adm/subSilver.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/adm/subSilver.css b/phpBB/adm/subSilver.css index f1d8d23537..775c32d98f 100644 --- a/phpBB/adm/subSilver.css +++ b/phpBB/adm/subSilver.css @@ -53,6 +53,13 @@ h2 { color: #006699; } +.syntaxbg { color: #FFFFFF; } +.syntaxcomment { color: #FF8000; } +.syntaxdefault { color: #0000BB; } +.syntaxhtml { color: #000000; } +.syntaxkeyword { color: #007700; } +.syntaxstring { color: #DD0000; } + /* Anchors */ @@ -146,6 +153,20 @@ td.cat { background-color: #D1D7DC; } +.sourcenum { + color: gray; + font-family: 'Courier New', monospace; + font-size: 9pt; + font-weight: bold; + line-height: 160%; +} +.source { + font-family: 'Courier New', monospace; + font-size: 9pt; + line-height: 160%; +} + + /* Misc */ |