Advertisement
iusedtobeher-themes

~They're all heroes~

Jan 24th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.09 KB | None | 0 0
  1. <!--Theme by iusedtobeher | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Offside' rel='stylesheet' type='text/css'>
  9.  
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  17. <meta name="color:background" content="" />
  18. <meta name="color:text" content="" />
  19. <meta name="color:link" content="" />
  20. <meta name="color:hover" content="" />
  21. <meta name="color:scrollbar" content="" />
  22. <meta name="color:blogtitle" content="" />
  23.  
  24. <meta name="image:sidebar" content="1"/>
  25. <meta name="image:sidebar2" content="1"/>
  26. <meta name="image:background" content="" />
  27.  
  28. <meta name="text:Link One Title" content="" />
  29. <meta name="text:Link One" content="" />
  30. <meta name="text:Link Two Title" content="link 2"/>
  31. <meta name="text:Link Two" content="" />
  32. <meta name="text:Link Three Title" content="link 3" />
  33. <meta name="text:Link Three" content="" />
  34.  
  35. <style type="text/css">
  36.  
  37. iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:11;}
  38.  
  39. img {
  40. border: 0px;
  41. padding: 0px;
  42. margin: 0px;
  43. }
  44.  
  45.  
  46. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  47. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  48.  
  49. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  50.  
  51. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  52.  
  53.  
  54. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  55.  
  56. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  57.  
  58. body {
  59. margin:0px;
  60. background-color: {color:Background};
  61. background-image:url({image:Background});
  62. background-attachment: fixed;
  63. background-repeat: repeat;}
  64. body, div, p, textarea, submit, input{
  65. font-family: dixel;
  66. font-size: 8px;
  67. line-height: 9px;
  68. letter-spacing:0px;
  69. color:{color:Text};
  70. }
  71.  
  72. a:link, a:active, a:visited{
  73. color: {color:Link};
  74. text-decoration: none;
  75. -webkit-transition: color 0.8s ease-out;
  76. -moz-transition: color 0.8s ease-out;
  77. transition: color 0.8s ease-out;
  78. }
  79.  
  80.  
  81. a:hover {
  82. color:{color:Hover};
  83. -webkit-transition: color 0.8s ease-out;
  84. -moz-transition: color 0.8s ease-out;
  85. text-decoration: none;
  86. }
  87.  
  88.  
  89. ::-webkit-scrollbar {width: 5px; height: 4px; background: #FFFFFF; border:1px solid #bebebe; }
  90.  
  91. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  92.  
  93. div#all{
  94. width:100%;
  95. height:100%;
  96. z-index:-100;
  97. }
  98.  
  99. div#center{
  100. margin: auto;
  101. width: 200px;
  102. }
  103.  
  104. #sidebar {
  105. position:fixed !important;
  106. width: 200px;
  107. height:300px;
  108. background-color:white;
  109. margin-left: 700px;
  110. margin-top:160px;
  111. border: 1px solid #aaa;
  112.  
  113. }
  114.  
  115. #sidebar3 {
  116. position:fixed !important;
  117. width: 190px;
  118. height:290px;
  119. font-family: littlefont;
  120. margin-left: 706px;
  121. margin-top:166px;
  122. line-height:8px;
  123. background-color:black;
  124. opacity:0;
  125.  
  126. -webkit-transition: all 0.7s ease-in-out;
  127. -moz-transition: all 0.7s ease-in-out;
  128. -o-transition: all 0.7s ease-in-out;
  129. -ms-transition: all 0.7s ease-in-out;
  130. transition: all 0.7s ease-in-out;
  131. }
  132.  
  133. #sidebar3:hover{
  134. opacity:0.8;
  135. width:190px;
  136. height:150px;
  137. margin-top:230px;
  138.  
  139. -webkit-transition: all 0.7s ease-in-out;
  140. -moz-transition: all 0.7s ease-in-out;
  141. -o-transition: all 0.7s ease-in-out;
  142. -ms-transition: all 0.7s ease-in-out;
  143. transition: all 0.7s ease-in-out;
  144. }
  145. @font-face { font-family: "pixelade"; src: url('http://static.tumblr.com/2zvjoo9/0Xwm542zh/pixelade.ttf'); }
  146.  
  147.  
  148. @font-face {
  149. font-family: "Call Me";
  150. src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype");
  151. }
  152.  
  153. @font-face { font-family: "say"; src: url('http://static.tumblr.com/jdjsstr/fJDmbc34k/kgwaystosaygoodbye_1_.ttf'); }
  154.  
  155.  
  156.  
  157.  
  158. @font-face {font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
  159.  
  160. h3{font-family: stars;
  161. font-size: 30px; line-height: 12px;
  162. color: {color:blog title};font-weight: normal;line-height:15px;
  163. letter-spacing: 1px;font-style: normal;
  164. text-transform: lowercase;text-align: right;
  165. padding: 0px;}
  166.  
  167. div#content {
  168. width: 520px;
  169. margin-left:100px;
  170. margin-top:3px;
  171. float:left;
  172. }
  173.  
  174.  
  175. .entry {
  176. float:left;
  177. padding-left: 2px;
  178. padding-top: 2px;
  179. padding-right: 2px;
  180. padding-bottom:1px;
  181. border:1px solid #000;
  182. margin: 2px;
  183.  
  184. border:1px solid #f80707;
  185.  
  186. {block:IndexPage}
  187. width: 250px;
  188. {/block:IndexPage}
  189. {block:PermalinkPage}
  190. width:509px;
  191. {/block:PermalinkPage}
  192. background-color: white;
  193. }
  194.  
  195. @font-face{
  196. font-family: 'pixel';
  197. font-style: normal;
  198. font-weight: normal;
  199. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  200.  
  201. #posts {
  202. width:300px;
  203. margin-top:3px;
  204. margin-left: 150px;
  205. {block:PermalinkPage}
  206. margin-left: 150px;
  207. margin-top:3px;
  208. background-color: #fff;
  209. width:204px;
  210. {/block:PermalinkPage}
  211. }
  212.  
  213.  
  214. .permalink {
  215. display: block;
  216. padding: 0px;
  217. margin: 4px 8px 0px 8px;
  218. text-transform: uppercase;
  219. font-family: dixel;
  220. font-size: 8px;
  221. color: #313131;
  222. line-height: 15px;
  223. letter-spacing:1px;
  224. text-align: right;
  225. text-decoration: none;
  226. -webkit-transition: color 0.5s ease-out;
  227. -moz-transition: color 0.5s ease-out;
  228. border-top: 1px solid #c48b5d;
  229. }
  230.  
  231. .entry .blanket{
  232. position:absolute;
  233. width:246px;
  234. height:0px;
  235. overflow:hidden;
  236. margin-top:40px;
  237. opacity:0.0;
  238. background-color:#fff;
  239. -webkit-transition: all .7s linear;
  240. -moz-transition: all .7s linear;
  241. transition: all .7s linear;
  242. }
  243.  
  244. .entry:hover .blanket{
  245. height:12px;
  246. opacity: 0.9;
  247. margin-top:40px;
  248. border:2px solid #c48b5d;
  249. -webkit-transition: all .7s linear;
  250. -moz-transition: all .7s linear;
  251. transition: all .7s linear;
  252. }
  253.  
  254. .entry .blanket .permalink2{
  255. text-transform:uppercase;
  256. width:250px;
  257. height:15px;
  258. font-family:dixel;
  259. font-size:8px;
  260. color:#474747;
  261. font-decoration:none;
  262. text-align:center;
  263. margin-top:1px;
  264. opacity:0.0
  265. background-color:#000;
  266. -webkit-transition: all .3s linear;
  267. -moz-transition: all .3s linear;
  268. transition: all .3s linear;
  269. }
  270.  
  271.  
  272. .entry:hover .blanket .permalink2{
  273. opacity:1;
  274. -webkit-transition: all .4s linear;
  275. -moz-transition: all .4s linear;
  276. transition: all .4s linear;
  277. }
  278.  
  279. .entry .blanket .permalink2 a{
  280. color:{color:link};
  281. -webkit-transition: all .3s linear;
  282. -moz-transition: all .3s linear;
  283. transition: all .3s linear;
  284. }
  285.  
  286. .entry:hover .blanket .permalink2 a:hover {
  287. color:#000;
  288. -webkit-transition: all .3s linear;
  289. -moz-transition: all .3s linear;
  290. transition: all .3s linear;
  291. }
  292.  
  293.  
  294. .title{
  295. font-family:pixel;
  296. font-size:8px;
  297. line-height:9px;
  298. color:#000;
  299. }
  300.  
  301. blockquote{
  302. padding:0px 0px 2px 5px;
  303. margin:0px 0px 2px 4px;
  304. border-left: 1px solid #aaa;
  305. }
  306.  
  307. {CustomCSS}
  308.  
  309. ::selection {
  310. background: {color:scrollbar};
  311. color: #ffffff;
  312. }
  313.  
  314. ::-moz-selection {
  315. background: {color:scrollbar};
  316. color: #ffffff;
  317. }
  318.  
  319. div#sidelinks{
  320. position:fixed;
  321. opacity:1;
  322. font-size: 15px;
  323. line-height:25px;
  324. text-align: center;
  325. width: 274px;
  326. font-family: bebas neue;
  327. font-size: 18px;
  328. color:white;
  329. padding:7px;
  330. z-index:100;
  331. margin-left:660px;
  332. margin-top:455px;
  333.  
  334. transition: all 0.9s ease-out;
  335. -o-transition-transition: all 0.5s ease-out;
  336. -webkit-transition: all 0.5s ease-out;
  337. -moz-transition: all 0.5s ease-out;
  338. }
  339.  
  340. </style>
  341. </head>
  342. <body>
  343. <div id="all"></div>
  344.  
  345. <div id="sidebar"><img src="{image:sidebar2}" width="200" height="300"></div>
  346.  
  347. <div id="sidebar3">
  348.  
  349. <div style="font-family:Just Me Again Down Here; margin-top:40px; margin-left:20px; padding:2px; color:white; font-size:50px;">{blogtitle}</div>
  350.  
  351. <div style="font-family:Offside; font-size:10px;margin-top:40px; margin-left:30px; padding:2px; color:white;">{Description}</div>
  352.  
  353. </div>
  354. </div>
  355.  
  356. </div>
  357.  
  358. <div id="sidelinks">
  359. <a href="/">Home</a> &middot
  360. <a href="/ask">Ask</a>
  361. </br>
  362. <a href="{text:Link One}">{text:Link One Title}</a> &middot
  363. <a href="{text:Link Two}">{text:Link Two Title}</a> &middot
  364. <a href="{text:Link Three}">{text:Link Three Title}</a>
  365. </div>
  366.  
  367. </div>
  368.  
  369.  
  370.  
  371.  
  372.  
  373. <div id="content">
  374. {block:Posts}
  375. <div class="entry">
  376.  
  377. {block:Answer}
  378. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color:#eeeeee">
  379. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  380. {Asker}: {Question}</div>
  381. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  382. <div class="permalink"> <a href="{permalink}">posted {timeago} <img src="http://i42.tinypic.com/29uv9rp.jpg" border="0" alt="Image and video hosting by TinyPic"> {notecount} notes </a> </div>
  383. {/block:Answer}
  384.  
  385.  
  386.  
  387. {block:Text}
  388. <div class="textpost">
  389. {block:Title}{Title}{/block:Title}
  390. {Body}
  391. {block:IndexPage}
  392. <div class="permalink">
  393. <a href="{permalink}">posted {timeago} <img src="http://i42.tinypic.com/29uv9rp.jpg" border="0" alt="Image and video hosting by TinyPic"> {notecount} notes </a>
  394. </div>
  395. {/block:IndexPage}
  396. </div>
  397. {/block:Text}
  398.  
  399. {block:Link}
  400. <div class="textpost">
  401. <a href="{URL}" class="title">{Name}</a>
  402. {block:Description}{Description}{/block:Description}
  403. {block:IndexPage}
  404. <div class="permalink">
  405. <a href="{permalink}">posted {timeago} <img src="http://i42.tinypic.com/29uv9rp.jpg" border="0" alt="Image and video hosting by TinyPic"> {notecount} notes </a>
  406. </div>
  407. {/block:IndexPage}
  408. </div>
  409. {block:Link}
  410.  
  411.  
  412.  
  413.  
  414. {block:Photo}
  415. {block:IndexPage}
  416. <div class="blanket">
  417. <div class="permalink2">
  418. <font color=”{color:scrollbar}”><a href="{permalink}"> {timeago}</a></font> / {notecountwithlabel} / <font color=”{color:scrollbar}”><a href="{ReblogURL}" target="_blank">reblog</a></font> </a> </a></span></center></div>
  419. </div>
  420. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250px"/>
  421. {/block:IndexPage}
  422.  
  423. {block:PermalinkPage}
  424. {LinkOpenTag}
  425. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="509"/>
  426. {LinkCloseTag}{/block:PermalinkPage}
  427. {/block:Photo}
  428.  
  429. {block:Photoset}
  430. {block:IndexPage}
  431. <div class="blanket">
  432. <div class="permalink2">
  433. <a href="{permalink}">{timeago} + {NoteCountWithLabel} + <a href="{ReblogURL}" target="_blank">reblog</a></a></span></div>
  434. </div>
  435. <center>{Photoset-250}</center>
  436. {/block:IndexPage}
  437.  
  438. {block:PermalinkPage}
  439. {Photoset-500}
  440. {/block:PermalinkPage}
  441. {/block:Photoset}
  442.  
  443. {block:Quote}
  444. <div class="textpost">
  445. {Quote}</span>
  446. {block:Source}{Source}{/block:Source}
  447. {block:IndexPage}
  448. <div class="permalink">
  449. <a href="{permalink}">posted {timeago} <img src="http://i42.tinypic.com/29uv9rp.jpg" border="0" alt="Image and video hosting by TinyPic"> {notecount} notes </a>
  450. </div>
  451. {/block:IndexPage}
  452. </div>
  453. {/block:Quote}
  454.  
  455. {block:Chat}
  456. <div class="textpost">
  457. {block:Title}<span class="title">{Title}</span>{/block:Title}
  458. <ul class="chat">
  459. {block:Lines}
  460. <li class="user_{UserNumber}">
  461. {block:Label}
  462. <span class="label">{Label}</span>
  463.  
  464. {/block:Label}
  465.  
  466. {Line}
  467. </li>
  468. {/block:Lines}
  469. </ul>
  470. {block:IndexPage}
  471. <div class="permalink">
  472. <a href="{permalink}">posted {timeago} <img src="http://i42.tinypic.com/29uv9rp.jpg" border="0" alt="Image and video hosting by TinyPic"> {notecount} notes </a>
  473. </div>
  474. {/block:IndexPage}
  475. </div>
  476. {/block:Chat}
  477.  
  478. {block:Audio}
  479. <div class="textpost">
  480. {AudioPlayerBlack}
  481. {block:ifshowaudiocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowaudiocaptions}
  482. {block:IndexPage}
  483. <div class="permalink">
  484. <a href="{permalink}">posted {timeago} <img src="http://i42.tinypic.com/29uv9rp.jpg" border="0" alt="Image and video hosting by TinyPic"> {notecount} notes </a>
  485. </div>
  486. {/block:IndexPage}
  487. </div>
  488. {/block:Audio}
  489. {block:Video}
  490. {block:IndexPage}
  491. <div class="blanket">
  492. <div class="permalink2">
  493. <a href="{permalink}">{timeago} + {NoteCountWithLabel} + <a href="{ReblogURL}" target="_blank">reblog</a></a></span></div>
  494. </div>
  495. {/block:IndexPage}
  496. <center>{Video-250}</center>
  497. {block:Video}
  498.  
  499. {block:PermalinkPage}
  500. <center>{block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  501. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  502. {/block:PermalinkPage}
  503.  
  504.  
  505. {block:PostNotes}
  506. </center></center>
  507. <div align="left">{PostNotes}</div>
  508. {/block:PostNotes}
  509. </div>
  510.  
  511. {/block:Posts}
  512.  
  513.  
  514. {block:IndexPage}
  515. {block:Pagination}
  516. <div id="pagination">
  517. {block:NextPage}
  518. <a id="nextPage" href="{NextPage}"></a>
  519. {/block:NextPage}
  520. {block:PreviousPage}
  521. <a href="{PreviousPage}"></a>
  522. {/block:PreviousPage}
  523. </div>
  524. {/block:Pagination}
  525. {/block:IndexPage}
  526.  
  527.  
  528. {block:IndexPage}
  529. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  530. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  531. <script type="text/javascript">
  532. $(window).load(function () {
  533. var $content = $('#content');
  534. $content.masonry({itemSelector: '.entry'}),
  535. $content.infinitescroll({
  536. navSelector : 'div#pagination',
  537. nextSelector : 'div#pagination a#nextPage',
  538. itemSelector : '.entry',
  539. loading: {
  540. finishedMsg: '',
  541. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  542. },
  543. bufferPx : 600,
  544. debug : false,
  545. },
  546. // call masonry as a callback.
  547. function( newElements ) {
  548. var $newElems = $( newElements );
  549. $newElems.hide();
  550. // ensure that images load before adding to masonry layout
  551. $newElems.imagesLoaded(function(){
  552. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  553. {/block:IndexPage}
  554.  
  555.  
  556. </div>
  557. <div style="position:fixed; font-family:dixel; bottom:5px; left:5px;">
  558. <a href="http://iusedtobeher.tumblr.com/">credit</a>
  559. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement