Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkintscher committed Jun 26, 2012
2 parents 93f2c66 + 61026bf commit c7bb457
Show file tree
Hide file tree
Showing 22 changed files with 510 additions and 1,245 deletions.
Binary file modified demo/.DS_Store
Binary file not shown.
54 changes: 53 additions & 1 deletion demo/sleuth/assets/css/sleuth.css
Original file line number Diff line number Diff line change
@@ -1 +1,53 @@
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}body{background:#e4e4e4 url("../../../../src/img/bg.jpg") repeat;color:#222222;font-family:'Helvetica Neue', 'Helvetica-Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;font-size:1em;font-weight:normal;text-shadow:0 1px 0 white;word-wrap:break-word;-webkit-text-size-adjust:none;-webkit-background-size:200px 200px;-moz-background-size:200px 200px;-o-background-size:200px 200px;background-size:200px 200px}h1{color:white;font-size:20px;font-weight:bold;line-height:42px}h2{color:#444444;font-size:17px;font-weight:normal;line-height:43px}h2 strong{color:#222222}h3{color:#666666;font-size:16px;font-weight:bold;line-height:18px;padding:10px}h4{color:white;display:inline-block;font-size:15px;font-weight:bold;line-height:18px;vertical-align:middle}a{color:#444444}img{max-width:100%}header{position:absolute;z-index:1;display:block;width:100%;height:43px;border-bottom:1px solid #823010;color:white;background:#f05800;text-align:center;-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.4),0px 1px 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.4),0px 1px 3px rgba(0,0,0,0.3);box-shadow:inset 0px 1px 0px rgba(255,255,255,0.4),0px 1px 3px rgba(0,0,0,0.3);background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb8020), color-stop(100%, #f05800));background:-webkit-linear-gradient(#fb8020,#f05800);background:-moz-linear-gradient(#fb8020,#f05800);background:-o-linear-gradient(#fb8020,#f05800);background:-ms-linear-gradient(#fb8020,#f05800);background:linear-gradient(#fb8020,#f05800);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);text-shadow:0 -1px 0 rgba(0,0,0,0.4)}header.header-navigation{border-color:black;color:#999999;font-size:11px;text-align:left;background:#222;-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.14);-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.14);box-shadow:inset 0px 1px 0px rgba(255,255,255,0.14);background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c3c3c), color-stop(100%, #222222));background:-webkit-linear-gradient(#3c3c3c,#222222);background:-moz-linear-gradient(#3c3c3c,#222222);background:-o-linear-gradient(#3c3c3c,#222222);background:-ms-linear-gradient(#3c3c3c,#222222);background:linear-gradient(#3c3c3c,#222222)}header.header-navigation>img{display:inline-block;margin:6px 10px;vertical-align:middle;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}header>.header-button{position:absolute;top:7px;left:5px;height:28px;padding:0 8px;border:1px solid #bc3a00;color:white;font-size:13px;font-weight:bold;line-height:26px;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.4);background:#e24000;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.25);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.25);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.25);background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f36501), color-stop(100%, #e24000));background:-webkit-linear-gradient(#f36501,#e24000);background:-moz-linear-gradient(#f36501,#e24000);background:-o-linear-gradient(#f36501,#e24000);background:-ms-linear-gradient(#f36501,#e24000);background:linear-gradient(#f36501,#e24000);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}header>.header-button.right{left:auto;right:5px}header>.header-button.icon span{display:inline-block;width:17px;height:15px;margin:6px 2px 0;text-indent:-9999px;-webkit-background-size:17px 15px;-moz-background-size:17px 15px;-o-background-size:17px 15px;background-size:17px 15px}header>.header-button.menu span{background:transparent url("../../../../src/img/menu.png") no-repeat}header>.header-button.info span{background:transparent url("../../../../src/img/info.png") no-repeat}nav{display:block;padding-top:44px;border-bottom:1px solid rgba(255,255,255,0.05);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}nav>a{position:relative;display:block;height:42px;padding:0 0 0 10px;border-bottom:1px solid rgba(0,0,0,0.25);border-top:1px solid rgba(255,255,255,0.05);margin:0;color:#cccccc;font-size:17px;font-weight:bold;line-height:40px;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.4);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}nav>a:after{position:absolute;right:0;top:0;display:block;height:41px;width:19px;content:' ';opacity:0.3;background:transparent url("../../../../src/img/arrow-right-white.png") no-repeat left center;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-background-size:19px 14px;-moz-background-size:19px 14px;-o-background-size:19px 14px;background-size:19px 14px}nav>a.selected{border-bottom:1px solid rgba(0,0,0,0.4);border-top:1px solid rgba(255,255,255,0.2);color:white;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #555555));background:-webkit-linear-gradient(#666666,#555555);background:-moz-linear-gradient(#666666,#555555);background:-o-linear-gradient(#666666,#555555);background:-ms-linear-gradient(#666666,#555555);background:linear-gradient(#666666,#555555)}nav>a.selected:after{opacity:1}.stp-content{background:#e4e4e4 url("../../../../src/img/bg.jpg") repeat;-webkit-background-size:200px 200px;-moz-background-size:200px 200px;-o-background-size:200px 200px;background-size:200px 200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.stp-content-panel{background:#e4e4e4 url("../../../../src/img/bg.jpg") repeat;-webkit-background-size:200px 200px;-moz-background-size:200px 200px;-o-background-size:200px 200px;background-size:200px 200px}.stp-nav{width:272px;border-right:1px solid black;background:#444 url("../../../../src/img/bg-gray.jpg") repeat;-webkit-background-size:200px 200px;-moz-background-size:200px 200px;-o-background-size:200px 200px;background-size:200px 200px}.loading{height:3em;background:url("../img/ajax-loader.gif") no-repeat center center}.thumbnails{overflow:auto}.thumbnails.loading li{display:none}.thumbnails li{float:left;width:22.75%;margin:0 3% 3% 0;line-height:0}.thumbnails li.right{margin-right:0}.thumbnails li img{width:100%}#detail figure.loading img,#detail figure.loading figcaption{display:none}#detail figure img{width:100%}
/* Sleuth Content */

.loading {
height: 3em;
background: url('../img/ajax-loader.gif') no-repeat center center;
}
#detail figure.loading img, #detail figure.loading figcaption {
display: none;
}

.container {
padding: 0px;
}
#about .container {
padding: 10px;
}

.thumbnails {
overflow: auto;
padding-top: 1.5%;
}
.thumbnails li {
float: left;
width: 23.5%;
margin: 0 0 1.5% 1.5%;
line-height: 0;
}
.thumbnails li img {
display: block;
width: 100%;
}
.thumbnails.loading li {
display: none
}

#detail img {
border-bottom: 1px solid #fff;
width: 100%;
}
#detail figcaption {
font-style: normal;
padding: 10px;
text-align: center;
}
#detail cite {
font-style: normal;
font-weight: bold;
}
#detail address {
font-size: 12px;
font-style: normal;
line-height: 20px;
}
268 changes: 0 additions & 268 deletions demo/sleuth/assets/scss/sleuth.scss

This file was deleted.

Loading

0 comments on commit c7bb457

Please sign in to comment.