ssourwolf

2018: theme used w myg gif.

Oct 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.54 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. <link href="https://fonts.googleapis.com/css?family=Archivo" rel="stylesheet">
  67.  
  68. <style type="text/css">
  69.  
  70. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  71. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background:{color:Scrollbar};
  75. height:50px;
  76. }
  77.  
  78. ::-webkit-scrollbar {
  79. height:10px;
  80. width:3px;
  81. }
  82.  
  83. #s-m-t-tooltip {
  84. background:{color:Tooltip Background};
  85. border:1px solid {color:Border};
  86. color:{color:Text};
  87. font-family: 'Archivo', sans-serif;
  88. font-size:10px;
  89. font-style:normal;
  90. font-weight:normal;
  91. letter-spacing:0px;
  92. margin-top:20px;
  93. padding:10px;
  94. text-align:center;
  95. text-decoration:none;
  96. text-transform:lowercase;
  97. z-index:999999999999999999999999999999999999;
  98. }
  99.  
  100. body {
  101. background:{color:Background};
  102. color:{color:Text};
  103. font-family: 'Archivo', 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: 'Archivo', 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:auto;
  196. width:250px;
  197. }
  198.  
  199. .image img {
  200. height:auto;
  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: 'Archivo', 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: 'Archivo', 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: 'Archivo', 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:120px;
  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: 'Archivo', 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: 'Archivo', 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:lowercase;
  326. }
  327.  
  328. #website {
  329. color:{color:Text};
  330. font-family: 'Archivo', 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: 'Archivo', 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: 'Archivo', 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:lowercase;
  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: 'Archivo', 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:lowercase;
  406. }
  407.  
  408. #info {
  409. color:{color:Text};
  410. font-family: 'Archivo', 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. line-height:15px;
  418. text-decoration:none;
  419. text-transform:lowercase;
  420. width:400px;
  421. }
  422.  
  423. #info a {
  424. color:{color:Link};
  425. }
  426.  
  427. #info a:hover {
  428. color:{color:Hover};
  429. }
  430.  
  431. #tags {
  432. color:{color:Text};
  433. font-family: 'Archivo', sans-serif;
  434. font-size:11px;
  435. font-style:normal;
  436. font-weight:normal;
  437. letter-spacing:0px;
  438. text-align:left;
  439. text-decoration:none;
  440. text-transform:none;
  441. }
  442.  
  443. #tags a {
  444. color:{color:Link};
  445. }
  446.  
  447. #tags a:hover {
  448. color:{color:Hover};
  449. }
  450.  
  451. #notes {
  452. color:{color:Text};
  453. font-family: 'Archivo', sans-serif;
  454. font-size:11px;
  455. font-style:normal;
  456. font-weight:normal;
  457. letter-spacing:0px;
  458. text-align:left;
  459. text-decoration:none;
  460. text-transform:none;
  461. width:400px;
  462. }
  463.  
  464. #notes a {
  465. color:{color:Link};
  466. }
  467.  
  468. #notes a:hover {
  469. color:{color:Hover};
  470. }
  471.  
  472. #notes img {
  473. display:none;
  474. }
  475.  
  476. .pagination {
  477. color:{color:Text};
  478. font-family: 'Archivo', sans-serif;
  479. font-size:10px;
  480. font-style:normal;
  481. font-weight:normal;
  482. letter-spacing:0px;
  483. text-align:center;
  484. text-decoration:none;
  485. text-transform:lowercase;
  486. {block:If400pxTextPost}
  487. width:440px;
  488. {/block:If400pxTextPost}
  489. {block:If500pxTextPost}
  490. width:540px;
  491. {/block:If500pxTextPost}
  492. }
  493.  
  494. .pagination a {
  495. color:{color:Link};
  496. }
  497.  
  498. .pagination a:hover {
  499. color:{color:Hover};
  500. }
  501.  
  502. #credit {
  503. background:{color:Credit Background};
  504. border:1px solid {color:Border};
  505. bottom:15px;
  506. color:{color:Credit};
  507. float:right;
  508. font-family: 'Archivo', sans-serif;
  509. font-size:10px;
  510. font-style:normal;
  511. font-weight:normal;
  512. letter-spacing:0px;
  513. padding:5px;
  514. position:fixed;
  515. right:15px;
  516. text-align:justify;
  517. text-decoration:none;
  518. text-transform:lowercase;
  519. }
  520.  
  521. #credit a {
  522. border-bottom:none;
  523. color:{color:Credit};
  524. }
  525.  
  526. #credit a:hover {
  527. color:{color:Hover};
  528. }
  529.  
  530. {CustomCSS}</style>
  531.  
  532. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  533. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  534. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  535.  
  536.  
  537. <script>
  538. $(document).ready(function(){
  539. $('.photo-slideshow').pxuPhotoset({
  540. lightbox: true,
  541. rounded: false,
  542. gutter: '4px',
  543. borderRadius: '0px',
  544. photoset: '.photo-slideshow',
  545. photoWrap: '.photo-data',
  546. photo: '.pxu-photo'
  547. });
  548. });
  549. </script>
  550.  
  551.  
  552. </head><body>
  553.  
  554. <div id="container">
  555.  
  556. <div id="sidebar">
  557.  
  558. {block:IfImage}
  559. <div class="image"><img src="{image:Image}"/></div>
  560. {/block:IfImage}
  561.  
  562. <div class="tsldcontainer">
  563.  
  564. <div class="tscontainer">
  565.  
  566. <div class="subtitle"><div class="title">{text:Title}</div>{text:Subtitle}</div>
  567.  
  568. </div>
  569.  
  570. <div class="border"></div>
  571.  
  572. <div class="description">{Description}</div>
  573.  
  574. <div class="links">
  575. <a href="/">home</a>
  576. <a href="/ask">message</a>
  577. <a href="/tags">tags</a>
  578. <a href="icons">icons</a>
  579. <a href="http://bangtanarmynet.tumblr.com">network</a>
  580. <a href="/archive">history</a>
  581.  
  582. </div>
  583.  
  584. </div>
  585.  
  586. </div>
  587.  
  588. <div id="posts">
  589. {block:Posts}
  590. <div class="entries">
  591.  
  592. {block:Photo}<img src="{block:If400pxTextPost}{PhotoURL-400}{/block:If400pxTextPost}{block:If500pxTextPost}{PhotoURL-500}{/block:If500pxTextPost}">
  593. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  594. {/block:Photo}
  595.  
  596. {block:Photoset}{block:If400pxTextPost}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{/block:If400pxTextPost}{block:If500pxTextPost}{Photoset-500}{/block:If500pxTextPost}
  597. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  598. {/block:Photoset}
  599.  
  600. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  601.  
  602. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  603.  
  604. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  605.  
  606. <div id="chat">
  607. {block:Chat}
  608. {block:Title}
  609. <h1>{Title}</h1>
  610. {/block:Title}
  611. {block:Lines}
  612. {block:Label}<b>{Label}</b>{/block:Label}
  613. {Line}<br>
  614. {/block:Lines}{/block:Chat}
  615. </div>
  616.  
  617. {block:Audio}
  618. <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  619. {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
  620. <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}
  621. {/block:Audio}
  622.  
  623. {block:Video}
  624. {block:If400pxTextPost}
  625. {Video-400}
  626. {/block:If400pxTextPost}
  627. {block:If500pxTextPost}
  628. {Video-500}
  629. {/block:If500pxTextPost}
  630. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  631. {/block:Video}
  632.  
  633. {block:Answer}
  634. <div class="question">
  635. <span class="asker"><a href="{AskerURL}">{Asker}</a></span> {Question}</div>
  636. {Answer}
  637. {/block:Answer}
  638.  
  639. <div class="border"></div>
  640.  
  641. {block:Date}<div id="info">{Month} {DayOfMonth}, {Year} : <a href="{Permalink}">{NoteCount} notes</a> {/block:Date} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  642.  
  643. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp; {/block:Tags}</div>{/block:HasTags}
  644. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  645.  
  646. </div>
  647.  
  648. {/block:Posts}
  649.  
  650. {block:IndexPage}
  651. <div class="pagination">
  652. {block:PreviousPage}
  653. <a href="{PreviousPage}">Previous</a>
  654. {/block:PreviousPage}
  655. {CurrentPage} out of {TotalPages}
  656. {block:NextPage}
  657. <a href="{NextPage}">Next</a>
  658. {/block:NextPage}
  659. </div>
  660. {/block:IndexPage}
  661.  
  662. </div>
  663.  
  664. <div id="credit">
  665. <a href="http://extasisthemes.tumblr.com/">ET</a>
  666. </div>
  667.  
  668. </body>
  669. </html>
Add Comment
Please, Sign In to add comment