Advertisement
extasisthemes

Wings

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