diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index 7b7038b54b..863cd831ba 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -560,6 +560,13 @@ celerity_register_resource_map(array( 'disk' => '/rsrc/image/texture/dust_background.jpg', 'type' => 'jpg', ), + '/rsrc/image/texture/pholio-background.gif' => + array( + 'hash' => 'cf4561af116edf393dc583e5119fb412', + 'uri' => '/res/cf4561af/rsrc/image/texture/pholio-background.gif', + 'disk' => '/rsrc/image/texture/pholio-background.gif', + 'type' => 'gif', + ), '/rsrc/image/texture/table_header.png' => array( 'hash' => '4ed3f56a30d3749e8f62052b9735a316', @@ -3229,7 +3236,7 @@ celerity_register_resource_map(array( ), 'pholio-css' => array( - 'uri' => '/res/08c8c85a/rsrc/css/application/pholio/pholio.css', + 'uri' => '/res/5bbb9e67/rsrc/css/application/pholio/pholio.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/application/pholio/pholio.css b/webroot/rsrc/css/application/pholio/pholio.css index e7d0158992..83855d960c 100644 --- a/webroot/rsrc/css/application/pholio/pholio.css +++ b/webroot/rsrc/css/application/pholio/pholio.css @@ -6,10 +6,11 @@ text-align: center; vertical-align: middle; position: relative; + background: url('/rsrc/image/texture/pholio-background.gif'); } .pholio-mock-carousel { - background-color: #202020; + background-color: #282828; text-align: center; border-top: 1px solid #101010; margin-right: 320px; @@ -22,7 +23,7 @@ height: 140px; padding: 5px; margin: 3px; - background: #282828; + background: #181818; vertical-align: middle; border: 1px solid #383838; position: relative; @@ -80,31 +81,31 @@ bottom: 0; right: 0; padding: 10px; - background: #eeedf0; + background: #282828; overflow-x: auto; text-align: left; - box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2); } .pholio-inline-comment { - border: 1px solid #f7f7f7; - border-bottom: 1px solid #d6d6d6; - background: #fff; + border: 1px solid #333; + border-bottom: 1px solid #555; + background: #353535; margin: 0 0 5px 0; padding: 8px 10px; + color: #ccc; } .pholio-inline-comment-header { - color: #333; - border-bottom: 1px solid #d7d7d7; + color: #fff; + border-bottom: 1px solid #555; font-weight: bold; padding-bottom: 6px; margin-bottom: 4px; } .pholio-mock-inline-comment-highlight { - background-color: #e0e3ec; - border-color: #cacdd5; + background-color: #222; + border-color: #555; } .pholio-inline-head-links a { diff --git a/webroot/rsrc/image/texture/pholio-background.gif b/webroot/rsrc/image/texture/pholio-background.gif new file mode 100644 index 0000000000..46033c8c30 Binary files /dev/null and b/webroot/rsrc/image/texture/pholio-background.gif differ