Advertisement
lisathemes

Theme Heartbreak

Mar 17th, 2013
2,355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.79 KB | None | 0 0
  1. <!--
  2. Theme Heartbreak by lisathemes
  3. -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7.  
  8. <head>
  9.  
  10. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <title>{title}</title>
  19.  
  20. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lm6qbgraH91qfoi4t.gif">
  21. <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
  22.  
  23. <meta name="description" content="{metadescription}" />
  24.  
  25.  
  26. <meta name="color:Background" content="#FFFFFF"/>
  27. <meta name="color:Text" content="#130C11"/>
  28. <meta name="color:Hover" content="#130C11"/>
  29. <meta name="color:Link" content="#000000"/>
  30.  
  31. <meta name="image:Background" content="1"/>
  32.  
  33. <meta name="text:Custom Link 1 Title" content= >
  34. <meta name="text:Custom Link 1" content="http://" />
  35. <meta name="text:Custom Link 2 Title" content= >
  36. <meta name="text:Custom Link 2" content="http://" />
  37. <meta name="text:Custom Link 3 Title" content= >
  38. <meta name="text:Custom Link 3" content="http://" />
  39. <meta name="text:Custom Link 4 Title" content= >
  40. <meta name="text:Custom Link 4" content="http://" />
  41. <meta name="text:Custom Link 5 Title" content= >
  42. <meta name="text:Custom Link 5" content="http://" />
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar {
  47. width: 5px;
  48. height: 4px;
  49. background: #eeeeee;
  50. border-left: 1px solid #aaaaaa;
  51. }
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. background-color:#000;
  55. border-bottom: 1px solid #aaaaaa;
  56. border-top: 1px solid #aaaaaa;
  57. border-left: 1px solid
  58. #aaaaaa; border-right: 1px solid #aaaaaa;
  59. }
  60.  
  61. a {
  62. color:;
  63. text-decoration:none;
  64. -webkit-transition: all 0.7s ease-out
  65. ;-moz-transition: all 0.7s ease-out;
  66. transition: all 0.7s ease-out;
  67. }
  68.  
  69. #tumblr_controls{
  70. position:fixed !important;
  71. }
  72.  
  73. .wrapper{
  74. margin-left:auto;
  75. right:auto;
  76. margin-right:auto;
  77. width: 100%;
  78. float:center;
  79. }
  80.  
  81. .header{
  82. float: left;
  83. width: 100%;
  84. }
  85.  
  86. body {
  87. padding: 0px;
  88. margin: 0px;
  89. color:#000;
  90. font-family: 'consolas';
  91. font-size: 10px;
  92. line-height: 10px;
  93. letter-spacing: 0px;
  94. background-color: {color:Background};
  95. background-image:url({image:Background});
  96. background-attachment: fixed;
  97. background-repeat: repeat;
  98. background-size:100% 100%;
  99. text-align: justify;
  100. }
  101.  
  102. a:link, a:active, a:visited{
  103. color:#000;
  104. text-decoration:none;
  105. -webkit-transition: all 0.2s linear;
  106. -webkit-transition: all 0.2s linear;
  107. -moz-transition: all 0.2s linear;
  108. transition: all 0.2s linear;
  109. }
  110.  
  111. a:hover{
  112. text-decoration:line-through;
  113. -webkit-transition: all 0.2s linear;
  114. -webkit-transition: all 0.2s linear;
  115. -moz-transition: all 0.2s linear;
  116. transition: all 0.2s linear;
  117. }
  118.  
  119. .entry {
  120. margin: 3px;
  121. padding:10px;
  122. padding-bottom:8px;
  123. float:left;
  124. text-align: justify;
  125. background-color: #fff;
  126. overflow:hidden;
  127. border:1px solid #fff;
  128. -webkit-transition: all 0.5s ease-out;
  129. -moz-transition: all 0.5s ease-out;
  130. transition: all 0.5s ease-out;
  131. {block:IndexPage}
  132. width:230px;
  133. {/block:IndexPage}
  134. {block:PermalinkPage}
  135. width:450px;
  136. float:center;
  137. margin-left:auto;
  138. right:auto;
  139. margin-right:auto;
  140. {/block:PermalinkPage}
  141. }
  142.  
  143. .entry:hover {
  144. border:1px solid #ccc;
  145. -webkit-transition: all 0.5s ease-out;
  146. -moz-transition: all 0.5s ease-out;
  147. transition: all 0.5s ease-out;
  148. }
  149.  
  150. .entry .textperma{
  151. display: block;
  152. text-transform: lowercase;
  153. text-align:right;
  154. font-style:italic;
  155. opacity:0.0;
  156. margin: 2px;
  157. margin-top:-7px;
  158. padding-top:3px;
  159. -webkit-transition-duration:0.4s;
  160. }
  161.  
  162. .entry:hover .textperma{
  163. opacity:1.0;
  164. margin: 2px;
  165. margin-top:-1px;
  166. }
  167.  
  168. .entry .picperma {
  169. position:absolute;
  170. z-index: 100;
  171. width:100px;
  172. height:25px;
  173. bottom:15px;
  174. right:-10px;
  175. padding:0px;
  176. background-color:transparent;
  177. font-family: 'consolas';
  178. color: #000;
  179. font-size: 8px;
  180. line-height:5px;
  181. letter-spacing:1px;
  182. text-align:left;
  183. text-transform:uppercase;
  184. opacity:0.0;
  185. -webkit-transition: linear;
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. -o-transition: all 0.5s ease-in-out;
  189. }
  190.  
  191. .entry:hover .picperma{
  192. overflow:visible;
  193. -webkit-transition: linear;
  194. -webkit-transition: all 0.5s ease-in-out;
  195. -moz-transition: all 0.5s ease-in-out;
  196. -o-transition: all 0.5s ease-in-out;
  197. opacity: 1;
  198. }
  199.  
  200. .iconreb{
  201. width:15px;
  202. height:15px;
  203. background-color:#fff;
  204. padding:4px;
  205. border-radius:50px;
  206. }
  207.  
  208. .iconperm{
  209. width:15px;
  210. height:15px;
  211. background-color:#fff;
  212. padding:4px;
  213. border-radius:50px;
  214. }
  215.  
  216. img{
  217. {block:IndexPage}
  218. max-width:300px;
  219. {/block:IndexPage}
  220. {block:PermalinkPage}
  221. max-width:450px;
  222. {/block:PermalinkPage}
  223. }
  224.  
  225. #posts {
  226. float:center;
  227. width:1040px;
  228. margin-top: -10px;
  229. margin-left:auto;
  230. right:auto;
  231. margin-right:auto;
  232. background: transparent;
  233. z-index: -500px;
  234. padding:5px;
  235. }
  236.  
  237. blockquote{
  238. padding:0px 0px 2px 5px;
  239. margin:0px 0px 2px 10px;
  240. border-left: 3px solid #ccc;
  241. }
  242.  
  243. @font-face {
  244. font-family: "lovenote";
  245. src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf');
  246. }
  247.  
  248. @font-face { font-family: "death"; src: url('http://static.tumblr.com/iyodnno/B1Rmdlbxr/signerica_medium.ttf'); }
  249.  
  250. #nipple{
  251. z-index:9;
  252. position:fixed !important;
  253. width: 100%;
  254. height:24px;
  255. margin-top: -30px;;
  256. margin-left:0px;
  257. background-color:#000;
  258. }
  259.  
  260. #nipple2{
  261. z-index:9;
  262. position:fixed !important;
  263. width: 100%;
  264. height:24px;
  265. bottom: 0px;;
  266. margin-left:0px;
  267. background-color:#000;
  268. }
  269.  
  270. #sidebar{
  271. z-index:9999999999999;
  272. float:center;
  273. width: 1040px;
  274. height:auto;
  275. margin-top: 30px;
  276. margin-left: auto;
  277. right:auto;
  278. margin-right:auto;
  279. padding: 7px;
  280. background-color:{color:Background};
  281. font-family:'courier new';
  282. font-size:10px;
  283. letter-spacing:1px;
  284. border-bottom:1px solid #ccc;
  285. }
  286.  
  287. #blogtitle {
  288. font-family:'death';
  289. font-size: 30px;
  290. line-height:35px;
  291. letter-spacing:2px;
  292. }
  293.  
  294. .title{
  295. font-family:consolas;
  296. font-size: 13px;
  297. line-height: 20px;
  298. color: black;
  299. font-weight: normal;
  300. text-transform:uppercase;
  301. }
  302.  
  303. .bubble {
  304. align:right;
  305. background: #eee;
  306. margin:1px 0px 1px 60px;
  307. padding:10px;
  308. position: relative;
  309. }
  310.  
  311. .bubble p {
  312. margin:-5px 0px;
  313. }
  314.  
  315. .bubble span {
  316. display:block;
  317. position:absolute;
  318. width:1px;
  319. height:1px;
  320. font-size: 0;
  321. line-height: 1px;
  322. left:-10px;
  323. top:5px;
  324. border-top:7px solid transparent;
  325. border-bottom:7px solid transparent;
  326. border-right:10px solid #eee;
  327. }
  328.  
  329. .askborder {
  330. float: left;
  331. margin: 1px 1px 0 0;
  332. padding: 0px;
  333. background: #aaa;}
  334.  
  335. </style>
  336.  
  337. {block:IndexPage}
  338. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  339. <script type="text/javascript" src="http://static.tumblr.com/urzxaps/0Nwmjt80z/infinity.txt"></script>
  340.  
  341. <script type="text/javascript">
  342. $(window).load(function () {
  343. var $content = $('#posts');
  344. $content.masonry({itemSelector: '.entry'}),
  345. $content.infinitescroll({
  346. navSelector : 'div#pagination',
  347. nextSelector : 'div#pagination a#nextPage',
  348. itemSelector : '.entry',
  349. loading: {
  350. finishedMsg: '',
  351. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  352. },
  353. bufferPx : 600,
  354. debug : false,
  355. },
  356. // call masonry as a callback.
  357. function( newElements ) {
  358. var $newElems = $( newElements );
  359. $newElems.hide();
  360. // ensure that images load before adding to masonry layout
  361. $newElems.imagesLoaded(function(){
  362. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  363.  
  364.  
  365. });
  366. });
  367. });
  368. </script>
  369.  
  370. {/block:IndexPage}
  371.  
  372. <title>{title}</title>
  373.  
  374. <meta name="viewport" content="width=820" />
  375.  
  376. </head>
  377.  
  378. <body>
  379.  
  380. <div class="wrapper">
  381.  
  382. <div id="nipple2"></div>
  383. <div id="nipple"></div>
  384.  
  385. <div id="sidebar">
  386. <center>
  387. <div id="blogtitle">{title}</div>
  388. {description}
  389. <br><br>
  390. <div style="text-transform:uppercase; font-family:consolas; font-size:10px; line-height:15px;">
  391. <a href="/" class="links">home</a>
  392. <a href="/ask" class="links">ask</a>
  393. <a href="{text:Custom Link 1}" class="links">{text:Custom Link 1 Title}</a>
  394. <a href="{text:Custom Link 2}" class="links">{text:Custom Link 2 Title}</a>
  395. <a href="{text:Custom Link 3}" class="links">{text:Custom Link 3 Title}</a>
  396. <a href="{text:Custom Link 4}" class="links">{text:Custom Link 4 Title}</a>
  397. <a href="{text:Custom Link 5}" class="links">{text:Custom Link 5 Title}</a>
  398. </div>
  399.  
  400. </center>
  401.  
  402. </div>
  403. <br>
  404.  
  405. <div class="content">
  406. <div class="left">
  407. <div id="posts">
  408. {block:Posts}
  409. <div class="entry">
  410.  
  411. {block:IndexPage}
  412.  
  413. {/block:IndexPage}
  414.  
  415. {block:Answer}
  416. <img src="{AskerPortraitURL-40}" align="left" >
  417. <div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>
  418. <br>
  419. {Answer}
  420. {block:IndexPage}
  421. <div class="permalink">
  422. <a href="{permalink}">{NoteCountwithLabel}</a>
  423. </div>
  424. {/block:IndexPage}
  425. {/block:Answer}
  426.  
  427. {block:Text}
  428. <div style="overflow:hidden; background-color:#eee;">
  429. {block:Title}
  430. <a href="{permalink}"><span class="title">{Title}</span></a>
  431. {/block:Title}
  432. <span class="entrytext" style="line-height:12px;">{Body}</span>
  433. {block:IndexPage}
  434. <div align="right">
  435. <a href="{permalink}"></a></div>
  436. <div class="textperma"><a href="{Permalink}">{NoteCountwithLabel}</a></span></a></div>
  437. </div>
  438. {/block:Date}{/block:IndexPage}
  439. {/block:Text}
  440.  
  441. {block:Link}
  442. <div style="overflow:hidden; background-color:#eee;">
  443. <a href="{URL}" class="title">{Name}</a>
  444. {block:Description}{Description}{/block:Description}
  445. <div class="textperma"><a href="{Permalink}">{NoteCountwithLabel}</a></span></a></div>
  446. </div>
  447. {block:Link}
  448.  
  449. {block:Photo}
  450. {block:IndexPage}
  451. <div class="picperma">
  452. <center>
  453. <a href="{ReblogURL}" target="_blank"><img class="iconreb" src="http://static.tumblr.com/7qdgtio/MZSmcq8xk/reblog-ut.png"></a>
  454. <a href="{permalink}"><img class="iconperm" src="http://cdn5.iconfinder.com/data/icons/iconsweets2/40/link_seo.png"></a>
  455. </center>
  456. </div>
  457. {LinkOpenTag}
  458. <div class="photo">
  459. <a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"></img></a>
  460. </div>
  461. {LinkCloseTag}
  462. {/block:IndexPage}
  463. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="450"/></a>{LinkCloseTag}{/block:PermalinkPage}
  464. {/block:Photo}
  465.  
  466. {block:Photoset}
  467. <center>
  468. <div class="post photoset">
  469. {block:IndexPage}
  470. <div class="picperma">
  471. <center>
  472. <a href="{ReblogURL}" target="_blank"><img class="iconreb" src="http://static.tumblr.com/7qdgtio/MZSmcq8xk/reblog-ut.png"></a>
  473. <a href="{permalink}"><img class="iconperm" src="http://cdn5.iconfinder.com/data/icons/iconsweets2/40/link_seo.png"></a>
  474. </center>
  475. </div>
  476. <div class="overflow">
  477. {Photoset-250}
  478. </div>
  479. {/block:IndexPage}
  480. {block:PermalinkPage}
  481. {Photoset-250}
  482. {/block:PermalinkPage}
  483. </div>
  484. </enter>
  485. {/block:Photoset}
  486.  
  487. {block:Quote}
  488. <div style="overflow:hidden; background-color:#eee;">
  489. <center>{Quote}</span></center><br>
  490. {block:Source}<center><strong>{Source}</strong></center>{/block:Source}
  491. <div class="textperma"><a href="{Permalink}">{NoteCountwithLabel}</a></span></a></div>
  492. </div>
  493. {/block:Quote}
  494.  
  495. {block:Chat}
  496. <div style="overflow:hidden; background-color:#eee;">
  497. {block:Title}<span class="title">{Title}</span>{/block:Title}
  498. {block:Lines}
  499. <div class="user_{UserNumber}">
  500. {block:Label}
  501. <strong><span class="label">{Label}</span></strong>
  502. {/block:Label}
  503. {Line}
  504. </div>
  505. {/block:Lines}
  506. <div class="textperma"><a href="{Permalink}">{NoteCountwithLabel}</a></span></a></div>
  507. </div>
  508. {/block:Chat}
  509.  
  510. {block:Audio}
  511. <center>
  512. {AudioPlayerBlack}
  513. {block:ExternalAudio}{/block:ExternalAudio}
  514. </center>
  515. <div class="textperma"><a href="{Permalink}">{NoteCountwithLabel}</a></span></a></div>
  516. {/block:Audio}
  517.  
  518. {block:Video}
  519. {block:IndexPage}
  520. <div class="textperma"><a href="{Permalink}">{NoteCountwithLabel}</a></span></a></div>
  521. <div class="media">{Video-250}</div>
  522. </center>
  523. {/block:IndexPage}
  524. {block:PermalinkPage}
  525. <center>
  526. <div class="media">{Video-250}</div>
  527. </center>
  528. {/block:PermalinkPage}
  529. {/block:Video}
  530.  
  531. {block:PermalinkPage}
  532.  
  533. {block:Caption}{Caption}{/block:Caption}
  534.  
  535. <div align="right">{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  536.  
  537. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> ,{/block:RebloggedFrom}
  538.  
  539. {block:HasTags}Tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  540.  
  541.  
  542. {/block:PermalinkPage}
  543.  
  544.  
  545. {block:PostNotes}{PostNotes}
  546. {/block:PostNotes}
  547. </div>
  548.  
  549. {/block:Posts}
  550. </div>
  551. </div>
  552. {block:IndexPage}
  553. {block:Pagination}
  554. <div id="pagination">
  555. {block:NextPage}
  556. <a id="nextPage" href="{NextPage}"></a>
  557. {/block:NextPage}
  558. {block:PreviousPage}
  559. <a href="{PreviousPage}"></a>
  560. {/block:PreviousPage}
  561. </div>
  562. {/block:Pagination}
  563. {/block:IndexPage}
  564. </div>
  565.  
  566.  
  567. </body>
  568.  
  569.  
  570. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement