Advertisement
extasisthemes

Gone

Aug 31st, 2016
1,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.66 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. <!----- Gone by extasisthemes ----->
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <meta name="color:Asker" content="#000000"/>
  14. <meta name="color:Audio Background" content="#ffffff"/>
  15. <meta name="color:Background" content="#f8f8f8"/>
  16. <meta name="color:Blockquote" content="#eeeeee"/>
  17. <meta name="color:Blog Title" content="#000000"/>
  18. <meta name="color:Border" content="#eeeeee"/>
  19. <meta name="color:Caption Background" content="#fafafa"/>
  20. <meta name="color:Caption Border" content="#eeeeee"/>
  21. <meta name="color:Credit" content="#000000"/>
  22. <meta name="color:Credit Background" content="#ffffff"/>
  23. <meta name="color:Hover" content="#cfcfcf"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="color:Link Border" content="#f38630"/>
  26. <meta name="color:List" content="#eeeeee"/>
  27. <meta name="color:Post Background" content="#ffffff"/>
  28. <meta name="color:Post Title" content="#000000"/>
  29. <meta name="color:Scrollbar" content="#000000"/>
  30. <meta name="color:Sidebar Background" content="#ffffff"/>
  31. <meta name="color:Text" content="#000000"/>
  32. <meta name="color:Tooltip Background" content="#ffffff"/>
  33.  
  34. <meta name="text:Link 1" content="/"/>
  35. <meta name="text:Link 1 Title" content="Link One"/>
  36. <meta name="text:Link 2" content="/"/>
  37. <meta name="text:Link 2 Title" content="Link Two"/>
  38. <meta name="text:Link 3" content="/"/>
  39. <meta name="text:Link 3 Title" content="Link Three"/>
  40.  
  41. <meta name="text:Title" content="Gone"/>
  42.  
  43. <meta name="text:Subtitle" content="Lorem ipsum dolor sit amet."/>
  44.  
  45. <meta name="image:Image" content="http://i.imgur.com/u6BKZT7.jpg"/>
  46.  
  47. <meta name="if:400px Text Post" content="1"/>
  48. <meta name="if:500px Text Post" content="0"/>
  49.  
  50. <meta name="if:Image" content="1"/>
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  54. <script>
  55. (function($){
  56. $(document).ready(function(){
  57. $("a[title]").style_my_tooltips({
  58. tip_follows_cursor:true,
  59. tip_delay_time:90,
  60. tip_fade_speed:600,
  61. attribute:"title"
  62. });
  63. });
  64. })(jQuery);
  65. </script>
  66.  
  67. <style type="text/css">
  68.  
  69. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  70. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background:{color:Scrollbar};
  74. height:50px;
  75. }
  76.  
  77. ::-webkit-scrollbar {
  78. height:10px;
  79. width:3px;
  80. }
  81.  
  82. #s-m-t-tooltip {
  83. background:{color:Tooltip Background};
  84. border:1px solid {color:Border};
  85. color:{color:Text};
  86. font-family:'Open Sans', sans-serif;
  87. font-size:10px;
  88. font-style:normal;
  89. font-weight:normal;
  90. letter-spacing:0px;
  91. margin-top:20px;
  92. padding:10px;
  93. text-align:center;
  94. text-decoration:none;
  95. text-transform:uppercase;
  96. z-index:999999999999999999999999999999999999;
  97. }
  98.  
  99. body {
  100. background:{color:Background};
  101. color:{color:Text};
  102. cursor:url(http://i.imgur.com/lhPqll6.png), progress;
  103. font-family:'Open Sans', sans-serif;
  104. font-size:11px;
  105. font-style:normal;
  106. font-weight:normal;
  107. letter-spacing:0px;
  108. margin:0px;
  109. text-align:justify;
  110. text-decoration:none;
  111. text-transform:none;
  112. word-break:break-word;
  113. }
  114.  
  115. a {
  116. border-bottom:1px solid {color:Link Border};
  117. color:{color:Link};
  118. text-decoration:none;
  119. -webkit-transition: all 0.5s ease;
  120. -moz-transition: all 0.5s ease;
  121. -o-transition: all 0.5s ease;
  122. }
  123.  
  124. a:hover {
  125. color:{color:Hover};
  126. }
  127.  
  128. h1 {
  129. color:{color:Post Title};
  130. font-family:'Open Sans', sans-serif;
  131. font-size:12px;
  132. font-style:normal;
  133. font-weight:bold;
  134. letter-spacing:0px;
  135. line-height:150%;
  136. text-align:left;
  137. text-decoration:none;
  138. text-transform:none;
  139. }
  140.  
  141. blockquote {
  142. border-left:1px solid {color:Blockquote};
  143. margin:5px;
  144. padding-left:5px;
  145. }
  146.  
  147. blockquote img {
  148. height:auto;
  149. max-width:200px;
  150. }
  151.  
  152. blockquote blockquote {
  153. border-left:1px solid {color:Blockquote};
  154. padding-left:5px;
  155. }
  156.  
  157. ul {
  158. padding:10px;
  159. }
  160.  
  161. li {
  162. list-style:none;
  163. padding:2px 0px 1px 0px;
  164. }
  165.  
  166. li:before {
  167. color:{color:List};
  168. content:'–––––';
  169. letter-spacing:-3px;
  170. padding-right:10px;
  171. }
  172.  
  173. img {
  174. height:auto;
  175. max-width:100%;
  176. }
  177.  
  178. #container {
  179. margin-left:auto;
  180. margin-right:auto;
  181. {block:If400pxTextPost}
  182. width:790px;
  183. {/block:If400pxTextPost}
  184. {block:If500pxTextPost}
  185. width:890px;
  186. {/block:If500pxTextPost}
  187. }
  188.  
  189. #sidebar {
  190. position:fixed;
  191. width:250px;
  192. }
  193.  
  194. .image {
  195. height:125px;
  196. width:250px;
  197. }
  198.  
  199. .image img {
  200. height:125px;
  201. width:250px;
  202. }
  203.  
  204. .tsldcontainer {
  205. background:{color:Sidebar Background};
  206. padding:20px;
  207. }
  208.  
  209. .title {
  210. color:{color:Blog Title};
  211. display:inline-block;
  212. font-family:'Montserrat', sans-serif;
  213. font-size:11px;
  214. font-style:normal;
  215. font-weight:400;
  216. letter-spacing:0px;
  217. margin-right:10px;
  218. text-decoration:none;
  219. text-align:left;
  220. text-transform:none;
  221. }
  222.  
  223. .subtitle {
  224. color:{color:Blog Title};
  225. font-family:'Open Sans', sans-serif;
  226. font-size:11px;
  227. font-style:italic;
  228. font-weight:normal;
  229. letter-spacing:0px;
  230. text-decoration:none;
  231. text-align:left;
  232. text-transform:none;
  233. }
  234.  
  235. .border {
  236. background:{color:Border};
  237. height:1px;
  238. margin-top:20px;
  239. width:50px;
  240. }
  241.  
  242. .description {
  243. color:{color:Text};
  244. font-family:'Open Sans', sans-serif;
  245. font-size:11px;
  246. font-style:normal;
  247. font-weight:normal;
  248. letter-spacing:0px;
  249. margin-top:20px;
  250. text-decoration:none;
  251. text-align:left;
  252. text-transform:none;
  253. }
  254.  
  255. .links {
  256. color:{color:Link};
  257. font-family:'Open Sans', sans-serif;
  258. font-size:11px;
  259. font-style:normal;
  260. font-weight:normal;
  261. letter-spacing:0px;
  262. margin-top:10px;
  263. text-decoration:none;
  264. text-align:left;
  265. text-transform:none;
  266. }
  267.  
  268. .links a {
  269. display:inline-block;
  270. color:{color:Link};
  271. margin-right:10px;
  272. }
  273.  
  274. .links a:hover {
  275. color:{color:Hover};
  276. }
  277.  
  278. #posts {
  279. margin-bottom:100px;
  280. margin-left:350px;
  281. margin-top:100px;
  282. }
  283.  
  284. .entries {
  285. background:{color:Post Background};
  286. margin-bottom:50px;
  287. padding:20px;
  288. {block:If400pxTextPost}
  289. width:400px;
  290. {/block:If400pxTextPost}
  291. {block:If500pxTextPost}
  292. width:500px;
  293. {/block:If500pxTextPost}
  294. }
  295.  
  296. .caption {
  297. margin-top:5px;
  298. background:{color:Caption Background};
  299. border:1px solid {color:Border};
  300. padding:10px;
  301. }
  302.  
  303. #quote {
  304. color:{color:Text};
  305. font-family:'Open Sans', sans-serif;
  306. font-size:15px;
  307. font-style:normal;
  308. font-weight:normal;
  309. letter-spacing:0px;
  310. padding:10px;
  311. text-align:justify;
  312. text-decoration:none;
  313. text-transform:none;
  314. }
  315.  
  316. #chat {
  317. color:{color:Text};
  318. font-family:'Open Sans', sans-serif;
  319. font-size:10px;
  320. font-style:normal;
  321. font-weight:normal;
  322. letter-spacing:0px;
  323. text-align:justify;
  324. text-decoration:none;
  325. text-transform:uppercase;
  326. }
  327.  
  328. #website {
  329. color:{color:Text};
  330. font-family:'Open Sans', sans-serif;
  331. font-size:12px;
  332. font-style:normal;
  333. font-weight:normal;
  334. letter-spacing:0px;
  335. text-align:justify;
  336. text-decoration:none;
  337. text-transform:none;
  338. }
  339.  
  340. .question {
  341. border:1px solid {color:Border};
  342. color:{color:Text};
  343. font-family:'Open Sans', sans-serif;
  344. font-size:11px;
  345. font-style:normal;
  346. font-weight:normal;
  347. letter-spacing:0px;
  348. margin-bottom:10px;
  349. padding:20px;
  350. text-align:justify;
  351. text-decoration:none;
  352. text-transform:none;
  353. }
  354.  
  355. .asker {
  356. color:{color:Asker};
  357. font-family:'Open Sans', sans-serif;
  358. font-size:11px;
  359. font-style:normal;
  360. font-weight:bold;
  361. letter-spacing:0px;
  362. text-align:justify;
  363. text-decoration:none;
  364. text-transform:uppercase;
  365. }
  366.  
  367. .asker a {
  368. border-bottom:1px solid {color:Border};
  369. color:{color:Asker};
  370. }
  371.  
  372. .asker a:hover {
  373. color:{color:Hover};
  374. }
  375.  
  376. .playbutton {
  377. height:28px;
  378. overflow:hidden;
  379. padding:5px;
  380. position:relative;
  381. width:25px;
  382. }
  383.  
  384. .playbox {
  385. background:{color:Audio Background};
  386. margin-left:17px;
  387. margin-top:17px;
  388. opacity:0.7;
  389. position:absolute;
  390. }
  391.  
  392. .audiodesc {
  393. color:{color:Text};
  394. font-family:'Open Sans', sans-serif;
  395. font-size:10px;
  396. font-style:normal;
  397. font-weight:normal;
  398. letter-spacing:0px;
  399. margin-left:5px;
  400. margin-top:0px;
  401. padding:17px;
  402. position:relative;
  403. text-align:left;
  404. text-decoration:none;
  405. text-transform:uppercase;
  406. }
  407.  
  408. #info {
  409. color:{color:Text};
  410. font-family:'Open Sans', sans-serif;
  411. font-size:11px;
  412. font-style:normal;
  413. font-weight:normal;
  414. letter-spacing:0px;
  415. margin-top:20px;
  416. text-align:left;
  417. text-decoration:none;
  418. text-transform:none;
  419. width:400px;
  420. }
  421.  
  422. #info a {
  423. color:{color:Link};
  424. }
  425.  
  426. #info a:hover {
  427. color:{color:Hover};
  428. }
  429.  
  430. #tags {
  431. color:{color:Text};
  432. font-family:'Open Sans', sans-serif;
  433. font-size:11px;
  434. font-style:normal;
  435. font-weight:normal;
  436. letter-spacing:0px;
  437. text-align:left;
  438. text-decoration:none;
  439. text-transform:none;
  440. }
  441.  
  442. #tags a {
  443. color:{color:Link};
  444. }
  445.  
  446. #tags a:hover {
  447. color:{color:Hover};
  448. }
  449.  
  450. #notes {
  451. color:{color:Text};
  452. font-family:'Open Sans', sans-serif;
  453. font-size:11px;
  454. font-style:normal;
  455. font-weight:normal;
  456. letter-spacing:0px;
  457. text-align:left;
  458. text-decoration:none;
  459. text-transform:none;
  460. width:400px;
  461. }
  462.  
  463. #notes a {
  464. color:{color:Link};
  465. }
  466.  
  467. #notes a:hover {
  468. color:{color:Hover};
  469. }
  470.  
  471. #notes img {
  472. display:none;
  473. }
  474.  
  475. .pagination {
  476. color:{color:Text};
  477. font-family:'Open Sans', sans-serif;
  478. font-size:10px;
  479. font-style:normal;
  480. font-weight:normal;
  481. letter-spacing:0px;
  482. text-align:center;
  483. text-decoration:none;
  484. text-transform:uppercase;
  485. {block:If400pxTextPost}
  486. width:440px;
  487. {/block:If400pxTextPost}
  488. {block:If500pxTextPost}
  489. width:540px;
  490. {/block:If500pxTextPost}
  491. }
  492.  
  493. .pagination a {
  494. color:{color:Link};
  495. }
  496.  
  497. .pagination a:hover {
  498. color:{color:Hover};
  499. }
  500.  
  501. #credit {
  502. background:{color:Credit Background};
  503. border:1px solid {color:Border};
  504. bottom:15px;
  505. color:{color:Credit};
  506. float:right;
  507. font-family:'Open Sans', sans-serif;
  508. font-size:10px;
  509. font-style:normal;
  510. font-weight:normal;
  511. letter-spacing:0px;
  512. padding:5px;
  513. position:fixed;
  514. right:15px;
  515. text-align:justify;
  516. text-decoration:none;
  517. text-transform:uppercase;
  518. }
  519.  
  520. #credit a {
  521. border-bottom:none;
  522. color:{color:Credit};
  523. }
  524.  
  525. #credit a:hover {
  526. color:{color:Hover};
  527. }
  528.  
  529. {CustomCSS}</style></head><body>
  530.  
  531. <div id="container">
  532.  
  533. <div id="sidebar">
  534.  
  535. {block:IfImage}
  536. <div class="image"><img src="{image:Image}"/></div>
  537. {/block:IfImage}
  538.  
  539. <div class="tsldcontainer">
  540.  
  541. <div class="tscontainer">
  542.  
  543. <div class="subtitle"><div class="title">{text:Title}</div>{text:Subtitle}</div>
  544.  
  545. </div>
  546.  
  547. <div class="border"></div>
  548.  
  549. <div class="description">{Description}</div>
  550.  
  551. <div class="links">
  552. <a href="/">Home</a>
  553. <a href="/ask">Ask</a>
  554. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  555. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  556. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  557. <a href="/archive">Archive</a>
  558. </div>
  559.  
  560. </div>
  561.  
  562. </div>
  563.  
  564. <div id="posts">
  565. {block:Posts}
  566. <div class="entries">
  567.  
  568. {block:Photo}<img src="{block:If400pxTextPost}{PhotoURL-400}{/block:If400pxTextPost}{block:If500pxTextPost}{PhotoURL-500}{/block:If500pxTextPost}">
  569. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  570. {/block:Photo}
  571.  
  572. {block:Photoset}{block:If400pxTextPost}{Photoset-400}{/block:If400pxTextPost}{block:If500pxTextPost}{Photoset-500}{/block:If500pxTextPost}
  573. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  574. {/block:Photoset}
  575.  
  576. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  577.  
  578. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  579.  
  580. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  581.  
  582. <div id="chat">
  583. {block:Chat}
  584. {block:Title}
  585. <h1>{Title}</h1>
  586. {/block:Title}
  587. {block:Lines}
  588. {block:Label}<b>{Label}</b>{/block:Label}
  589. {Line}<br>
  590. {/block:Lines}{/block:Chat}
  591. </div>
  592.  
  593. {block:Audio}
  594. <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  595. {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
  596. <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  597. {/block:Audio}
  598.  
  599. {block:Video}
  600. {block:If400pxTextPost}
  601. {Video-400}
  602. {/block:If400pxTextPost}
  603. {block:If500pxTextPost}
  604. {Video-500}
  605. {/block:If500pxTextPost}
  606. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  607. {/block:Video}
  608.  
  609. {block:Answer}
  610. <div class="question">
  611. <span class="asker"><a href="{AskerURL}">{Asker}</a></span> {Question}</div>
  612. {Answer}
  613. {/block:Answer}
  614.  
  615. <div class="border"></div>
  616.  
  617. {block:Date}<div id="info">Posted on {Month} {DayOfMonth}, {Year} with <a href="{Permalink}">{NoteCount} notes</a> {/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(orig <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  618.  
  619. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  620. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  621.  
  622. </div>
  623.  
  624. {/block:Posts}
  625.  
  626. {block:IndexPage}
  627. <div class="pagination">
  628. {block:PreviousPage}
  629. <a href="{PreviousPage}">Previous</a>
  630. {/block:PreviousPage}
  631. {CurrentPage} out of {TotalPages}
  632. {block:NextPage}
  633. <a href="{NextPage}">Next</a>
  634. {/block:NextPage}
  635. </div>
  636. {/block:IndexPage}
  637.  
  638. </div>
  639.  
  640. <div id="credit">
  641. <a href="http://extasisthemes.tumblr.com/">ET</a>
  642. </div>
  643.  
  644. </body>
  645. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement