wuunderstruckthemes

THEME #17 - ENDGAME

May 30th, 2019 (edited)
2,559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-- ✧ THEME #17 BY SKYOFRP - ENDGAME. ✧
  9.  
  10. theme made using a base code by mrsthemes. fonts hosted by google & redjamies. font icons by linearicons & suiomi. imessage code by animalities. audio player code by padyluppet (& modified by me).
  11.  
  12. 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.
  13.  
  14. 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.-->
  15.  
  16.  
  17. <!--------default variables-------->
  18. <meta name="color:background" content="#11261c"/>
  19. <meta name="color:accent" content="#bf927d" />
  20. <meta name="color:accent2" content="#c5b6a2" />
  21. <meta name="color:sidebar" content="#f7f7f7" />
  22. <meta name="color:links bg" content="" />
  23. <meta name="color:description" content="#ffffff" />
  24. <meta name="color:posts" content="#fff" />
  25. <meta name="color:text" content="#666666"/>
  26. <meta name="color:chat bubble 1" content="#f7dfd9">
  27. <meta name="color:chat bubble 2" content="#ffffff">
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:background image" content=""/>
  31. <meta name="image:icon" content="" />
  32. <meta name="image:second icon" content="" />
  33.  
  34. <meta name="text:title" content="your title.">
  35. <meta name="text:subtitle" content="your subtitle.">
  36. <meta name="text:link 1 title" content="link">
  37. <meta name="text:link 1 url" content=" ">
  38. <meta name="text:link 2 title" content="link">
  39. <meta name="text:link 2 url" content=" ">
  40. <meta name="text:link 3 title" content="link">
  41. <meta name="text:link 3 url" content=" ">
  42.  
  43. <meta name="select:body font" title="Questrial" content="questrial" />
  44. <meta name="select:body font" title="ABeeZee" content="abeezee" />
  45. <meta name="select:body font" title="IBM Plex Sans" content="ibm plex sans" />
  46. <meta name="select:body font" title="IBM Plex Mono" content="ibm plex mono" />
  47. <meta name="select:body font" title="Karla" content="karla" />
  48. <meta name="select:body font" title="Rubik" content="rubik" />
  49.  
  50.  
  51. <meta name="select:grayscale" title="0%" content="0%" />
  52. <meta name="select:grayscale" title="60%" content="60%" />
  53. <meta name="select:grayscale" title="70%" content="70%" />
  54. <meta name="select:grayscale" title="80%" content="80%" />
  55. <meta name="select:grayscale" title="90%" content="90%" />
  56. <meta name="select:grayscale" title="100%" content="100%" />
  57.  
  58. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  59. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  60.  
  61. <!------------------------TOOLTIPS SCRIPT--------------------->
  62.  
  63. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  64. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  66. <script>
  67. (function($){
  68. $(document).ready(function(){
  69. $("[title]").style_my_tooltips({
  70. tip_follows_cursor:true,
  71. tip_delay_time:200,
  72. tip_fade_speed:300
  73. });
  74. });
  75. })(jQuery);
  76. </script>
  77.  
  78. <!-------------------------------------------------------------------->
  79.  
  80. <link href="https://fonts.googleapis.com/css?family=ABeeZee|IBM+Plex+Mono|IBM+Plex+Sans|Questrial|Karla|Rubik" rel="stylesheet">
  81.  
  82. <style type="text/css">
  83.  
  84. @font-face { font-family: birada; src: url('https://dl.dropboxusercontent.com/s/ur9v63nxij7onyj/Birada%21.otf') ;}
  85.  
  86. /*----------tooltips---------*/
  87.  
  88. #s-m-t-tooltip {
  89. max-width:300px;
  90. margin:15px;
  91. padding:7px;
  92. background:{color:accent};
  93. color:{color:posts};
  94. z-index:999999999999999999999999;
  95. font-size:10px;
  96. font-style:none;
  97. font-weight:bold;
  98. letter-spacing:4px;
  99. font-family:'{select:body font}';
  100. text-transform:lowercase;
  101. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  102. border-radius:2px;
  103. }
  104.  
  105.  
  106. /*----------scrollbar---------*/
  107.  
  108. ::-webkit-scrollbar-thumb {
  109. height:auto;
  110. background-color:transparent;
  111. border-radius:20px;
  112. }
  113. ::-webkit-scrollbar {
  114. height:7px;
  115. width:3px;
  116. background-color: transparent;
  117. border-radius:50px;
  118. }
  119.  
  120. /*----------basics---------*/
  121.  
  122. body {
  123. background:{color:background} url({image:background image}) repeat right top fixed;
  124. background-size:cover;
  125. color:{color:text};
  126. font-family:'{select:body font}';
  127. line-height:15px;
  128. font-size:10px;
  129. margin:0;
  130. text-align:left;
  131. }
  132.  
  133. blockquote {
  134. padding-left:10px;
  135. border-left:2px solid;
  136. border-color:{color:accent2};
  137. border-radius:0px!important;
  138. margin:10px;
  139. }
  140.  
  141. a {
  142. color:{color:accent};
  143. text-decoration:none;
  144. }
  145.  
  146. a:hover {
  147. text-decoration:none;
  148. color: {color:accent2};
  149. -webkit-transition:all 0.5s;
  150. -moz-transition:all 0.5s;
  151. -ms-transition:all 0.5s;
  152. -o-transition:all 0.5s;
  153. transition:all 0.5s;
  154. }
  155.  
  156. b, strong {
  157. color:{color:accent};
  158. }
  159.  
  160. i, em {
  161. color:{color:accent2};
  162. }
  163.  
  164. img {
  165. opacity:1;
  166. text-decoration:none;
  167. }
  168.  
  169. h1 {
  170. font-family:'Birada';
  171. text-align:center;
  172. text-transform:lowercase;
  173. letter-spacing:2px;
  174. font-size:32px;
  175. color:{color:accent2};
  176. line-height:100%;
  177. }
  178.  
  179. h2 {
  180. font-family:'{select:body font}';
  181. text-align:center;
  182. text-transform:lowercase;
  183. letter-spacing:2px;
  184. font-size:22px;
  185. color:{color:accent};
  186. line-height:80%;
  187. }
  188.  
  189. small, sub, sup {
  190. font-size:10px;
  191. }
  192.  
  193.  
  194. /*----------posts---------*/
  195.  
  196. .content {
  197. left:50%;
  198. width:800px;
  199. position:absolute;
  200. }
  201.  
  202. .container {
  203. background-color:{color:posts};
  204. background-position:center;
  205. left:50%;
  206. margin-left:-450px;
  207. width:900px;
  208. top:50%;
  209. margin-top:-300px;
  210. height:600px;
  211. position:fixed;
  212. z-index:99;
  213. border-radius:10px;
  214. }
  215.  
  216. .posts {
  217. {block:IndexPage}
  218. margin-top:10px;
  219. margin-bottom:50px;
  220. padding:10px;
  221. {/block:IndexPage}
  222. {block:PermalinkPage}
  223. margin-top:10px;
  224. margin-bottom:40px;
  225. padding:10px;
  226. border-radius:5px;
  227. {/block:PermalinkPage}
  228. margin-top:0px;
  229. width:350px;
  230. background-color:{color:posts};
  231. border-radius:5px;
  232. left:50%;
  233. margin-left:35px;
  234. line-height:2;
  235. text-align:justify;
  236. }
  237.  
  238. .entries {
  239. width:400px;
  240. background-color:transparent;
  241. height:560px;
  242. max-height:560px;
  243. overflow-y:scroll;
  244. overflow-x:hidden;
  245. position:fixed;
  246. padding:20px;
  247. margin-top:0px;
  248. margin-left:205px;
  249. border-radius:5px 0px 5px 0px;
  250. }
  251.  
  252. .posts img, .posts blockquote {
  253. max-width: 100%;
  254. height:auto;
  255. border-radius:5px;
  256. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  257. filter: grayscale({select:grayscale});
  258. opacity:0.8;
  259. -webkit-transition:all 1s;
  260. -moz-transition:all 1s;
  261. -ms-transition:all 1s;
  262. -o-transition:all 1s;
  263. transition:all 1s;
  264. }
  265.  
  266. .posts img:hover, .posts blockquote:hover {
  267. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  268. filter: grayscale(0%);
  269. opacity:1;
  270. -webkit-transition:all 1s;
  271. -moz-transition:all 1s;
  272. -ms-transition:all 1s;
  273. -o-transition:all 1s;
  274. transition:all 1s;
  275. }
  276.  
  277. .blockquote img {
  278. max-width:100%;
  279. height: auto;
  280. }
  281.  
  282. .photoset
  283. {
  284. max-width:100%;
  285. border-radius:5px;
  286. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  287. filter: grayscale({select:grayscale});
  288. opacity:0.8;
  289. -webkit-transition:all 1s;
  290. -moz-transition:all 1s;
  291. -ms-transition:all 1s;
  292. -o-transition:all 1s;
  293. transition:all 1s;
  294. }
  295.  
  296. .photoset:hover {
  297. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  298. filter: grayscale(0%);
  299. opacity:1;
  300. -webkit-transition:all 1s;
  301. -moz-transition:all 1s;
  302. -ms-transition:all 1s;
  303. -o-transition:all 1s;
  304. transition:all 1s;
  305. }
  306.  
  307. .video {
  308. width:350px!important;}
  309.  
  310. .video iframe {
  311. width:350px!important;}
  312.  
  313. /*----------post info---------*/
  314.  
  315. .info {
  316. padding-top:20px;
  317. text-transform:lowercase;
  318. padding-bottom:15px;
  319. font-size:9px;
  320. letter-spacing:1px;
  321. margin-top:15px;
  322. text-align:center;
  323. font-weight:bold;
  324. }
  325.  
  326. .info a {
  327. color:{color:accent};
  328. padding:8px 8px 6px 8px;
  329. border-radius:5px;
  330. margin-left:-5px;
  331. margin-right:-5px;
  332. }
  333.  
  334. .info a:hover {
  335. color:{color:accent2};
  336. }
  337.  
  338. .tags {
  339. margin-left:7px;
  340. margin-top:15px;
  341. font-size:9px;
  342. letter-spacing:2px;
  343. padding-right:5px;
  344. padding-left:5px;
  345. }
  346.  
  347. .tags a {
  348. margin-right:8px;
  349. padding:3px 5px 3px 5px;
  350. border-bottom:solid 2px {color:accent};
  351. background-color:{color:posts};
  352. color:{color:accent};
  353. display:inline-block;
  354. margin-bottom:2px;
  355. border-radius:0px;
  356. text-transform:lowercase;
  357. -webkit-transition:all 1s;
  358. -moz-transition:all 1s;
  359. -ms-transition:all 1s;
  360. -o-transition:all 1s;
  361. transition:all 1s;
  362. }
  363.  
  364. .tags a:hover {
  365. color:{color:posts};
  366. background:{color:accent2};
  367. -webkit-transition:all 1s;
  368. -moz-transition:all 1s;
  369. -ms-transition:all 1s;
  370. -o-transition:all 1s;
  371. transition:all 1s;
  372. border-radius:5px;
  373. }
  374.  
  375.  
  376. /*----------post notes---------*/
  377.  
  378. ol.notes {
  379. padding:10px;
  380. margin:0px 0px 0px 10px;
  381. list-style-type:none;
  382. background:{color:posts};
  383. width:400px;
  384. border-radius:5px;
  385. left:50%;
  386. margin-left:45px;
  387. padding-bottom:5px;
  388. font-size:11px;
  389. }
  390.  
  391. ol.notes li.note {
  392. padding:10px;
  393. }
  394.  
  395. ol.notes li.note img.avatar {
  396. vertical-align:-4px;
  397. margin-right:10px;
  398. width:16px;
  399. height:16px;
  400. border-radius:100px;
  401. }
  402.  
  403. ol.notes li.note span.action {
  404. font-weight:none;
  405. background-color:transparent;
  406. }
  407.  
  408. ol.notes li.note .answer_content {
  409. font-weight:normal;
  410. }
  411.  
  412. ol.notes li.note blockquote {
  413. padding:4px 10px;
  414. margin:10px 0px 0px 25px;
  415. }
  416.  
  417. ol.notes li.note blockquote a {
  418. text-decoration:none;
  419. background-color:transparent;
  420. }
  421.  
  422. ol.notes .like a {
  423. background-color:{color:accent};
  424. color:{color:posts};
  425. padding:2px;
  426. border-radius:3px;
  427. }
  428.  
  429. ol.notes .reblog a {
  430. background-color:{color:accent2};
  431. color:{color:posts};
  432. padding:2px;
  433. border-radius:3px;
  434. }
  435.  
  436. .avatar_frame {
  437. background-color:transparent!important;
  438. }
  439.  
  440. /*----------sidebar---------*/
  441.  
  442. .leftsidebar {
  443. background-color:{color:sidebar};
  444. position:fixed;
  445. width:230px;
  446. height:600px;
  447. z-index:999;
  448. border-radius:5px 0px 0px 5px;
  449. }
  450.  
  451. .rightsidebar {
  452. position:fixed;
  453. width:230px;
  454. height:600px;
  455. margin-left:670px;
  456. background-image:url({image:sidebar});
  457. background-size:cover;
  458. z-index:999999999999;
  459. border-radius:0px 5px 5px 0px;
  460. }
  461.  
  462. .icon {
  463. width:120px;
  464. position:fixed;
  465. margin-left:20px;
  466. margin-top:210px;
  467. z-index:9999;
  468. }
  469.  
  470. .icon img {
  471. width:120px;
  472. height:120px;
  473. border-radius:100px;
  474. }
  475.  
  476. .secondicon {
  477. width:80px;
  478. position:fixed;
  479. margin-left:120px;
  480. margin-top:250px;
  481. z-index:9999999;
  482. }
  483.  
  484. .secondicon img {
  485. width:100px;
  486. height:100px;
  487. border-radius:100px;
  488. }
  489.  
  490. .title {
  491. font-family:'Birada';
  492. font-size:55px;
  493. text-transform:lowercase;
  494. margin-top:150px;
  495. margin-left:2px;
  496. text-align:center;
  497. color:{color:accent2};
  498. z-index:99999999999999999;
  499. line-height:80%;
  500. position:fixed;
  501. width:232px;
  502. transform: rotate(8deg);
  503. text-shadow: 2px 2px {color:accent};
  504. }
  505.  
  506. .subtitle {
  507. font-family:'{select:body font}';
  508. text-align:right;
  509. color:{color:accent};
  510. font-size:11px;
  511. text-transform:uppercase;
  512. font-weight:bold;
  513. width:200px;
  514. position:fixed;
  515. margin-left:15px;
  516. margin-top:140px;
  517. z-index:9999999999999999;
  518. letter-spacing:2px;
  519. }
  520.  
  521. .pagination {
  522. text-align:center;
  523. font-weight:normal;
  524. padding-top:5px;
  525. padding-bottom:30px;
  526. letter-spacing:0px;
  527. width:450px;
  528. }
  529.  
  530. .pagination a {
  531. width:60px;
  532. color:{color:posts};
  533. background-color:{color:accent};
  534. font-size:9px;
  535. padding:5px;
  536. border-radius:5px;
  537. font-weight:normal;
  538. text-transform:uppercase;
  539. letter-spacing:4px;
  540. border-bottom:solid 2px transparent;
  541. }
  542.  
  543. .pagination a:hover{
  544. background-color:{color:accent2};
  545. color:{color:posts};
  546. -webkit-transition:all 1s;
  547. -moz-transition:all 1s;
  548. -ms-transition:all 1s;
  549. -o-transition:all 1s;
  550. transition:all 1s;
  551. border-bottom:solid 2px {color:accent};
  552. }
  553.  
  554. .links {
  555. width:200px;
  556. font-family:'ABeeZee';
  557. display:inline-block;
  558. margin-left:15px;
  559. margin-top:165px;
  560. position:fixed;
  561. z-index:99999999999999999999999999;
  562. background-color:{color:links bg};
  563. border-radius:5px 5px 0px 0px;
  564. }
  565.  
  566. .links a {
  567. display:inline-block;
  568. color:{color:accent2};
  569. margin-left:7px;
  570. margin-top:7px;
  571. margin-bottom:0px;
  572. padding:5px;
  573. font-size:20px;
  574. text-transform:uppercase;
  575. font-weight:bold;
  576. height:28px;
  577. }
  578.  
  579. .links a:hover {
  580. color:{color:accent};
  581. border-radius:5px;
  582. height:15px;
  583. text-shadow: 2px 2px {color:accent2};
  584. }
  585.  
  586. .description {
  587. position:fixed;
  588. color:{color:text};
  589. margin-top:210px;
  590. margin-left:15px;
  591. width:180px;
  592. text-align:center;
  593. line-height:170%;
  594. letter-spacing:1px;
  595. text-transform:lowercase;
  596. font-size:9px;
  597. height:150px;
  598. max-height:150px;
  599. overflow-y:scroll;
  600. padding:10px;
  601. background:{color:description};
  602. border-radius:0px 0px 5px 5px;
  603. }
  604. /*----------quotes---------*/
  605.  
  606. .quote {
  607. text-transform:uppercase;
  608. font-size:15px;
  609. font-weight:bold;
  610. text-align:center;
  611. letter-spacing:3px;
  612. margin-top:10px;
  613. }
  614.  
  615. .quotesource {
  616. text-align:center;
  617. margin-top:10px;
  618. }
  619.  
  620.  
  621. /*----------chat---------*/
  622.  
  623. /* IMESSAGE CHAT POST */
  624. .answer span,
  625.  
  626. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative;line-height:normal;}
  627.  
  628. .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}
  629.  
  630. .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}
  631.  
  632. .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}
  633.  
  634. .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}
  635.  
  636. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  637.  
  638. .asked p {
  639. text-align: left;
  640. margin: 0 0px 10px 0px;
  641. padding: 0;
  642. color: #666666;
  643. font-family:'{select:body font}';
  644. font-size: 12px;
  645. line-height: 0px;
  646. }
  647. .footerright .viasrc {
  648. float: left;
  649. }
  650. .asked a {
  651. margin:0;padding:0;
  652. }
  653. .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}}
  654. .convo {
  655. overflow: hidden;
  656. list-style-type: none;
  657. padding: 0;
  658. margin: 0;
  659. }
  660.  
  661.  
  662. /*----------questions---------*/
  663.  
  664. .question {
  665. padding:5px;
  666. text-align:center;
  667. padding:20px;
  668. border-radius:5px;
  669. color:{color:text};
  670. text-transform:lowercase;
  671. letter-spacing:1px;
  672. font-size:12px;
  673. font-weight:bold;
  674. background-color:{color:description};
  675. }
  676.  
  677. .question img {
  678. float:left;
  679. }
  680.  
  681. .asker {
  682. font-family:'Birada';
  683. font-weight:bold;
  684. letter-spacing:2px;
  685. color:{color:accent};
  686. text-transform:lowercase;
  687. font-size:32px;
  688. margin-top:-10px;
  689. float:right;
  690. display:inline-block;
  691. }
  692.  
  693. .answer {
  694. display:inline-block;
  695. }
  696.  
  697. /*----------audio---------*/
  698.  
  699. .playerbuttonbg {
  700. position: absolute;
  701. left: 25px;
  702. top: 30px;
  703. background-color:transparent;
  704. padding: 10px;
  705. opacity: .4;
  706. filter: alpha(opacity=40);
  707. -moz-opacity: 0.4;
  708. -khtml-opacity: 0.4;
  709. transition: opacity .7s ease-in-out;
  710. -moz-transition: opacity .7s ease-in-out;
  711. -webkit-transition: opacity .7s ease-in-out;
  712. padding-bottom:20px;
  713. }
  714.  
  715. .playerbuttonbg:hover {
  716. opacity: 1;
  717. filter: alpha(opacity=100);
  718. -moz-opacity: 1;
  719. -khtml-opacity: 1;
  720. -webkit-transition:all 0.5s;
  721. -moz-transition:all 0.5s;
  722. -ms-transition:all 0.5s;
  723. -o-transition:all 0.5s;
  724. transition:all 0.5s;
  725. }
  726.  
  727. .tumblr_audio_player {
  728. height: 90px;
  729. width: 32px;
  730. }
  731.  
  732. .audioimgwrapper {
  733. position: absolute;
  734. left: 0px;
  735. top: 0px;
  736. -webkit-border-radius: 5px;
  737. -moz-border-radius: 5px;
  738. border-radius: 5px;
  739. overflow: hidden;
  740. width: 100px;
  741. height: 100px;
  742. }
  743.  
  744. .audioimgwrapper img {
  745. width: 100%;
  746. height: auto;
  747. -webkit-border-radius: 5px;
  748. -moz-border-radius: 5px;
  749. border-radius: 5px;
  750. }
  751.  
  752. .trackdetails {
  753. width:250px;
  754. max-width:250px;
  755. display:inline-block;
  756. margin-left:110px;
  757. min-height: 85px;
  758. font-family:'{select:body font}';
  759. font-weight:bold;
  760. text-transform:lowercase;
  761. letter-spacing:1px;
  762. text-align:center;
  763. }
  764.  
  765. .audiowrapper {
  766. position: relative;
  767. display:inline-block;
  768. }
  769.  
  770. /*----------credit---------*/
  771.  
  772. .credit {
  773. font-size:15px;
  774. font-family:'ABeeZee';
  775. position:fixed;
  776. font-weight:normal;
  777. bottom:10px;
  778. right:15px;
  779. z-index:10;
  780. text-align:right;
  781. }
  782.  
  783. .credit a {
  784. background-color:{color:accent};
  785. color:{color:posts};
  786. padding-top:6px;
  787. padding-right:7px;
  788. padding-left:6px;
  789. padding-bottom:2px;
  790. border-radius:5px;
  791. }
  792.  
  793. .credit a:hover {
  794. background-color:{color:posts};
  795. color:{color:accent};
  796. }
  797.  
  798.  
  799. </style>
  800. </head>
  801.  
  802. <body>
  803.  
  804. <div class="content">
  805.  
  806. <div class="credit">
  807. <a title="skyofrp" href="https://skyofrp.tumblr.com/"><span class="th th-avocado-o
  808. "></span></a></div>
  809.  
  810. <div class="container">
  811. <div class="links">
  812. <a title="home" href="/"><span class="lnr lnr-map-marker"></span></a>
  813. <a title="message" href="/ask"><span class="lnr lnr-bubble"></span></a>
  814. <a title="{text:link 1 title}" href="{text:link 1 url}"><span class="lnr lnr-sun"></span></a>
  815. <a title="{text:link 2 title}" href="{text:link 2 url}"><span class="lnr lnr-cloud"></span>
  816. <a title="{text:link 3 title}" href="{text:link 3 url}"><span class="lnr lnr-moon"></span>
  817. </a>
  818. </div>
  819.  
  820.  
  821. <div class="leftsidebar">
  822.  
  823. <div class="subtitle">{text:subtitle}</div>
  824.  
  825. <div class="description">{description}</div>
  826.  
  827. </div>
  828.  
  829. <div class="rightsidebar">
  830.  
  831. <div class="title">{text:title}</div>
  832.  
  833. <div class="secondicon"><img src="{image:second icon}"></div>
  834. <div class="icon"><img src="{image:icon}"></div>
  835.  
  836. </div>
  837.  
  838. <div class="entries">
  839. {block:Posts}
  840. <div class="posts">
  841.  
  842. {block:Text}
  843. <h1>{block:Title}{Title}{/block:Title}</h1>
  844. {Body}{/block:Text}
  845.  
  846.  
  847. {block:Photo}
  848. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  849. {block:Caption}{Caption}{/block:Caption}
  850. {/block:Photo}
  851.  
  852.  
  853. {block:Photoset}
  854. {Photoset}
  855. {block:Caption}{Caption}{/block:Caption}
  856. {/block:Photoset}
  857.  
  858.  
  859. {block:Quote}
  860. <div class="quote">&#8220;{Quote}&#8221;</div>
  861. {block:Source}<div class="quotesource"> — <i>{Source}</i></div>
  862. {/block:Source}{/block:Quote}
  863.  
  864.  
  865. {block:Link}
  866. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  867. {block:Description}{Description}{/block:Description}
  868. {/block:Link}
  869.  
  870.  
  871. {block:Chat}
  872. {block:Title}
  873. <h1>{Title}</h1>{/block:Title}<br>
  874. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  875. {Line}</li>{/block:Lines}</ul>
  876. {/block:Chat}
  877.  
  878.  
  879. {block:Audio}
  880. {block:AudioPlayer}
  881. <div class="audiowrapper">
  882. {block:AlbumArt}
  883. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  884. {/block:AlbumArt}
  885.  
  886. <div class="playerbuttonbg">
  887. <div class="newplayerbutton">
  888. <div class="playerbuttonhug">
  889.  
  890. {AudioPlayer}
  891.  
  892. </div>
  893. </div>
  894. </div>
  895.  
  896. <div class="trackdetails">
  897.  
  898. {block:TrackName}<h2>{TrackName}</h2>{/block:TrackName}
  899. {block:Artist}Artist: {Artist}{/block:Artist}
  900. {block:Album}<br>Album: {Album}{/block:Album}<br/>
  901. {PlayCountWithLabel}
  902.  
  903. </div>
  904. </div>
  905. {/block:AudioPlayer}
  906.  
  907. {block:Caption}{Caption}{/block:Caption}
  908. {/block:Audio}
  909.  
  910.  
  911. {block:Video}
  912. {Video-400}
  913. {block:Caption}{Caption}{/block:Caption}
  914. {/block:Video}
  915.  
  916.  
  917. {block:Answer}
  918. <div class="question"><img src="{AskerPortraitURL-40}">
  919. {Question}<br><div class="asker">{Asker}</div></div><br>
  920. <div class="answer">
  921. {Answer}</div>
  922. {/block:Answer}
  923.  
  924. {block:Date}
  925. <div class="info">
  926. <a href="{Permalink}" title="{TimeAgo}"><span class="th th-clock-o"></span></span> {MonthNumber}.{DayofMonth}.{ShortYear}, {12Hour}:{Minutes}{AmPM}</a>
  927.  
  928. &nbsp;&nbsp;
  929. <a href="{Permalink}"><span class="th th-heart-1-o"></span></span> {NoteCount}</a>
  930. &nbsp;&nbsp;
  931.  
  932. {block:RebloggedFrom}
  933. <a href="{ReblogParentURL}" title="{ReblogParentname}"><span class="th th-upload-o"></span></span> via</a>
  934. &nbsp;&nbsp;
  935. {/block:RebloggedFrom}
  936. {block:ContentSource}
  937. <a href="{SourceURL}" title="{SourceTitle}"><span class="th th-home-o"></span> src</a>
  938. &nbsp;&nbsp;
  939. {/block:ContentSource}
  940.  
  941. <a href="{ReblogURL}" target="_blank" class="details"><span class="th th-reload"></span> reblog?</a>
  942. {/block:Date}
  943.  
  944. {block:HasTags}
  945. <div class="tags">
  946. {block:Tags}
  947.  
  948. <a href="{TagURL}"># {Tag}</a>
  949. {/block:Tags}
  950. </div>
  951. {/block:HasTags}
  952.  
  953.  
  954. </div>
  955. </div>
  956.  
  957.  
  958. {block:PostNotes}
  959. {PostNotes}
  960. {/block:PostNotes}
  961.  
  962.  
  963. {/block:Posts}
  964.  
  965. <div class="pagination">
  966. {block:Pagination}
  967. {block:PreviousPage}
  968. <a href="{PreviousPage}">« sink</a>&nbsp;&nbsp;{/block:PreviousPage}
  969.  
  970. {block:NextPage}
  971. <a href="{NextPage}"> swim » </a>
  972. {/block:NextPage}
  973. {/block:Pagination}
  974. </div>
  975.  
  976. {block:ContentSource}
  977. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  978. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  979. {/block:SourceLogo}
  980. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  981. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  982.  
  983.  
  984. </body>
  985.  
  986. </div> </div></div></div></div></div></div></div></div></div></div></div>
  987. </html>
Add Comment
Please, Sign In to add comment