TVD-PS

FAN SITE #1

Feb 21st, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.96 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ------------------------------
  10. @BARBIE THEMES | TUMBLR
  11. ------------------------------
  12.  
  13. ▒█▀▀█ █▀▀█ █▀▀█ █▀▀▄ ░▀░ █▀▀   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  14. ▒█▀▀▄ █▄▄█ █▄▄▀ █▀▀▄ ▀█▀ █▀▀   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  15. ▒█▄▄█ ▀░░▀ ▀░▀▀ ▀▀▀░ ▀▀▀ ▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  16.  
  17. Rules:
  18. +Please do not remove credit.
  19. +Do not steal the code or take parts of the codes and put them in your own theme.
  20. +Do not remove the credit completely or make them invisible, you may replace it to a visible place.
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. -->
  29.  
  30.  
  31.  
  32.  
  33. <!DOCTYPE html>
  34. <head>
  35.  
  36.  
  37.  
  38. <title>{Title}</title>
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43.  
  44. <!--------DEFAULT VARIABLES-------->
  45.  
  46. <meta name="color:background" content="#ffffff"/>
  47. <meta name="color:text" content="#000000"/>
  48. <meta name="color:bold" content="#dccbe7"/>
  49. <meta name="color:italic" content="#000000"/>
  50. <meta name="color:links" content="#626262"/>
  51. <meta name="color:link hover" content="#dccbe7"/>
  52. <meta name="color:navigation" content="#000000"/>
  53. <meta name="color:nav links" content="#eeeeee"/>
  54. <meta name="color:nav links hover" content="#a77dc2"/>
  55. <meta name="color:borderlinks" content="#dccbe7"/>
  56. <meta name="color:borders" content="#eeeeee"/>
  57. <meta name="color:questions" content="#dccbe7"/>
  58. <meta name="color:scrollbar" content="#dccbe7"/>
  59. <meta name="color:scrollbar background" content="#eeeeee"/>
  60. <meta name="color:sidebar" content="#ffffff"/>
  61. <meta name="color:titles" content="#ffffff"/>
  62. <meta name="color:titles bg" content="#dccbe7"/>
  63. <meta name="color:border title" content="#eeeeee"/>
  64. <meta name="color:content background" content="#f8f8f8"/>
  65. <meta name="color:posts background" content="#ffffff"/>
  66. <meta name="color:border info post" content="#cccccc"/>
  67.  
  68.  
  69.  
  70. <meta name="image:header" content=""/>
  71. <meta name="image:sidebar" content=""/>
  72.  
  73. <meta name="if:TagsWithHovereffect" content="1">
  74.  
  75. <meta name="text:link 1 title" content="link"/>
  76. <meta name="text:link 1 url" content=""/>
  77. <meta name="text:link 2 title" content="link"/>
  78. <meta name="text:link 2 url" content=""/>
  79. <meta name="text:link 3 title" content="link"/>
  80. <meta name="text:link 3 url" content=""/>
  81. <meta name="text:link 4 title" content="link"/>
  82. <meta name="text:link 4 url" content=""/>
  83.  
  84.  
  85.  
  86. <meta name="text:official link 1 title" content="link"/>
  87. <meta name="text:official link 1 url" content=""/>
  88. <meta name="text:official link 2 title" content="link"/>
  89. <meta name="text:official link 2 url" content=""/>
  90. <meta name="text:official link 3 title" content="link"/>
  91. <meta name="text:official link 3 url" content=""/>
  92. <meta name="text:official link 4 title" content="link"/>
  93. <meta name="text:official link 4 url" content=""/>
  94.  
  95. <!----------------SCRIPTS---------------->
  96.  
  97. <link href="https://static.tumblr.com.http.s32.wbprx.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  98. <script src="https://ajax.googleapis.com.http.s32.wbprx.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  99. <script src="https://static.tumblr.com.http.s32.wbprx.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  100. <script>
  101. (function($){
  102. $(document).ready(function(){
  103. $("[title]").style_my_tooltips({
  104. tip_follows_cursor:true,
  105. tip_delay_time:200,
  106. tip_fade_speed:300
  107. });
  108. });
  109. })(jQuery);
  110. </script>
  111.  
  112. <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  113.  
  114.  
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119. /*----------SCROLLBAR---------*/
  120.  
  121. ::-webkit-scrollbar {
  122. background-color: {color:scrollbar bg};
  123. height:8px;
  124. width:5px;
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:vertical {
  128. background-color:{color:scrollbar};
  129. height:50px;
  130. }
  131.  
  132. ::-webkit-scrollbar-thumb:horizontal {
  133. background-color:{color:scrollbar bg};
  134. height:8px;
  135. }
  136.  
  137. /*----------TOOLTIPS---------*/
  138.  
  139. #s-m-t-tooltip {
  140. max-width:300px;
  141. margin:15px;
  142. padding:5px;
  143. border:1px solid #eeeeee;
  144. border-radius:0px;
  145. background:#ffffff;
  146. color:{color:text};
  147. z-index:999999;
  148. font-size:7px;
  149. font-style:none;
  150. letter-spacing:2px;
  151. font-family:arial;
  152. text-transform:uppercase;
  153. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  154. }
  155.  
  156. /*----------BASICS---------*/
  157.  
  158. body {
  159. background:{color:background};
  160. color:{color:text};
  161. font-family:arial;
  162. font-size:11px;
  163. line-height:140%;
  164. margin:0;
  165. text-align:left;
  166. }
  167.  
  168. b {
  169. font-weight:bold;
  170. color:{color:bold};
  171.  
  172. }
  173.  
  174. i {
  175. font-weight:arial;
  176. color:{color:italic};
  177.  
  178. }
  179.  
  180. small {
  181. font-size:11px;
  182. }
  183.  
  184. a {
  185. color:{color:links};
  186. text-decoration:none;
  187. }
  188.  
  189. a:hover {
  190. color:{color:link hover};
  191. transition:1s;
  192. -webkit-transition:1s;
  193. -moz-transition:1s;
  194. -o-transition:1s;
  195. }
  196.  
  197. img {
  198. opacity:1;
  199. text-decoration:none;
  200. }
  201.  
  202. h1 {
  203. font-size:14px;
  204. font-weight:bold;
  205. font-family:arial;
  206. line-height:150%;
  207. text-transform:uppercase;
  208. }
  209.  
  210. blockquote {
  211. padding-left:10px;
  212. margin:10px;
  213. border-left:1px solid #eee;
  214. }
  215.  
  216. /*----------HEADER---------*/
  217.  
  218. .header img {
  219. margin-bottom:0px;
  220. width:1100px;
  221. height:400px;
  222. }
  223.  
  224. .navigation {
  225. width:1200px;
  226. background:{color:navigation};
  227. margin-top:-5px;
  228. margin-left:calc(50% - 600px);
  229. border-radius:50px;
  230. }
  231.  
  232. .links {
  233. text-align:center;
  234. padding:30px;
  235. text-transform:uppercase;
  236. font-size:14px;
  237. font-weight:BOLD;
  238. font-family:'Segoe Script';
  239.  
  240.  
  241.  
  242. }
  243.  
  244. .links a {
  245. color:{color:nav links};
  246. margin-right:40px;
  247. letter-spacing: 1px;
  248. border-bottom:2px solid {color:borderlinks};
  249. }
  250.  
  251. .links a:hover {
  252. color:{color:link hover};
  253. letter-spacing: 5px;
  254.  
  255. }
  256.  
  257.  
  258.  
  259. /*----------SIDEBAR---------*/
  260.  
  261. .sidebar {
  262. position:absolute;
  263. width:350px;
  264. margin-top:50px;
  265. margin-left:20px;
  266.  
  267. }
  268.  
  269. .sideimg img {
  270. width:300px;
  271. }
  272.  
  273.  
  274. .cat {
  275. padding:20px;
  276. border:4px double {color:borders};
  277. margin-bottom:50px;
  278. background:{color:sidebar};
  279. }
  280.  
  281. .cti {
  282. font-size:15px;
  283. font-weight:bold;
  284. padding:10px;
  285. font-family:'Segoe Script';
  286. border-bottom:4px double {color:border title};
  287. margin-bottom:20px;
  288. border-radius:8px;
  289. color:{color:titles};
  290. background:{color:titles bg};
  291. }
  292.  
  293.  
  294. .description {
  295. text-align:justify;
  296. padding:10px;
  297. margin:0px;
  298. margin-top:0px;
  299. font-size:11px;
  300. font-style:cambria;
  301. }
  302.  
  303.  
  304. .projects {
  305. padding:5px;
  306. text-align:left;
  307. margin-top:0px;
  308.  
  309. }
  310.  
  311.  
  312. .projects img {
  313. padding:5px;
  314. width:100px;
  315. height:100px;
  316. float:left;
  317. margin-right:10px;
  318. border:1px solid #eee;
  319.  
  320.  
  321. }
  322.  
  323.  
  324. .pinfo {
  325. height:100px;
  326. margin-top:25px;
  327.  
  328. }
  329.  
  330.  
  331.  
  332. .date {
  333. float:left;
  334. padding:10px;
  335. margin-right:10px;
  336. text-transform:uppercase;
  337. font-weight:bold;
  338. }
  339.  
  340. .e {
  341. padding:10px;
  342.  
  343. }
  344.  
  345.  
  346. .affiliates {
  347. width:300px;
  348. padding:5px;
  349. text-align:left;
  350. text-transform:uppercase;
  351. font-size:9px;
  352. letter-spacing:1px;
  353. margin-top:20px;
  354.  
  355. }
  356.  
  357. .affiliates img {
  358. padding:5px;
  359. width:50px;
  360. border:1px double {color:borders};
  361.  
  362.  
  363. }
  364.  
  365.  
  366.  
  367. .off a {
  368. display:block;
  369. padding:10px;
  370. border-bottom:1px solid #eee;
  371. text-transform:uppercase;
  372. font-size:10px;
  373. }
  374.  
  375. .off a:hover {
  376. margin-left:5px;
  377. }
  378.  
  379.  
  380. /*----------PAGINATION---------*/
  381.  
  382. #pagi {
  383. margin-top:40px;
  384. margin-left:750px;
  385. font-family:'roboto', sans-serif;
  386. text-transform:uppercase;
  387. font-size:15px;
  388. font-weight:bold;
  389. padding:20px;
  390. }
  391.  
  392. /*----------POSTS---------*/
  393.  
  394. .container {
  395. width:1060px;
  396. margin-left:calc(50% - 550px);
  397. background:{color:content background};
  398. padding:20px;
  399. margin-top:-5px;
  400.  
  401. }
  402.  
  403.  
  404. .entries {
  405. margin-top:50px;
  406. width:500px;
  407. margin-left:500px;
  408. background:{color:content background};
  409.  
  410. }
  411.  
  412. .posts {
  413. width:500px;
  414. margin-bottom:70px;
  415. background:{color:posts background};
  416. padding:20px;
  417. border:4px double {color:borders};
  418. }
  419.  
  420.  
  421.  
  422. /*----------CHAT---------*/
  423.  
  424. .chat {
  425. line-height:150%;
  426. list-style:none;
  427. }
  428.  
  429. .line.odd {
  430. padding:10px;
  431. background:#f8f8f8;
  432. }
  433.  
  434. .line.even {
  435. padding:10px;
  436. }
  437.  
  438. .label {
  439. text-transform:uppercase;
  440. font-size:10px;
  441. letter-spacing:1px;
  442. font-weight:bold;
  443. }
  444.  
  445. /*----------AUDIO---------*/
  446.  
  447. .cover {
  448. position:relative;
  449. z-index:1;
  450. max-width:100px;
  451. padding:10px;
  452. float:left;
  453. }
  454.  
  455. .playbutton {
  456. width:20px;
  457. height:30px;
  458. overflow:hidden;
  459. position:relative;
  460. z-index:2;
  461.  
  462. }
  463.  
  464.  
  465. .playbox {
  466. background-color:#000;
  467. position:absolute;
  468. z-index:2;
  469. padding:15px 24px 13px 16px;
  470. margin-top:30px;
  471. margin-left:30px;
  472. opacity:0.5;
  473. }
  474.  
  475. .trackdetails {
  476. padding:10px;
  477. width:auto;
  478. height:100px;
  479. margin-top:10px;
  480. margin-left:100px;
  481. }
  482.  
  483. /*----------ASK---------*/
  484.  
  485. .question {
  486. position: relative;
  487. left: 0px;
  488. top: 0px;
  489. padding: 15px;
  490. width: auto;
  491. min-height: 30px;
  492. font-style: italic;
  493. letter-spacing: 1px;
  494. color: #ffffff;
  495. background:{color:questions};
  496. }
  497.  
  498. .question img {
  499. float: left;
  500. padding: 5px;
  501. background-color: #fff;
  502. margin-right: 10px;
  503. margin-bottom: 10px;
  504. margin-top: -5px;
  505. }
  506.  
  507. .question a {
  508. color: {color:linkshover};
  509. }
  510.  
  511. .answer {
  512. display: block;
  513. padding: 20px;
  514. background-color: #f9f9f9;
  515. -webkit-margin-before: 0em;
  516. -webkit-margin-after: 1em;
  517. -webkit-margin-start: 0px;
  518. -webkit-margin-end: 0px;
  519. }
  520.  
  521. /*----------INFO POST---------*/
  522.  
  523. .details {
  524. color: {color:Font};
  525. font-size: 9px;
  526. font-weight: normal;
  527. text-align: center;
  528. padding-left: 8px;
  529. padding-right: 5px;
  530. }
  531.  
  532. .details a {
  533. color: {color:Link};
  534. font-weight: normal;
  535. text-decoration: none;
  536. -webkit-transition: opacity 0.9s linear;
  537. -webkit-transition: all 0.9s ease-out;
  538. -moz-transition: all 0.9s ease-out;
  539. transition: all 0.9s ease-out;
  540. }
  541.  
  542. .details a:hover {
  543. color: {color:Link Hover};
  544. -webkit-transition: opacity 0.9s linear;
  545. -webkit-transition: all 0.9s ease-out;
  546. -moz-transition: all 0.9s ease-out;
  547. transition: all 0.9s ease-out;
  548. }
  549.  
  550. .details_top {
  551. font-size: 8px;
  552. font-family: calibri;
  553. text-transform: uppercase;
  554. font-weight: normal;
  555. text-align: left;
  556. letter-spacing: 0px;
  557. border-top: 2px solid {color:border info post};
  558. padding: 4px 0px 4px 8px;
  559. margin-top: 4px;
  560. width: 500px;
  561.  
  562. }
  563.  
  564. .like_reblog_bottons {
  565. float: right;
  566. display: -moz-inline-box;
  567. text-align: right;
  568. padding-left: 3px;
  569. margin-top: 14px;
  570. margin-right: 6px;
  571. }
  572.  
  573. .like_button {
  574. margin-top: -3px;
  575. -webkit-transition: opacity 0.9s linear;
  576. -webkit-transition: all 0.9s ease-out;
  577. -moz-transition: all 0.9s ease-out;
  578. transition: all 0.9s ease-out;
  579. opacity: 0.7;
  580. }
  581. .like_button:hover {
  582. -webkit-transition: opacity 0.9s linear;
  583. -webkit-transition: all 0.9s ease-out;
  584. -moz-transition: all 0.9s ease-out;
  585. transition: all 0.9s ease-out;
  586. opacity: 0.9;
  587. }
  588.  
  589. .reblog_button {
  590. margin-top: -15px;
  591. margin-right: 16px;
  592. -webkit-transition: opacity 0.9s linear;
  593. -webkit-transition: all 0.9s ease-out;
  594. -moz-transition: all 0.9s ease-out;
  595. transition: all 0.9s ease-out;
  596. opacity: 0.7;
  597. }
  598. .reblog_button:hover {
  599. -webkit-transition: opacity 0.9s linear;
  600. -webkit-transition: all 0.9s ease-out;
  601. -moz-transition: all 0.9s ease-out;
  602. transition: all 0.9s ease-out;
  603. opacity: 0.9;
  604. }
  605.  
  606. .tags {
  607. font-style: italic;
  608. text-align: left;
  609. margin-top: -2px;
  610. text-transform: lowercase;
  611. width: 500px;
  612. {block:IfTagsWithHovereffect}
  613. opacity: 0;
  614. {/block:IfTagsWithHovereffect}
  615. }
  616.  
  617. .tags a {
  618. color: {color:Tag Font};
  619. margin-right: 4px;
  620. }
  621.  
  622. .tags a:hover {
  623. background: {color:Tag Link Bg};
  624. -webkit-transition: opacity 0.9s linear;
  625. -webkit-transition: all 0.9s ease-out;
  626. -moz-transition: all 0.9s ease-out;
  627. transition: all 0.9s ease-out;
  628. }
  629.  
  630. .notes {
  631. font-size: 10px;
  632. font-style: none;
  633. letter-spacing: 1px;
  634. margin-top: 18px;
  635. margin-left: -10px;
  636. }
  637. ol.notes, .notes li {
  638. list-style: none;
  639. }
  640. ol.notes li.note img.avatar {
  641. display: none;
  642. }
  643. ol.notes li.note blockquote {
  644. font-color: {color:Font};
  645. margin: 2px 0px 3px 15px;
  646. }
  647. ol.notes li.note blockquote a {
  648. font-color: {color:Font};
  649. text-decoration: none;
  650. }
  651. ol.notes li.note .answer_content {
  652. font-color: {color:Font};
  653. }
  654.  
  655. .x {
  656. position: fixed;
  657. color: {color:Font};
  658. text-align: center;
  659. text-transform: uppercase;
  660. bottom: 8px;
  661. right: 8px;
  662. -webkit-transition: opacity 0.3s linear;
  663. -webkit-transition: all 0.3s ease-out;
  664. -moz-transition: all 0.3s ease-out;
  665. transition: all 0.3s ease-out;
  666. }
  667. .x a {
  668. font-family: calibri;
  669. font-size: 8px;
  670. }
  671. .x:hover {
  672. background: #f1f1f1;
  673. padding: 6px;
  674. -webkit-transition: opacity 0.3s linear;
  675. -webkit-transition: all 0.3s ease-out;
  676. -moz-transition: all 0.3s ease-out;
  677. transition: all 0.3s ease-out;
  678. }
  679.  
  680. /*----------CREDIT---------*/
  681.  
  682. .credit {
  683. font-size:10px;
  684. position:fixed;
  685. font-style:arial;
  686. bottom:5px;
  687. right:15px;
  688. z-index:10;
  689. text-align:right;
  690. letter-spacing:0px;
  691. padding:2px;
  692. }
  693.  
  694. .credit a {
  695. color:{color:links};
  696. text-decoration:none;
  697. }
  698.  
  699. .credit a:hover {
  700. color:{color:links hover};
  701. text-decoration:none;
  702. }
  703.  
  704. </style>
  705. </head>
  706.  
  707. <body>
  708.  
  709.  
  710.  
  711.  
  712. <div class="navigation">
  713.  
  714. <div class="links">
  715. <a href="/">Home</a>
  716. <a href="/ask">Contact</a>
  717. <a href="{text:link 1 url}">{text:link 1 title}</a>
  718. <a href="{text:link 2 url}">{text:link 2 title}</a>
  719. <a href="{text:link 3 url}">{text:link 3 title}</a>
  720. <a href="{text:link 4 url}">{text:link 4 title}</a>
  721.  
  722. </div>
  723.  
  724.  
  725. </div>
  726.  
  727. <center><div class="header"><img src="{image:header}"></div></center>
  728.  
  729. <div class="container">
  730.  
  731. <div class="sidebar">
  732.  
  733.  
  734.  
  735. <!-- WELCOME -->
  736.  
  737. <div class="cat">
  738. <div class="cti">Welcome</div>
  739. <center><div class="sideimg"><img src="{image:sidebar}"></div></center>
  740. <div class="description">{Description}</div>
  741. </div>
  742.  
  743.  
  744. <!-- OFFICIAL LINKS -->
  745.  
  746. <div class="cat">
  747. <div class="cti">Official Links</div>
  748. <div class="off">
  749. <a href="{text:official link 1 url}">{text:official link 1 title} <i class="fa fa-twitter" style="float:right"></i></a>
  750. <a href="{text:official link 2 url}">{text:official link 2 title} <i class="fa fa-instagram" style="float:right"></i></a>
  751. <a href="{text:official link 3 url}">{text:official link 3 title} <i class="fa fa-youtube-play" style="float:right"></i></a>
  752. <a href="{text:official link 4 url}">{text:official link 4 title} <i class="fa fa-globe" style="float:right"></i></a>
  753. </div>
  754. </div>
  755.  
  756.  
  757. <!-- UPCOMING EVENTS -->
  758.  
  759. <div class="cat">
  760. <div class="cti">Upcoming Events</div>
  761.  
  762.  
  763. <div class="date">march 21</div><div class="e"></div><br>
  764.  
  765. <div class="date">march 22</div><div class="e"></div><br>
  766.  
  767. <div class="date">april 25</div><div class="e"></div><br>
  768.  
  769. <div class="date">april 29</div><div class="e"></div><br>
  770.  
  771.  
  772. </div>
  773.  
  774.  
  775.  
  776. <!-- PROJECTS -->
  777.  
  778. <div class="cat">
  779. <div class="cti">Projects</div>
  780.  
  781.  
  782. <div class="projects">
  783.  
  784. <img src="https://i.imgur.com/Ng5L63g.png?1">
  785. <div class="pinfo"><ul> <b>Title</b><br>
  786. <b>Info</b>: Info<br>
  787. <b>Info</b>: Info<br>
  788. <b>Info</b>: Info</ul></div>
  789.  
  790.  
  791. <img src="https://i.imgur.com/Ng5L63g.png?1">
  792. <div class="pinfo"><ul> <b>Title</b><br>
  793. <b>Info</b>: Info<br>
  794. <b>Info</b>: Info<br>
  795. <b>Info</b>: Info</ul></div>
  796.  
  797.  
  798. <img src="https://i.imgur.com/Ng5L63g.png?1">
  799. <div class="pinfo"><ul> <b>Title</b><br>
  800. <b>Info</b>: Info<br>
  801. <b>Info</b>: Info<br>
  802. <b>Info</b>: Info</ul></div>
  803.  
  804. <img src="https://i.imgur.com/Ng5L63g.png?1">
  805. <div class="pinfo"><ul> <b>Title</b><br>
  806. <b>Info</b>: Info<br>
  807. <b>Info</b>: Info<br>
  808. <b>Info</b>: Info</ul></div>
  809.  
  810. </div></div>
  811.  
  812.  
  813. <!-- AFFILIATES -->
  814.  
  815. <div class="cat">
  816. <div class="cti">Affiliates</div>
  817.  
  818. <div class="affiliates">
  819.  
  820. <center><a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
  821. <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
  822. <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
  823. <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
  824. <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
  825. <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
  826. <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
  827. </center>
  828.  
  829.  
  830. </div>
  831. </div>
  832.  
  833.  
  834. <!-- MEMBERS -->
  835.  
  836. <div class="cat">
  837. <div class="cti">Members</div>
  838.  
  839. {block:GroupMembers}
  840. <table style="margin-top:0px;">
  841. {block:GroupMember}
  842. <tr>
  843. <td style="width:40px;">
  844. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
  845. </td>
  846. <td style="width:290px; height:auto;">
  847. <div id="m" style="margin-bottom:10px;">
  848. <a href="{GroupMemberURL}" style="font-weight:bold; text-transform:uppercase; font-family:arial; letter-spacing:0px; font-size:8px;">{GroupMemberName}</a><br>{GroupMemberTitle}</div>
  849.  
  850. </tr>
  851. {/block:GroupMember}
  852. </table>
  853. {/block:GroupMembers}
  854. </div>
  855.  
  856.  
  857. <!-- INFO -->
  858.  
  859. <div class="cat">
  860. <div class="cti">Site Information</div>
  861. <div class="sinfo">
  862. <b>About:</b> <br>
  863. <b>Opened:</b> <br>
  864. <b>Designed by:</b> <br>
  865. <b>Online:</b> <br>
  866. <b>Visits:</b> <br><br>
  867.  
  868. 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.
  869. </div>
  870.  
  871.  
  872.  
  873. </div>
  874.  
  875. </div>
  876.  
  877. <div class="entries">
  878.  
  879. {block:Posts}
  880.  
  881. <div class="posts">
  882.  
  883. {block:Text}
  884. <h1>{block:Title}{Title}{/block:Title}</h1>
  885. {Body}{/block:Text}
  886.  
  887.  
  888. {block:Photo}
  889. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  890. {block:Caption}{Caption}{/block:Caption}
  891. {/block:Photo}
  892.  
  893.  
  894. {block:Photoset}
  895. {Photoset-500}
  896. {block:Caption}{Caption}{/block:Caption}
  897. {/block:Photoset}
  898.  
  899.  
  900. {block:Quote}
  901. <h2>"{Quote}"</h2>
  902. <div align="right">
  903. {block:Source}<h1>-{Source}</h1>{/block:Source}
  904. </div>
  905. {/block:Quote}
  906.  
  907.  
  908. {block:Link}
  909. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  910. {block:Description}{Description}{/block:Description}
  911. {/block:Link}
  912.  
  913.  
  914. {block:Chat}
  915. {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>
  916. {/block:Chat}
  917.  
  918.  
  919. {block:Audio}
  920.  
  921. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  922.  
  923. {block:AlbumArt}
  924. <img src="{AlbumArtURL}" class="cover">
  925. {/block:AlbumArt}
  926.  
  927.  
  928. <div class="trackdetails"><br>
  929. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  930.  
  931. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  932.  
  933. <b>PLAYS:</b> {FormattedPlayCount}</div>
  934.  
  935.  
  936. {block:Caption}
  937. <div class="caption">{Caption}</div>
  938. {/block:Caption}
  939. {/block:Audio}
  940.  
  941.  
  942. {block:Video}
  943. {Video-500}
  944. {block:Caption}{Caption}{/block:Caption}
  945. {/block:Video}
  946.  
  947.  
  948. {block:Answer}
  949. <div class="question">
  950. <img src="{AskerPortraitURL-30}"> {Asker} Asked: {Question}
  951. </div>
  952. <div class="answer">{Answer}</div>
  953. {/block:Answer}
  954.  
  955.  
  956. {block:Date}
  957. <div class="details_top">
  958. Posted <a href="{Permalink}">{TimeAgo}</a> on {Month} {DayOfMonth}
  959.  
  960. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  961. {block:ContentSource}· <a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  962.  
  963. {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  964.  
  965. <div class="like_reblog_bottons">
  966. <div class="like_botton">{LikeButton size="15"}</div>
  967. <div class="reblog_botton">{ReblogButton size="15"}</div>
  968. </div>
  969. </div>
  970.  
  971. <div class="details">
  972. {block:HasTags}
  973. <div class="tags"><img src="https://media.tumblr.com/e9774a0e3c7e8b3b6ce5e91767e566c2/tumblr_inline_mqz9fmAhYn1qz4rgp.png" alt="" /> tags {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}</div>
  974. {/block:HasTags}
  975. </div>
  976. {/block:Date}
  977.  
  978. <div class="notes">
  979. {block:PostNotes}{PostNotes}{/block:PostNotes}
  980. </div>
  981.  
  982. </div>
  983.  
  984. {/block:Posts}</div>
  985.  
  986. <div id="pagi">
  987. {block:IndexPage}
  988. <div id="pagination">
  989. {block:Pagination}
  990. {block:JumpPagination length="5"}
  991. {block:CurrentPage}
  992. <span class="current_page">{PageNumber}</span>
  993. {/block:CurrentPage}
  994. {block:JumpPage}
  995. <a class="jump_page" href="{URL}">{PageNumber}</a>
  996. {/block:JumpPage}
  997. {/block:JumpPagination}
  998. {/block:Pagination}
  999. </div>
  1000. {/block:IndexPage}
  1001. </div>
  1002.  
  1003. {block:ContentSource}
  1004. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  1005. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  1006. {/block:SourceLogo}
  1007. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  1008. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  1009.  
  1010. <div class="credit">
  1011. <a title="theme" href="https://barbie-themes.tumblr.com/" target="_blank">BT © </a></div>
  1012.  
  1013.  
  1014. </body>
Advertisement
Add Comment
Please, Sign In to add comment