wuunderstruckthemes

THEME #1 - DUSK TILL DAWN

Oct 26th, 2017
2,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3.  
  4. <!-- ✧ THEME #1 BY WUUNDERSTRUCKTHEMES - DUSK TILL DAWN ✧
  5.  
  6. made using a base code by axialthemes. imessage code by animalities. audio player code by padyluppet.
  7.  
  8. ✧ TERMS OF USE ✧
  9. edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
  10.  
  11. enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
  12.  
  13. <meta name="color:background" content="#ffffff">
  14. <meta name="color:container" content="#ffffff">
  15. <meta name="color:title" content="#735D74">
  16. <meta name="color:links" content="#c2c2c2">
  17. <meta name="color:links hover" content="#e2e2e2">
  18. <meta name="color:text shadow" content="#a18ba2">
  19. <meta name="color:text" content="#8b8b8b">
  20. <meta name="color:ask background" content="#f4f4f4">
  21. <meta name="color:chat bubble 1" content="#e2e2e2">
  22. <meta name="color:chat bubble 2" content="cdcdcd">
  23.  
  24. <meta name="text:ask link label" content="ask">
  25. <meta name="text:link 1 name" content="link">
  26. <meta name="text:link 1" content="/">
  27. <meta name="text:link 2 name" content="link">
  28. <meta name="text:link 2" content="/">
  29. <meta name="text:link 3 name" content="link">
  30. <meta name="text:link 3" content="/">
  31.  
  32. <meta name="if:webkit scroll bar" content="1">
  33. <meta name="if:show submit link" content="0">
  34. <meta name="if:show archive link" content="0">
  35.  
  36. <meta name="image:sidebar" content="">
  37. <meta name="image:sidebar2" content="">
  38.  
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44. <link href="https://fonts.googleapis.com/css?family=Raleway|Righteous" rel="stylesheet">
  45. <script src="https://use.fontawesome.com/59231e1de3.js"></script>
  46.  
  47. <style type="text/css">
  48.  
  49. body {
  50. background-color:{color:background};
  51. font-family:raleway;
  52. font-weight:normal;
  53. margin:0px;
  54. top:0;
  55. left:0;
  56. word-wrap:break-word;
  57. }
  58.  
  59. {block:IfWebkitScrollBar}
  60. ::-webkit-scrollbar-thumb {
  61. height:auto;
  62. background-color: {color:text};
  63. border:2px solid {color:background};
  64. }
  65. ::-webkit-scrollbar {
  66. height:9px;
  67. width:9px;
  68. background-color: {color:background};
  69. }
  70. {/block:IfWebkitScrollBar}
  71.  
  72. a {
  73. color:{color:links};
  74. text-decoration:none;
  75. -moz-transition-duration:0.5s;
  76. -webkit-transition-duration:0.5s;
  77. -o-transition-duration:0.5s;
  78. }
  79.  
  80. a:hover {
  81. color:{color:links hover};
  82. text-decoration:none;
  83. -moz-transition-duration:0.5s;
  84. -webkit-transition-duration:0.5s;
  85. -o-transition-duration:0.5s;
  86. }
  87.  
  88. h1 {
  89. font-size:18pt;
  90. font-weight:normal;
  91. font-family:'Righteous';
  92. text-transform:uppercase;
  93. letter-spacing:0px;
  94. line-height:120%;
  95. color:{color:title};
  96. text-shadow:1px 2px 2px {color:text shadow};
  97. }
  98.  
  99. h1 a{
  100. color:{color:title};
  101. }
  102.  
  103. h1 a:hover {
  104. color:{color:links};
  105. }
  106.  
  107. h2 {
  108. text-decoration:none;
  109. text-transform:uppercase;
  110. font-size:20px;
  111. font-family:'Righteous';
  112. text-align:center;
  113. line-height:110%;
  114. color:{color:text};
  115. padding:5px;
  116. padding-bottom:2px;
  117. font-weight:normal;
  118. letter-spacing:0px;
  119. }
  120.  
  121. h3 {
  122. font-weight:normal;
  123. font-size:17px;
  124. text-align:center;
  125. font-style:normal;
  126. color:{color:text};
  127. }
  128.  
  129. blockquote {
  130. border-left:2px solid {color:links};
  131. background-color:{color:ask background};
  132. border-radius: 15px 30px 15px;
  133. padding:5px;
  134. margin:5px;
  135. }
  136.  
  137. .credit
  138. {
  139. color:#cdcdcd;
  140. font-family:'righteous';
  141. font-size:13px;
  142. float:right;
  143. }
  144.  
  145. .credit a
  146. {
  147. color:#cdcdcd;
  148. font-family:'righteous';
  149. font-size:13px;
  150. float:right;
  151. }
  152.  
  153. #theme {
  154. margin:auto;
  155. width:875px;
  156. height:100%;
  157. text-align: center;
  158. background-color:{color:background};
  159. z-index:9990;
  160. position:relative;
  161. }
  162.  
  163. #sidewrap {
  164. width:250px;
  165. height:100%;
  166. display:table;
  167. position:fixed;
  168. width:250px;
  169. }
  170.  
  171. #sidebar {
  172. display:table-cell;
  173. vertical-align:middle;
  174. color: {color:text};
  175. background:{color:container};
  176. }
  177.  
  178. #sidebar img {
  179. width:125px;
  180. height:125px;
  181. border-radius: 15px 40px 15px;
  182. overflow:hidden;
  183. }
  184.  
  185. #sidebar img2 {
  186. width:125px;
  187. height:125px;
  188. border-radius:15px 40px 15px;
  189. overflow:hidden;
  190. }
  191.  
  192.  
  193. #titleandstuff {
  194. padding-left:20px;
  195. padding-right:20px;
  196. background-color:#ffffff;
  197. }
  198.  
  199. #description {
  200. text-align:center;
  201. font-size:11px;
  202. padding-bottom:20px;
  203. }
  204.  
  205. .links {
  206. width:210px;
  207. position:relative;
  208. line-height:15px;
  209. font-size:13px;
  210. margin-top:0px;
  211. text-align:center;
  212. text-shadow:1px 2px 2px {color:text shadow};
  213. font-style:none;
  214. font-family:'Righteous';
  215. text-transform:uppercase;
  216. margin-bottom:20px;
  217. }
  218.  
  219. .links a {
  220. display:inline-block;
  221. margin-left:2px;
  222. padding:0px 5px 0px 5px;
  223. height:15px;
  224. text-align:center;
  225. color:{color:links};
  226. background-color:transparent;
  227. -moz-transition-duration:0.5s;
  228. -webkit-transition-duration:0.5s;
  229. -o-transition-duration:0.5s;
  230. }
  231.  
  232. .links a:hover {
  233. background-color:transparent;
  234. color:{color:links hover};
  235. -moz-transition-duration:0.5s;
  236. -webkit-transition-duration:0.5s;
  237. -o-transition-duration:0.5s;
  238. }
  239.  
  240. #pagi {
  241. font-size:16px;
  242. font-family:'Righteous';
  243. text-transform:uppercase;
  244. width:250px;
  245. font-weight:normal;
  246. font-style:normal;
  247. text-align:center;
  248. margin-bottom:20px;
  249. padding-top:20px;
  250. color:{color:links};
  251. letter-spacing:0px;
  252. text-shadow:1px 2px 2px {color:text shadow};
  253. }
  254.  
  255. #pagi a {
  256. display:inline-block;
  257. color:{color:links};
  258. }
  259.  
  260. #pagi a:hover {
  261. color:{color:links hover};
  262. }
  263.  
  264. #postscontainer {
  265. margin-left:300px;
  266. padding:10px;
  267. width:520px;
  268. position:relative;
  269. text-align:justify;
  270. background-color:{color:container};
  271. color:{color:text};
  272. z-index:999;
  273. }
  274.  
  275. .posts {
  276. background-color:{color:posts background};
  277. padding:15px 0px 15px 0px;
  278. width:500px;
  279. margin-bottom:70px;
  280. margin-left:10px;
  281. margin-right:10px;
  282. text-align:justify;
  283. font-size:12px;
  284. line-height:100%;
  285. letter-spacing:0px;
  286. color:{color:text};
  287. }
  288.  
  289. .caption {
  290. width:500px;
  291. text-align:justify;
  292. line-height:120%;
  293. }
  294.  
  295. .postinfo {
  296. width:500px;
  297. margin-top:20px;
  298. text-align:right;
  299. line-height:100%;
  300. display:inline-block;
  301. background-color:transparent;
  302. font-family:'righteous';
  303. text-transform:lowercase;
  304. }
  305.  
  306. .postinfo a {
  307. font-style:normal;
  308. text-transform:lowercase;
  309. }
  310.  
  311. .postinfo a:hover {
  312. color:{color:links hover};
  313. }
  314.  
  315. .dates {
  316. display:inline-block;
  317. font-size:11px;
  318. text-transform:none;
  319. font-weight:normal;
  320. letter-spacing:0px;
  321. margin-top:7px;
  322. }
  323.  
  324. .sourcevia {
  325. margin-top:8px;
  326. display:inline-block;
  327. float:right;
  328. padding-left:5px;
  329. }
  330.  
  331. .notesetc {
  332. margin-top:8px;
  333. display:inline-block;
  334. letter-spacing:0px;
  335. }
  336.  
  337. .tags {
  338. text-transform:none;
  339. font-size:11px;
  340. font-weight:bold;
  341. text-align:right;
  342. margin-top:2px;
  343. letter-spacing:1px;
  344. }
  345.  
  346. .buttonss {
  347. width:40px;
  348. display:inline-block;
  349. float:right;
  350. padding:5px 5px 0px 0px;
  351. }
  352.  
  353. .likee {
  354. opacity:0.7;
  355. display:inline-block;
  356. }
  357.  
  358. .likee:hover {
  359. opacity:1;
  360. }
  361.  
  362. .reblogg {
  363. padding-left:4px;
  364. padding-right:5px;
  365. opacity:0.7;
  366. display:inline-block;
  367. }
  368.  
  369. .reblogg:hover {
  370. opacity:1;
  371. }
  372.  
  373. .chat ol {
  374. line-height:170%;
  375. list-style:none;
  376. width:500px;
  377. margin-left:-40px;
  378. }
  379.  
  380. .label {
  381. padding-right:2px;
  382. text-transform:normal;
  383. font-weight:bold;
  384. color:{color:text};
  385. font-family:'Righteous';
  386. padding-left:0px;
  387. }
  388.  
  389. .note {
  390. text-transform:uppercase;
  391. font-style:normal;
  392. font-weight:bold;
  393. letter-spacing:0px;
  394. font-size: 9px;
  395. text-align:left;
  396. line-height:90%;
  397. margin-left:-40px;
  398. }
  399.  
  400. .note li {
  401. list-style-type:none;
  402. padding:10px 25px 10px 25px;
  403. text-align:left;
  404. margin:0px;
  405. -moz-transition-duration:0.5s;
  406. -webkit-transition-duration:0.5s;
  407. -o-transition-duration:0.5s;
  408. line-height:120%;
  409. }
  410.  
  411. .note img {
  412. border-radius:2px 7px 2px;
  413. margin-right:10px;
  414. }
  415.  
  416. .question {
  417. background-color: {color:ask background};
  418. padding:20px;
  419. line-height:120%;
  420. text-align:justify;
  421. font-size:15px;
  422. }
  423.  
  424. .question img {
  425. border:5px solid {color:ask background};
  426. border-radius: 10px 15px 10px;
  427. width:40px;
  428. float:right;
  429. display:block;
  430. }
  431.  
  432. .playerbuttonbg {
  433. position: absolute;
  434. left: 30px;
  435. top: 30px;
  436. width: 19px;
  437. height: 19px;
  438. background-color: #ffffff;
  439. padding: 10px;
  440. -webkit-border-radius: 40px;
  441. -moz-border-radius: 40px;
  442. border-radius: 40px;
  443. opacity: .4;
  444. filter: alpha(opacity=40);
  445. -moz-opacity: 0.4;
  446. -khtml-opacity: 0.4;
  447. transition: opacity .7s ease-in-out;
  448. -moz-transition: opacity .7s ease-in-out;
  449. -webkit-transition: opacity .7s ease-in-out;
  450. }
  451.  
  452. .playerbuttonbg:hover {
  453. opacity: 1;
  454. filter: alpha(opacity=100);
  455. -moz-opacity: 1;
  456. -khtml-opacity: 1;
  457. }
  458.  
  459. .newplayerbutton {
  460. position: relative;
  461. width: 19px;
  462. height: 19px;
  463. overflow: hidden;
  464. }
  465.  
  466. .tumblr_audio_player {
  467. height: 90px;
  468. width: 270px;
  469. -moz-transform: scale(0.60, 0.60);
  470. -webkit-transform: scale(0.60, 0.60);
  471. -o-transform: scale(0.60, 0.60);
  472. -ms-transform: scale(0.60, 0.60);
  473. transform: scale(0.60, 0.60);
  474. -moz-transform-origin: top left;
  475. -webkit-transform-origin: top left;
  476. -o-transform-origin: top left;
  477. -ms-transform-origin: top left;
  478. transform-origin: top left;
  479. }
  480.  
  481. .audioimgwrapper {
  482. position: absolute;
  483. left:0px;
  484. top: 0px;
  485. overflow: hidden;
  486. width: 100px;
  487. height: 100px;
  488. }
  489.  
  490. .audioimgwrapper img {
  491. width: 100%;
  492. height: auto;
  493. border-radius: 10px 25px 10px;
  494. }
  495.  
  496. .trackdetails {
  497. width: auto;
  498. border: none;
  499. display:inline-block;
  500. margin-left: 110px;
  501. min-height: 85px;
  502. font-family:'Righteous';
  503. font-size:18px;
  504. line-height:100%;
  505. letter-spacing:2px;
  506. }
  507.  
  508. .audiowrapper {
  509. position: relative;
  510. display:inline-block;
  511. }
  512.  
  513. .answer span,
  514.  
  515. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
  516.  
  517. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
  518.  
  519. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
  520.  
  521. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
  522.  
  523. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
  524.  
  525. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  526.  
  527. .asked p {
  528. text-align: left;
  529. margin: 0 0px 10px 0px;
  530. padding: 0;
  531. color: #666666;
  532. font-family: 'raleway'';
  533. font-size: 12px;
  534. line-height: 0px;
  535. }
  536. .footerright .viasrc {
  537. float: left;
  538. }
  539. .asked a {
  540. margin:0;padding:0;
  541. }
  542. .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
  543. .convo {
  544. overflow: hidden;
  545. list-style-type: none;
  546. padding: 0;
  547. margin: 0;
  548. }
  549.  
  550. {CustomCSS}
  551.  
  552. </style></head>
  553.  
  554. <body>
  555.  
  556. <div id="theme">
  557.  
  558. <div id="sidewrap">
  559. <div id="sidebar">
  560. <img src="{image:sidebar}">
  561. <div id="titleandstuff">
  562. <h1>{title}</h1>
  563. {block:Description}<div id="description">{description}</div>{/block:Description}
  564.  
  565. <div class="links">
  566. <a href="/">home</a>
  567.  
  568. {block:AskEnabled}
  569. <a href="/ask">{text:ask link label}</a>
  570. {/block:AskEnabled}
  571.  
  572.  
  573. {block:IfShowSubmitLink}
  574. {block:SubmissionsEnabled}
  575. <a href="/submit" >submit</a>
  576. {/block:SubmissionsEnabled}
  577. {/block:IfShowSubmitLink}
  578.  
  579. {block:IfShowArchiveLink}
  580. <a href="/archive">archive</a>
  581. {/block:IfShowArchiveLink}
  582. <br>
  583.  
  584. <a href="{text:link 1}">{text:link 1 name}</a>
  585. <a href="{text:link 2}">{text:link 2 name}</a>
  586. <a href="{text:link 3}">{text:link 3 name}</a>
  587.  
  588. </div>
  589. <img src="{image:sidebar2}">
  590.  
  591. </div>
  592.  
  593. {block:Pagination}
  594. <div id="pagi">
  595. {block:PreviousPage}<a href="{PreviousPage}"><i class="fa fa-chevron-left" aria-hidden="true"></i></a>
  596. {/block:PreviousPage}
  597. {block:NextPage}<a href="{NextPage}"><i class="fa fa-chevron-right" aria-hidden="true"></i></a>
  598. {/block:NextPage}
  599. </div>
  600. {/block:Pagination}
  601. </div>
  602.  
  603.  
  604.  
  605. </div>
  606.  
  607.  
  608.  
  609. <div id="postscontainer">
  610.  
  611. {block:TagPage}<h2 style="width:500px; padding:10px 0px 30px 0px;">posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
  612.  
  613. {block:Posts}
  614. <div class="posts">
  615.  
  616. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  617.  
  618. {block:Quote}<h2 padding:10px;><b>“</b>{Quote}<b>”</b></h2><h3>— {Source}</h3>{/block:Quote}
  619.  
  620. {block:Link}<a href="{URL}"><h2 style="padding:18px; border-radius: 15px 40px 15px; background-color:{color:ask background}">{Name} →</h2></a>
  621. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  622.  
  623. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  624.  
  625. {block:Panorama}
  626. {LinkOpenTag}
  627. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  628. {LinkCloseTag}
  629. {block:Caption}{Caption}{/block:Caption}
  630. {/block:Panorama}
  631.  
  632. {block:Photoset}<center>{Photoset-500}</center>
  633. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  634.  
  635. {block:Chat}
  636. {block:Title}
  637. <h2>{Title}</h2>{/block:Title}<br>
  638. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  639. {Line}</li>{/block:Lines}</ul>
  640. {/block:Chat}
  641.  
  642. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  643.  
  644. {block:Answer}
  645. <div class="question"><img src="{AskerPortraitURL-40}"><b>{Asker} asked:</b> {Question}</div>
  646. {Answer}
  647. {/block:Answer}
  648.  
  649. {block:AudioPlayer}
  650. <div class="audiowrapper">
  651. {block:AlbumArt}
  652. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  653. {/block:AlbumArt}
  654.  
  655. <div class="playerbuttonbg">
  656. <div class="newplayerbutton">
  657.  
  658. {AudioPlayerWhite}
  659.  
  660. </div>
  661. </div>
  662.  
  663. <div class="trackdetails">
  664.  
  665. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  666. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  667. {block:Album}Album: {Album}{/block:Album}<br/>
  668. {PlayCountWithLabel}
  669.  
  670. </div>
  671. </div>
  672. {block:Caption}{Caption}{/block:Caption}
  673. {/block:AudioPlayer}
  674.  
  675. {block:date}
  676. <div class="postinfo"><div class="buttonss"><div class="reblogg">{ReblogButton size="14"}</div><div class="likee">{LikeButton size="14"}</div></div>
  677. <div class="dates"><a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> </div> <div class="notesetc">{block:NoteCount}<a href="{Permalink}">&nbsp;&nbsp;{NoteCountWithLabel} </a>{/block:NoteCount}</div><div class="sourcevia">{block:RebloggedFrom}<a href="{ReblogParentURL}"> <i class="fa fa-user-circle-o" title="via"> </i> </a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> <i class="fa fa-folder-open-o" aria-hidden="true" title="source"></i> </a>{/block:ContentSource}</div>
  678. </div>
  679. {/block:date}
  680.  
  681.  
  682.  
  683. {block:HasTags}<div class="tags">
  684. {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}</div>
  685. {/block:HasTags}
  686.  
  687.  
  688. {block:PostNotes}<div class="note">
  689. {PostNotes}</div>{/block:PostNotes}
  690.  
  691. </div>
  692. {/block:posts}
  693.  
  694.  
  695. </div>
  696. </div>
  697. <div class="credit" style="position:fixed; bottom:0px; right:0px;"><a href="http://www.wuunderstruckthemes.tumblr.com">WT</a></div>
  698. </div>
  699.  
  700.  
  701. </body>
  702. </html>
Advertisement
Add Comment
Please, Sign In to add comment