about summary refs log tree commit diff stats
path: root/pages/post.php
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2010-10-10 17:48:06 -0400
committerStarla Insigna <starla4444@gmail.com>2010-10-10 17:48:06 -0400
commit7687dfe1d828cc2ad4cbdf37fea1b2f911fdb3f5 (patch)
tree3fd6ca13fdaa691978013e9191b963d2adfbac5d /pages/post.php
parent6d73fef3281365967d3d6ebef1be3998d5c61659 (diff)
downloadfourisland-7687dfe1d828cc2ad4cbdf37fea1b2f911fdb3f5.tar.gz
fourisland-7687dfe1d828cc2ad4cbdf37fea1b2f911fdb3f5.tar.bz2
fourisland-7687dfe1d828cc2ad4cbdf37fea1b2f911fdb3f5.zip
Added [thumb3] BBCode
This is a hack to get a thumbnail image floating to the left of a list. It's a really bad hack and I just can't wait to get to Four Island 3.
Diffstat (limited to 'pages/post.php')
0 files changed, 0 insertions, 0 deletions
espace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
RewriteEngine On
RewriteRule comic([0-9]+).htm /index.php?area=comic&id=$1 [QSA,L]
RewriteRule pages/ / [R]
RewriteRule includes/ / [R]
RewriteRule config.php / [R]
RewriteRule header.php / [R]
RewriteRule footer.php / [R]
RewriteCond %{REQUEST_FILENAME} !.png
RewriteRule images/ / [R]
RewriteCond %{REQUEST_FILENAME} .png
RewriteRule images/comics/(.+).png /comic.php?id=$1 [L]
RewriteCond %{REQUEST_FILENAME} .htm
RewriteRule season(.+).htm /index.php?area=season&season=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} .htm
RewriteRule (.+).htm /index.php?area=$1 [QSA,L]