Advertisement
letsrp

Heartbreaker - Theme #11

Oct 12th, 2013
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!--
  4. .---. .-''-.,---------. .-'''-..-------. .-------.
  5. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  6. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  7. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  8. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  9. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  10. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  11. | \ / (_I_) \ /| | \ // )
  12. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  13.  
  14.  
  15. this theme was made by letsrp @ tumblr.com
  16. - don't use as base to make your own themes
  17. - don't edit and redistribute it
  18. - keep credit
  19. - don't steal, please
  20. -->
  21.  
  22. <html>
  23. <head>
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27. <meta name="description" content="{MetaDescription}" />
  28.  
  29. <!-- DEFAULT VARIABLES -->
  30. <meta name="color:background" content="#a7cab2" />
  31. <meta name="color:text" content="#f8f8f8" />
  32. <meta name="color:link" content="#8b6e8a" />
  33. <meta name="color:hover" content="#ffffff" />
  34. <meta name="color:perma" content="#cabbc9">
  35. <meta name="color:entry" content="#ad9cac" />
  36. <meta name="color:ask" content="#9e869d" />
  37. <meta name="color:side" content="#ad9cac" />
  38. <meta name="color:border" content="#947893" />
  39.  
  40. <meta name="image:link 1" content="http://static.tumblr.com/a2e025a0246ae10ca66c2dbc875b4f9f/yy7o4zk/DfKmui055/tumblr_static_psd.png"/>
  41. <meta name="image:link 2" content="http://static.tumblr.com/db7b59ec38417ac5c723573f8feb699c/yy7o4zk/OyZmui079/tumblr_static_home.png"/>
  42. <meta name="image:link 3" content="http://static.tumblr.com/14b1cb98eacffe839b60dba29421a908/yy7o4zk/KlFmui08m/tumblr_static_psd.png"/>
  43.  
  44. <meta name="image:side" content="http://static.tumblr.com/0849e4ae46537e4f121c99df0594b902/yy7o4zk/VUKmujmtg/tumblr_static_tumblr_inline_mifrh1nydj1qz4rgp.gif"/>
  45. <meta name="image:png" content="http://static.tumblr.com/35de69f6980c210117149a7868465aa9/yy7o4zk/e9Smujmt1/tumblr_static_06.png"/>
  46. <meta name="image:title" content="http://static.tumblr.com/473c87b38055a452809f56b1614d4865/yy7o4zk/oAymuh9jf/tumblr_static_untitled-1.png"/>
  47. <meta name="image:background" content=""/>
  48.  
  49. <meta name="text:link 1" content="/" />
  50. <meta name="text:link 2" content="/ask" />
  51. <meta name="text:link 3" content="/n" />
  52.  
  53. <meta name="if:show tags" content="0"/>
  54. <meta name="if:tiny cursor" content="1"/>
  55.  
  56. <meta name="text:png right" content="20px" />
  57. <meta name="text:png top" content="130px" />
  58. <meta name="text:title right" content="220px" />
  59. <meta name="text:title top" content="90px" />
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. /* ------------ BODY & LINKS -------------- */
  65.  
  66. body{
  67. background-color:{color:background};
  68. background-image: url('{image:Background}');
  69. background-attachment:fixed;
  70. color:{color:text};
  71. font-family:times;
  72. font-size:9px;
  73. line-height:11px;
  74. text-align:justify;
  75. }
  76.  
  77. a:link, a:active, a:visited{
  78. color: {color:link};
  79. text-decoration:none;
  80. -webkit-transition-duration: .30s;
  81. }
  82.  
  83. a:hover{
  84. color:{color:hover};
  85. -webkit-transition-duration: .30s;}
  86.  
  87. {block:iftinycursor}
  88. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  89.  
  90. ::-webkit-scrollbar-track{
  91. background-color: {color:background};
  92. }
  93.  
  94. ::-webkit-scrollbar{
  95. width: 8px;
  96. background-color: transparent;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb{
  100. background-color: {color:entry};
  101. background-image: -webkit-linear-gradient(45deg,
  102. rgba(255, 255, 255, .2) 25%,
  103. transparent 25%,
  104. transparent 50%,
  105. rgba(255, 255, 255, .2) 50%,
  106. rgba(255, 255, 255, .2) 75%,
  107. transparent 75%,
  108. transparent)
  109. }
  110.  
  111. b, strong {
  112. color: {color:link};
  113. }
  114.  
  115. /* ------------ SIDE & DESC -------------- */
  116.  
  117. #pngimg img {
  118. width:173px;
  119. height:300px;
  120. position:fixed;
  121. margin-top:{text:png top};
  122. z-index:9;
  123. margin-left:{text:png right};
  124. }
  125.  
  126. #side{
  127. width: 290px;
  128. padding:10px;
  129. height:210px;
  130. margin-top: 140px;
  131. margin-left:200px;
  132. background-color:{color:side};
  133. position:fixed;
  134. color:{color:text};
  135. border:3px double {color:border};
  136. }
  137.  
  138. #simg img {
  139. width:210px;
  140. height:210px;
  141. position:fixed;
  142. }
  143.  
  144. .desc{
  145. width: 65px;
  146. height:200px;
  147. margin-left:215px;
  148. background-color:{color:background};
  149. padding:5px;
  150. position:fixed;
  151. font-family: times;
  152. font-size: 10px;
  153. color:{color:text};
  154. line-height:10px;
  155. }
  156.  
  157. #titimg img {
  158. width:auto;
  159. height:auto;
  160. position:fixed;
  161. margin-top:{text:title top};
  162. margin-left:{text:title right};
  163. }
  164.  
  165. /* ------------ POSTS -------------- */
  166.  
  167. #entries{
  168. width: 500px;
  169. margin-left:530px;
  170. margin-top:30px;
  171. position:absolute;
  172. }
  173.  
  174. .post{
  175. padding:10px;
  176. background-color:{color:entry};
  177. float:left;
  178. margin:8px;
  179. width: 500px;
  180. border:3px double {color:border};
  181. }
  182.  
  183. /* ------------ TITLES -------------- */
  184.  
  185. #tit{
  186. font-size: 15px;
  187. color:{color:text};
  188. text-align: center;
  189. line-height:16px;
  190. padding:6px;
  191. -webkit-transition-duration: 0.6s;
  192. -o-transition-duration: 0.6s;
  193. -moz-transition-duration: 0.6s;
  194. }
  195.  
  196. #tit:hover{
  197. font-size: 16px;
  198. letter-spacing:2px;
  199. color:{color:text};
  200. text-align: center;
  201. line-height:16px;
  202. }
  203.  
  204. #ltit{
  205. font-size: 15px;
  206. color:{color:text};
  207. text-align: center;
  208. line-height:16px;
  209. }
  210.  
  211. #quo{
  212. font-size:14px;
  213. color:{color:text};
  214. text-align:center;
  215. padding:3px;
  216. line-height:13px;
  217. }
  218.  
  219. #source{
  220. margin-top:3px;
  221. text-align:right;
  222. margin-bottom:5px;
  223. font-size:9px;
  224. }
  225.  
  226. /* ------------ QUESTIONS -------------- */
  227.  
  228. #q{
  229. color:{color:text};
  230. }
  231.  
  232. #asker{
  233. height:16px;
  234. background-color:{color:perma};
  235. margin-left:55px;
  236. padding-left:5px;
  237. font-size: 8px;
  238. letter-spacing: 2px;
  239. color:{color:text};
  240. text-indent:5px;
  241. text-transform: uppercase;
  242. line-height:16px;
  243. }
  244.  
  245. #asker a{
  246. color:{color:link};
  247. }
  248.  
  249. #asker a:hover{
  250. color:{color:hover};
  251. text-decoration:underline;
  252. letter-spacing:5px;
  253. }
  254.  
  255. cola {
  256. display:block;
  257. position:absolute;
  258. width:1px;
  259. height:1px;
  260. margin-left:44px;
  261. border-top:7px solid transparent;
  262. border-bottom:7px solid transparent;
  263. border-right:10px solid {color:perma};
  264. }
  265.  
  266. .questions{
  267. color:{color:text};
  268. line-height:11px;
  269. text-transform: lowercase;
  270. padding:10px;
  271. margin-left:55px;
  272. background:{color:ask};
  273. }
  274.  
  275. .answer{
  276. color:{color:text};
  277. margin-top:1px;
  278. }
  279.  
  280. /* ------------ NAVI -------------- */
  281.  
  282. #menu {
  283. width: auto;
  284. height: 60px;
  285. position: fixed;
  286. margin-top:380px;
  287. margin-left:205px;
  288. }
  289.  
  290. #menu a {
  291. display: inline-block;
  292. }
  293.  
  294. #um {
  295. background: url('{image:link 1}');
  296. height: 50px;
  297. width: 100px;
  298. background-position: top center;
  299. -webkit-transition-duration: 0.2s;
  300. -o-transition-duration: 0.2s;
  301. -moz-transition-duration: 0.2s;
  302. }
  303.  
  304. #um:hover {
  305. background-position: bottom center;
  306. }
  307.  
  308. #dois {
  309. background: url('{image:link 2}');
  310. height: 50px;
  311. width: 100px;
  312. background-position: top center;
  313. -webkit-transition-duration: 0.2s;
  314. -o-transition-duration: 0.2s;
  315. -moz-transition-duration: 0.2s;
  316. }
  317.  
  318. #dois:hover {
  319. background-position: bottom center;
  320. }
  321.  
  322. #tres {
  323. background: url('{image:link 3}');
  324. height: 50px;
  325. width: 100px;
  326. background-position: top center;
  327. -webkit-transition-duration: 0.2s;
  328. -o-transition-duration: 0.2s;
  329. -moz-transition-duration: 0.2s;
  330. }
  331.  
  332. #tres:hover {
  333. background-position: bottom center;
  334. }
  335.  
  336. /* ------------ PERMA & TAGS -------------- */
  337.  
  338. #info{
  339. display:block;
  340. background-color: {color:perma};
  341. color:{color:text};
  342. padding:1px;
  343. height:16px;
  344. line-height:17px;
  345. margin-top:15px;
  346. font-size:8px;
  347. text-transform:uppercase;
  348. border-left:10px solid transparent;
  349. border-right:10px solid transparent;
  350. -webkit-transition-duration:0.4s;
  351. -o-transition-duration:0.4s;
  352. -moz-transition-duration:0.4s;
  353. margin-bottom:2px;
  354. text-align:center;
  355. }
  356.  
  357. #info:hover {
  358. border-left:10px solid {color:ask};
  359. border-right:10px solid {color:ask};
  360. }
  361.  
  362. #info a{
  363. color:{color:link};
  364. }
  365.  
  366. #info a:hover{
  367. color:{color:hover};
  368. }
  369.  
  370. #tags{
  371. margin-right:7px;
  372. text-align:center;
  373. text-transform:lowercase;
  374. font-size:9px;
  375. font-style:italic;
  376. opacity:1;
  377. -webkit-transition:0.3s linear;
  378. outline: none;
  379. }
  380.  
  381. /* ------------ BLOCKQUOTE & P -------------- */
  382.  
  383. blockquote{
  384. padding-left:3px;
  385. padding-right:5px;
  386. margin-left:10px;
  387. margin-right:10px;
  388. margin-top:4px;
  389. margin-bottom:4px;
  390. border-left:3px solid {color:text};
  391. }
  392.  
  393. p{
  394. margin-top:4px;
  395. margin-bottom:4px;}
  396.  
  397. pre{
  398. color:{color:text};
  399. font-size:12px;
  400. padding:10px;
  401. background-color:{color:background};
  402. }
  403.  
  404. /* ------------ AUDIO -------------- */
  405.  
  406. .audio{
  407. opacity: 1.0;
  408. position:relative;
  409. overflow:hidden;
  410. min-height:130px;
  411. font-size: 10px;
  412. font-family:{font:body};}
  413.  
  414. .player{
  415. position:absolute;
  416. z-index:3;
  417. background:#000000;
  418. margin-top:45px;
  419. margin-left:73px;
  420. opacity:0.75;
  421. filter:alpha(opacity=75);
  422. border:0px #000000 solid;
  423. border-radius: 100px;}
  424.  
  425. .audioplayer{
  426. border: 0px solid {color:perma};
  427. width:363px;
  428. height:15px;
  429. overflow:hidden;
  430. padding:5px;
  431. padding-bottom:13px;
  432. margin-right:5px;
  433. margin-top: 5px;}
  434.  
  435. .audioinfo{
  436. margin-top: 15px;
  437. margin-left:120px;
  438. line-height:10px;
  439. font-family: {font:body};
  440. font-size:10px!important;
  441. font-style: normal;}
  442.  
  443. .audiocaption{
  444. margin-left:20px;}
  445.  
  446. .audiocaption img{
  447. max-width:330px!important;}
  448.  
  449. .audiocaption blockquote img{
  450. max-width:320px!important;}
  451.  
  452. .audiocaption blockquote blockquote img{
  453. max-width:310px!important;}
  454.  
  455. /* ------------ CHAT -------------- */
  456.  
  457. .user_1 .label {color:{color:text}; font-weight:bold;}
  458. .user_2 .label {color:{color: text}; font-weight:bold;}
  459. .user_3 .label {color:{color:text}; font-weight:bold;}
  460. .user_4 .label {color:{color:text}; font-weight:bold;}
  461. .user_5 .label {color:{color: text}; font-weight:bold;}
  462. .user_6 .label {color:{color:text}; font-weight:bold;}
  463. .user_7 .label {color:{color:text}; font-weight:bold;}
  464. .user_8 .label {color:{color: text}; font-weight:bold;}
  465. .user_9 .label {color:{color:text}; font-weight:bold;}
  466. .user_10 .label {color:{color:text}; font-weight:bold;}
  467.  
  468. .ul.chat {}
  469. .chat ol {}
  470. .chat li {
  471. list-style:none;
  472. margin-left:-30px;
  473. padding:-5px;
  474. margin-bottom:3px;
  475. }
  476.  
  477. /* ------------ NOTES -------------- */
  478.  
  479. .notes{
  480. margin-left:-15px;
  481. margin-top:30px;
  482. width: 500px;
  483. font-size:10px;
  484. }
  485.  
  486. .notes a:hover{
  487. color:{color:link};
  488. }
  489.  
  490. ol.notes{
  491. list-style-type:none;
  492. }
  493.  
  494. ol.notes li.note{
  495. padding-bottom:2px;
  496. margin-bottom:5px;
  497. }
  498.  
  499. ol.notes li.note img.avatar{
  500. vertical-align:-6px;
  501. }
  502.  
  503. ol.notes li.note img{
  504. padding:2px;
  505. }
  506.  
  507. ol.notes li.note blockquote{
  508. padding-left:5px;
  509. margin-left:30px;
  510. }
  511.  
  512. /* ------------ PAG -------------- */
  513.  
  514. .pagi {
  515. font-size:11px;
  516. line-height:10px;
  517. text-align:center;
  518. }
  519.  
  520. /* ------------ CREDIT -------------- */
  521.  
  522. .credit {
  523. position:fixed;
  524. bottom:4px;
  525. right:10px;
  526. font-size: 8px;
  527. text-transform:uppercase;
  528. letter-spacing: 2px;
  529. padding: 5px;
  530. font-family:calibri;
  531. }
  532.  
  533. .credit a{
  534. color:{color:link};
  535. opacity:0.9;
  536. }
  537.  
  538. .credit a:hover{
  539. color:{color:hover};
  540. }
  541.  
  542. </style>
  543. </head>
  544. <body>
  545.  
  546. <div id="pngimg"><img src="{image:png}"/></div>
  547. <div id="titimg"><img src="{image:title}"/></div></div>
  548.  
  549. <div id="side"><div id="simg"><img src="{image:side}"/></div>
  550. <div class="desc"><br><br>{Description}
  551.  
  552. {block:Pagination}
  553. <div class="pagi">
  554. {block:PreviousPage}
  555. <a href="{PreviousPage}">prev</a>
  556. {/block:PreviousPage}
  557. {block:NextPage}
  558. <a href="{NextPage}">next</a>
  559. {/block:NextPage}
  560. </div>
  561. {/block:Pagination}
  562. </div></div>
  563.  
  564. <div id="menu">
  565. <a href="{text:link 1}"><div id="um"></div></a>
  566. <a href="{text:link 2}"><div id="dois"></div></a>
  567. <a href="{text:link 3}"><div id="tres"></div></a>
  568. </div></div></div>
  569.  
  570. <div id="entries">
  571. {block:Posts}
  572. <div class="post">
  573.  
  574. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  575. {block:Text}{Body}{/block:Text}
  576.  
  577. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">
  578. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  579.  
  580. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  581.  
  582. {block:Quote}<div id="quo">"{Quote}"</div>
  583. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  584.  
  585. {block:Link}<div id="ltit"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  586. {/block:Link}
  587.  
  588. {block:Chat}{block:Title}<div id="tit">{Title}</div>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul><br>{/block:Chat}
  589.  
  590. {block:Audio}<div class="audio"><span style="position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border-radius: 0px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  591. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  592. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  593.  
  594. {block:Video}{Video-500}}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  595.  
  596. {block:Answer}<div id="q"><img src="{AskerPortraitURL-40}" align="left" style="-moz-border-radius: 5px; border-radius: 5px;"/>
  597. <cola></cola><div id="asker"> asked by {Asker}</div><div class="questions">"{Question}"</div><div class="answer">{Answer}</div></div>{/block:answer}
  598.  
  599. {block:Date}
  600. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}✘<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  601.  
  602. <div class="credit" align="right"><a href="http://letsrp.tumblr.com/">theme</a></div>
  603. </div>
  604. </div>
  605. </div>
  606. </body>
  607. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement