Advertisement
extasisthemes

Wrathful

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