Advertisement
Guest User

Untitled

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