niehauscosima

fansite theme 02

Mar 31st, 2018 (edited)
5,629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.15 KB | None | 0 0
  1. <!--
  2.  
  3. fansite theme 02 - captainmarvels
  4. base code @ mattdraddario & sorrism
  5. visit /credits for full credits
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12. <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{favicon}">
  15.  
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!--Default Variables-->
  20.  
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="color:text" content="#444444"/>
  23. <meta name="color:link" content="#666666"/>
  24. <meta name="color:link hover" content="#888888"/>
  25. <meta name="color:header" content="#ffffff"/>
  26. <meta name="color:navigation" content="#f9f9f9"/>
  27. <meta name="color:nav links" content="#666666"/>
  28. <meta name="color:nav links hover" content="#888888"/>
  29. <meta name="color:accent one" content="#444444"/>
  30. <meta name="color:accent two" content="#eeeeee"/>
  31. <meta name="color:scrollbar" content="#444444"/>
  32. <meta name="color:scrollbar background" content="#ffffff"/>
  33. <meta name="color:titles" content="#444444"/>
  34. <meta name="color:content background" content="#ffffff"/>
  35. <meta name="color:posts background" content="#ffffff"/>
  36. <meta name="color:sidebar background" content="#ffffff"/>
  37.  
  38. <meta name="if:askfaq" content="1"/>
  39.  
  40. <meta name="image:header" content=""/>
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="image:background" content=""/>
  43.  
  44. <meta name="text:subtitle" content=""/>
  45.  
  46. <meta name="text:link 1 title" content=""/>
  47. <meta name="text:link 1 url" content=""/>
  48. <meta name="text:link 2 title" content=""/>
  49. <meta name="text:link 2 url" content=""/>
  50. <meta name="text:link 3 title" content=""/>
  51. <meta name="text:link 3 url" content=""/>
  52. <meta name="text:link 4 title" content=""/>
  53. <meta name="text:link 4 url" content=""/>
  54. <meta name="text:link 5 title" content=""/>
  55. <meta name="text:link 5 url" content=""/>
  56. <meta name="text:link 6 title" content=""/>
  57. <meta name="text:link 6 url" content=""/>
  58.  
  59. <meta name="text:twitter username" content=""/>
  60. <meta name="text:about" content=""/>
  61. <meta name="text:online script" content=""/>
  62. <meta name="text:visits script" content=""/>
  63.  
  64. <meta name="text:sidebar link 1 title" content=""/>
  65. <meta name="text:sidebar link 1 url" content=""/>
  66. <meta name="text:sidebar link 2 title" content=""/>
  67. <meta name="text:sidebar link 2 url" content=""/>
  68. <meta name="text:sidebar link 3 title" content=""/>
  69. <meta name="text:sidebar link 3 url" content=""/>
  70. <meta name="text:sidebar link 4 title" content=""/>
  71. <meta name="text:sidebar link 4 url" content=""/>
  72.  
  73. <link href="https://fonts.googleapis.com/css?family=Changa:400,600,700|Roboto:400,700" rel="stylesheet">
  74. <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
  75. <!-- this is vital for my theme credit don't delete this-->
  76. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <!-- don't delete-->
  77.  
  78. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  79. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  80. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  81. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  82. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  83. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  84. <script type='text/javascript' src='https://raw.github.com/gist/4056588'></script>
  85.  
  86. <style type="text/css">
  87.  
  88. /*tumblr controls and lightbox*/
  89.  
  90. .tmblr-full img {
  91. max-width: 100%;
  92. }
  93.  
  94. .vignette, #vignette {
  95. opacity:0;
  96. }
  97.  
  98. .lightbox-image, #tumblr_lightbox img {
  99. box-shadow:none !important;
  100. border-radius:0 !important;
  101. max-width:none;
  102. }
  103.  
  104. .tmblr-lightbox, #tumblr_lightbox {
  105. background-color:rgba(255,255,255,.8) !important;
  106. }
  107.  
  108. #tumblr_lightbox img {
  109. padding:5px;
  110. -moz-box-sizing:border-box;
  111. box-sizing:border-box;
  112. }
  113.  
  114. .lightbox-image {
  115. padding:0px;
  116. background-color:rgba(255,255,255,1) !important;
  117. }
  118.  
  119. iframe.tmblr-iframe { z-index:99999999999999!important;
  120. top:0!important;
  121. right:0!important;
  122. opacity:0.4;
  123. /* delete from here */
  124. filter:invert(1);
  125. -webkit-filter:invert(1);
  126. -o-filter:invert(1);
  127. -moz-filter:invert(1);
  128. -ms-filter:invert(1);
  129. /* to here if your blog has a dark background */
  130. transform:scale(0.6);
  131. transform-origin:100% 0;
  132. -webkit-transform:scale(0.6);
  133. -webkit-transform-origin:100% 0;
  134. -o-transform:scale(0.6);
  135. -o-transform-origin:100% 0;
  136. -moz-transform:scale(0.6);
  137. -moz-transform-origin:100% 0;
  138. -ms-transform:scale(0.6);
  139. -ms-transform-origin:100% 0;
  140. transition: opacity 0.6s ease-in-out;
  141. -moz-transition: opacity 0.6s ease-in-out;
  142. -webkit-transition: opacity 0.6s ease-in-out;
  143. }
  144.  
  145. iframe.tmblr-iframe:hover {opacity:0.6!important;}
  146.  
  147. /*tooltip*/
  148.  
  149. .ui-tooltip {
  150. position:absolute;
  151. z-index:9999;
  152. padding-top:10px;
  153. border-radius:10%;
  154. }
  155.  
  156. .ui-tooltip-content {
  157. background:#f9f9f9;
  158. padding:4px 8px;
  159. letter-spacing: 0px;
  160. font-size:10px;
  161. font-weight:bold;
  162. text-transform:uppercase;
  163. border-radius:2px;
  164. }
  165.  
  166. /*scrollbar*/
  167.  
  168. ::-webkit-scrollbar{
  169. height:11px;
  170. width:11px;
  171. border-radius:2px;
  172. background:inherit;
  173. }
  174.  
  175. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  176.  
  177. ::-webkit-scrollbar-track {background:{color:posts background};}
  178.  
  179. ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {border:4px solid #ffffff;}
  180.  
  181. /*selection*/
  182.  
  183. ::selection {
  184. background: #f9f9f9;
  185. color: {color:text};
  186. }
  187.  
  188. ::-moz-selection {
  189. background: #f9f9f9;
  190. color: #f9f9f9;
  191. }
  192.  
  193. ::-webkit-selection {
  194. background: #f9f9f9;
  195. color: #f9f9f9;
  196. }
  197.  
  198. /*main structure*/
  199.  
  200. body {
  201. background:{color:background};
  202. color:{color:text};
  203. font-family:'Roboto', sans-serif;
  204. font-size:12px;
  205. line-height:150%;
  206. margin:0;
  207. text-align:left;
  208. }
  209.  
  210. small {
  211. font-size:11px;
  212. }
  213.  
  214. a {
  215. color:{color:link};
  216. text-decoration:none;
  217. }
  218.  
  219. a:hover {
  220. color:{color:link hover};
  221. transition:1s;
  222. -webkit-transition:1s;
  223. -moz-transition:1s;
  224. -o-transition:1s;
  225. }
  226.  
  227. img {
  228. opacity:1;
  229. text-decoration:none;
  230. }
  231.  
  232. h1 {
  233. font-family:'Changa', sans-serif;
  234. padding:0px;
  235. font-size:14px;
  236. font-weight:600;
  237. line-height:150%;
  238. text-transform:uppercase;
  239. }
  240.  
  241. blockquote {
  242. padding:0;
  243. margin:.5em 0;
  244. }
  245.  
  246. hr {
  247. border:0;
  248. -moz-box-sizing:border-box;
  249. box-sizing:border-box;
  250. }
  251.  
  252. /*header*/
  253.  
  254. #header {
  255. width: 100%;
  256. height: 500px;
  257. overflow: hidden;
  258. background-image: url({image:Header});
  259. background-repeat: no-repeat;
  260. background-position: top center;
  261. }
  262.  
  263. .navigation {
  264. width:100%;
  265. left:0;
  266. background:{color:navigation};
  267. margin-bottom:10px;
  268. text-align:center;
  269. }
  270.  
  271. .nlinks {
  272. text-align:center;
  273. padding:20px;
  274. font-family:'Changa', sans-serif;
  275. text-transform:uppercase;
  276. font-size:13px;
  277. font-weight:600;
  278. }
  279.  
  280. .nlinks a {
  281. color:{color:nav links};
  282. margin-right:40px;
  283. }
  284.  
  285. .nlinks a:hover {
  286. color:{color:nav links hover};
  287. }
  288.  
  289. .blogt {
  290. float:left;
  291. padding:20px 0px 20px 20px;
  292. display:inline-block;
  293. }
  294.  
  295. .blogt a {
  296. font-family: 'Changa', sans-serif;
  297. text-transform:uppercase;
  298. font-size:14px;
  299. font-weight:600;
  300. background:{color:accent two};
  301. padding:0px 5px;
  302. border-radius:2px;
  303. color:#ffffff;
  304. transition:1s;
  305. -webkit-transition:1s;
  306. -moz-transition:1s;
  307. -o-transition:1s;
  308. }
  309.  
  310. .blogt a:hover {
  311. background:{color:accent two};
  312. transition:1s;
  313. -webkit-transition:1s;
  314. -moz-transition:1s;
  315. -o-transition:1s;
  316. }
  317.  
  318. .subtitle {
  319. float:left;
  320. padding:21px 20px;
  321. text-transform:normal;
  322. font-size:11px;
  323. font-weight:normal;
  324. font-style:italic;
  325. font-family:'Changa';
  326. color:{color:nav links};
  327. }
  328.  
  329. .search {
  330. float:right;
  331. vertical-align:middle;
  332. display:inline;
  333. padding:0px;
  334. }
  335.  
  336. .search input {
  337. text-align:center;
  338. background:transparent;
  339. padding:0px 5px;
  340. border-radius:2px;
  341. width:100px;
  342. text-transform:normal;
  343. font-size:11px;
  344. font-weight:normal;
  345. font-style:italic;
  346. font-family:'Changa';
  347. font:'Roboto';
  348. font-size:10px;
  349. text-align:right;
  350. border:none;
  351. -webkit-transition:1s;
  352. -moz-transition:1s;
  353. -o-transition:1s;
  354. }
  355.  
  356. .search input:focus {
  357. outline:none;
  358. opacity:1;
  359. }
  360.  
  361. .search input:hover {
  362. -webkit-transition:1s;
  363. -moz-transition:1s;
  364. -o-transition:1s;
  365. }
  366.  
  367. input:focus::-webkit-input-placeholder { color: transparent; }
  368. input:focus:-moz-placeholder { color: transparent; }
  369. input:focus::-moz-placeholder { color: transparent; }
  370. input:focus:-ms-input-placeholder { color: transparent; }
  371.  
  372.  
  373. /*sidebar*/
  374.  
  375. .sidebar {
  376. float:right;
  377. background:{color:sidebar background};
  378. padding:20px;
  379. position:relative;
  380. width:350px;
  381. }
  382.  
  383. .sidebar hr {
  384. display:block;
  385. border: 0;
  386. background: {color:accent two};
  387. height: 3px;
  388. border-radius:2px;
  389. width:100px;
  390. margin:2em auto;
  391. }
  392.  
  393. .sideimg img {
  394. width:350px;
  395. }
  396.  
  397. .box {
  398. padding:20px;
  399. margin-bottom:50px;
  400. background: #f9f9f9;
  401. }
  402.  
  403. .titles {
  404. font-family: 'Changa', sans-serif;
  405. text-transform:uppercase;
  406. font-weight:600;
  407. font-size:15px;
  408. margin-bottom:20px;
  409. color:{color:titles};
  410. border-bottom: 1px solid #f1f1f1;
  411. }
  412.  
  413. .titles:after {
  414. display: block;
  415. margin: 0 0 -10px 5px;
  416. content: '\2043';
  417. color: {color:accent one};
  418. }
  419.  
  420. .titles i {
  421. color: {color:accent one};
  422. font-size:15px;
  423. border-radius: 4px;
  424. padding-right:8px;
  425. margin-right:5px;
  426. }
  427.  
  428. .description {
  429. text-align:justify;
  430. padding:20px;
  431. font-size:11px;
  432. }
  433.  
  434. .projects img {
  435. width:100px;
  436. float:left;
  437. margin-right:10px;
  438. border:1px solid #eee;
  439. }
  440.  
  441. .pinfo {
  442. padding:8px;
  443. text-align:right;
  444. }
  445.  
  446. .pinfo name {
  447. color:{color:accent one};
  448. background: #ffffff;
  449. border-radius:2px;
  450. font-weight:bold;
  451. padding:2px 5px;
  452. margin-right:3px;
  453. }
  454.  
  455. .affiliates {
  456. width:300px;
  457. }
  458.  
  459. .affiliates img {
  460. width:50px;
  461. padding:10px;
  462. }
  463.  
  464. .slinks a {
  465. display:block;
  466. padding:10px;
  467. border-bottom:1px solid #f1f1f1;
  468. text-transform:uppercase;
  469. font-size:10px;
  470. }
  471.  
  472. .slinks a:hover {
  473. margin-left:5px;
  474. }
  475.  
  476. /*pagination*/
  477.  
  478. footer {
  479. width:540px;
  480. text-align:left;
  481. color:{color:text};
  482. margin-bottom:50px;
  483. }
  484.  
  485. footer span {
  486. text-align:right;
  487. float:right;
  488. display:inline-block;
  489. font-weight:600;
  490. font-family:'Changa';
  491. }
  492.  
  493. .current_page {
  494. color:{color:titles};
  495. font-weight:600;
  496. }
  497.  
  498. footer a {
  499. display:inline-block;
  500. border:0;
  501. margin-right:5px;
  502. }
  503.  
  504. /*posts*/
  505.  
  506. #container {
  507. width:1060px;
  508. margin-left:calc(50% - 550px);
  509. background:{color:content background};
  510. padding:20px;
  511. overflow:hidden;
  512. margin-bottom:10px;
  513. }
  514.  
  515. .entries {
  516. position:relative;
  517. float:left;
  518. margin-top:20px;
  519. width:540px;
  520. margin-left:20px;
  521. background:{color:content background};
  522. }
  523.  
  524. .posts {
  525. width:540px;
  526. margin-bottom:50px;
  527. background:{color:posts background};
  528. }
  529.  
  530. .posts img {
  531. display:block;
  532. max-width:540px;
  533. }
  534.  
  535. .posts ul li {
  536. list-style:none;
  537. margin-left:0px;
  538. }
  539.  
  540. .posts ul li:before {
  541. content:"•";
  542. color:{color:accent one};
  543. padding-right:5px;
  544. }
  545.  
  546. /*captions*/
  547.  
  548. .caption {
  549. margin:15px 0px 15px 15px;
  550. }
  551.  
  552. .caption img:not(.icon) {
  553. padding:10px 0px;
  554. }
  555.  
  556. .tumblr_blog {
  557. display:inline-block;
  558. vertical-align:middle;
  559. line-height:20px;
  560. font-size:11px;
  561. font-weight:bold;
  562. color:#000000!important;
  563. margin:0;
  564. }
  565.  
  566. .icon {
  567. width:18px;
  568. height:18px;
  569. margin-right:8px;
  570. display:inline-block;
  571. float:left;
  572. border-radius:2px;
  573. }
  574.  
  575. /*titles*/
  576.  
  577. .title {
  578. margin:15px 0px 15px 15px;
  579. font-family: 'Changa', sans-serif;
  580. text-transform:uppercase;
  581. font-weight:600;
  582. font-size:15px;
  583. padding:0;
  584. text-transform:uppercase;
  585. color:{color:titles};
  586. }
  587.  
  588. .title a {color:{color:titles};}
  589.  
  590. .title a:hover {color:{color:link};}
  591.  
  592. /*quotes*/
  593.  
  594. .quote {
  595. margin:15px 0px 5px 15px;
  596. font-size:13px;
  597. padding:0;
  598. letter-spacing:0.5px;
  599. font-style:italic;
  600. font-family:'Changa', sans-serif;
  601. color:{color:titles};
  602. font-weight:700;
  603. }
  604.  
  605. .source {margin:0px 0px 5px 15px;}
  606.  
  607. /*chat*/
  608.  
  609. .chat {
  610. line-height:150%;
  611. list-style:none;
  612. }
  613.  
  614. .line.odd {
  615. padding:10px;
  616. background:#f9f9f9;
  617. }
  618.  
  619. .line.even {
  620. padding:10px;
  621. }
  622.  
  623. .label {
  624. text-transform:uppercase;
  625. font-size:10px;
  626. letter-spacing:1px;
  627. font-weight:bold;
  628. }
  629.  
  630. /*audio*/
  631.  
  632. .player {
  633. width:25px;
  634. height:24px;
  635. position:absolute;
  636. left:10px;
  637. top:calc(50% - 15px);
  638. display:block;
  639. overflow:hidden;
  640. }
  641.  
  642. .hold {
  643. text-align:left;
  644. background:{color:background};
  645. position:relative;
  646. display:block;
  647. min-height:24px;
  648. padding:15px;
  649. }
  650.  
  651. .audio_info {
  652. vertical-align:middle;
  653. line-height:12px;
  654. margin-left:35px;
  655. max-width:calc(100% - 35px);
  656. }
  657.  
  658. .audio_info span {
  659. white-space:nowrap;
  660. overflow:hidden;
  661. text-overflow:ellipsis;
  662. display:block;
  663. }
  664.  
  665. .hold .track {color:{color:titles};}
  666.  
  667. /*asks*/
  668.  
  669. .question {
  670. line-height:20px;
  671. text-align:left;
  672. padding:15px;
  673. background:#f9f9f9;
  674. text-transform:lowercase;
  675. }
  676.  
  677. .question img {
  678. width:18px;
  679. height:18px;
  680. float:left;
  681. margin-top:0px;
  682. margin-right:10px;
  683. border-radius:2px;
  684. }
  685.  
  686. .asker {text-transform:normal;}
  687.  
  688. .asker a {color:{color:text};}
  689.  
  690. .asker a:hover {color:{color:link hover};}
  691.  
  692. .answer {
  693. margin-bottom:0px;
  694. }
  695.  
  696. /*askfaq*/
  697.  
  698. .faq {
  699. padding:10px 20px;
  700. }
  701.  
  702. .q {
  703. padding:10px;
  704. }
  705.  
  706. .q:before {
  707. content:'Q:';
  708. margin-right:8px;
  709. color:{color:accent two};
  710. font-family:'Changa', sans-serif;
  711. font-size:14px;
  712. font-weight:600;
  713. }
  714.  
  715. enquiry {
  716. padding:4px 8px;
  717. font-family:'Roboto', sans-serif;
  718. font-weight:bold;
  719. background:#f9f9f9;
  720. }
  721.  
  722. .a {
  723. padding:5px 10px;
  724. }
  725.  
  726. /*info*/
  727.  
  728. .permalink {
  729. padding:10px;
  730. background: #ffffff;
  731. border-top: 1px solid #f1f1f1;
  732. text-align:left;
  733. text-transform:uppercase;
  734. font-family:'Changa', sans-serif;
  735. }
  736.  
  737. .permalink a {
  738. color:{color:text};
  739. }
  740.  
  741. .permalink i {
  742. font-size:9px;
  743. }
  744.  
  745. .buttons a {
  746. padding-left:5px;
  747. position:relative;
  748. display:inline-block;
  749. }
  750.  
  751. .custom-like-button {
  752. position: relative;
  753. display: inline-block;
  754. cursor: pointer;
  755. }
  756.  
  757. /* class for the Tumblr Like Button iframe */
  758. .like_button {
  759. position: absolute;
  760. top: -03px;
  761. left: 03px;
  762. right: 0;
  763. bottom: 0px;
  764. width: 11px;
  765. height: 11px;
  766. opacity:0.000001;
  767. z-index: 10;
  768. }
  769.  
  770. /* Force iframe to fill button */
  771. .like_button iframe {
  772. width: 100% !important;
  773. height: 100% !important;
  774. }
  775.  
  776. /* class for Our Like Button */
  777. .our_button {
  778. position: absolute;
  779. top: 0;
  780. left: 0;
  781. right: 0;
  782. bottom: 0;
  783. width: 100%;
  784. height: 100%;
  785. z-index: 1;
  786. }
  787.  
  788. .like_button:hover + .our_button {
  789. color: {color:link hover};
  790. }
  791.  
  792. .like_button.liked + .our_button {
  793. color: red;
  794. }
  795.  
  796. .tags {
  797. word-break: break-all;
  798. max-width:540px;
  799. text-transform:lowercase;
  800. }
  801.  
  802. .tags a {
  803. font-size:11px;
  804. font-family:'Roboto', sans-serif;
  805. color:{color:link};
  806. font-weight:none;
  807. display:inline;
  808. margin-right:1em;
  809. letter-spacing: 0px;
  810. }
  811.  
  812. /*notes*/
  813.  
  814. ol.notes {
  815. padding:0px;
  816. margin:20px 0px 0px 0px;
  817. list-style-type:none;
  818. }
  819.  
  820. ol.notes li.note {
  821. padding:5px;
  822. }
  823.  
  824. ol.notes li.note img.avatar {
  825. display:none;
  826. }
  827.  
  828. ol.notes li.note span.action {
  829. font-weight:none;
  830. }
  831.  
  832. ol.notes li.note .answer_content {
  833. font-weight:normal;
  834. }
  835.  
  836. ol.notes li.note blockquote {
  837. padding:4px 10px;
  838. margin:10px 0px 0px 25px;
  839. }
  840.  
  841. ol.notes li.note blockquote a {
  842. text-decoration:none;
  843. }
  844.  
  845. .credit {
  846. position:fixed;
  847. right:10px;
  848. bottom:15px;
  849. font-weight:bold;
  850. }
  851.  
  852. .credit a {
  853. color:#000000;
  854. }
  855.  
  856. {CustomCSS}
  857.  
  858. /*smooth loading*/
  859.  
  860. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  861. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  862. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  863. .fade-in {
  864. opacity:0;
  865. -webkit-animation:fadeIn ease-in 1;
  866. -moz-animation:fadeIn ease-in 1;
  867. animation:fadeIn ease-in 1;
  868. -webkit-animation-fill-mode:forwards;
  869. -moz-animation-fill-mode:forwards;
  870. animation-fill-mode:forwards;
  871. -webkit-animation-duration:1s;
  872. -moz-animation-duration:1s;
  873. animation-duration:1s;}
  874. .fade-in.one {
  875. -webkit-animation-delay:0s;
  876. -moz-animation-delay:0s;
  877. animation-delay:0s;}
  878. .fade-in.two {
  879. -webkit-animation-delay:0.8s;
  880. -moz-animation-delay:0.8s;
  881. animation-delay:0.8s;}
  882.  
  883. </style>
  884.  
  885. </head>
  886.  
  887. <body>
  888.  
  889. <div id="header"></div>
  890.  
  891. <div class="navigation">
  892. <div class="blogt"><a href="/">{Title}</a></div>
  893. <div class="subtitle">{text:Subtitle}</div>
  894. <div class="nlinks">
  895. <a href="/">Home</a>
  896. <a href="/ask">Inbox</a>
  897. <a href="{text:link 1 url}">{text:link 1 title}</a>
  898. <a href="{text:link 2 url}">{text:link 2 title}</a>
  899. <a href="{text:link 3 url}">{text:link 3 title}</a>
  900. <a href="{text:link 4 url}">{text:link 4 title}</a>
  901. <a href="{text:link 5 url}">{text:link 5 title}</a>
  902. <a href="{text:link 6 url}">{text:link 6 title}</a>
  903.  
  904. <form class="search" action="/search" method="get">
  905. <input type="text" name="q" value="{SearchQuery}" placeholder="search this blog"/>
  906. </form>
  907. </div>
  908. </div>
  909.  
  910. <div id="container">
  911.  
  912. <div class="sidebar">
  913.  
  914. <!--welcome-->
  915.  
  916. <div class="titles"><i class="fas fa-home"></i> welcome</div>
  917. <center><div class="sideimg"><img src="{image:sidebar}"></div></center>
  918. <div class="description">{Description}</div>
  919.  
  920. <hr>
  921.  
  922. <!--sidebar links-->
  923.  
  924. <div class="titles"><i class="fas fa-link"></i> links</div>
  925. <div class="slinks">
  926. <a href="{text:sidebar link 1 url}">{text:sidebar link 1 title}</a>
  927. <a href="{text:sidebar link 2 url}">{text:sidebar link 2 title}</a>
  928. <a href="{text:sidebar link 3 url}">{text:sidebar link 3 title}</a>
  929. <a href="{text:sidebar link 4 url}">{text:sidebar link 4 title}</a>
  930. </div>
  931.  
  932. <hr>
  933.  
  934. <!--spotlight-->
  935.  
  936. <div class="titles"><i class="fas fa-bolt"></i> spotlight</div>
  937.  
  938. <hr>
  939.  
  940. <!--twitter widget-->
  941.  
  942. <div class="titles"><i class="fab fa-twitter"></i>tweets</div>
  943. <a class="twitter-timeline" data-width="350" data-height="600" data-link-color="{color:link}" href="https://twitter.com/{text:twitter username}?ref_src=twsrc%5Etfw">Tweets by {text:twitter username}</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
  944.  
  945. <hr>
  946.  
  947. <!--projects-->
  948.  
  949. <div class="titles"><i class="fas fa-video"></i> Current projects</div>
  950. <div class="box">
  951.  
  952. <div class="projects">
  953.  
  954. <img src="https://images2.imgbox.com/82/f6/tFCZo9J3_o.png">
  955. <div class="pinfo">
  956. <ul><name>Project name</name><br>
  957. <b>Release</b>: Release date<br>
  958. <b>Status</b>: Status<br>
  959. <b>Character</b>: Character name</ul>
  960. </div>
  961. <br>
  962. <img src="https://images2.imgbox.com/82/f6/tFCZo9J3_o.png">
  963. <div class="pinfo">
  964. <ul><name>Project name</name><br>
  965. <b>Release</b>: Release date<br>
  966. <b>Status</b>: Status<br>
  967. <b>Character</b>: Character name</ul>
  968. </div>
  969. <br>
  970. <img src="https://images2.imgbox.com/82/f6/tFCZo9J3_o.png">
  971. <div class="pinfo">
  972. <ul><name>Project name</name><br>
  973. <b>Release</b>: Release date<br>
  974. <b>Status</b>: Status<br>
  975. <b>Character</b>: Character name</ul>
  976. </div>
  977.  
  978.  
  979. </div>
  980.  
  981. </div>
  982.  
  983. <hr>
  984.  
  985. <!--affiliates-->
  986.  
  987. <div class="titles"><i class="fas fa-star"></i> Affiliates</div>
  988. <div class="box">
  989.  
  990. <div class="affiliates">
  991.  
  992. <center>
  993. <a href="/" title="apply"><img src="https://images2.imgbox.com/0f/48/n3F7CqLE_o.png"/></a>
  994. <a href="/" title="apply"><img src="https://images2.imgbox.com/0f/48/n3F7CqLE_o.png"/></a>
  995. <a href="/" title="apply"><img src="https://images2.imgbox.com/0f/48/n3F7CqLE_o.png"/></a>
  996. <a href="/" title="apply"><img src="https://images2.imgbox.com/0f/48/n3F7CqLE_o.png"/></a>
  997. </center>
  998.  
  999.  
  1000. </div>
  1001. </div>
  1002.  
  1003. <hr>
  1004.  
  1005. <!--members-->
  1006.  
  1007. {block:GroupMembers}
  1008. <div class="titles"><i class="fas fa-user-plus"></i> Members</div>
  1009. <div class="box">
  1010. <table style="margin-top:0px;">
  1011. {block:GroupMember}
  1012. <tr>
  1013. <td style="width:30px;">
  1014. <img src="{GroupMemberPortraitURL-40}" width="30px;" height="auto;" style ="margin-right: 10px;">
  1015. </td>
  1016. <td style="width:290px; height:auto;">
  1017. <div id="m" style="margin-bottom:10px;margin-top:10px; font-size:10px;">
  1018. <a href="{GroupMemberURL}" style="font-weight:bold; text-transform:uppercase;">{GroupMemberName}</a><br>{GroupMemberTitle}
  1019. </div>
  1020. </td>
  1021. </tr>
  1022. {/block:GroupMember}
  1023. </table>
  1024. </div>
  1025. {/block:GroupMembers}
  1026.  
  1027. <hr>
  1028.  
  1029. <!--blog info-->
  1030.  
  1031. <div class="titles"><i class="fas fa-cog"></i> About us</div>
  1032. <div class="box">
  1033. <div class="sinfo">
  1034. <b>About:</b> {text:About}<br>
  1035. <b>Online:</b> {text:Online Script}<br>
  1036. <b>Visits:</b> {text:Visits Script}<br>
  1037. <!-- EITHER KEEP THIS OR THE ALIEN IN THE RIGHT CORNER OF THE THEME-->
  1038. <b>Theme:</b> <a href="peggyscarter.tumblr.com">peggyscarter</a>
  1039. <!-- EITHER KEEP THIS OR THE ALIEN IN THE RIGHT CORNER OF THE THEME-->
  1040. <br><br>
  1041.  
  1042. Our site claims no credit for any images posted on this site unless stated otherwise. Images and information on this blog are copyright to their respectful owners.
  1043. </div>
  1044.  
  1045.  
  1046. </div>
  1047.  
  1048. </div>
  1049.  
  1050. <div class="entries" class="fade-in one">{block:Posts}
  1051.  
  1052. <div class="posts" id="{PostID}">
  1053.  
  1054. {block:ifAskfaq}
  1055. {block:Askpage}
  1056. <div class="title">frequently asked questions</div>
  1057.  
  1058. <div class="faq">
  1059. <div class="q"><enquiry>Question</enquiry></div>
  1060. <div class="a">Answer</div>
  1061.  
  1062. <div class="q"><enquiry>Question</enquiry></div>
  1063. <div class="a">Answer</div>
  1064.  
  1065. <div class="q"><enquiry>Question</enquiry></div>
  1066. <div class="a">Answer</div>
  1067.  
  1068. <div class="q"><enquiry>Question</enquiry></div>
  1069. <div class="a">Answer</div>
  1070. </div>
  1071. {/block:Askpage}
  1072. {/block:ifAskfaq}
  1073.  
  1074. {block:Text}
  1075. {block:Title}<div class="title">{title}</div>{/block:Title}
  1076. <div class="caption">{Body}</div>
  1077. {/block:Text}
  1078.  
  1079. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  1080.  
  1081. {block:Photoset}
  1082. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  1083. {/block:Photoset}
  1084.  
  1085. {block:Quote}
  1086. <div class="title quote">{quote}</div>
  1087. {block:Source}<div class="source">{source}</div>{/block:Source}
  1088. {/block:Quote}
  1089.  
  1090. {block:Link}
  1091. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1092. {block:Description}{Description}{/block:Description}
  1093. {/block:Link}
  1094.  
  1095.  
  1096. {block:Chat}
  1097. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  1098. {/block:Chat}
  1099.  
  1100. {block:Audio}
  1101. {block:audioplayer}
  1102. <div class="hold">
  1103. <div class="player">{audioplayerwhite}</div>
  1104. <div class="audio_info">
  1105. {block:trackname}<span class="track">{trackname}</span>{/block:trackname}
  1106. {block:artist}<span class="artist">{artist}</span>{/block:artist}
  1107. </div>
  1108. </div>
  1109. {/block:audioplayer}
  1110. {/block:Audio}
  1111.  
  1112. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  1113.  
  1114. {block:caption}<div class="caption">{Caption}</div>{/block:caption}
  1115.  
  1116. {block:Answer}
  1117. <div class="question"><img src="{AskerPortraitURL-30}"/>
  1118. <div class="asker"><b>{Asker}</b> asked: {Question}</div></div>
  1119. <div class="answer"><div class="caption">{Answer}</div></div>
  1120. {/block:Answer}
  1121.  
  1122. {block:Date}
  1123. <div class="permalink">posted by <a href="{PostAuthorURL}">{PostAuthorName} </a> &nbsp; <a href="{Permalink}" title="{TimeAgo}"><b>{Month} {DayofMonthWithSuffix}</b></a> &nbsp; {block:NoteCount}<a href="{Permalink}" title="{notecountwithlabel}">{NoteCountWithLabel}</a>{/block:NoteCount} <div style="float:right; font-weight:bold;"><span class="buttons">
  1124. <a href="{ReblogURL}" target="_blank"><i class="fa fa-sync-alt" aria-hidden="true" title="reblog"></i></a>
  1125. <span class="custom-like-button">{LikeButton}<a class="our_button"><i class="fa fa-heart fa-fw" aria-hidden="true" title="like"></i></a></span>
  1126. </span></div> &nbsp;
  1127.  
  1128. {block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> &nbsp;{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
  1129.  
  1130. {block:hastags}
  1131. <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>
  1132. {/block:hasTags}
  1133. </div>
  1134. {/block:Date}
  1135.  
  1136. </div>
  1137.  
  1138. {block:PostNotes}
  1139. {PostNotes}
  1140. {/block:PostNotes}
  1141.  
  1142. {/block:Posts}
  1143.  
  1144. {block:Pagination}
  1145. <footer id="pagination">
  1146. <span>
  1147. {block:PreviousPage}<a href="{PreviousPage}" title="previous page">back</a>{block:nextpage} {/block:nextpage}{/block:PreviousPage}
  1148. {block:NextPage}<a href="{NextPage}" title="next page">forth</a>{/block:NextPage}
  1149. </span>
  1150. {block:JumpPagination length="5"}
  1151. {block:CurrentPage}<a class="current_page">{PageNumber}</span>{/block:CurrentPage}
  1152. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1153. {/block:JumpPagination}
  1154. </footer>
  1155. {/block:Pagination}
  1156. </div>
  1157.  
  1158. <script>
  1159. $(document).ready(function(){
  1160. $('body').tooltip({track:false});
  1161. $('iframe.tumblr_audio_player').load( function() {
  1162. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
  1163. });
  1164. });
  1165. $('.posts').unnest({
  1166. yourCaption: ".caption",
  1167. newCaptionUsername: true,
  1168. originalPostCaptionUsername: false,
  1169. tumblrAvatars: true,
  1170. tumblrAvatarClass: ".icon",
  1171. usernameColon: false
  1172. });
  1173. $(document).ready(function(){
  1174. $('.photo-slideshow').pxuPhotoset({
  1175. lightbox: true,
  1176. rounded: false,
  1177. gutter: '4px',
  1178. borderRadius: '0px',
  1179. photoset: '.photo-slideshow',
  1180. photoWrap: '.photo-data',
  1181. photo: '.pxu-photo'
  1182. });
  1183. });
  1184. </script>
  1185.  
  1186. {block:ContentSource}
  1187. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1188. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1189. {/block:SourceLogo}
  1190. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1191. {/block:ContentSource}
  1192.  
  1193. <!-- EITHER KEEP THIS OR CREDIT IN THE ABOUT SECTION-->
  1194. <div class="credit"><a href="http://captainmarvels.tumblr.com/" title="ananda themes"><span class="sf sf-alien-o"></span></a></div>
  1195. <!-- EITHER KEEP THIS OR CREDIT IN THE ABOUT SECTION-->
  1196.  
  1197. </body>
Advertisement
Add Comment
Please, Sign In to add comment