Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by cyrusnigga dont remove credit or i'll choke u
- -->
- <html>
- <head>
- <title>{Title}</title>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:text" content="#57554F" />
- <meta name="color:link" content="#f31350" />
- <meta name="color:hover" content="#ffffff"/>
- <meta name="image:sidebar" content="" />
- <meta name="text:link one" content="" />
- <meta name="text:link one title" content="" />
- <meta name="text:link two" content="" />
- <meta name="text:link two title" content="" />
- <meta name="text:link three" content="" />
- <meta name="text:link three title" content="" />
- <meta name="text:link four" content="" />
- <meta name="text:link four title" content="" />
- <meta name="text:link five" content="" />
- <meta name="text:link five title" content="" />
- <meta name="text:link six" content="" />
- <meta name="text:link six title" content="" />
- <meta name="image:background" content="" />
- <meta name="if:faded images" content="0"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage} - Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- body {
- color:{color:text};
- background-color:{color:background};
- background-image: url('{image:background}');
- background-position: center;
- background-attachment:fixed;
- background-repeat: repeat;
- font-size:10px;
- font-family:trebuchet ms;
- line-height:13px;
- text-align:justify;
- letter-spacing: 0px;
- }
- a{
- color: {color:link};
- text-decoration: none;
- }
- a:hover {
- font-style: none;
- color:{color:hover};
- -webkit-transition: all 0.45s ease-in-out;
- }
- #content {
- margin-left:490px;
- margin-top:5px;
- width:380px;
- overflow:hidden;
- }
- #posts{
- overflow:hidden;
- background-color: {color:background};
- border-left:0px solid;
- border-right:0px solid;
- padding:3px;
- }
- #title {
- font-size:20px;
- text-align:center;
- line-height:110%;
- }
- .entry {
- {block:iffadedimages}opacity:1.0;{/block:iffadedimages}
- -webkit-transition: color 0.8s ease-out;
- -moz-transition: color 0.9s ease-out;
- transition: color 0.9s ease-out;
- -webkit-transition: opacity 0.9s linear;
- }
- .entry:hover{
- {block:iffadedimages}opacity:0.7;{/block:iffadedimages}
- -webkit-transition: color 0.8s ease-out;
- -moz-transition: color 0.8s ease-out;
- transition: color 0.8s ease-out;
- -webkit-transition: opacity 0.9s linear;
- }
- #sidebarimg img {
- max-width:200px;
- margin-left:0px;
- margin-top:0px;
- height: auto;
- text-align:center;
- border:1px {color:border};
- -webkit-transition: color 0.8s ease-out;
- -moz-transition: color 0.8s ease-out;
- transition: color 0.8s ease-out;
- -webkit-transition: opacity 0.9s linear;
- {block:iffadedimages}opacity:1.0;{/block:iffadedimages}
- }
- #sidebarimg img:hover{
- {block:iffadedimages}opacity:0.7;{/block:iffadedimages}
- -webkit-transition: color 0.8s ease-out;
- -moz-transition: color 0.8s ease-out;
- transition: color 0.8s ease-out;
- -webkit-transition: opacity 0.9s linear;
- }
- div#sidebar{
- position:fixed !important;
- width: 200px;
- height: auto;
- margin-left:240px;
- margin-top: 180px;
- background: transparent;
- text-align: center;
- }
- #description {
- text-align:center;
- margin-top:4px;
- font-size:10px;
- line-height:16px;
- letter-spacing: 0px;
- }
- .links{
- background:transparent;
- text-align:center;
- border-bottom:1px;
- border-top:1px;
- }
- .links a{
- background:transparent;
- display:inline-block;
- }
- #permalinkk {
- position: absolute;
- margin-top: 6px;
- margin-left: 38px;
- opacity: 0.0;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- .entry:hover #permalinkk {
- width:auto;
- margin-top: 6px;
- margin-left: 58px;
- opacity: 1;
- }
- #reblog {
- position: absolute;
- margin-top: 6px;
- margin-left: 5px;
- opacity: 0;
- width:auto;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- .entry:hover #reblog {
- width:auto;
- margin-top: 6px;
- margin-left: 5px;
- opacity: 1;
- }
- .countreblog {
- color: #FFFFFF;
- letter-spacing:1px;
- font-family:10px arial;
- font-size:;
- line-height:14px;
- margin: 2px;
- background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
- background-repeat:repeat;
- border:1px solid rgba(0,0,0,0.1);
- padding:3px 5px;
- -webkit-border-radius:2px;
- moz-border-radius:2px;
- -o-border-radius:2px;
- border-radius:2px;
- }
- .countreblog a { color: #fff; }
- #entry:hover #reblog{
- {block:IndexPage}
- opacity:1;-webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- {/block:IndexPage}
- }
- .permalink{
- text-align:right;
- padding:3px;
- margin-top:-4px;
- padding-right:2px;
- padding-bottom:7px;
- }
- .user_1 .label {color:{color:link}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- i, em {color: {color:Link};}
- b, strong {color: {color:text};}
- ::selection {
- color:{color:Text};
- background-color: {color:Link};
- }
- ::-moz-selection {
- color:{color:Text};
- background-color: {color:Link};
- }
- ::-webkit-selection {
- color:{color:Text};
- background-color:{color:Link};
- }
- blockquote {border-left:2px {color:Link} solid; padding-left:5px; margin:1px 6px 1px 10px}
- p{margin-top:5px; margin-bottom:5px; }
- blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:transparent; border-left:3px solid {color:Link};}
- ol.notes img {
- width: 16px;
- position: relative;
- display: inline;
- top: 3px;
- }
- .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
- margin: 0 auto;
- }
- .text {
- padding: 5px;
- }
- ol.notes {
- padding: 0 10px;
- }
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/
- xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebarimg"><a href="/"><img src="{image:sidebar}" width="100%"/></a></div>
- <div id="description">{Description}</div>
- <div class="links">
- <center>
- {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
- {block:IfLinktwotitle} · <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
- {block:IfLinkthreetitle} · <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
- {block:IfLinkfourtitle} · <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
- {block:IfLinkfivetitle} · <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
- {block:IfLinksixtitle} · <a href="{text:link six}">{text:link six title}</a>{/block:IfLinksixtitle}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- </div>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- {block:ContentSource}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- {/block:IndexPage}
- {block:Text}
- <div class="text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- </div><div class="permalink">
- <a href="{permalink}">{NoteCountwithlabel}</a></div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div id="reblog"><div class="countreblog"><a href="{reblogurl}">Reblog</a></div></div>
- <div id="permalinkk">
- <div class="countreblog"><a href="{Permalink}">{NoteCount}</a></div></div>
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
- {/block:IndexPage}
- {block:permalinkpage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- <div id="reblog"><div class="countreblog"><a href="{reblogurl}">Reblog</a></div></div>
- <div id="permalinkk">
- <div class="countreblog"><a href="{Permalink}">{NoteCount}</a></div></div>
- {block:IndexPage}
- {Photoset-400}
- {/block:IndexPage}
- {block:permalinkpage}
- {Photoset-400}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <div class="text">
- "{Quote}"
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- <div class="permalink">
- <a href="{permalink}">{NoteCountwithlabel}</a></div>
- {/block:Quote}
- {block:Link}
- <div class="text">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- <div class="permalink">
- <a href="{permalink}">{NoteCountwithlabel}</a></div>
- {/block:Link}
- {block:Chat}
- <div class="text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
- {Line} </li>
- {/block:Lines}
- </ul>
- </div>
- <div class="permalink">
- <a href="{permalink}">{NoteCountwithlabel}</a></div>
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- <div id="reblog"><div class="countreblog"><a href="{reblogurl}">Reblog</a></div></div>
- <div id="permalinkk">
- <div class="countreblog"><a href="{Permalink}">{NoteCount}</a></div></div>
- {Video-400}
- {/block:IndexPage}
- {block:permalinkpage}
- {Video-400}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- <div class="text">
- {block:Caption}
- {Caption}
- {/block:Caption}
- </div>
- <div class="permalink">
- <a href="{permalink}">{NoteCountwithlabel}</a></div>
- {/block:Audio}
- {block:PermalinkPage}
- <center>
- {block:Caption}{Caption}{/block:Caption}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:Pagination}
- <ul id="pagination">
- {block:PreviousPage}
- <li><a href="{PreviousPage}"</a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="nextPage" href="{NextPage}"></a></li>
- {/block:NextPage}
- </ul>
- {/block:Pagination}
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/
- xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#content');
- $content.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 200,
- debug : false,
- });
- });
- </script>
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement