master
Nick Sergeant 2011-12-03 00:19:27 -05:00
parent d38bef1ab0
commit 0f518173e9
2 changed files with 86 additions and 2 deletions

View File

@ -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;

View File

@ -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;