Advertisement
thehandyblog

Heartbreaker Theme

Apr 4th, 2013
1,444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.64 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
  6. ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
  7. ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
  8.  
  9. Theme by © Stratfor-d
  10.  
  11. ✔ Keep the credits intact.
  12. ✔ Don't use as a base.
  13. ✔ Don't claim as yours.
  14.  
  15. ---->
  16.  
  17. <head>
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. {block:Description}
  27. <meta name="description" content="{MetaDescription}" />
  28. {/block:Description}
  29.  
  30. <meta name="color:Bg" content="#ffffff">
  31. <meta name="color:Links" content="#aaaaaa">
  32. <meta name="color:Hover" content="#6d6d6d">
  33. <meta name="color:Text" content="#7a7a7a">
  34. <meta name="color:Navigation Bg" content="#ffffff">
  35. <meta name="color:Description Bg" content="#ffffff">
  36. <meta name="color:Scrollbar" content="#eee">
  37. <meta name="color:Borders" content="#f0f0f0">
  38.  
  39. <meta name="text:Link Title" content="Links">
  40. <meta name="text:Link Url" content="/">
  41.  
  42. <meta name="image:Portrait" content="http://static.tumblr.com/f3e7a0a71af4f82692a64569f3ac50c8/hjft69z/YXHmkqigc/tumblr_static_tumblr_me9tnc02vt1r2qdc8o3_250.jpg">
  43.  
  44. <meta name="if:Endless Scroll" content="0">
  45. <meta name="if:Static Menu" content="0">
  46. <meta name="if:Show Captions" content="1">
  47. <meta name="if:Stretch Photos" content="1">
  48.  
  49. <style type="text/css">
  50.  
  51. body {
  52. font-family:consolas;
  53. font-size: 10px;
  54. line-height:100%;
  55. background:{color:Bg};
  56. color: {color:Text};
  57. margin: 0;
  58. }
  59.  
  60. a {
  61. color: {color:links};
  62. text-decoration: none;
  63. transition-duration: 0.20s;
  64. -moz-transition-duration: 0.20s;
  65. -webkit-transition-duration: 0.20s;
  66. -o-transition-duration: 0.20s;
  67.  
  68. }
  69.  
  70. a:hover {
  71. color: {color:hover};
  72. }
  73.  
  74. #content {
  75. padding: 1px 20px 20px 20px;
  76. width: 540px;
  77. }
  78.  
  79. .posts {
  80. margin-top: 20px;
  81. margin-left:420px;
  82. }
  83.  
  84. .posts img {
  85. max-width: 100%;
  86. }
  87.  
  88. blockquote {
  89. border: 1px solid {color:borders};
  90. padding: 15px;
  91. margin: 15px;
  92. }
  93.  
  94.  
  95. #captions {
  96. display: block;
  97. margin-top: 10px;
  98. {block:IfNotShowCaptions}
  99. {block:IndexPage}
  100. display: none;
  101. {/block:IndexPage}
  102. {/block:IfNotShowCaptions}
  103. }
  104.  
  105. #audiocaptions {
  106. display: block;
  107. margin-top: 10px;
  108. {block:IfNotShowCaptions}
  109. {block:IndexPage}
  110. display: none;
  111. {/block:IndexPage}
  112. {/block:IfNotShowCaptions}
  113. }
  114.  
  115. .pagination {
  116. margin-top: 10px;
  117. width:170px;
  118. margin-left:15px;
  119. text-align: left;
  120. }
  121.  
  122. #albumart img {
  123. width: 70px;
  124. height: 70px;
  125. position:absolute
  126. }
  127.  
  128. #mp {
  129. margin-left:80px;
  130. width:205px
  131. }
  132.  
  133. #permalink {
  134. margin-left:420px;
  135. font-size:9px;
  136. letter-spacing:0px;
  137. margin-top:20px;
  138. text-align:left;
  139. width:484px;
  140. padding:5px 7px 5px 7px;
  141. bordeR:1px solid {color:borders};
  142. text-transform:uppercase;
  143. }
  144.  
  145. #taggies {
  146. text-align:left;
  147. margin-left:420px;
  148. font-size:9px;
  149. letter-spacing:0px;
  150. width:490px;
  151. padding:5px;
  152. text-transform:uppercase;
  153. margin-top:-10px;
  154. }
  155.  
  156. .sidebar {
  157. position: fixed;
  158. margin-top: 230px;
  159. margin-left:100px;
  160. width: 200px;
  161. text-align: center;
  162. }
  163.  
  164.  
  165. .simg {
  166. width: 170px;
  167. }
  168.  
  169. {block:IfNotStaticMenu}.sidebar:hover #links {opacity:1}{/block:IfNotStaticmenu}
  170.  
  171. .a {
  172. background:{color:navigation bg};
  173. transform:rotate(-7deg);
  174. -ms-transform:rotate(-7deg);
  175. -moz-transform:rotate(-7deg);
  176. -webkit-transform:rotate(-7deg);
  177. -o-transform:rotate(-7deg);
  178. }
  179.  
  180. .b {
  181. background:{color:navigation bg};
  182. transform:rotate(9deg);
  183. -ms-transform:rotate(9deg);
  184. -moz-transform:rotate(9deg);
  185. -webkit-transform:rotate(9deg);
  186. -o-transform:rotate(9deg);
  187. }
  188.  
  189. .c {
  190. background:{color:navigation bg};
  191. transform:rotate(-4deg);
  192. -ms-transform:rotate(-4deg);
  193. -moz-transform:rotate(-4deg);
  194. -webkit-transform:rotate(-4deg);
  195. -o-transform:rotate(-4deg);
  196. }
  197.  
  198. iframe#tumblr_controls {
  199. position: fixed !important;
  200. z-index: 9999;
  201. }
  202.  
  203. .desc {
  204. width:140px;
  205. background:{color:Description bg};
  206. padding:5px;
  207. position:absolute;
  208. border:1px solid {color:borders};
  209. margin-top:-50px;
  210. margin-left:25px;
  211. transition-duration: 0.70s;
  212. -moz-transition-duration: 0.70s;
  213. -webkit-transition-duration: 0.70s;
  214. -o-transition-duration: 0.70s;
  215. }
  216.  
  217. h3 {
  218. font-size:17px;
  219. letter-spacing:-1px;
  220. text-align:Center;
  221. text-transform:lowercase;
  222. font-weight:700;
  223. }
  224.  
  225. ::-webkit-scrollbar {width: 7px; height:7px; background:{color:bg}}
  226. ::-webkit-scrollbar-corner {background:{color:bg}}
  227. ::-webkit-scrollbar-button:vertical {height:0px; display: block; background:{color:scrollbar}}
  228. ::-webkit-scrollbar-button:horizontal {width: 0px; height: 0px; display: block; background:{color:scrollbar}}
  229. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 0px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  230. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar}; border: 0px solid {color:bg}}
  231.  
  232. #asked {
  233. padding:13px;
  234. width:425px;
  235. border:1px solid {color:borders};
  236. text-align:left;
  237. margin-left:50px;
  238. }
  239.  
  240. ul.chat {
  241. margin: 0 0 0 0;
  242. padding: 0 0 0 0;
  243. }
  244. .chat li {
  245. list-style-type: none;
  246. margin-left: 0px;
  247. }
  248.  
  249. #permapage {
  250. margin-left:420px;
  251. width:500px;
  252. padding-top:10px;
  253. }
  254.  
  255. #permapage li {
  256. list-style-type:none;
  257. margin-bottom:5px;
  258. }
  259.  
  260. #permapage img {
  261. margin-right:5px;
  262. }
  263.  
  264. #sbimg {
  265. overflow:hidden;
  266. height:20px;
  267. margin-bottom:50px;
  268. position:absolute;
  269. z-index:99;
  270. transition-duration: 0.70s;
  271. -moz-transition-duration: 0.70s;
  272. -webkit-transition-duration: 0.70s;
  273. -o-transition-duration: 0.70s;
  274. }
  275.  
  276. #border {
  277. height:20px;
  278. background:{color:bg};
  279. width:200px;
  280. position:relative;
  281. margin-bottom:-20px;
  282. }
  283.  
  284. .sidebar:hover #sbimg {
  285. margin-top:-69px;
  286. }
  287.  
  288. span.taghead { display:none; } a.tag + span.taghead { display:inline; }
  289.  
  290. #post {
  291. width:500px;
  292. margin-top:40px;
  293. }
  294.  
  295. #quote {
  296. font-size:20px;
  297. font-style:normal;
  298. width:450px;
  299. margin-left:25px;
  300. text-align:justify;
  301. }
  302.  
  303. qm {font-size:80px; position:absolute; margin-left:-15px; margin-bottom:-10px; color:{color:borders}; opacity:.8;}
  304.  
  305. #links {{block:IfNotStaticMenu}opacity:0;{/block:IfNotStaticMenu} position:absolute; margin-left:165px; margin-top:-150px; transition-duration: 0.70s; -moz-transition-duration: 0.70s; -webkit-transition-duration: 0.70s; -o-transition-duration: 0.70s;}
  306.  
  307. #links a {display:block; border:1px solid {color:borders}; width:50px; text-transform:uppercase; letter-spacing:1px; font-size:9px}
  308.  
  309. #links a:hover {text-decoration:line-through;}
  310.  
  311. #question {width:420px; margin-left:25px; padding:15px; border:1px solid {color:borders}; text-align:justify;}
  312.  
  313. quote {position:relative; z-index:99;}
  314.  
  315. </style>
  316.  
  317. {block:IfEndlessScroll}
  318. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  319. {/block:IfEndlessScroll}
  320.  
  321. </head>
  322.  
  323.  
  324. <body>
  325.  
  326.  
  327. <div id="content">
  328.  
  329.  
  330. <div class="sidebar">
  331.  
  332. <div id="simg">
  333. <img src="{image:Portrait}" class="simg">
  334. </div>
  335.  
  336. <div id="links">
  337. <a href="/" class="a">home</a><br>
  338. <a href="/ask" class="b">ask</a>
  339. {Block:IfLinkTitle}<br><a href="{Text:Link Url}" class="c">{text:Link Title}</a>{/Block:IfLinkTitle}
  340. </div>
  341.  
  342. <div class="desc">{Description}</div>
  343.  
  344. {block:IfNotEndlessScroll}
  345. <div class="pagination">
  346. {block:Pagination}
  347. {block:PreviousPage}
  348. <a href="{PreviousPage}">&larr;</a>
  349. {/block:PreviousPage}
  350. {block:NextPage}
  351. <a href="{NextPage}" style="float:right">&rarr;</a>
  352. {/block:NextPage}
  353. {/block:Pagination}
  354. </div>
  355. {/block:IfNotEndlessScroll}
  356.  
  357. </div>
  358.  
  359. <br></br>
  360.  
  361. {block:Posts}
  362.  
  363. <br>
  364.  
  365.  
  366. <div class="posts">
  367.  
  368. <div id="post">
  369.  
  370. {block:Text}
  371.  
  372. {block:Title}
  373. <h3>{Title}</h3>
  374. {/block:Title}
  375.  
  376. {Body}
  377.  
  378. {/block:Text}
  379.  
  380.  
  381.  
  382. {block:Photo}
  383.  
  384. <center>
  385. <img src="{PhotoURL-500}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}>
  386. </center>
  387.  
  388. {block:Caption}
  389. <div id="captions">
  390. {Caption}</div>
  391. {/block:Caption}
  392.  
  393. {/block:Photo}
  394.  
  395.  
  396.  
  397. {block:Photoset}
  398.  
  399.  
  400. <div class="photoset">
  401. {Photoset-500}
  402. </div>
  403.  
  404. {block:Caption}
  405. <div id="captions">
  406. {Caption}</div>
  407. {/block:Caption}
  408.  
  409. {/block:Photoset}
  410.  
  411.  
  412.  
  413. {block:Quote}
  414.  
  415. <div id="quote"><qm>❛</qm><quote>{Quote}</quote></div>
  416.  
  417. {block:Source}
  418. <br><div style="float:right; margin-right:15px">— {Source}</div>
  419. {/block:Source}
  420.  
  421. {/block:Quote}
  422.  
  423.  
  424.  
  425. {block:Link}
  426.  
  427. <a href="{URL}" {Target}><h3>+ {Name}</h3></a>
  428.  
  429. {block:Description}
  430. {Description}
  431. {/block:Description}
  432.  
  433. {/block:Link}
  434.  
  435.  
  436.  
  437. {block:Chat}
  438.  
  439. {block:Title}
  440. {Title}
  441. {/block:Title}
  442.  
  443. <ul class="chat">
  444. {block:Lines}
  445. <li class="{Alt} user_{UserNumber}">
  446. {block:Label}
  447. <b>{Label}</b>
  448. {/block:Label}
  449. {Line}
  450. </li>
  451. {/block:Lines}
  452. </ul>
  453.  
  454. {/block:Chat}
  455.  
  456.  
  457.  
  458. {block:Audio}
  459.  
  460.  
  461. <div id="albumart">
  462. {block:AlbumArt}
  463. <img src="{AlbumArtURL}">
  464. {/block:AlbumArt}
  465. </div>
  466.  
  467. <div id="mp">
  468.  
  469. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  470. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  471. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}<p>
  472.  
  473. {AudioPlayerWhite}
  474. </div>
  475.  
  476. <br>
  477.  
  478. {block:Caption}
  479. <div id="audiocaptions">
  480. {Caption}</div>
  481. {/block:Caption}
  482.  
  483. {/block:Audio}
  484.  
  485.  
  486.  
  487. {block:Video}
  488.  
  489.  
  490. <div class="video">
  491. {block:IndexPage}{Video-250}{/block:IndexPage}
  492. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  493. </div>
  494.  
  495. {block:Caption}
  496. <div id="captions">
  497. {Caption}</div>
  498. {/block:Caption}
  499.  
  500. {/block:Video}
  501.  
  502.  
  503.  
  504. {block:Answer}
  505.  
  506. <img src="{AskerPortraitURL-16}" style="margin-right:5px; margin-bottom:-4px;"> {Asker} asked:<p><div id="question">{Question}</div><br>
  507.  
  508. {Answer}
  509.  
  510. {/block:Answer}
  511.  
  512. </div>
  513.  
  514. </div>
  515.  
  516. <div id="permalink">
  517.  
  518. {block:Date}Shared <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{Block:NoteCount} / <a href="{Permalink}">{NoteCount} <span style="color:red">♥</span></a>{/Block:NoteCount}<span style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{Block:ContentSource} ▼ <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</span>
  519.  
  520. </div>
  521.  
  522. {block:HasTags}<div id="taggies"><br><img src="http://media.tumblr.com/tumblr_m4jkod4upX1rprbsf.png"> field under: {block:Tags}<span class="taghead">, </span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  523.  
  524. {block:PermalinkPage}
  525. <div id="permapage">
  526. {block:PostNotes}
  527. {PostNotes}
  528. {/block:PostNotes}
  529. </div>
  530. {/block:PermalinkPage}
  531.  
  532. <br>
  533.  
  534. {/block:Posts}
  535. <br></br><br></br><p>
  536.  
  537. </div>
  538.  
  539. <a href="http://stratfor-d.tumblr.com/" style="font-size:12px; position:fixed; bottom:10px; right:10px;">♡</a>
  540.  
  541. </body>
  542. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement