Advertisement
ialkhachi

Theme 15 - Forever 22

May 25th, 2014
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. <!-- * THEME BY THEMESBYIMANI *-->
  2.  
  3.  
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7.  
  8.  
  9. <title>{title}</title>
  10.  
  11. <meta name="text:Link1" content="/"/>
  12. <meta name="text:Link1 Title" content="One"/>
  13. <meta name="text:Link2" content="/"/>
  14. <meta name="text:Link2 Title" content="Two"/>
  15. <meta name="text:Link3" content="/"/>
  16. <meta name="text:Link3 Title" content="Three"/>
  17. <meta name="text:Link4" content="/"/>
  18. <meta name="text:Link4 Title" content="Four"/>
  19. <meta name="text:Link5" content="/"/>
  20. <meta name="text:Link5 Title" content="Five"/>
  21. <meta name="text:Link6" content="/"/>
  22. <meta name="text:Link6 Title" content="Six"/>
  23. <meta name="color:Background" content="#DCDCDC"/>
  24. <meta name="color:link" content="#D3D3D3"/>
  25. <meta name="color:text" content="#121212"/>
  26. <meta name="color:hover" content="#141414"/>
  27. <meta name="color:border" content="#A9A9A9"/>
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32.  
  33. ::-webkit-scrollbar {width: 5px; height: 3px; background: #FFFFFF;}
  34.  
  35. ::-webkit-scrollbar-thumb {background-color:{color:text} ; border: 0px solid #f8f8f8;}
  36.  
  37.  
  38.  
  39.  
  40. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  41.  
  42. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  43.  
  44. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  45.  
  46. p {
  47. margin:0px;
  48. margin-top:0px;
  49. }
  50.  
  51.  
  52. body {
  53. padding:10px;
  54. margin: 1px;
  55. color:{color:text};
  56. font-family: Neue;
  57. line-height:100%;
  58. letter-spacing:2px;
  59. font-size:13px;
  60. background-color: {color:Background};
  61. background-image:url({image:Background});
  62. background-attachment: fixed;
  63. background-repeat: repeat;
  64. }
  65.  
  66.  
  67. a:link, a:active, a:visited{
  68. text-decoration: none;
  69. -webkit-transition: color 0.3s ease-out;
  70. -moz-transition: color 0.3s ease-out;
  71. transition: color 0.3s ease-out;
  72. color:{color:link};
  73. }
  74.  
  75. a:hover {
  76. text-decoration: none;
  77. font-style:;
  78. color: {color:Hover};
  79. }
  80.  
  81.  
  82. div#center{
  83. margin:auto;
  84. position:relative;
  85. width:1340px;
  86. overflow:auto;
  87. overflow-y:hidden;
  88. }
  89.  
  90. @font-face {font-family: Neue; src:url(http://static.tumblr.com/a6640nt/Qdkn65dni/helveticaneue-thincond.otf)}
  91.  
  92. .entry {
  93. padding:7px;
  94. border-radius:2px;
  95. border:1px solid {color:border};
  96. float:left;
  97. margin:5px;
  98. overflow:hidden;
  99. width:220px;
  100. {block:PermalinkPage}
  101. width:500px;
  102. text-align:left;
  103. line-height:10px;
  104. {/block:PermalinkPage}
  105. background:white;
  106. }
  107.  
  108.  
  109. #posts {
  110. width:1250px;
  111. margin-top:120px;
  112. margin-left:75px;
  113. right:auto;
  114. background:transparent;
  115. margin-right:auto;
  116. overflow-y: hidden;
  117. position:inherit;
  118. }
  119.  
  120. #header {
  121. position: fixed;
  122. z-index: 8999;
  123. background-color: #fff;
  124. box-shadow: 0 3px 10px rgba(0,0,0,.4);
  125. clear: both;
  126. display: block;
  127. height: 100px;
  128. width: 115%;
  129. margin-left:-130px;
  130. margin-top:-11px;
  131. }
  132.  
  133. #sidetitle {
  134. margin-top:25px;
  135. font-family: Neue;
  136. font-size:40px;
  137. letter-spacing:5px;
  138. margin-left:250px;
  139. margin-top:60px;
  140. }
  141.  
  142. .links {
  143. font-size:20px;
  144. margin-left:500px;
  145. margin-top:21px;
  146. }
  147.  
  148. .links a {
  149. padding-right:20px;
  150. padding-bottom:5px;
  151. transition: border .2s ease-in-out;
  152. }
  153.  
  154. .links a:hover {
  155. border-bottom:solid 5px #000;
  156. transition: border .2s ease-in-out;
  157. }
  158.  
  159. .desc {
  160. margin-top:-60px;
  161. text-align:right;
  162. margin-right:-625px;
  163. width:250px;
  164.  
  165. }
  166.  
  167.  
  168. .title{
  169. line-height: 12px;
  170. color:{color:Title};
  171. font-weight: normal;
  172. }
  173.  
  174.  
  175. .permalink {
  176. color:black;
  177. font-size:12px;
  178. opacity: 0;
  179. width:215px;
  180. height:15px;
  181. padding-bottom:0px;
  182. padding-left:5px;
  183. padding-top:5px;
  184. background-color: #fff;
  185. position: absolute;
  186. bottom:-5px;
  187. text-align:center;
  188. text-transform:uppercase;
  189. font-family:Neue;
  190. letter-spacing:1px;
  191. line-height:12px;
  192. border-top:1px solid {color:border};
  193. display:block;
  194. -webkit-transition-duration: .5s;
  195. }
  196.  
  197. .entry:hover .permalink {
  198. position: absolute;
  199. width:215px;
  200. opacity:1;
  201. bottom:3px;
  202. z-index:99;
  203. padding-top:5px;
  204. padding-bottom:0px;
  205. -moz-transition-duration:0.5s;
  206. -webkit-transition-duration:0.5s;
  207. -o-transition-duration:0.5s;
  208. }
  209.  
  210.  
  211. #infscr-loading{
  212. bottom: -70px;
  213. position: absolute;
  214. left: 50%;
  215. margin-left:-8px;
  216. width:16px;
  217. height:11px;
  218. overflow:hidden;
  219. margin-bottom: 50px;
  220. }
  221.  
  222.  
  223. #postnotes{
  224. text-align: justify;}
  225.  
  226. #postnotes blockquote{
  227. border: 1px;}
  228.  
  229. blockquote{
  230. padding:0px 0px 2px 5px;
  231. margin:0px 0px 2px 5px;
  232. border-left: 1px solid {color:border};
  233. }
  234.  
  235. blockquote p, ul{
  236. margin:0px;
  237. padding:0px;
  238. }
  239.  
  240. a img{border: 0px;}
  241.  
  242.  
  243. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  244.  
  245. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  246. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  247.  
  248. .notes img{width:10px; position:relative; top:3px;}
  249. <--ses-->
  250. small{font-size: 90%;}
  251.  
  252. /* --- EDIT CREDIT HERE ---*/
  253.  
  254. #credit{
  255. font-size: 10px;
  256. font-style:none;
  257. letter-spacing: 0px;
  258. float: center;
  259. position: fixed;
  260. bottom: 10px;
  261. right: 10px;
  262. text-transform:none;
  263. font-family:Neue;
  264. -moz-transition-duration:0.7s;
  265. -webkit-transition-duration:0.7s;
  266. -o-transition-duration:0.7s;
  267. }
  268.  
  269. #credit a{
  270. color: #fff;
  271. background:{color:text};
  272. padding:5px;
  273. -moz-transition-duration:0.7s;
  274. -webkit-transition-duration:0.7s;
  275. -o-transition-duration:0.7s;
  276. }
  277.  
  278. #credit a:hover{
  279. color:{color:text};
  280. background:#fff
  281. -moz-transition-duration:0.7s;
  282. -webkit-transition-duration:0.7s;
  283. -o-transition-duration:0.7s;
  284. }
  285.  
  286. {CustomCSS}
  287.  
  288. </style>
  289.  
  290. <!-- INFINITE SCROLL THING -->
  291.  
  292. {block:IndexPage}
  293. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  294. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  295.  
  296. <script type="text/javascript">
  297. $(window).load(function(){
  298. var $wall = $('#posts');
  299. $wall.imagesLoaded(function(){
  300. $wall.masonry({
  301. itemSelector: '.entry, .entry_photo',
  302. isAnimated : false
  303. });
  304. });
  305.  
  306. $wall.infinitescroll({
  307. navSelector : '#pagination',
  308. nextSelector : '#pagination a',
  309. itemSelector : '.entry, .entry_photo',
  310. bufferPx : 2000,
  311. debug : false,
  312. errorCallback: function() {
  313. $('#infscr-loading').fadeOut('normal');
  314. }},
  315. function( newElements ) {
  316. var $newElems = $( newElements );
  317. $newElems.hide();
  318. $newElems.imagesLoaded(function(){
  319. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  320. });
  321. }); $('#posts').show(500);
  322. });
  323.  
  324. </script>
  325.  
  326.  
  327. {/block:IndexPage}
  328.  
  329. <link rel="shortcut icon" href="{Favicon}" />
  330. <meta name="viewport" content="width=820" />
  331.  
  332.  
  333.  
  334. </head>
  335.  
  336. <body>
  337. <BODY onselectstart="return false;" ondragstart="return false;">
  338. <div class="wrapper">
  339. <div class="header">
  340. </div>
  341. <div id="cage">
  342. <div id="center">
  343.  
  344. <div id="header">
  345. <div id="sidetitle"><strong>{Blogtitle}</strong></div>
  346. <center>
  347. <div class="desc">
  348. {Description}
  349. </div>
  350. <div class="links">
  351. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  352. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  353. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink2}
  354. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  355. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  356. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  357. </div>
  358. </center>
  359. </div>
  360.  
  361. <div class="left">
  362. <div id="posts">
  363. {block:Posts}
  364. <div class="entry">
  365.  
  366. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right>
  367. <!--EDIT THE PERMALINK STUFF ON TEXT POSTS-->
  368. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a>
  369. {/block:Text}
  370.  
  371. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  372. class="permalink"><a href="{Permalink}"><a href="{Permalink}"></a> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a><a href="{Permalink}">{NoteCount} notes {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  373.  
  374.  
  375. <!--EDIT THE PERMALINK STUFF ON PHOTOS-->
  376. {block:Photo}
  377. {block:IndexPage}
  378. <center>
  379. <div class="permalink">
  380. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes </a><a href="{ReblogURL}" target="_blank"> - reblog </a> </div>
  381. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  382. {/block:IndexPage}
  383. {block:PermalinkPage}
  384. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  385.  
  386. {LinkCloseTag}
  387. {/block:PermalinkPage}
  388. {/block:Photo}
  389. {block:Photoset}
  390. {block:IndexPage}
  391. <center>
  392. <!--EDIT THE PERMALINK STUFF ON PHOTOSETS-->
  393. <div class="permalink">
  394. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  395. {Photoset-250}</center>
  396. {/block:IndexPage}
  397. {block:PermalinkPage}
  398. <center>
  399. {/block:PermalinkPage}
  400. {/block:Photoset}
  401.  
  402. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right>
  403. <!--EDIT THE PERMALINK STUFF ON QUOTES-->
  404. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes-</a><a href="{ReblogURL}" target="_blank"> reblog </a> <a
  405. </span>{/block:Quote}
  406.  
  407. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  408. <ul class="chat">
  409. {block:Lines}
  410. <li class="user_{UserNumber}">
  411. {block:Label}
  412. <span class="label">{Label}</span>
  413. <div class="permalink">
  414. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  415. {/block:Label}
  416.  
  417. {Line}
  418. </li>
  419. {/block:Lines}
  420. <!--EDIT THE PERMALINK STUFF ON CHATS-->
  421. <div class="permalink">
  422. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  423. {/block:Chat}
  424.  
  425. {block:Audio}
  426. <div style="width:200px; height:30px;">
  427. {AudioPlayerBlack}
  428. </div>
  429. <!--EDIT THE PERMALINK STUFF ON AUDIO POSTS-->
  430. <div class="permalink">
  431. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  432. {/block:Audio}
  433.  
  434. {block:Video}
  435. {block:IndexPage}
  436. <center>
  437. <!--EDIT THE PERMALINK STUFF ON VIDEO POSTS-->
  438. <div class="permalink">
  439. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  440. {Video-250}</center>
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. <center>
  444. {Video-400}</center>
  445. {/block:PermalinkPage}
  446. {block:Video}
  447.  
  448. <!--EDIT QUESTIONS AND ANSWERS ONLY HERE-->
  449. {block:Answer}
  450. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:3px; border: 1px solid {color:border};"/>
  451. <div style="font-family:Neue; font-size:20px; margin-top:5px; font-style:none;"> <b>{Asker} </div> <div style="font-family:Neue; font-style:italic">- {Question}</b> </div>
  452. <br>
  453. <div style="font-family:Neue; text-transform:none;">{Answer} </div>
  454. {/block:Answer}
  455.  
  456.  
  457. {block:PostNotes}<div align="middle">{caption}</div>
  458. <center>
  459.  
  460. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  461.  
  462. {block:HasTags}
  463. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  464. {block:RebloggedFrom}
  465. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  466. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  467.  
  468. {/block:RebloggedFrom}
  469. </center></span>
  470. <br>
  471. <div id="postnotes">{PostNotes}</div><br>
  472.  
  473. <center>{block:ContentSource}
  474. <br><a href="{SourceURL}">
  475. {lang:Source}:
  476. {block:SourceLogo}
  477. <img src="{BlackLogoURL}" width="{LogoWidth}"
  478. height="{LogoHeight}" alt="{SourceTitle}" />
  479. {/block:SourceLogo}
  480. {block:NoSourceLogo}
  481. {SourceLink}
  482. {/block:NoSourceLogo}
  483. </a>
  484. {/block:ContentSource}</center>
  485.  
  486. {/block:PostNotes}
  487. </div>
  488. {/block:Posts}
  489. </div></div>
  490.  
  491.  
  492.  
  493. {block:IndexPage}
  494. {block:Pagination}
  495. <div id="pagination">
  496. {block:NextPage}
  497. <a id="nextPage" href="{NextPage}"></a>
  498. {/block:NextPage}
  499. {block:PreviousPage}
  500. <a href="{PreviousPage}"></a>
  501. {/block:PreviousPage}
  502. </div>
  503. {/block:Pagination}
  504. {/block:IndexPage}
  505.  
  506. <div id="credit" data="credit"> <a href="http://themesbyimani.tumblr.com">♕</a></div>
  507.  
  508.  
  509. </body>
  510. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement