feiinho

theme 26 - http://harshthemes.tumblr.com/

Jul 21st, 2013
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.90 KB | None | 0 0
  1. <head>
  2.  
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <script type="text/javascript" src="ajax.googleapis.com/ajax/pitch/jquerey.js"></script>
  7.  
  8. <!-- hdefault -->
  9. <meta name="color:Background" content="#fff"/>
  10. <meta name="color:Text" content="#000000"/>
  11. <meta name="color:Hover" content="#000000"/>
  12. <meta name="color:Link" content="#000000"/>
  13. <meta name="image:Sidebar" content="1"/>
  14. <meta name="image:Background" content="1"/>
  15. <meta name="if:full screen background" content=""/>
  16. <meta name="image:Sidebar bg" content="" />
  17. <meta name="text:Link One Title" content="" />
  18. <meta name="text:Link One" content="" />
  19. <meta name="text:Link Two Title" content="" />
  20. <meta name="text:Link Two" content="" />
  21. <meta name="text:Link Three Title" content="" />
  22. <meta name="text:Link Three" content="" />
  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 Title" content="" />
  30. <meta name="text:Link Four" content="" />
  31. <meta name="text:Link Five Title" content="" />
  32. <meta name="text:Link Five" content="" />
  33. <meta name="text:Link Six Title" content="" />
  34. <meta name="text:Link Six" content="" />
  35.  
  36. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/black/jquery/1.4.1/jquery.min.js"></script>
  37.  
  38. <style type="text/css">
  39.  
  40. #bg img {
  41. z-index:-1;
  42. position:fixed;
  43. top:0;
  44. left:0;
  45. height:100%;
  46. width:100%;
  47. }
  48.  
  49. ::-webkit-scrollbar {
  50. height:5px;
  51. width:5px;
  52. background-color:#ECECEC;
  53. border-left: 1px solid #C5C5C5;
  54. }
  55.  
  56. ::-webkit-scrollbar-thumb {
  57. border-top: 1px solid #303030;
  58. border-bottom: 1px solid #303030;
  59. border-left: 1px solid #4B4B4B;
  60. background-color:#474747;
  61. height:auto;
  62. }
  63.  
  64. .answer {
  65. text-align:right;
  66. font-family:cambria;
  67. font-size: 10px;
  68. }
  69.  
  70. iframe#tumblr_controls {
  71. right:3px !important;
  72. position: fixed !important;
  73. -webkit-transition: opacity 0.7s
  74. linear;opacity: 0.5;
  75. -webkit-transition: all 0.8s ease-out;
  76. -moz-transition: all 0.8s ease-out;
  77. transition: all 0.8s ease-out;
  78. }
  79.  
  80. iframe#tumblr_controls:hover{
  81. -webkit-transition: opacity 0.7s linear;
  82. opacity: 1;
  83. -webkit-transition: all 0.4s ease-out;
  84. -moz-transition: all 0.4s ease-out;
  85. transition: all 0.4s ease-out;
  86. }
  87.  
  88. .wrapper{
  89. margin:1px auto;
  90. width: 802px;
  91. }
  92.  
  93. .header{
  94. float: left;
  95. width: 100%;
  96. }
  97.  
  98. .left{
  99. float: left;
  100. margin-right: 20px;
  101. width: 802px;
  102. }
  103.  
  104. .right{
  105. float: right;
  106. width: 200px;
  107. }
  108.  
  109. body {
  110. padding: 2px;
  111. margin: 0px;
  112. font-family: ronda;
  113. background-attachment: fixed;
  114. background-repeat: repeat;
  115. background-color: {color:Background};
  116. background-image:url({image:Background});
  117. color:{color:text};
  118. }
  119.  
  120. a:link, a:active, a:visited{
  121. text-decoration: none;
  122. -webkit-transition: color 0.4s ease-out;
  123. -moz-transition: color 0.4s ease-out;
  124. color: {color:Link};
  125. }
  126.  
  127. a:hover {
  128. text-decoration: none;
  129. text-shadow:1px 1px 5px #000;
  130. color:{color:Hover};
  131. }
  132.  
  133. .entry {
  134. margin: 5px;
  135. padding-top: 5px;
  136. padding-left: 5px;
  137. padding-right: 5px;
  138. padding-bottom: 4px;
  139. float:left;
  140. background-color: white;
  141. font-family: cambria;
  142. overflow:hidden;
  143. font-size: 10px;
  144. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  145. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  146. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  147. {block:IndexPage}
  148. width:250px;
  149. {/block:IndexPage}
  150. {block:PermalinkPage}
  151. width:520px;
  152. {/block:PermalinkPage}
  153. }
  154.  
  155. .entry .permatext {
  156. opacity: 0;
  157. right: 5px;
  158. padding-bottom; 5px;
  159. margin-top: 0px;
  160. padding-top: 1px;
  161. padding-left: 5px;
  162. padding-right:5px;
  163. width: auto;
  164. height:12px;
  165. position:absolute;
  166. font-size: 10px;
  167. -webkit-transition: all 0.4s linear;
  168. }
  169.  
  170. .entry:hover .permatext {
  171. text-align:left;
  172. opacity: 1;
  173. background-color: white;
  174. -webkit-transition: all 0.4s linear;
  175. }
  176.  
  177. .entry .perma{
  178. width:auto;
  179. position: absolute;
  180. text-transform:uppercase;
  181. font-size: 10px;
  182. text-align: center;
  183. opacity: 0.0;
  184. background-color:#fff;
  185. margin-left: 0px;
  186. padding: 5px;
  187. margin-top: 0px;
  188. border-bottom-right-radius:5px;
  189. letter-spacing: 2px;
  190. -webkit-transition: all 0.2s linear;
  191. -moz-transition: all 0.2s linear;
  192. transition: all 0.2s linear;
  193. transition: all 0.8s ease-out;
  194. }
  195.  
  196. .entry:hover .perma{
  197. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  198. -webkit-transition: all 0.2s linear;
  199. -moz-transition: all 0.2s linear;
  200. transition: all 0.2s linear;
  201. transition: all 0.8s ease-out;
  202. }
  203.  
  204. .entry .perma:hover {
  205. opacity:1;
  206. padding-left:20px;
  207. -webkit-transition: all 0.2s linear;
  208. -moz-transition: all 0.2s linear;
  209. transition: all 0.2s linear;
  210. transition: all 0.8s ease-out;
  211. }
  212.  
  213. .desc a {
  214. color:white;
  215. }
  216.  
  217. #cody {
  218. position:fixed;
  219. left:5px;
  220. bottom:0px;
  221. }
  222.  
  223. #cody img {
  224. border-radius:50px;
  225. width:20px;
  226. }
  227.  
  228. #sidebar img {
  229. margin-top:5px;
  230. }
  231.  
  232. #sidebar{
  233. width:220px;
  234. padding: 5px;
  235. z-index:1;
  236. position:fixed !important;
  237. text-align:center;
  238. top:5px;
  239. height:100%;
  240. background-color: white;
  241. font-family: cambria;
  242. margin-left:-40px;
  243. font-size: 10px;
  244. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  245. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  246. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  247. background-image:url({image:sidebar bg});
  248. }
  249.  
  250. #posts {
  251. width: 540px;
  252. margin-left:193px;
  253. margin-top: -3px;
  254. {block:PermalinkPage}
  255. margin-left:193px;
  256. {/block:PermalinkPage}
  257. float:left;
  258. }
  259.  
  260. #infscr-loading{
  261. bottom: -70px;
  262. position: absolute;
  263. left: 50%;
  264. margin-left:-8px;
  265. width:16px;
  266. height:11px;
  267. overflow:hidden;
  268. margin-bottom: 50px;
  269. }
  270.  
  271. .title{
  272. font-family: cambria;
  273. font-size: 20px;
  274. line-height:20px;
  275. color: black;
  276. }
  277.  
  278. blockquote{
  279. margin-left: 0px;
  280. padding: 1px;
  281. border-left: 3px solid lightgrey;
  282. }
  283.  
  284. .niall {
  285. margin: 1px;
  286. font-size: 10px;
  287. height: 12px;
  288. padding: 2px;
  289. letter-spacing: 1px;
  290. text-align:right;
  291. background-color:black;
  292. text-transform:uppercase;
  293. color:white;
  294. font-family:consolas;
  295. display:inline-block;
  296. -webkit-filter:invert(0%);
  297. -webkit-transition: all 0.6s ease;
  298. -moz-transition: all 0.6s ease;
  299. -o-transition: all 0.6s ease;
  300. }
  301.  
  302. .niall:hover {
  303. -webkit-filter:invert(100%);
  304. -webkit-transition: all 0.6s ease;
  305. -moz-transition: all 0.6s ease;
  306. -o-transition: all 0.6s ease;
  307. }
  308.  
  309. .niall a {
  310. color:white;
  311. }
  312.  
  313. #horan {
  314. width:216px;
  315. opacity:1;
  316. background-color:black;
  317. height:14px;
  318. padding:2px;
  319. margin-top:5px;
  320. overflow:hidden;
  321. -webkit-transition: all 0.6s ease;
  322. -moz-transition: all 0.6s ease;
  323. -o-transition: all 0.6s ease;
  324. }
  325.  
  326. .nav {
  327. color:white;
  328. height:14px;
  329. font-family:'consolas';
  330. text-transform:uppercase;
  331. font-size:12px;
  332. }
  333.  
  334. #horan:hover {
  335. height:50px;
  336. -webkit-transition: all 0.6s ease;
  337. -moz-transition: all 0.6s ease;
  338. -o-transition: all 0.6s ease;
  339. }
  340.  
  341. #zayn {
  342. width:216px;
  343. opacity:1;
  344. background-color:black;
  345. height:14px;
  346. padding:2px;
  347. margin-top:5px;
  348. overflow:hidden;
  349. font-family:'Consolas';
  350. font-size:12px;
  351. }
  352.  
  353. #zayn a {
  354. color:white;
  355. }
  356.  
  357. #derpdesc {
  358. width:216px;
  359. opacity:1;
  360. background-color:black;
  361. height:auto;
  362. padding:2px;
  363. margin-top:5px;
  364. color:white;
  365. overflow:hidden;
  366. font-family:'cambria';
  367. font-size:10px;
  368. }
  369.  
  370. #derpdesc a {
  371. color:white;
  372. }
  373.  
  374. #keepthecreditplease{
  375. position:fixed! important;
  376. right: 67px;
  377. top: 25px;
  378. font-family: 'Antic';
  379. width: 35px;
  380. height: 16px;
  381. text-align: right;
  382. font-size: 10px;
  383. opacity: .5;
  384. -webkit-transition: all 0.7s ease;
  385. -moz-transition: all 0.7s ease;
  386. -o-transition: all 0.7s ease;
  387. }
  388.  
  389. #keepthecreditplease:hover {
  390. opacity: 1;
  391. -webkit-transition: all 0.7s ease;
  392. -moz-transition: all 0.7s ease;
  393. -o-transition: all 0.7s ease;
  394. }
  395.  
  396. {CustomCSS}
  397.  
  398. </style>
  399.  
  400. {block:IndexPage}
  401. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  402. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  403.  
  404. <script type="text/javascript">
  405. $(window).load(function () {
  406. var $content = $('#posts');
  407. $content.masonry({itemSelector: '.entry'}),
  408. $content.infinitescroll({
  409. navSelector : 'div#pagination',
  410. nextSelector : 'div#pagination a#nextPage',
  411. itemSelector : '.entry',
  412. loading: {
  413. finishedMsg: '',
  414. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  415. },
  416. bufferPx : 600,
  417. debug : false,
  418. },
  419. // call masonry as a callback.
  420. function( newElements ) {
  421. var $newElems = $( newElements );
  422. $newElems.hide();
  423. // ensure that images load before adding to masonry layout
  424. $newElems.imagesLoaded(function(){
  425. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  426.  
  427.  
  428. });
  429. });
  430. });
  431. </script>
  432.  
  433. {/block:IndexPage}
  434.  
  435. <title>{title}</title>
  436.  
  437. <link rel="shortcut icon" href="{Favicon}">
  438. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  439. <meta name="viewport" content="width=820" />
  440.  
  441. </head>
  442. <body>
  443. <div class="wrapper">
  444. <div class="header">
  445.  
  446. {block:iffullscreenbackground}<div id="bg"><img src="{image:Background}"></div>{/block:iffullscreenbackground}
  447.  
  448. <div id="keepthecreditplease">
  449. <a href="http://hashtagharsh.tumblr.com"><img src="http://i50.tinypic.com/3325qp0.png"></a>
  450. </div>
  451.  
  452. <div class="left">
  453.  
  454. <div id="posts">
  455.  
  456. {block:Posts}
  457. <div class="entry">
  458.  
  459. {block:IndexPage}
  460. {/block:IndexPage}
  461.  
  462. {block:Text}
  463. <div class="permatext">
  464. <a href="{permalink}"> {notecountwithlabel}
  465. </a> / <a href="{ReblogUrl}">reblog</a></div>
  466. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  467. {/block:Text}
  468.  
  469. {block:Answer}
  470. <br>
  471. <div style="margin: 3px; min-height:30px; padding: 3px; background-color: #fff; font-family: cambria; font-size: 10px;">
  472. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  473. {Asker} asked: {Question}<br></div>
  474. <Br>
  475. <div style="font-family: cambria; font-size: 10px;">
  476. {Answer}
  477. </div>
  478. <br>
  479. <div class="answer"><a href="{Permalink}">{NoteCount}</a></div>
  480. {/block:Answer}
  481.  
  482. {block:Link}
  483. <div class="permatext">
  484. <a href="{permalink}"> {notecountwithlabel}
  485. </a> / <a href="{ReblogUrl}">reblog</a></div>
  486. <a href="{URL}" class="title">{Name}</a>
  487. {block:Description}{Description}{/block:Description}
  488. {block:Link}
  489.  
  490. {block:Photo}
  491. {block:IndexPage}
  492.  
  493. <div class="perma">
  494. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">[↻]</a>
  495. </div>
  496.  
  497. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  498. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  499. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="520"/></a>{LinkCloseTag}{/block:PermalinkPage}
  500. {/block:Photo}
  501.  
  502. {block:Photoset}
  503. {block:IndexPage}
  504. <div class="permatext">
  505. <a href="{permalink}"> {notecountwithlabel}
  506. </a> / <a href="{ReblogUrl}">reblog</a></div>
  507.  
  508. <center>
  509. {Photoset-250}</center>
  510. {/block:IndexPage}
  511. {block:PermalinkPage}
  512. <center>
  513. {Photoset-500}</center>
  514. {/block:PermalinkPage}
  515. {/block:Photoset}
  516.  
  517. {block:Quote}
  518. <div class="permatext">
  519. <a href="{permalink}"> {notecountwithlabel}
  520. </a> / <a href="{ReblogUrl}">reblog</a></div>
  521. {Quote}
  522. {block:Source}<strong>{Source}</strong>{/block:Source}
  523. {/block:Quote}
  524.  
  525.  
  526. {block:Chat}
  527. <div class="permatext">
  528. <a href="{permalink}"> {notecountwithlabel}
  529. </a> / <a href="{ReblogUrl}">reblog</a></div>
  530. {block:Title}<span class="title">{Title}</span>{/block:Title}
  531. <ul class="chat">
  532. {block:Lines}
  533. <li class="user_{UserNumber}">
  534. {block:Label}
  535. <span class="label">{Label}</span>
  536. {/block:Label}
  537.  
  538. {Line}
  539. </li>
  540. {/block:Lines}
  541. </ul>
  542.  
  543. {/block:Chat}
  544.  
  545. {block:Audio}
  546. <div class="permatext">
  547. <a href="{permalink}"> {notecountwithlabel}
  548. </a> / <a href="{ReblogUrl}">reblog</a></div>
  549. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  550. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  551. {/block:Audio}
  552.  
  553. {block:Video}
  554. {block:IndexPage}
  555. <div class="permatext">
  556. <a href="{permalink}"> {notecountwithlabel}
  557. </a> / <a href="{ReblogUrl}">reblog</a></div>
  558. <center>
  559. {Video-250}</center>
  560. {/block:IndexPage}
  561. {block:PermalinkPage}
  562. <center>
  563. {Video-500}</center>
  564. {/block:PermalinkPage}
  565. {block:Video}
  566.  
  567. {block:PermalinkPage}
  568. <center>
  569. {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>
  570. {/block:PermalinkPage}
  571.  
  572.  
  573. {block:PostNotes}{PostNotes}
  574. {/block:PostNotes}
  575. </div>
  576.  
  577.  
  578. {/block:Posts}
  579. </div>
  580. </div>
  581. {block:IndexPage}
  582. {block:Pagination}
  583. <div id="pagination">
  584. {block:NextPage}
  585. <a id="nextPage" href="{NextPage}"></a>
  586. {/block:NextPage}
  587. {block:PreviousPage}
  588. <a href="{PreviousPage}"></a>
  589. {/block:PreviousPage}
  590. </div>
  591. {/block:Pagination}
  592. {/block:IndexPage}
  593. </div>
  594.  
  595. <div id="sidebar">
  596. <div id="zayn"><a href="/">{Title}</a></div><a href="/"><img src="{image:Sidebar}" width=220></a>
  597. <div id="horan"><div class="nav">Navigate</div>
  598. {block:IfLinkOneTitle}<div class="niall"><a href="{text:Link One}">{Text:Link One Title}</a></div>{/block:IfLinkOneTitle}
  599. {block:IfLinkTwoTitle}<div class="niall"><a href="{text:Link Two}">{Text:Link Two Title}</a></div>{/block:IfLinkTwoTitle}
  600. {block:IfLinkThreeTitle}
  601. <div class="niall"><a href="{text:Link Three}">{Text:Link Three Title}</a></div>
  602. {/block:IfLinkThreeTitle}
  603. {block:IfLinkFourTitle}
  604. <div class="niall"><a href="{text:Link Four}">{Text:Link Four Title}</a></div>
  605. {/block:IfLinkFourTitle}
  606. {block:IfLinkFiveTitle}
  607. <div class="niall"><a href="{text:Link Five}">{Text:Link Five Title}</a></div>
  608. {/block:IfLinkFiveTitle}
  609. {block:IfLinkSixTitle}
  610. <div class="niall"><a href="{text:Link Six}">{Text:Link Six Title}</a></div>
  611. {/block:IfLinkSixTitle}
  612. </div>
  613. <div id="derpdesc">{Description}</div>
  614. </div>
  615.  
  616. <div id="cody"><a href="http://calmunism.tumblr.com"><img src="http://media.tumblr.com/tumblr_meqhr6IGIz1rp2yv2.png"></a></div>
  617.  
  618. </body>
  619. </html>
Add Comment
Please, Sign In to add comment