wuunderstruckthemes

THEME #2 - PHOTOGRAPH (v1)

Nov 11th, 2017
2,385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.50 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3.  
  4. <!-- ✧ THEME #2 BY WUUNDERSTRUCKTHEMES - PHOTOGRAPH (v1) ✧
  5.  
  6. made using a base code by axialthemes. fonts hosted by bonecarvers. 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="#ae4b33">
  16. <meta name="color:subtitle" content="#7ca2a2">
  17. <meta name="color:links" content="#823826">
  18. <meta name="color:links hover" content="#9bcaca">
  19. <meta name="color:nav links background" content="#eeeeee">
  20. <meta name="color:text shadow" content="#a18ba2">
  21. <meta name="color:text" content="#cccccc">
  22. <meta name="color:chat bubble 1" content="#d7eaea">
  23. <meta name="color:chat bubble 2" content="eeeeee">
  24.  
  25. <meta name="text:title" content="">
  26. <meta name="text:subtitle" content="">
  27. <meta name="text:ask link label" content="ask">
  28. <meta name="text:link 1 name" content="link">
  29. <meta name="text:link 1" content="/">
  30. <meta name="text:link 2 name" content="link">
  31. <meta name="text:link 2" content="/">
  32. <meta name="text:link 3 name" content="link">
  33. <meta name="text:link 3" content="/">
  34.  
  35. <meta name="if:webkit scroll bar" content="1">
  36. <meta name="if:show archive link" content="1">
  37. <meta name="if:show link 1" content="1">
  38. <meta name="if:show link 2" content="1">
  39. <meta name="if:show link 3" content="1">
  40.  
  41. <meta name="image:sidebar" content="">
  42.  
  43.  
  44. <title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <link href="https://fonts.googleapis.com/css?family=Raleway|Righteous" rel="stylesheet">
  50. <script src="https://use.fontawesome.com/59231e1de3.js"></script>
  51.  
  52. <style type="text/css">
  53.  
  54. @font-face { font-family: "hijrnotes"; src: url('https://dl.dropboxusercontent.com/s/452lfychrbgdlb2/Hijrnotes_PERSONAL_USE_ONLY.ttf') ;}
  55.  
  56. body {
  57. background-color:{color:background};
  58. font-family:raleway;
  59. font-weight:normal;
  60. margin:0px;
  61. top:0;
  62. left:0;
  63. word-wrap:break-word;
  64. }
  65.  
  66. {block:IfWebkitScrollBar}
  67. ::-webkit-scrollbar-thumb {
  68. height:auto;
  69. background-color: {color:text};
  70. border:2px solid {color:background};
  71. }
  72. ::-webkit-scrollbar {
  73. height:9px;
  74. width:9px;
  75. background-color: {color:background};
  76. }
  77. {/block:IfWebkitScrollBar}
  78.  
  79. a {
  80. color:{color:links};
  81. text-decoration:none;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. }
  86.  
  87. a:hover {
  88. color:{color:links hover};
  89. text-decoration:none;
  90. -moz-transition-duration:0.5s;
  91. -webkit-transition-duration:0.5s;
  92. -o-transition-duration:0.5s;
  93. }
  94.  
  95.  
  96. h1 {
  97. font-size:24pt;
  98. font-weight:normal;
  99. font-family:'hijrnotes';
  100. text-transform:none;
  101. letter-spacing:0px;
  102. line-height:0%;
  103. color:{color:title};
  104. text-shadow:2px 2px 2px {color:text shadow};
  105. -ms-transform: rotate(-7deg); /* IE 9 */
  106. -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  107. transform: rotate(-7deg);
  108. padding-bottom:20px;
  109. }
  110.  
  111. h1 a{
  112. color:{color:title};
  113. }
  114.  
  115. h1 a:hover {
  116. color:{color:links};
  117. }
  118.  
  119. h2 {
  120. text-decoration:none;
  121. text-transform:lowercase;
  122. font-size:32px;
  123. font-family:'hijrnotes';
  124. text-align:center;
  125. line-height:80%;
  126. color:{color:text};
  127. text-shadow:2px 2px 2px {color:text shadow};
  128. padding:5px;
  129. padding-bottom:2px;
  130. font-weight:normal;
  131. letter-spacing:0px;
  132. }
  133.  
  134. h3 {
  135. font-weight:normal;
  136. font-size:14px;
  137. text-align:center;
  138. font-style:normal;
  139. color:{color:text};
  140. }
  141.  
  142. h4 {
  143. font-weight:normal;
  144. font-size:10px;
  145. color:{color:subtitle};
  146. font-family:'consolas';
  147. -ms-transform: rotate(-7deg); /* IE 9 */
  148. -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  149. transform: rotate(-7deg);
  150. line-height:50%;
  151. margin-top:-28px;
  152. }
  153.  
  154. h5 {
  155. font-weight:normal;
  156. font-size:25px;
  157. font-family:'hijrnotes';
  158. }
  159.  
  160. .photo{
  161.  
  162. filter: url(“data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale”); /* Firefox 3.5+ */
  163.  
  164. filter: gray; /* IE6-9 */
  165.  
  166. -webkit-filter: grayscale(1);
  167.  
  168. -webkit-transition: all 0.5s ease-in-out;
  169.  
  170. -moz-transition: all 0.5s ease-in-out;
  171.  
  172. -o-transition: all 0.5s ease-in-out;
  173.  
  174. -ms-transition: all 0.5s ease-in-out;
  175.  
  176. transition: all 0.5s ease-in-out;
  177. }
  178.  
  179. .photo:hover{
  180.  
  181. filter: none;
  182.  
  183. -webkit-filter: grayscale(0);
  184.  
  185. -webkit-transition: all 0.7s ease-in-out;
  186.  
  187. -moz-transition: all 0.7s ease-in-out;
  188.  
  189. -o-transition: all 0.7s ease-in-out;
  190.  
  191. }
  192.  
  193. blockquote {
  194. border-left:2px solid {color:nav links background};
  195. background-color:transparent;
  196. border-radius: 10px;
  197. padding:5px;
  198. margin:5px;
  199. }
  200.  
  201. .credit
  202. {
  203. color:#cdcdcd;
  204. font-family:'raleway';
  205. font-size:13px;
  206. font-weight:bold;
  207. float:right;
  208. }
  209.  
  210. .credit a
  211. {
  212. color:#cdcdcd;
  213. font-family:'raleway';
  214. font-weight:bold;
  215. font-size:13px;
  216. float:right;
  217. }
  218.  
  219.  
  220. #theme {
  221. margin:auto;
  222. width:875px;
  223. height:100%;
  224. text-align: center;
  225. background-color:{color:background};
  226. z-index:9990;
  227. position:relative;
  228. }
  229.  
  230.  
  231. #sidewrap {
  232. width:250px;
  233. height:100%;
  234. display:table;
  235. position:fixed;
  236. width:250px;
  237. background-color:{color:container};
  238. }
  239.  
  240. #sidebar {
  241. display:table-cell;
  242. vertical-align:middle;
  243. color: {color:text};
  244. }
  245.  
  246. #sidebar img {
  247. width:210px;
  248. max-height:300px;
  249. border-radius: 5px;
  250. -ms-transform: rotate(-5deg); /* IE 9 */
  251. -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
  252. transform: rotate(-5deg);
  253. }
  254.  
  255.  
  256. #titleandstuff {
  257. padding-left:20px;
  258. padding-right:20px;
  259. background-color:{color:container};
  260. }
  261.  
  262. #description {
  263. text-align:center;
  264. font-size:11px;
  265. padding-bottom:20px;
  266. }
  267.  
  268. .links {
  269. width:210px;
  270. position:relative;
  271. line-height:15px;
  272. font-size:10px;
  273. margin-top:30px;
  274. text-align:center;
  275. font-style:none;
  276. font-family:'raleway';
  277. text-transform:uppercase;
  278. margin-bottom:20px;
  279. font-weight:bold;
  280. }
  281.  
  282. .links a {
  283. display:inline-block;
  284. margin-left:2px;
  285. margin-bottom:2px;
  286. padding:2px 5px 0px 5px;
  287. height:15px;
  288. text-align:center;
  289. color:{color:links};
  290. background-color:{color:nav links background};
  291. border-radius:80px;
  292. -moz-transition-duration:1s;
  293. -webkit-transition-duration:1s;
  294. -o-transition-duration:1s;
  295. }
  296.  
  297. .links a:hover {
  298. background-color:transparent;
  299. color:{color:links hover};
  300. -moz-transition-duration:0.5s;
  301. -webkit-transition-duration:0.5s;
  302. -o-transition-duration:0.5s;
  303. letter-spacing:1px;
  304. }
  305.  
  306. #pagi {
  307. font-size:12px;
  308. font-family:'raleway';
  309. text-transform:uppercase;
  310. width:250px;
  311. font-weight:normal;
  312. font-style:normal;
  313. text-align:center;
  314. margin-bottom:20px;
  315. padding-top:15px;
  316. color:{color:links};
  317. letter-spacing:0px;
  318. }
  319.  
  320. #pagi a {
  321. display:inline-block;
  322. color:{color:links};
  323. background-color:{color:nav links background};
  324. border-radius:80px;
  325. font-weight:bold;
  326. padding:2px 5px 2px 5px;
  327. height:15px;
  328. -moz-transition-duration:0.5s;
  329. -webkit-transition-duration:0.5s;
  330. -o-transition-duration:0.5s;
  331. }
  332.  
  333. #pagi a:hover {
  334. background-color:transparent;
  335. color:{color:links hover};
  336. -moz-transition-duration:1s;
  337. -webkit-transition-duration:1s;
  338. -o-transition-duration:1s;
  339. letter-spacing:3px;
  340. }
  341.  
  342.  
  343. #postscontainer {
  344. margin-left:300px;
  345. padding:10px;
  346. width:520px;
  347. position:relative;
  348. text-align:justify;
  349. background-color:{color:container};
  350. color:{color:text};
  351. z-index:999;
  352. }
  353.  
  354. .posts {
  355. background-color:{color:container};
  356. padding:15px 0px 15px 0px;
  357. width:500px;
  358. margin-top:20px;
  359. margin-bottom:60px;
  360. margin-left:10px;
  361. margin-right:10px;
  362. text-align:justify;
  363. font-size:12px;
  364. line-height:100%;
  365. letter-spacing:0px;
  366. color:{color:text};
  367. }
  368.  
  369. .caption {
  370. width:500px;
  371. text-align:justify;
  372. line-height:120%;
  373. }
  374.  
  375.  
  376. .postinfo {
  377. width:500px;
  378. margin-top:20px;
  379. text-align:right;
  380. line-height:100%;
  381. display:inline-block;
  382. background-color:transparent;
  383. font-family:'raleway';
  384. text-transform:uppercase;
  385. letter-spacing:2px;
  386. font-weight:bold;
  387. }
  388.  
  389. .postinfo a {
  390. font-style:normal;
  391. text-transform:uppercase;
  392. letter-spacing:2px;
  393. }
  394.  
  395. .postinfo a:hover {
  396. color:{color:links hover};
  397. }
  398.  
  399. .dates {
  400. display:inline-block;
  401. font-size:11px;
  402. text-transform:none;
  403. font-weight:bold;
  404. letter-spacing:0px;
  405. margin-top:7px;
  406. }
  407.  
  408. .sourcevia {
  409. margin-top:8px;
  410. display:inline;
  411. padding-left:5px;
  412. }
  413.  
  414. .sourcevia img {
  415. border-radius:100%;
  416. width:12px;
  417. height:12px;
  418. margin-right:5px;
  419. margin-top:5px;
  420. }
  421.  
  422. .notesetc {
  423. margin-top:8px;
  424. display:inline-block;
  425. letter-spacing:0px;
  426. }
  427.  
  428. .tags {
  429. text-transform:none;
  430. font-size:10px;
  431. font-weight:bold;
  432. text-align:right;
  433. margin-top:2px;
  434. letter-spacing:1px;
  435. font-family:'consolas';
  436. }
  437.  
  438. .buttonss {
  439. width:40px;
  440. display:inline;
  441. padding:5px 5px 0px 0px;
  442. }
  443.  
  444. .likee {
  445. opacity:0.7;
  446. display:inline-block;
  447. }
  448.  
  449. .likee:hover {
  450. opacity:1;
  451. }
  452.  
  453. .reblogg {
  454. padding-left:4px;
  455. padding-right:5px;
  456. opacity:0.7;
  457. display:inline-block;
  458. }
  459.  
  460. .reblogg:hover {
  461. opacity:1;
  462. }
  463.  
  464. .chat ol {
  465. line-height:170%;
  466. list-style:none;
  467. width:500px;
  468. margin-left:-40px;
  469. }
  470.  
  471. .line.odd {
  472. background:{color:chat bubble 1};
  473. margin-bottom:0px;
  474. margin-left:auto;
  475. padding:7px;
  476. float:right;
  477. clear:left;
  478. border-radius: 15px;
  479. display:block;
  480. }
  481.  
  482. .line.even {
  483. background:{color:chat bubble 2};
  484. margin-bottom:0px;
  485. padding:7px;
  486. margin-top:30px;
  487. float:left;
  488. margin-right:auto;
  489. border-radius: 15px;
  490. display:block;
  491. }
  492.  
  493. .label {
  494. padding-right:2px;
  495. text-transform:uppercase;
  496. font-weight:bold;
  497. color:{color:text};
  498. font-family:'raleway';
  499. padding-left:0px;
  500. }
  501.  
  502. .note {
  503. text-transform:uppercase;
  504. font-style:normal;
  505. font-weight:bold;
  506. letter-spacing:0px;
  507. font-size: 9px;
  508. text-align:left;
  509. line-height:90%;
  510. margin-left:-40px;
  511. }
  512.  
  513. .note li {
  514. list-style-type:none;
  515. padding:10px 25px 10px 25px;
  516. text-align:left;
  517. margin:0px;
  518. -moz-transition-duration:0.5s;
  519. -webkit-transition-duration:0.5s;
  520. -o-transition-duration:0.5s;
  521. line-height:120%;
  522. }
  523.  
  524. .note img {
  525. border-radius:100%;
  526. margin-right:10px;
  527. width:15px;
  528. }
  529.  
  530. .question {
  531. background-color: transparent;
  532. padding:20px;
  533. line-height:120%;
  534. text-align:justify;
  535. font-size:15px;
  536. }
  537.  
  538. .question img {
  539. border:transparent;
  540. border-radius: 5px;
  541. width:48px;
  542. float:right;
  543. display:block;
  544. margin-left:10px;
  545. }
  546.  
  547. .playerbuttonbg {
  548. position: absolute;
  549. left: 75px;
  550. top: 75px;
  551. width: 19px;
  552. height: 19px;
  553. background-color: #ffffff;
  554. padding: 10px;
  555. -webkit-border-radius: 40px;
  556. -moz-border-radius: 40px;
  557. border-radius: 40px;
  558. opacity: .4;
  559. filter: alpha(opacity=40);
  560. -moz-opacity: 0.4;
  561. -khtml-opacity: 0.4;
  562. transition: opacity .7s ease-in-out;
  563. -moz-transition: opacity .7s ease-in-out;
  564. -webkit-transition: opacity .7s ease-in-out;
  565. }
  566.  
  567. .playerbuttonbg:hover {
  568. opacity: 1;
  569. filter: alpha(opacity=100);
  570. -moz-opacity: 1;
  571. -khtml-opacity: 1;
  572. }
  573.  
  574. .newplayerbutton {
  575. position: relative;
  576. width: 19px;
  577. height: 19px;
  578. overflow: hidden;
  579. }
  580.  
  581. .tumblr_audio_player {
  582. height: 90px;
  583. width: 270px;
  584. -moz-transform: scale(0.60, 0.60);
  585. -webkit-transform: scale(0.60, 0.60);
  586. -o-transform: scale(0.60, 0.60);
  587. -ms-transform: scale(0.60, 0.60);
  588. transform: scale(0.60, 0.60);
  589. -moz-transform-origin: top left;
  590. -webkit-transform-origin: top left;
  591. -o-transform-origin: top left;
  592. -ms-transform-origin: top left;
  593. transform-origin: top left;
  594. }
  595.  
  596. .audioimgwrapper {
  597. position: absolute;
  598. left: 0px;
  599. top: 0px;
  600. -webkit-border-radius: 5px;
  601. -moz-border-radius: 5px;
  602. border-radius: 5px;
  603. overflow: hidden;
  604. width: 180px;
  605. height: 180px;
  606. }
  607.  
  608. .audioimgwrapper img {
  609. width: 100%;
  610. height: auto;
  611. -webkit-border-radius: 5px;
  612. -moz-border-radius: 5px;
  613. border-radius: 5px;
  614. filter: url(“data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale”); /* Firefox 3.5+ */
  615.  
  616. filter: gray; /* IE6-9 */
  617.  
  618. -webkit-filter: grayscale(1);
  619.  
  620. -webkit-transition: all 0.5s ease-in-out;
  621.  
  622. -moz-transition: all 0.5s ease-in-out;
  623.  
  624. -o-transition: all 0.5s ease-in-out;
  625.  
  626. -ms-transition: all 0.5s ease-in-out;
  627.  
  628. transition: all 0.5s ease-in-out;
  629. }
  630.  
  631. .audioimgwrapper img:hover {
  632. filter: none;
  633.  
  634. -webkit-filter: grayscale(0);
  635.  
  636. -webkit-transition: all 0.7s ease-in-out;
  637.  
  638. -moz-transition: all 0.7s ease-in-out;
  639.  
  640. -o-transition: all 0.7s ease-in-out;
  641. }
  642.  
  643. .trackdetails {
  644. width: auto;
  645. display:inline-block;
  646. margin-left: 200px;
  647. min-height: 85px;
  648. padding-bottom:80px;
  649. font-family:'raleway';
  650. font-weight:bold;
  651. text-transform:lowercase;
  652. letter-spacing:1px;
  653. text-align:center;
  654. }
  655.  
  656. .audiowrapper {
  657. position: relative;
  658. display:inline-block;
  659. }
  660.  
  661. /* IMESSAGE CHAT POST */
  662. .answer span,
  663.  
  664. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
  665.  
  666. .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}
  667.  
  668. .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}
  669.  
  670. .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}
  671.  
  672. .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}
  673.  
  674. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  675.  
  676. .asked p {
  677. text-align: left;
  678. margin: 0 0px 10px 0px;
  679. padding: 0;
  680. color: #666666;
  681. font-family:'raleway';
  682. font-size: 12px;
  683. line-height: 0px;
  684. }
  685. .footerright .viasrc {
  686. float: left;
  687. }
  688. .asked a {
  689. margin:0;padding:0;
  690. }
  691. .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}}
  692. .convo {
  693. overflow: hidden;
  694. list-style-type: none;
  695. padding: 0;
  696. margin: 0;
  697. }
  698.  
  699. {CustomCSS}
  700.  
  701. </style>
  702.  
  703. </head>
  704.  
  705. <body>
  706.  
  707.  
  708. <div id="theme">
  709.  
  710.  
  711. <div id="sidewrap">
  712. <div id="sidebar">
  713. <img src="{image:sidebar}">
  714. <div id="titleandstuff">
  715. <h1>{text:title}</h1>
  716. <h4>{text:subtitle}</h4>
  717.  
  718. <div class="links">
  719. <a href="/">home</a>
  720.  
  721. {block:AskEnabled}
  722. <a href="/ask">{text:ask link label}</a>
  723. {/block:AskEnabled}
  724.  
  725. {block:IfShowArchiveLink}
  726. <a href="/archive">archive</a>
  727. {/block:IfShowArchiveLink}
  728. <br>
  729.  
  730. {block:ifshowlink1}<a href="{text:link 1}">{text:link 1 name}</a>{/block:ifshowlink1}
  731. {block:ifshowlink2}<a href="{text:link 2}">{text:link 2 name}</a>{/block:ifshowlink2}
  732. {block:ifshowlink3}<a href="{text:link 3}">{text:link 3 name}</a>{/block:ifshowlink3}
  733.  
  734. </div>
  735. {block:Description}<div id="description">{description}</div>{/block:Description}
  736.  
  737. </div>
  738.  
  739. {block:Pagination}
  740. <div id="pagi">
  741. {block:PreviousPage}<a href="{PreviousPage}">swim</a>
  742. {/block:PreviousPage}
  743. {block:NextPage}<a href="{NextPage}">sink</a>
  744. {/block:NextPage}
  745. </div>
  746. {/block:Pagination}
  747. </div>
  748.  
  749.  
  750.  
  751. </div>
  752.  
  753.  
  754.  
  755. <div id="postscontainer">
  756.  
  757.  
  758. {block:TagPage}<h2 style="width:500px; padding:10px 0px 30px 0px;">posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
  759.  
  760.  
  761. {block:Posts}
  762. <div class="posts">
  763.  
  764. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="photo">{Body}</div>{/block:Text}
  765.  
  766. {block:Quote}<h2 padding:10px;><b>“</b>{Quote}<b>”</b></h2><h3>— {Source}</h3>{/block:Quote}
  767.  
  768. {block:Link}<a href="{URL}"><h2 style="padding:18px; border-radius: 5px; background-color:{color:nav links background}">{Name} →</h2></a>
  769. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  770.  
  771. {block:Photo}<center>{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  772.  
  773. {block:Panorama}
  774. {LinkOpenTag}
  775. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  776. {LinkCloseTag}
  777. {block:Caption}{Caption}{/block:Caption}
  778. {/block:Panorama}
  779.  
  780. {block:Photoset}<center><div class="photo">{Photoset-500}</div></center>
  781. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  782.  
  783. {block:Chat}
  784. {block:Title}
  785. <h2>{Title}</h2>{/block:Title}<br>
  786. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  787. {Line}</li>{/block:Lines}</ul>
  788. {/block:Chat}
  789.  
  790. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  791.  
  792. {block:Answer}
  793. <div class="question"><img src="{AskerPortraitURL-48}"><b>{Asker} asked:</b> {Question}</div>
  794. <div align="center">&mdash;</div><br>
  795. {Answer}
  796. {/block:Answer}
  797.  
  798. {block:Audio}
  799. {block:AudioPlayer}
  800. <div class="audiowrapper">
  801. {block:AlbumArt}
  802. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  803. {/block:AlbumArt}
  804.  
  805. <div class="playerbuttonbg">
  806. <div class="newplayerbutton">
  807. <div class="playerbuttonhug">
  808.  
  809. {AudioPlayer}
  810.  
  811. </div>
  812. </div>
  813. </div>
  814.  
  815. <div class="trackdetails">
  816.  
  817. {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
  818. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  819. {block:Album}Album: {Album}{/block:Album}<br/>
  820. {PlayCountWithLabel}
  821.  
  822. </div>
  823. </div>
  824. {/block:AudioPlayer}
  825.  
  826. {block:Caption}{Caption}{/block:Caption}
  827. {block:Audio}
  828.  
  829. {block:date}
  830. <div class="postinfo">
  831. <div class="dates"><a href="{Permalink}">{TimeAgo}</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}"> <img src="{ReblogParentPortraitURL-16}" title="{ReblogParentName}"> </a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> <i class="fa fa-bookmark-o" aria-hidden="true"></i> </a>{/block:ContentSource}</div><div class="buttonss"><a href="{ReblogUrl}"> <i class="fa fa-refresh" aria-hidden="true"></i></a></div>
  832. </div>
  833. {/block:date}
  834.  
  835.  
  836.  
  837.  
  838. {block:HasTags}<div class="tags"><i class="fa fa-tags" aria-hidden="true"></i>
  839. {block:Tags}<a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
  840. {/block:HasTags}
  841.  
  842.  
  843. {block:PostNotes}<div class="note">
  844. {PostNotes}</div>{/block:PostNotes}
  845.  
  846. </div>
  847. {/block:posts}
  848.  
  849.  
  850. </div>
  851. </div>
  852. <div class="credit" style="position:fixed; bottom:0px; right:0px;"><a href="http://www.wuunderstruckthemes.tumblr.com">WT</a></div>
  853. </div>
  854.  
  855.  
  856. </body>
  857. </html>
Advertisement
Add Comment
Please, Sign In to add comment