From 0f518173e972b9125eab68e7ed3df4492d0db444 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sat, 3 Dec 2011 00:19:27 -0500 Subject: [PATCH] Dep --- snipt/media/cache/snipt.css | 44 ++++++++++++++++++++++++++++++++++++- snipt/media/css/style.css | 44 ++++++++++++++++++++++++++++++++++++- 2 files changed, 86 insertions(+), 2 deletions(-) diff --git a/snipt/media/cache/snipt.css b/snipt/media/cache/snipt.css index 3639df5..ffae6ea 100644 --- a/snipt/media/cache/snipt.css +++ b/snipt/media/cache/snipt.css @@ -533,6 +533,39 @@ header.main div.inner aside.nav { margin: 0; width: 189px; } +header.sub { + background: #e4e4e4; + background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dbdbdb)); + background: -moz-linear-gradient(center top, #ececec 0%, #dbdbdb 100%); + background: -moz-gradient(center top, #ececec 0%, #dbdbdb 100%); +} +header.sub div.inner { + border-left: 1px solid #d0d0d0; + margin: 0 auto; + position: relative; + width: 939px; + z-index: 49; +} +header.sub div.inner ul { + border-right: 1px solid #d0d0d0; + padding-left: 16px; + width: 733px; +} +header.sub div.inner ul li { + display: inline-block; + padding: 4px 0 6px 0; +} +header.sub div.inner ul li a { + color: #999999; + font: bold 14px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; + text-shadow: 0 1px 0 #FFF; +} +header.sub div.inner ul li.prompt { + color: #999999; + font: bold 14px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; + margin-right: 3px; + text-shadow: 0 1px 0 #FFF; +} section.main { height: 100%; margin: 0 auto; @@ -584,7 +617,7 @@ section.main aside.main section.ad div.meta { text-transform: uppercase; } section.main aside.main section.tags { - margin: 45px 15px; + margin: 0 15px 45px 15px; } section.main aside.main section.tags h1 { background: transparent url('https://snipt.s3.amazonaws.com/images/tags-icon.png') 0 0 no-repeat; @@ -813,6 +846,9 @@ article.snipt div.container:after { -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); + -moz-transform: rotate(3deg); + -o-transform: rotate(3deg); + transform: rotate(3deg); } article.snipt aside { float: right; @@ -935,6 +971,12 @@ article.snipt div.expanded section.code a.expand span.collapse { article.snipt div.expanded section.code a.expand span.lines { display: none; } +article.private-snipt div.container header { + background: #fffdf9 url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat; + background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffaf2)); + background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -moz-linear-gradient(center top, #ffffff 0%, #fffaf2 100%); + background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -moz-gradient(center top, #ffffff 0%, #fffaf2 100%); +} div.pagination { margin: 0 15px 35px 15px; text-align: center; diff --git a/snipt/media/css/style.css b/snipt/media/css/style.css index 7ed73e5..e3c187f 100644 --- a/snipt/media/css/style.css +++ b/snipt/media/css/style.css @@ -129,6 +129,39 @@ header.main div.inner aside.nav { margin: 0; width: 189px; } +header.sub { + background: #e4e4e4; + background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dbdbdb)); + background: -moz-linear-gradient(center top, #ececec 0%, #dbdbdb 100%); + background: -moz-gradient(center top, #ececec 0%, #dbdbdb 100%); +} +header.sub div.inner { + border-left: 1px solid #d0d0d0; + margin: 0 auto; + position: relative; + width: 939px; + z-index: 49; +} +header.sub div.inner ul { + border-right: 1px solid #d0d0d0; + padding-left: 16px; + width: 733px; +} +header.sub div.inner ul li { + display: inline-block; + padding: 4px 0 6px 0; +} +header.sub div.inner ul li a { + color: #999999; + font: bold 14px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; + text-shadow: 0 1px 0 #FFF; +} +header.sub div.inner ul li.prompt { + color: #999999; + font: bold 14px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; + margin-right: 3px; + text-shadow: 0 1px 0 #FFF; +} section.main { height: 100%; margin: 0 auto; @@ -180,7 +213,7 @@ section.main aside.main section.ad div.meta { text-transform: uppercase; } section.main aside.main section.tags { - margin: 45px 15px; + margin: 0 15px 45px 15px; } section.main aside.main section.tags h1 { background: transparent url('https://snipt.s3.amazonaws.com/images/tags-icon.png') 0 0 no-repeat; @@ -409,6 +442,9 @@ article.snipt div.container:after { -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); + -moz-transform: rotate(3deg); + -o-transform: rotate(3deg); + transform: rotate(3deg); } article.snipt aside { float: right; @@ -531,6 +567,12 @@ article.snipt div.expanded section.code a.expand span.collapse { article.snipt div.expanded section.code a.expand span.lines { display: none; } +article.private-snipt div.container header { + background: #fffdf9 url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat; + background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffaf2)); + background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -moz-linear-gradient(center top, #ffffff 0%, #fffaf2 100%); + background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -moz-gradient(center top, #ffffff 0%, #fffaf2 100%); +} div.pagination { margin: 0 15px 35px 15px; text-align: center;