From ee865b9d8a2182e9e93fbac1fe9c2ed662716749 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 24 Oct 2011 23:03:43 -0400 Subject: [PATCH] Autocommit by [fab staticfiles] --- snipt/media/cache/snipt.css | 14 ++++++++++++++ snipt/media/css/style.css | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/snipt/media/cache/snipt.css b/snipt/media/cache/snipt.css index 6b96b82..08d9282 100644 --- a/snipt/media/cache/snipt.css +++ b/snipt/media/cache/snipt.css @@ -364,6 +364,7 @@ article.snipt div.container section.code { height: 200px; overflow: hidden; position: relative; + z-index: 49; } article.snipt div.container section.code div.highlight pre { font: normal 14px/18px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; @@ -441,6 +442,19 @@ article.snipt div.container section.expanded a.expand { -moz-box-shadow: none; box-shadow: none; } +article.snipt div.container:after { + bottom: 8px; + content: ""; + height: 20px; + position: absolute; + right: 3px; + width: 50%; + z-index: 48; + -webkit-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6); + -moz-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6); + box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6); + -webkit-transform: rotate(3deg); +} article.snipt aside { float: right; width: 130px; diff --git a/snipt/media/css/style.css b/snipt/media/css/style.css index 49d43e4..e8d4077 100644 --- a/snipt/media/css/style.css +++ b/snipt/media/css/style.css @@ -316,6 +316,7 @@ article.snipt div.container section.code { height: 200px; overflow: hidden; position: relative; + z-index: 49; } article.snipt div.container section.code div.highlight pre { font: normal 14px/18px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; @@ -393,6 +394,19 @@ article.snipt div.container section.expanded a.expand { -moz-box-shadow: none; box-shadow: none; } +article.snipt div.container:after { + bottom: 8px; + content: ""; + height: 20px; + position: absolute; + right: 3px; + width: 50%; + z-index: 48; + -webkit-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6); + -moz-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6); + box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6); + -webkit-transform: rotate(3deg); +} article.snipt aside { float: right; width: 130px;