From: Gabriel Dunne Date: Sun, 13 May 2012 22:30:45 +0000 (-0700) Subject: edit of code colors X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=2551351568addabb0a68af38553b3415e7ce28be;p=plog.git edit of code colors --- diff --git a/content/code/maya_render_bat b/content/code/maya_render_bat index 8d9af38..b922509 100644 --- a/content/code/maya_render_bat +++ b/content/code/maya_render_bat @@ -204,4 +204,4 @@ tileHeight -th <int> force the height of the tiles. Val any boolean works: yes, true, or 1, as TRUE,and off, no, false, or 0 as FALSE. -e.g. Render -x 512 -y 512 -cam persp -im test -of sgi -mb on -sa 180 file.ma +example: `Render -x 512 -y 512 -cam persp -im test -of sgi -mb on -sa 180 file.ma` diff --git a/css/style.css b/css/style.css index 4576766..fa34c07 100644 --- a/css/style.css +++ b/css/style.css @@ -61,33 +61,38 @@ ol li { blockquote { font-family:serif; font-style:italic; - font-size:1.45em; + font-size:1.2em; + color:#999; line-height:1.3em; margin:0; padding:0; } pre, code { - color:#df0; + color:#4fa; line-height:1.4em; font-size:14px; font-family:menlo, monaco, "Lucida Console", monospace; padding:1px 5px 2px; - background:#090909; - border-radius:3px; + background:#303030; + border-radius:4px; } pre { padding:10px 20px; position:relative; left:-20px; } +code { +padding:2px 6px; +} table, td, tr { margin:0; padding:0; } #content { - margin-top:20px; - padding-left: 160px; + position:relative; + left: 160px; + margin-top:20px; padding-bottom: 20px; } #content.single { diff --git a/templates/entry.html.tpl b/templates/entry.html.tpl index e21bca3..bd253b6 100644 --- a/templates/entry.html.tpl +++ b/templates/entry.html.tpl @@ -17,7 +17,7 @@ include_template('comments.html.tpl', array('entry' => $entry)); ?>