Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,700' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <!-- ᴛʜᴇᴍᴇ ₁₇ ﹣ ғᴀᴄᴀᴅᴇ
- ʙʏ ᴛʀᴇɴᴢᴀᴛʜᴇᴍᴇs
- ᴅᴏɴ·ᴛ sᴛᴇᴀʟ ɪᴛs ɴᴏᴛ ᴄʜɪʟʟ
- -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#ffffff"/>
- <meta name="color:Borders" content="#aaaaaa"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Accent" content="#ffffff"/>
- <meta name="image:Background Image" content="http://static.tumblr.com/3dkvxpf/ebfnc69i0/468335066_6195fbad3a_o.jpg"/>
- <meta name="image:Body Image" content="http://static.tumblr.com/3dkvxpf/30Fnc69g0/subtle_dots.png"/>
- <meta name="if:Body Image" content="0">
- <meta name="text:Tumblr URL" content="Type in your URL! Your askbox/follow will not work without it!">
- <meta name="text:FAQ" content="Type out your FAQ here!" />
- <meta name="if:Pattern" content="0">
- <meta name="select:Player Color" content="black" title="Black">
- <meta name="select:Player Color" content="white" title="White">
- <meta name="select:Player Color" content="grey" title="Grey">
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <!--side push menu from codrops-->
- <!--don't touch-->
- <script src="http://takien.github.io/jPushMenu/js/jquery-1.9.1.min.js"></script>
- <script src="http://takien.github.io/jPushMenu/js/jPushMenu.js"></script>
- <!--call jPushMenu, required-->
- <script>
- jQuery(document).ready(function($) {
- $('.toggle').jPushMenu();
- });
- </script>
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- *, #nav a:hover {
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- }
- *, #tops a:hover {
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- }
- *, body a:hover {
- cursor: url(http://i.imgur.com/2qleX.jpg), auto;
- }
- #s-m-t-tooltip{
- padding:4px 9px;
- position:absolute;
- margin: 10px 20px;
- padding:5px;
- font-size:9px;
- font-family: 'Alegreya Sans SC', sans-serif;
- z-index: 99999999999;
- letter-spacing:1px;
- text-transform:lowercase;
- background:{color:background};
- }
- /* SELECTION */
- ::selection {
- background-color:{color:accent};
- color:white;}
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- background:#eee;
- height:50px;
- width:3px;}
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:scrollbar};
- opacity:.3;
- height:3px;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:transparent;
- height:50px!important;}
- /*basics*/
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;
- }
- body {
- {block:ifnotBodyImage}
- background:{color:background};
- {/block:ifnotBodyImage}
- {block:ifBodyImage}
- background:url({image:Body Image})
- repeat center center fixed;
- {/block:ifBodyImage}
- color:{color:text};
- font:8px arial;
- letter-spacing:1px;
- text-align:justify;
- margin:0;
- line-height:1.4em;}
- a {
- color:{color:accent};
- text-decoration:none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- text-shadow: 1px 0 .2px {color:accent}, 0px 0 .2px {color:hover};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- pre{
- background:{color:background};
- padding:10px;
- color:{color:text};
- font-family:arial;
- text-transform:uppercase;
- border-bottom:1px solid {color:borders};
- font-size:7px;
- letter-spacing:1px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;}
- code{
- text-transform:lowercase;
- font-style:italic;
- }
- b,strong{
- color:{color:accent};
- font-weight:bold;
- }
- em,i{
- color:{color:accent};
- font-style:italic;
- }
- strike{
- text-decoration: line-through;
- }
- #title {font-size:12px;
- line-height:1.4em;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;
- font-family: 'Alegreya Sans SC', sans-serif;
- }
- /*sidebar*/
- header {
- text-align: center;
- padding: 2em 5%;
- {block:ifnotPattern}
- background: url({image:Background Image})
- no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:ifnotPattern}
- {block:ifPattern}
- background: url({image:Background Image})
- repeat center center fixed;
- {/block:ifPattern}
- color: #fff;
- }
- header::after {
- content: '';
- display: inline-block;
- width: 100%;
- }
- header h1,
- header nav {
- display: inline-block;
- vertical-align: middle;
- }
- header h1 {
- font-family: 'Alegreya Sans SC', sans-serif;
- text-align: center;
- padding-top: 0.5em;
- border:2px solid {color:borders};
- background:white;
- padding:12px;
- margin-left:10px;
- font-size:22px;
- text-transform:lowercase;
- }
- header h1 a{
- color:{color:title};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- header h1 a:hover{
- text-decoration:none;
- color:{color:hover};
- text-shadow: 1px 0px 3px {color:link};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- header nav {
- padding-top: 1em;
- word-spacing:5px;
- text-align:center;
- width:200px;
- }
- header nav a{
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- header nav a:hover{
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- .uno{
- display:inline-block;
- margin-left:-12px;
- }
- .uno a{
- display:inline-block;
- padding:7px;
- border:2px solid {color:borders};
- background:white;
- border-radius:100%;
- }
- .uno a:hover{
- background:{color:hover};
- opacity:.9;
- }
- .content{
- opacity:0;
- left: 50%;
- margin-left: -498px;
- top:23%;
- line-height:20px;
- text-align:center;
- }
- #desc{
- text-align:justify;
- color:{color:text};
- text-transform:lowercase;
- font-size:9px;
- letter-spacing:0px;
- line-height:1.5em;
- margin-top:5px;
- background:{color:background};
- border-top:1px solid #eee;
- padding:9px;
- }
- .title-2{
- -webkit-text-fill-color:transparent;
- background:-webkit-linear-gradient(transparent,transparent),url({image:Background Image});
- -webkit-background-clip:text;
- background-size:contain;
- background-position:center;
- text-transform:lowercase;
- border:3px solid {color:borders};
- font-size:36px;
- padding:20px;
- margin-top:20px;
- line-height:1.3em;
- text-align:center;
- width:160px;
- font-family: 'Alegreya Sans SC', sans-serif;
- }
- .title-2 a:hover{
- text-shadow:0px 0px 0px;
- }
- .cool {
- opacity:1;
- height:auto;
- position:fixed;
- text-align:center;
- word-spacing:4px;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .dos-link{
- margin-top:-10px;
- text-align:center
- }
- .dos{
- display:inline-block;
- width:203px;
- margin-left:-19px;
- }
- #all{
- text-align:center;
- width:203px;
- }
- .dos a{
- display:inline-block;
- padding:5px;
- background:{color:background};
- border:2px solid {color:link};
- border-radius:100%;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .dos a:hover{
- background:{color:hover};
- border:2px solid {color:background};
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- /*pagination*/
- #pagination {
- margin-bottom:50px;
- width:467px;
- margin-left:-35px;
- word-spacing:-3px;
- }
- .prev{
- margin-left:-20px;
- }
- .next{
- margin-left:5px;
- }
- #pagination a {
- margin-top:-130px;
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-180px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:-100px;
- width:400px;
- }
- #posts {
- width:400px;
- border:1px outset {color:borders};
- padding:8px 8px 5px;
- background:{color:background};
- margin-left:-20px;
- {block:IndexPage}
- margin-bottom:100px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:75px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:400px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- .border-fade{
- position:fixed;
- width:100%;
- bottom:-20px;
- height:20px;
- background:{color:background};
- z-index:1;
- -webkit-box-shadow: 0px -25px 100px -2px {color:background};
- -moz-box-shadow: 0px -25px 100px -2px {color:background};
- box-shadow: 0px -25px 100px -2px {color:background};
- }
- /*quote*/
- #titlequote{
- font-family: 'Alegreya Sans SC', sans-serif;
- text-transform:lowercase;
- letter-spacing:1px;
- text-align:justify;
- font-size:13px;
- line-height:19px;
- font-weight:none;
- padding:10px;
- }
- #titlequote a{
- color:{color:text};
- }
- #source a{
- color:{color:text};
- }
- #source {
- text-align:right;
- font-style:none;
- font-weight:none;
- text-transform:uppercase;
- font:7px arial;
- letter-spacing:1px;
- margin-top:5px;
- margin-bottom:20px;
- }
- /*audio*/
- .tracks{
- border:1px solid {color:borders};
- padding:9px;
- margin-bottom:4px;
- width:200px;
- margin-left:10px;
- }
- .player iframe {
- width: 30px;
- height: 30px;}
- .black .white,
- .black .grey { display: none;}
- .white .black,
- .white .grey { display: none;}
- .grey .white,
- .grey .black { display: none;}
- .black .player_container { background: #000;}
- .black .player_wrap { background-color: rgba(0,0,0,0.8); }
- .white .player_container { background: #fff;}
- .white .player_wrap { background-color: rgba(255,255,255,0.8); }
- .grey .player_container { background: #e4e4e4;}
- .grey .player_wrap { background-color: rgba(228, 228, 228, 0.8); }
- .audio {
- position: relative;
- margin-bottom:20px;
- margin-top:10px;
- margin-left:10px;
- }
- .player-art {
- width: 100px;
- height: 100px;
- position: relative;
- vertical-align: top;
- margin-left:5px;
- margin-top:16px;
- }
- .player-art img { width: 100px; }
- img.album { position: absolute; z-index: 2;}
- img.default { position: absolute; z-index: 1; }
- .player-wrap {
- position: relative;
- width: 95px;
- display: inline-block;
- left: 0;
- }
- ol.audioinfo {
- list-style-type: none;
- width: auto;
- margin: 15px 0 0 5px;
- padding:0;
- z-index: 10;
- position: relative;
- display: inline-block;
- vertical-align: top;
- line-height: 1.4em;
- }
- .player {
- width: 30px; height: 30px;
- overflow: hidden;
- margin: -14px 0 0 -14px;
- padding: 0px;
- position: absolute;
- top: 50%;
- left: 50%;
- }
- .player_container {
- z-index: 11;
- opacity: 0.3; filter: alpha(opacity=30);
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out;
- }
- .player_wrap {
- z-index: 9;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out; }
- .player_container, .player_wrap {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 50px; height: 50px;
- margin-top: -20px;
- margin-left: -15px;
- -moz-border-radius:50px;
- -webkit-border-radius:50px;
- border-radius: 50px; }
- .player_container:hover{
- opacity:1;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out;
- }
- /*asks*/
- .q {
- margin-bottom:10px;
- text-transform:uppercase;
- font:7px arial;
- letter-spacing:1px;
- color:{color:text};
- padding:10px;
- line-height:1.5em;
- }
- .q a{
- color:{color:text};
- }
- .as {
- font-weight:bold;
- background:{color:background};
- padding:10px;
- color:{color:text};
- border:2px solid {color:borders};
- line-height:1.5em;
- }
- .as a{
- color:{color:text};}
- .a {
- margin-top:10px;
- padding:10px;
- line-height:1.5em;
- text-transform:uppercase;
- background:{color:background};
- color:{color:text};
- font:7px arial;
- letter-spacing:1px;}
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*permalink and notes*/
- /*--Info!--*/
- #infowrap {
- padding:5px;
- height:auto;
- {block:IndexPage}
- position:absolute;
- opacity:0;
- {/block:IndexPage}
- {block:PermalinkPage}
- position:relative;
- {/block:PermalinkPage}
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- #posts:hover #infowrap {
- {block:IndexPage} opacity:1;{/block:IndexPage}}
- #info {
- text-align:left;
- font:7px arial;
- letter-spacing:1px; /* change font family*/
- text-transform:uppercase;
- padding:9px 7px 15px 7px;
- width:373px;
- height:auto;/* width of the caption is width of post minus 30px*/
- word-spacing:3px;
- color:{color:text}; /* change text color */
- background-color:{color:background};
- border:1px solid #eee;
- line-height:11px;/* change background color */
- letter-spacing:1px;
- }
- #info a {
- color:{color:text}; /* change link color */
- }
- .text-info{
- font:7px arial;
- letter-spacing:1px; /* change font family*/
- text-transform:uppercase;
- word-spacing:3px;
- border-top:1px solid {color:borders};
- padding:4px;
- }
- .text-info a{
- color:{color:text};
- }
- /*--Tags!--*/
- #tags {
- opacity:1;
- float:right;
- padding-bottom:10px;
- margin-top:-5px;
- {block:IndexPage}
- width:200px;
- height:4px;
- font-size:7px;
- overflow:hidden;
- text-align:right;
- line-height:20px;
- {/block:IndexPage}
- {block:PermalinkPage}
- display:none;{/block:PermalinkPage}
- }
- #tags a{
- padding:4px;
- color:{color:text};
- padding-left:3px;
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- #tags a:hover{
- color:{color:hover};
- }
- #text-tags {
- opacity:1;
- float:right;
- width:230px;
- {block:IndexPage}
- height:16px;
- font-size:7px;
- line-height:20px;
- overflow:hidden;
- {/block:IndexPage}
- {block:PermalinkPage}
- display:none;{/block:PermalinkPage}
- margin-top:-17px;
- text-align:right;
- text-transform:uppercase;
- }
- #text-tags a{
- color:{color:text};
- padding-left:3px;
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- #text-tags a:hover{
- color:{color:hover};
- }
- ol.notes {list-style-type:none;
- font:7px arial;
- letter-spacing:1px;
- text-transform: uppercase;
- float:center;
- width:400px;
- margin-left:-50px;}
- ol.notes a{color:{color:text};}
- ol.notes li {padding:10px; background:{color:background}}
- ol.notes li:nth-child(even) {background:#eee;}
- ol.notes li img {display:none!important;}
- /*SLIDE ASK*/
- .cbp-spmenu {
- position: fixed;
- }
- /* Orientation-dependent styles for the content of the menu */
- .cbp-spmenu-horizontal {
- padding:10px;
- margin-left:1050px;
- text-align:justify;
- font-size:10px;
- {block:ifnotPattern}
- background: url({image:Background Image})
- no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:ifnotPattern}
- {block:ifPattern}
- background: url({image:Background Image})
- repeat center center fixed;
- {/block:ifPattern}
- color:{color:background};
- width: 400px;
- height: 100%;
- z-index:1;}
- /* Horizontal menu that slides from the top or bottom */
- .cbp-spmenu-bottom {
- right: -700px;
- bottom:0;
- }
- .cbp-spmenu-bottom.cbp-spmenu-open {
- bottom:0px;
- right:0px;
- }
- /* Transitions */
- .cbp-spmenu,
- .cbp-spmenu-push {
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- #pushdescription {
- margin-top:30px;
- line-height:14px;
- padding:15px;
- overflow-y:scroll;
- overflow-x:hidden;
- background:rgba(255,255,255,0.9);
- border:5px solid {color:borders};
- }
- .cbp-spmenu {
- position: fixed;
- }
- .rules{
- border:2px solid {color:borders};
- background:{color:background};
- padding:4px;
- font-family:arial;
- text-transform:lowercase;
- line-height:1.5em;
- font-size:9px;
- color:{color:text};
- text-align:left;
- }
- .rue{
- font-family: 'Alegreya Sans SC', sans-serif;
- padding:7px;
- text-align:center;
- text-transform:uppercase;
- line-height:1.5em;
- font-size:18px;
- font-weight:800;
- color:{color:title};
- }
- .ask-title{
- font-family: 'Alegreya Sans SC', sans-serif;
- padding:7px;
- text-align:center;
- text-transform:uppercase;
- line-height:1.5em;
- font-size:18px;
- font-weight:800;
- color:{color:title};
- }
- /*DO NOT TOUCH*/
- #creds {
- font-family: 'Alegreya Sans SC', sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- bottom:10px;
- position:fixed;
- right:6px;
- float:right;
- padding:5px;
- z-index:1;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- #creds a{
- color:{color:text};
- border:1px outset {color:borders};
- padding:5px;
- background:transparent;
- -webkit-transition: all 1s ease-in;
- -moz-transition: all 1s ease-in;
- -o-transition: all 1s ease-in;
- -ms-transition: all 1s ease-in;
- transition: all 1s ease-in;
- }
- #creds a:hover {
- text-decoration:none;
- background:{color:hover};
- border:1px inset {color:borders};
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- -ms-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #tumblrcontrols{
- position:fixed;
- top:13px;
- right:10px;
- word-spacing:10px;
- }
- #tumblrcontrols{
- font-family:arial;
- font-size:7px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- -webkit-transition: all 1.6s ease-in;
- -moz-transition: all 1.6s ease-in;
- -o-transition: all 1.6s ease-in;
- -ms-transition: all 1.6s ease-in;
- transition: all 1.6s ease-in;
- }
- #tumblrcontrols a{
- text-decoration:none;
- color:{color:text};
- border:1px solid {color:borders};
- background:{color:background};
- padding:6px;
- }
- #tumblrcontrols a:hover{
- text-decoration:none;
- color:white;
- border:1px solid transparent;
- background:{color:accent};
- }
- {block:IndexPage}
- #tumblr_controls {display:none;}
- {/block:IndexPage}
- {block:PermalinkPage}
- #tumblrcontrols{
- display:none;}
- iframe#tumblr_controls {
- top:10px;
- position: fixed !important;
- right:20px !important;
- -moz-transition: all 1s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 1s ease-out;
- transition: all 1s ease-out;
- opacity: 0.4;}
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- -moz-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- opacity:.7;}
- {/block:PermalinkPage}
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function(){
- var stickyRibbonTop = $('#line').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('.content').addClass('cool');
- } else {
- $('.content').removeClass('cool');
- }
- });
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- </head>
- <body>
- <div id="tumblrcontrols">
- <a href="http://www.tumblr.com/follow/{text:Tumblr URL}">follow</a>
- <a href="http://www.tumblr.com/dashboard">dashboard</a>
- </div>
- <body class="cbp-spmenu-push">
- <nav class="cbp-spmenu cbp-spmenu-horizontal cbp-spmenu-bottom" id="cbp-spmenu-s1">
- <div class="menu" >
- <div id="pushdescription"><div style="padding:5px;">
- <div class="knope">
- <big class="ask-title">Message</big>
- <p class="rules">
- {text:FAQ}</p>
- <iframe frameborder="0" height="250" id="ask_form" scrolling="none" src="http://www.tumblr.com/ask_form/{text:Tumblr URL}.tumblr.com" width="100%"> </iframe>
- <p></p>
- </center>
- </div>
- </div>
- </div>
- </div>
- </nav>
- <header>
- <div><h1><a href="/">{Title}</a></h1></div>
- <nav class="uno">
- <a href="/" title="home"></a>
- <a title="message" class="toggle menu-bottom"></a>
- <a href="{text:Link 1 URL}" title="{text:Link 1}"></a>
- <a href="{text:Link 2 URL}" title="{text:Link 2}"></a>
- <a href="{text:Link 3 URL}" title="{text:Link 3}"></a>
- <a href="{text:Link 4 URL}" title="{text:Link 4}"></a>
- </nav>
- </header>
- <div class="border-fade"></div>
- <div class="content">
- <div><h1 class="title-2"><a href="/">{Title}</a></h1></div>
- <div id="all"><div class="dos-link">
- <nav class="dos">
- <a href="/" title="home"></a>
- <a title="message" class="toggle menu-bottom"></a>
- <a href="{text:Link 1 URL}" title="{text:Link 1}"></a>
- <a href="{text:Link 2 URL}" title="{text:Link 2}"></a>
- <a href="{text:Link 3 URL}" title="{text:Link 3}"></a>
- <a href="{text:Link 4 URL}" title="{text:Link 4}"></a>
- </nav></div>
- <div id="desc">{Description}</div>
- </div></div>
- <div id="con">
- <div id="line"></div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">{Quote}</div>
- {block:permalink}{block:Source}<div id="source">{Source}</div>{/block:Source}{/block:permalink}
- <div class="text-info"><br>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="text-tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- <div class="text-info"><br>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="text-tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- <div class="text-info"><br>{block:Date}{TimeAgo}{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="text-tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- <div class="text-info"><br>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="text-tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:Chat}
- {block:Photo}
- <div id="infowrap">
- <div id="info">
- <br>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:HasTags}<div id="tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Photo}
- {block:Photoset}
- <div id="infowrap">
- <div id="info">
- <br>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:HasTags}<div id="tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {Photoset-400}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Photoset}
- {block:Video}
- <div id="infowrap">
- <div id="info">
- <br>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:HasTags}<div id="tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {Video-400}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Video}
- {block:Audio}
- <div class="audio">
- <div class="player-wrap {select:Player Color}">
- <div class="player-art">
- {block:AlbumArt}
- <img class="album" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}"/>
- {/block:AlbumArt}
- <img class="default" src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}"/>
- </div>
- <div class="player_wrap {select:Avatar Shape}"></div>
- <div class="player_container {select:Avatar Shape}">
- <div class="player">
- <div class="black">{AudioPlayerBlack}</div>
- <div class="white">{AudioPlayerWhite}</div>
- <div class="grey">{AudioPlayerGrey}</div>
- </div>
- </div>
- </div>
- <ol class="audioinfo">
- <li class="tracks">{block:TrackName}<span class="label">Song:</span> {TrackName}{/block:TrackName}</li>
- <li class="tracks">{block:Artist}<span class="label">Artist:</span> {Artist}{/block:Artist} </li>
- <li class="tracks">{block:Album}<span class="label">Album:</span> {Album}{/block:Album}</li>
- </ol>
- </div>
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- <div class="text-info"><br>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="text-tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as" >{Asker} said: {Question}</div>
- <div class="a" style="line-height:1.5em">{Answer}</div>
- </div>
- <div class="text-info"><br>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="text-tags">↳ {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:Answer}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev"title="previous" style="float:left"><img width="20px" src="http://static.tumblr.com/3dkvxpf/dzpnb7ne1/arrow395.png"></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next" title="forward" style="float:right"><img width="20px" src="http://static.tumblr.com/3dkvxpf/a82nb7ngv/move13.png"></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="creds"><a title="960px" href="http://960px.tumblr.com/">TT</a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment