Advertisement
alithegreat

THEME 23; LOVE DON'T DIE

Aug 12th, 2014
1,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.92 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13.  
  14. BASE THEME: Themesbyvanne.tumblr.com
  15. EDITED THEME AND DETAILS: Alicatofrp.tumblr.com
  16. THEME #23: LOVE DON'T DIE
  17.  
  18. ♛ No stealing any parts of this coding and using it in your own
  19. ♛ Do not use this as a base code for your own theme
  20. ♛ Feel free to edit as much as you'd like for personal use
  21. ♛ Do not take my credit off (or the base credit) or move it somewhere else
  22. ♛ Let me know if you have any questions about this theme
  23.  
  24. --->
  25.  
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:Sidebar BG" content=""/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <meta name="color:Background" content=""/>
  31. <meta name="color:Blockquote" content=""/>
  32. <meta name="color:Border" content=""/>
  33. <meta name="color:Description" content=""/>
  34. <meta name="color:Entries" content=""/>
  35. <meta name="color:Link" content=""/>
  36. <meta name="color:Navbar" content=""/>
  37. <meta name="color:Navhover" content=""/>
  38. <meta name="color:Navigation" content=""/>
  39. <meta name="color:Navigation Links" content=""/>
  40. <meta name="color:Pre BG" content=""/>
  41. <meta name="color:Pre Text" content=""/>
  42. <meta name="color:Scrollbar" content=""/>
  43. <meta name="color:Sidebar BG" content=""/>
  44. <meta name="color:Text" content=""/>
  45. <meta name="color:Title" content=""/>
  46.  
  47. <meta name="text:mainlink1" content=""/>
  48. <meta name="text:maintext1" content=""/>
  49.  
  50. <meta name="text:mainlink2" content=""/>
  51. <meta name="text:maintext2" content=""/>
  52.  
  53. <meta name="text:mainlink3" content=""/>
  54. <meta name="text:maintext3" content=""/>
  55.  
  56. <meta name="text:hometext" content=""/>
  57. <meta name="text:asktext" content=""/>
  58.  
  59. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  60.  
  61. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  62.  
  63. <script>
  64.  
  65. (function($){
  66.  
  67. $(document).ready(function(){
  68.  
  69. $(“a[title]”).style_my_tooltips({
  70.  
  71. tip_follows_cursor:true,
  72.  
  73. tip_delay_time:30,
  74.  
  75. tip_fade_speed:300,
  76.  
  77. attribute:”title”
  78.  
  79. });
  80.  
  81. });
  82.  
  83. })(jQuery);
  84.  
  85. </script>
  86.  
  87. <style type="text/css">
  88.  
  89. ::-webkit-scrollbar-thumb {
  90. height:auto;
  91. background-color:{color:Background};
  92. }
  93.  
  94. ::-webkit-scrollbar {
  95. height:10px;
  96. width:6px;
  97. background-color:{color:Scrollbar};
  98. }
  99.  
  100. #s-m-t-tooltip {
  101. margin-top: 15px;
  102. font-family: georgia;
  103. font-size: 8px;
  104. text-transform:uppercase;
  105. padding:2px;
  106. background-color:{color:Entries};
  107. color:{color:Text};
  108. border:1px solid {color:Border};
  109. z-index:9999;
  110. }
  111.  
  112. body {
  113. background: {color:Background};
  114. background-image:url('{image:Background}');
  115. background-attachment:fixed;
  116. font-family: georgia;
  117. font-size: 10px;
  118. color: {color:Text};
  119. }
  120.  
  121. blockquote {
  122. padding-left:5px;
  123. margin:0px 2px 0px 11px;
  124. border-left:2px solid {color:Blockquote};
  125. }
  126.  
  127. a {
  128. text-decoration: none;
  129. color: {color:Link};
  130. }
  131.  
  132. pre {
  133. font-family:georgia;
  134. font-size:8px;
  135. text-transform:Uppercase;
  136. background-color:{color:Pre Bg};
  137. padding:2px;
  138. text-align:center;
  139. border-left:2px solid {color:border};
  140. border-right:2px solid {color:border};
  141. word-wrap: break-word;
  142. color:{color:Pre Text};
  143. }
  144.  
  145. small, sub {
  146. font-size:9px;
  147. }
  148.  
  149. b, strong {
  150. color:{color:Title};
  151. }
  152.  
  153. #backbar1 {
  154. position: fixed;
  155. margin-top:50px;
  156. margin-left:25px;
  157. width: 410px;
  158. height: 511px;
  159. border: 1px solid {color:Border};
  160. background-color:{color:Sidebar BG};
  161. background-image:url('{image:Sidebar BG}');
  162. background-attachment:fixed;
  163. }
  164.  
  165. #sidebartitle1 {
  166. font-family:georgia;
  167. letter-spacing:-1px;
  168. margin-top:0px;
  169. text-transform:lowercase;
  170. font-size:18px;
  171. color:{color:Title};
  172. text-align:center;
  173. }
  174.  
  175. #sidebartitle2 {
  176. font-family:georgia;
  177. letter-spacing:0px;
  178. text-transform:lowercase;
  179. font-size:10px;
  180. font-style:italic;
  181. text-align:center;
  182. }
  183.  
  184. #photobar {
  185. position:fixed;
  186. margin-top:55px;
  187. margin-left:30px;
  188. padding:0px;
  189. border:1px solid {color:Border};
  190. height:500px;
  191. width:200px;
  192. }
  193.  
  194. #description {
  195. position: fixed;
  196. margin-top:55px;
  197. margin-left:237px;
  198. padding: 10px;
  199. width:173px;
  200. height:338px;
  201. font-size:9px;
  202. text-align:justify;
  203. border:1px solid {color:Border};
  204. background-color:{color:Description};
  205. }
  206.  
  207. #navbar1 {
  208. position: fixed;
  209. margin-left:237px;
  210. margin-top: 420px;
  211. width: 193px;
  212. height: 135px;
  213. padding: 0px;
  214. background-color:{color:Navbar};
  215. border: 1px solid {color:Border};}
  216.  
  217. #navigation {
  218. margin-top:5px;
  219. margin-right:0px;
  220. text-align:center;
  221. }
  222.  
  223. #navigation a {
  224. display:inline-block;
  225. text-align:center;
  226. border:1px solid {color:Border};
  227. width:179px;
  228. height:15px;
  229. line-height:15px;
  230. padding:2px;
  231. text-transform:uppercase;
  232. font-family:georgia;
  233. font-size:8px;
  234. margin-bottom:5px;
  235. background-color:{color:Navigation};
  236. color:{color:Navigation Links};
  237. -webkit-transition: all 0.2s ease-in-out;
  238. -moz-transition: all 0.2s ease-in-out;
  239. -o-transition: all 0.2s ease-in-out;
  240. }
  241.  
  242. #navigation a:hover {
  243. display:inline-block;
  244. text-align:center;
  245. font-style:italic;
  246. border:1px solid {color:Border};
  247. background-color:{color:Navhover};
  248. color:{color:Navigation Links};
  249. -webkit-transition: all 0.5s ease-in-out;
  250. -moz-transition: all 0.5s ease-in-out;
  251. -o-transition: all 0.5s ease-in-out;
  252. }
  253.  
  254.  
  255. #entries {
  256. position:absolute;
  257. width:530px;
  258. margin-left:470px;
  259. padding:11px;
  260. margin-top:9px;
  261. border: 0px solid {color:Border};}
  262.  
  263.  
  264. #entry {
  265. background-color:{color:Entries};
  266. margin-bottom:0px;
  267. padding:15px;
  268. border:1px solid {color:Border}}
  269.  
  270. #entrybg {
  271. padding:2px;
  272. background-color:{color:Sidebar BG};
  273. background-image:url('{image:Sidebar BG}');
  274. background-attachment:fixed;
  275. border:1px solid {color:Border};
  276. }
  277.  
  278. img {
  279. max-width: 100%;
  280. }
  281.  
  282. #posttitles {
  283. text-align: center;
  284. font-size: 18px;
  285. font-style:italic;
  286. letter-spacing:0px;
  287. text-transform:uppercase;
  288. font-family:georgia;
  289. padding:0px;
  290. border-bottom:0px double {color:Border};
  291. margin-bottom:5px;
  292. color: {color:Title};
  293. }
  294.  
  295. #pagination {
  296. text-align:center;
  297. margin-top: 10px;
  298. }
  299.  
  300. #pagination a {
  301. display: inline-block;
  302. text-transform:lowercase;
  303. font-size:18px;
  304. font-family:georgia;
  305. font-style:italic;
  306. letter-spacing:0px;
  307. word-spacing:3px;
  308. text-align: center;
  309. }
  310.  
  311. #ask {
  312. text-align:center;
  313. line-height:120%;
  314. color:{color:text};
  315. padding:5px;
  316. padding-bottom:10px;
  317. padding-top:5px;
  318. }
  319.  
  320.  
  321. #asker img {
  322. margin-left:-2px;
  323. margin-bottom:-15px;
  324. border-radius:50px;
  325. padding:5px;
  326. padding-bottom:5px;
  327. }
  328.  
  329. #ans {
  330. text-align:left;
  331. padding:0px;
  332. color:{color:text};
  333. }
  334.  
  335. .playerbuttonbg {
  336. position: absolute;
  337. left: 20px;
  338. top: 20px;
  339. width: 19px;
  340. height: 19px;
  341. background-color: #ffffff;
  342. padding: 10px;
  343. -webkit-border-radius: 40px;
  344. -moz-border-radius: 40px;
  345. border-radius: 40px;
  346. opacity: .4;
  347. filter: alpha(opacity=40);
  348. opacity: 0.4;
  349. -khtml-opacity: 0.4;
  350. transition: opacity .7s ease-in-out;
  351. -moz-transition: opacity .7s ease-in-out;
  352. -webkit-transition: opacity .7s ease-in-out;
  353. }
  354.  
  355. .playerbuttonbg:hover {
  356. opacity: 1;
  357. filter: alpha(opacity=100);
  358. -moz-opacity: 1;
  359. -khtml-opacity: 1;
  360. }
  361.  
  362. .newplayerbutton {
  363. position: relative;
  364. width: 19px;
  365. height: 19px;
  366. overflow: hidden;
  367. }
  368.  
  369. .playerbuttonhug {
  370. position: absolute;
  371. top: -18px;
  372. left: -7px;
  373. }
  374.  
  375. .tumblr_audio_player {
  376. height: 90px;
  377. width: 270px;
  378. -moz-transform: scale(0.60, 0.60);
  379. -webkit-transform: scale(0.60, 0.60);
  380. -o-transform: scale(0.60, 0.60);
  381. -ms-transform: scale(0.60, 0.60);
  382. transform: scale(0.60, 0.60);
  383. -moz-transform-origin: top left;
  384. -webkit-transform-origin: top left;
  385. -o-transform-origin: top left;
  386. -ms-transform-origin: top left;
  387. transform-origin: top left;
  388. }
  389.  
  390. .audioimgwrapper {
  391. position: absolute;
  392. left: 0px;
  393. top: 0px;
  394. -webkit-border-radius: 40px;
  395. -moz-border-radius: 40px;
  396. border-radius: 40px;
  397. overflow: hidden;
  398. width: 79px;
  399. height: 79px;
  400. }
  401.  
  402. .audioimgwrapper img {
  403. width: 100%;
  404. height: auto;
  405. -webkit-border-radius: 40px;
  406. -moz-border-radius: 40px;
  407. border-radius: 40px;
  408. }
  409.  
  410. .trackdetails {
  411. width: auto;
  412. display:inline-block;
  413. margin-left: 90px;
  414. min-height: 85px;
  415. }
  416.  
  417. .audiowrapper {
  418. position: relative;
  419. display:inline-block;
  420. }
  421.  
  422. #permalink {
  423. text-align: center;
  424. border-top: 1px solid {color:Border};
  425. position: relative;
  426. font-size:10px;
  427. text-transform:lowercase;
  428. font-family:georgia;
  429. margin-top: 5px;
  430. padding-top: 5px;
  431. }
  432.  
  433. #credit{
  434. font-size: 18px;
  435. font-style:none;
  436. letter-spacing: 0px;
  437. float: center;
  438. position: fixed;
  439. bottom: 15px;
  440. right: 15px;
  441. text-transform:lowercase;
  442. letter-spacing:-1px;
  443. font-family:georgia;
  444. }
  445.  
  446. #credit a{
  447. color: {color:text};
  448. padding:4px;
  449. -moz-transition-duration:0.5s;
  450. -webkit-transition-duration:0.5s;
  451. -o-transition-duration:0.5s;
  452. }
  453.  
  454.  
  455. </style>
  456.  
  457. </head>
  458.  
  459. <body>
  460.  
  461. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  462.  
  463. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  464.  
  465. <script>
  466.  
  467. (function($){
  468.  
  469. $(document).ready(function(){
  470.  
  471. $("a[title]").style_my_tooltips({
  472.  
  473. tip_follows_cursor:true,
  474.  
  475. tip_delay_time:10,
  476.  
  477. tip_fade_speed:60,
  478.  
  479. attribute:"title"
  480.  
  481. });
  482.  
  483. });
  484.  
  485. })(jQuery);
  486.  
  487. </script>
  488.  
  489. <div id="backbar1"></div>
  490.  
  491. <div id="description"><div style="overflow:auto; padding-right:5px; width: 170px; height: 305px; text-align: justify;">{Description}</div><div id="pagination">
  492. {block:PreviousPage}<a href="{PreviousPage}">« fall &nbsp;</a>{/block:PreviousPage}
  493. {block:NextPage} <a href="{NextPage}"> rise »</a>{/block:NextPage}
  494. </div></div>
  495.  
  496. <div id="navbar1"><div id="navigation">
  497. <a href="/">{text:hometext}</a><br>
  498. <a href="/ask">{text:asktext}</a><Br>
  499. <a href="{text:mainlink1}">{text:maintext1}</a><br>
  500. <a href="{text:mainlink2}">{text:maintext2}</a><br>
  501. <a href="{text:mainlink3}">{text:maintext3}</a><br>
  502. </div></div>
  503.  
  504. <div id="photobar"><img src="{image:Sidebar}"></div>
  505.  
  506.  
  507. <div id="entries">
  508. {block:Posts}
  509. <div id="entrybg">
  510. <div id="entry">
  511.  
  512.  
  513. {block:Text}
  514. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  515. {Body}
  516. {/block:Text}
  517.  
  518. {block:Photo}
  519. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  520. {block:Caption}{Caption}{/block:Caption}
  521. {/block:Photo}
  522.  
  523. {block:Photoset}
  524. {Photoset-500}
  525. {block:Caption}{Caption}{/block:Caption}
  526. {/block:Photoset}
  527.  
  528. {block:Quote}
  529. <div id="posttitles">{Quote}</div>
  530. {block:Source}<br>—{Source}{/block:Source}
  531. {/block:Quote}
  532.  
  533. {block:Link}
  534. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  535. {block:Description}{Description}{/block:Description}
  536. {/block:Link}
  537.  
  538. {block:Chat}
  539. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  540. {block:Lines}
  541. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  542. {/block:Lines}
  543. {/block:Chat}
  544.  
  545. {block:Audio}{block:AudioPlayer}
  546. <div class="audiowrapper">
  547. {block:AlbumArt}
  548. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  549. {/block:AlbumArt}
  550.  
  551. <div class="playerbuttonbg">
  552. <div class="newplayerbutton">
  553. <div class="playerbuttonhug">
  554.  
  555. {AudioPlayerWhite}
  556.  
  557. </div>
  558. </div>
  559. </div>
  560.  
  561. <div class="trackdetails">
  562.  
  563. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  564. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  565. {block:Album}Album: {Album}{/block:Album}<br/>
  566. {PlayCountWithLabel}
  567.  
  568. </div>
  569. </div>
  570. {/block:AudioPlayer}
  571.  
  572. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  573.  
  574. {block:Video}
  575. {Video-500}
  576. {block:Caption}{Caption}{/block:Caption}
  577. {/block:Video}
  578.  
  579. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:30px; width:30px; float:center; margin-top:0px"><big><i><big>{Asker} asked:</big></big></i><br><br>{Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  580.  
  581.  
  582. <div id="permalink">
  583. {block:Date}<i>Posted on:</i> {TimeAgo}{/block:Date} ▾ <a href="{Permalink}">
  584. {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">Reblog</a>
  585.  
  586. {block:RebloggedFrom} ▾ <i>post details:</i> <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  587.  
  588. <br>{block:HasTags} <i>tagged with:</i> {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  589. </div>
  590.  
  591.  
  592.  
  593. </div> <!-- /div entry ---> </div><br><br>
  594.  
  595. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  596.  
  597. <div id="credit"> <a href="http://wonderlandsrps.tumblr.com/">alicat</a></div>
  598.  
  599. </body>
  600.  
  601. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement