Advertisement
Guest User

Untitled

a guest
Jun 12th, 2014
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.55 KB | None | 0 0
  1. <!---------
  2. EDITED theme by cyrusnigga keep credit or d i e
  3. -------->
  4.  
  5.  
  6.  
  7. <head>
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script type="text/javascript" src="http://static.tumblr.com/
  11. xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  12. <meta name="color:Background" content="#000"/>
  13. <meta name="color:Borders" content="#CECECE"/>
  14. <meta name="color:Text" content="#696969"/>
  15. <meta name="color:Link" content="#fff"/>
  16. <meta name="color:Sidebar link and Post link" content="#000"/>
  17. <meta name="color:Scrollbar" content="#fff"/>
  18. <meta name="color:Sidebar" content="#ffffff"/>
  19. <meta name="image:sidebar" content="1"/>
  20. <meta name="image:Background" content="1"/>
  21. <meta name="if:show photo" content="0"/>
  22. <meta name="if:show blog title" content="1"/>
  23. <meta name="text:Link One Title" content="" />
  24. <meta name="text:Link One" content="" />
  25. <meta name="text:Link Two Title" content="" />
  26. <meta name="text:Link Two" content="" />
  27. <meta name="text:Link Three Title" content="" />
  28. <meta name="text:Link Three" content="" />
  29. <meta name="text:link four" content="" />
  30. <meta name="text:link four title" content="" />
  31. <meta name="text:link five" content="" />
  32. <meta name="text:link five title" content="" />
  33. <meta name="if:rounded corners" content="0"/>
  34. <meta name="if:image fade" content="0" />
  35. <meta name="if:shadow" content="1"/>
  36. <meta name="if:white and black follow buttons" content="0"/>
  37. <meta name="text:Blog Title Size" content="20" />
  38. <script type="text/javascript" src="http://static.tumblr.com/
  39. xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  40.  
  41.  
  42. <style type="text/css">
  43. @import url(http://fonts.googleapis.com/css?family=Megrim);
  44. @import url(http://fonts.googleapis.com/css?family=Marck+Script);
  45. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  46. @font-face { font-family: nav; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  47.  
  48.  
  49. ::-webkit-scrollbar-thumb{
  50. background-color: {color:scrollbar};
  51. border: 3px solid {color:Background};
  52. height:0px;
  53. -moz-border-radius: 10px;
  54. border-radius: 10px;
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:0px;
  59. width:9px;
  60. background-color:{color:scrollbar};
  61. border: 4px solid {color:Background};
  62. }
  63.  
  64.  
  65.  
  66. {block:ifwhiteandblackfollowbuttons}
  67. #tumblr_controls{
  68. position:fixed !important;
  69. -webkit-filter:invert(100%);
  70. }
  71.  
  72. {/block:ifwhiteandblackfollowbuttons}
  73.  
  74. .wrapper{
  75. margin: 0px auto;
  76. width: 802px;
  77. }
  78.  
  79. .header{
  80. float: left;
  81. width: 100%;
  82. }
  83.  
  84. .left{
  85. float: left;
  86. margin-right: 20px;
  87. width: 802px;
  88. }
  89.  
  90. .right{
  91. float: right;
  92. width: 200px;
  93. background-color: {color:Background};
  94. }
  95.  
  96. body {
  97. padding: 0px;
  98. margin: 0px;
  99. font-family: tahoma;
  100. font-size: 9px;
  101. text-align:left;
  102. background-color: {color:Background};
  103. background-image:url({image:Background});
  104. background-attachment: fixed;
  105. background-image: repeat;
  106. }
  107.  
  108. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  109. a:hover {color:black;
  110. background: ;
  111. text-transform: none;
  112. }
  113.  
  114.  
  115. .entry {
  116. margin: 10px;
  117. float:left;
  118. line-height:12px;
  119. background-color:white ;
  120. border: 1px solid {color:Borders};
  121. padding:5px;
  122. padding-bottom:2px;
  123. {block:IndexPage}
  124. width:230px;
  125. {/block:IndexPage}
  126. {block:PermalinkPage}
  127. width:500px;
  128. {/block:PermalinkPage}
  129.  
  130. {block:ifroundedcorners}
  131. border-radius:5px;
  132. {/block:ifroundedcorners}
  133. {block:ifshadow}
  134. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  135. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  136. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  137. {/block:ifshadow}
  138. }
  139.  
  140.  
  141. .entry a{
  142. color: {color:sidebar link and post link};
  143. }
  144. .entry img{
  145. {block:ifroundedcorners}
  146. border-radius:5px;
  147. {/block:ifroundedcorners}
  148. opacity:1;
  149. {block:ifimagefade}
  150. opacity:0.7;
  151. -webkit-transition-duration: 1s;
  152. {/block:ifimagefade}
  153. max-width:100%;
  154. {block:permalinkpage}
  155. max-width:500px;
  156. {/block:permalinkpage}
  157. }
  158.  
  159. {block:ifimagefade}
  160. .entry img:hover{
  161. opacity:1;
  162. -webkit-transition-duration: 1s;
  163. }
  164. {/block:ifimagefade}
  165.  
  166.  
  167.  
  168. .permalink a{
  169. color:#000;
  170. text-transform:uppercase;
  171. }
  172.  
  173. .entry .permalink{
  174. display: block;
  175.  
  176.  
  177. font-size:8px;
  178. line-height:10px;
  179. letter-spacing:1px;
  180. opacity: 0;
  181. text-transform:uppercase;
  182. text-align: center;
  183. background-color:transparent;
  184. padding: 0px;
  185. margin: 2px;
  186. margin-top:-12px;
  187. -webkit-transition: all .7s ease;
  188. -moz-transition: all .7s ease;
  189. transition: all .7s ease;
  190. -o-transition: all .7s ease;
  191. }
  192. .entry:hover .permalink{
  193. opacity:.8;
  194. margin-top:0px;
  195. text-transform:uppercase;
  196. }
  197.  
  198.  
  199. div#sidebar{
  200. z-index:999;
  201. position:fixed !important;
  202. width:220px;
  203. left:0px;
  204. top:0px;
  205. padding:16px;
  206. height:100%;
  207. background-color:{color:sidebar} ;
  208. text-align:center;
  209. line-height: 14px;
  210. opacity: 1;
  211. border: 1px solid {color:Borders};
  212. }
  213.  
  214. #sidebar a{
  215. color: {color:sidebar link and post link};
  216. }
  217.  
  218. div#linkbar{
  219. z-index:9999999999999;
  220. position: fixed !important;
  221. width: 76px;
  222. padding: 0px;
  223. z-index:1;
  224. height: auto;
  225. margin-top: 155px;
  226. margin-top:3px;
  227. left:17px;
  228. text-align: left;
  229. font-family: verdana;
  230. font-size: 9px;
  231. font-style: none;
  232. line-height: 12px;
  233. letter-spacing: 1px;
  234. text-align:right;
  235. }
  236.  
  237.  
  238. div#linkbar a{
  239. color:{color:sidebar link and post link};
  240. }
  241.  
  242. .headerlinks{
  243. text-transform:uppercase;
  244. z-index:999999;
  245. width: 220px;
  246. font-family: nav;
  247. font-size: 11px;
  248. margin-bottom:3px;
  249. float:left;
  250. text-align:right;
  251. -webkit-border-radius: 0ex;
  252. background-color: white;
  253. }
  254.  
  255. .headerlinks:hover{ z-index:999999;
  256.  
  257. float:left;text-align:right;
  258. -webkit-border-radius: 0ex;
  259. background-color: black; text-transform:uppercase;
  260. }
  261.  
  262. .headerlinks a {
  263. z-index:999999;
  264. display:block;
  265. font-family: nav;
  266. font-size: 11px;
  267. color: black;
  268. text-align:right;
  269. background:#eee;
  270. text-transform:uppercase;
  271. padding-right:3PX;
  272. padding:3px;
  273. }
  274.  
  275. .headerlinks a:hover{
  276. z-index:999999;
  277.  
  278. background:#ccc;
  279. text-align:right;
  280. text-transform:uppercase;
  281. }
  282.  
  283. #posts {
  284. width: 1075px;
  285. left:-25px;
  286. {block:PermalinkPage}
  287. width: 400px;
  288. margin-left:-20px;
  289. {/block:PermalinkPage}
  290. }
  291.  
  292. #album
  293. {border:5px solid #fff;
  294. width:200px;
  295. height:200px;
  296. margin:10px;
  297. float:left;}
  298.  
  299. #infos
  300. {float:left;z-index:9999999999;
  301. margin-top:-50px;
  302. color: black;
  303. background:white;
  304. padding:5px;
  305. width:auto;
  306. }
  307.  
  308. #player
  309. {float:left;
  310. width:20px;
  311. padding:5px;
  312. height:20px;
  313. overflow:hidden;
  314. margin-top:-130px;
  315. margin-left:105px;
  316. }
  317.  
  318.  
  319. #infscr-loading{
  320. bottom: -70px;
  321. position: absolute;
  322. left: 50%;
  323. margin-left:-8px;
  324. width:16px;
  325. height:11px;
  326. overflow:hidden;
  327. margin-bottom: 50px;
  328. }
  329.  
  330. .title{
  331. font-family: verdana;
  332. font-size: 12px;
  333. line-height:10px;
  334. color: black;
  335. font-weight: normal;
  336. }
  337. .blogtitle{
  338. font-family: calibri;
  339. font-size: {text:blog title size}px;
  340. line-height: 28px;letter-spacing:2px;
  341. color: {color:Title};text-transform:uppercase;
  342. border-bottom: 1px solid {color:borders};text-align:right;
  343. font-weight: normal;
  344. padding:0px 0px 0px 0px;
  345. }
  346.  
  347. @font-face {font-family: xx; src: url('http://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf');
  348. }
  349.  
  350.  
  351. blockquote {
  352. margin: 10px 0px 10px 10px;
  353. padding-left: 10px;
  354. border-left: solid 4px #000;
  355. }
  356.  
  357.  
  358. #postie{
  359. position:fixed !important;
  360. right:3px;
  361. top:26px;
  362. font-family: arial;
  363. font-size: 10px;
  364. line-height:12px;
  365. vertical-align: middle;
  366. overflow: hidden;
  367. padding:3px;
  368. -webkit-border-radius:2px;
  369. moz-border-radius:2px;
  370. -o-border-radius:2px;
  371. border-radius:2px;
  372. z-index: 100;}
  373.  
  374. #postie a{
  375. color: #fff;}
  376.  
  377. #cole{
  378. padding-right:3px;
  379. padding-top:3px;
  380. color:{color:sidebar link and post link};
  381. text-align:right;
  382. background:#eee;
  383. }
  384.  
  385. #cole a {
  386. padding-right:1px;
  387. display:relative;
  388. max-width:300px;
  389. text-align:right;
  390. color:{color:sidebar link and post link};
  391. }
  392.  
  393. #cole .mohr {
  394. padding-left:0px;
  395. margin-top:-10px;
  396. filter: alpha(opacity = 0);
  397. opacity:0;
  398. color:{color:sidebar link and post link};
  399. -webkit-transition: all 1s ease-out;
  400. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  401. text-align:right;text-transform:lowercase;
  402. }
  403.  
  404. #cole .mohr a{
  405. color:{color:sidebar link and post link};
  406. }
  407.  
  408. #cole:hover .mohr {
  409. margin-top:5px;
  410. padding-left:10px;
  411. -webkit-transition: all 1s ease-out;
  412. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  413. filter: alpha(opacity = 80);
  414. filter: alpha(opacity = 100);
  415. opacity:100;
  416. }
  417.  
  418. </style>
  419. </div>
  420. {block:IndexPage}
  421. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  422. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  423. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  424. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  425.  
  426. <script type="text/javascript">
  427. $(window).load(function () {
  428. var $content = $('#posts');
  429. $content.masonry({itemSelector: '.entry'}),
  430. $content.infinitescroll({
  431. navSelector : 'div#pagination',
  432. nextSelector : 'div#pagination a#nextPage',
  433. itemSelector : '.entry',
  434. loading: {
  435. finishedMsg: '',
  436. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  437. },
  438. bufferPx : 600,
  439. debug : false,
  440. },
  441. // call masonry as a callback.
  442. function( newElements ) {
  443. var $newElems = $( newElements );
  444. $newElems.hide();
  445. // ensure that images load before adding to masonry layout
  446. $newElems.imagesLoaded(function(){
  447. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  448.  
  449.  
  450. });
  451. });
  452. });
  453. </script>
  454.  
  455. <script type="text/javascript" src="http://static.tumblr.com/
  456. xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  457. {/block:IndexPage}
  458.  
  459. <title>{title}</title>
  460.  
  461. <link rel="shortcut icon" href="{Favicon}">
  462. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  463. <meta name="viewport" content="width=820" />
  464.  
  465. </head>
  466. <body>
  467.  
  468. <div class="wrapper">
  469. <div class="header">
  470. </div>
  471.  
  472.  
  473. <div id="sidebar">
  474. {block:ifshowblogtitle}<div class="blogtitle"><a href="/">{Title}</div></a><br>{/block:ifshowblogtitle}
  475. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}"width=220px></a>
  476. <div style="padding-top:4px; margin-top:9px;border-top:1px solid {color:borders};"></div>
  477. {/block:ifshowphoto}
  478.  
  479. <div style="padding-bottom:4px;">
  480. {description}</div>
  481. <div id="cole">
  482. NAVIGATE
  483. <div class="mohr">
  484. <div id="linkbar">
  485. <div class="headerlinks"><a href="/">home</a></div>
  486. <div class="headerlinks"><a href="/ask">ask</a></div>
  487. <div class="headerlinks"><a href="/archive">archive</a></div>
  488. {block:IfLinkonetitle}<div class="headerlinks"><a href="{text:link one}">{text:link one title}</a></div>{/block:IfLinkonetitle}
  489. {block:IfLinktwotitle}<div class="headerlinks"><a href="{text:link two}">{text:link two title}</a></div>{/block:IfLinktwotitle}
  490. {block:IfLinkthreetitle}<div class="headerlinks"><a href="{text:link three}">{text:link three title}</a></div>{/block:IfLinkthreetitle}
  491. {block:IfLinkfourtitle}<div class="headerlinks"><a href="{text:link four}">{text:link four title}</a></div>{/block:IfLinkfourtitle}
  492. {block:IfLinkfivetitle}<div class="headerlinks"><a href="{text:link five}">{text:link five title}</a></div>{/block:IfLinkfivetitle}
  493. <div class="headerlinks"><a href="http://cyrusnigga.tumblr.com">theme</a></div>
  494.  
  495. </div></div>
  496. </div>
  497. </div>
  498.  
  499.  
  500. {block:ifborderbar}
  501. <div id="qt">
  502. </div>
  503. {block:ifborderbar}
  504.  
  505. <div class="left">
  506.  
  507. <div id="posts">
  508.  
  509. {block:Posts}
  510. <div class="entry">
  511. {block:IndexPage}<div class="permalink">
  512. <a href="{permalink}">{NoteCount}</a> |
  513. <a href="{ReblogURL}" target="_blank">reblog</a> |
  514. {block:RebloggedFrom}
  515. <a href="{ReblogParentURL}">via</a>{block:ContentSource} |
  516. <a href="{ReblogRootURL}">source</a>
  517. {/block:ContentSource}{/block:RebloggedFrom}
  518. </span></div>{/block:IndexPage}
  519.  
  520.  
  521.  
  522. {block:Answer}
  523. <div class="ask">{Asker} has asked: {Question}</div>
  524. {Answer}
  525. {/block:Answer}
  526.  
  527. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  528.  
  529. {/block:text}
  530.  
  531. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}
  532. {/block:link}
  533.  
  534. {block:Photo}
  535. {block:IndexPage}
  536. {/block:IndexPage}
  537. {block:indexpage}
  538. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  539. {/block:indexpage}
  540. {block:permalinkpage}
  541. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  542. {/block:permalinkpage}
  543. {/block:Photo}
  544.  
  545. {block:Photoset}
  546. {block:IndexPage}
  547. {Photoset-250}
  548. {/block:IndexPage}
  549. {block:PermalinkPage}
  550. {Photoset-500}
  551. {/block:PermalinkPage}
  552. {/block:Photoset}
  553.  
  554. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}
  555.  
  556. {/block:Quote}
  557.  
  558. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}</ul>
  559. {/block:Chat}
  560.  
  561.  
  562. {Line}
  563. </li>
  564. {/block:Lines}
  565. </ul>
  566. {/block:Chat}
  567.  
  568. {block:Audio}
  569. {block:IndexPage}
  570. <div id="album">{block:AlbumArt}<img width="200px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  571. <div id="player"><div style="margin-top:-3px; margin-left:-3px;">{AudioPlayerBlack}</div></div>
  572. <div id="infos">
  573. <div class="name">{block:TrackName}
  574. {TrackName}
  575. {/block:TrackName}</div>
  576. {block:Artist}
  577. <div id="artist">by {Artist}</div>
  578. {/block:Artist}
  579. <div style="padding-top:2px;">{PlayCountWithLabel}</div>
  580. </div>
  581.  
  582. {/block:IndexPage}
  583. {block:PermalinkPage}
  584. {block:AlbumArt}<img width="500px" src="{AlbumArtURL}"/>{/block:AlbumArt}
  585. <br/><br/>
  586. {AudioPlayerWhite}
  587. <br/>
  588. {block:TrackName}
  589. {TrackName}
  590. {/block:TrackName}
  591. {block:Artist}
  592. by {Artist}
  593. {/block:Artist}
  594. {/block:PermalinkPage}
  595. {/block:Audio}
  596.  
  597. {block:Video}
  598. {block:IndexPage}
  599.  
  600. <center>
  601. {Video-250}</center>
  602. {/block:IndexPage}
  603. {block:PermalinkPage}
  604. <center>
  605. {Video-400}</center>
  606. {/block:PermalinkPage}
  607. {block:Video}
  608.  
  609. {block:PermalinkPage}
  610. <center>
  611. <br>{TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  612. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  613.  
  614.  
  615. {/block:PermalinkPage}
  616.  
  617.  
  618. {block:PostNotes}{PostNotes}
  619. {/block:PostNotes}
  620. </div>
  621.  
  622.  
  623. {/block:Posts}
  624. </div>
  625. </div>
  626. {block:IndexPage}
  627. {block:Pagination}
  628. <div id="pagination">
  629. {block:NextPage}
  630. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  631. {/block:NextPage}
  632. {block:PreviousPage}
  633. <a href="{PreviousPage}">&larr;&nbsp;</a>
  634. {/block:PreviousPage}
  635. </div>
  636. {/block:Pagination}
  637. {/block:IndexPage}
  638.  
  639. </body>
  640. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement