wuunderstruckthemes

THEME #3 - FROST (V2; FOUR SIDEBAR ICONS)

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