azurethemes

theme 32: can't kick up the roots

Aug 6th, 2017
2,852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.44 KB | None | 0 0
  1. <!----
  2.  
  3.  
  4.  
  5. theme 32 can't kick up the roots
  6. 1 2 0 4 p x . t u m b l r . c o m
  7. © 2017. all rights reserved
  8.  
  9.  
  10. this theme was coded by azure (1204px).
  11. !this theme must not be republished or
  12. used as a basecode!
  13. all coding was created by me, unless it
  14. was stated otherwise.
  15.  
  16. video resize script by shythemes
  17. photo resize by excolo
  18. smooth scrolling by deadpoolkilledzac
  19. photo set fix by pxuphoto
  20. tumblr caption plugin by neothms & magnusthemes
  21. icon font by fontawseome
  22. icon font by zavalokom
  23.  
  24.  
  25. all themes by 1204px.tumblr.com are licensed
  26. under a Creative Commons Attribution-NoDerivatives
  27. 4.0 International License.
  28.  
  29.  
  30.  
  31. --->
  32. <!--start html-->
  33. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  34. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  35. <!--custom google fonts-->
  36. <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Roboto:300i,400,400i,500,500i,700,700i|Source+Sans+Pro:400,600,700|Nunito:400,600,700|Lato:400,700|Assistant:400,600,700|Cabin:400,500,600,700|Muli:400,600,700|Noto+Sans:400,700" rel="stylesheet">
  37. <!--tooltips-->
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:10,
  45. tip_fade_speed:900,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </script>
  51. <!--back to top button-->
  52. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  53. <script>
  54. $(document).ready(function(){
  55.  
  56. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  57. var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-arrow-up"></i></br>scroll to top</a>'].join("");
  58. $("body").append(back_to_top_button)
  59.  
  60. // Der Button wird ausgeblendet
  61. $(".back-to-top").hide();
  62.  
  63. // Funktion für das Scroll-Verhalten
  64. $(function () {
  65. $(window).scroll(function () {
  66. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  67. $('.back-to-top').fadeIn();
  68. } else {
  69. $('.back-to-top').fadeOut();
  70. }
  71. });
  72.  
  73. $('.back-to-top').click(function () { // Klick auf den Button
  74. $('body,html').animate({
  75. scrollTop: 0
  76. }, 800);
  77. return false;
  78. });
  79. });
  80.  
  81. });
  82. </script>
  83. <script type="text/javascript">
  84. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  85. $(document).ready(function() {
  86. function photosetResize() {
  87. $('iframe.photoset').each(function(){
  88. var newSize = 500;
  89. var newSrc = $(this).attr('src').replace('500',newSize);
  90. $(this).attr('src', newSrc).width(newSize);
  91. var high = $(this).css('height');
  92. var calculate = parseInt(high, 10)* newSize/500;
  93. $(this).css('height', calculate);
  94. });
  95. }
  96. photosetResize();
  97. });
  98. </script>
  99. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  100. <script>
  101. $(document).ready(function(){
  102. $('.photo-slideshow').pxuPhotoset({
  103. lightbox: true,
  104. rounded: false,
  105. gutter: '1px',
  106. borderRadius: '0px',
  107. photoset: '.photo-slideshow',
  108. photoWrap: '.photo-data',
  109. photo: '.pxu-photo'
  110. });
  111. });
  112. </script>
  113. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  114. <script type="text/javascript">
  115. $(function(){
  116. var stickyRibbonTop = $('.tmblr-iframe').offset().top;
  117. $(window).scroll(function(){
  118. if( $(window).scrollTop() > stickyRibbonTop ) {
  119. $('.tmblr-iframe').css({position: 'fixed', top: '0px!important', right: '0px!important'});
  120. } else {
  121. $('.tmblr-iframe').css({position: 'static', top: '0px'});
  122. }
  123. });
  124. });
  125. </script>
  126. <!-- smooth scrolling by deadpoolkilledzac.tumblr.com -->
  127. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  128. <!--minimalist fonts-->
  129. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  130. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  131. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  132. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
  133. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  134. <!-- meta names -->
  135. <head>
  136. <title>{Title}</title>
  137. <link rel="shortcut icon" href="{Favicon}">
  138. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  139. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  140. <!-- toggles -->
  141. <meta name="if:TooltipBorder" content="1"/>
  142. <!-- all colors -->
  143. <meta name="color:background" content="#f6f6f6"/>
  144. <meta name="color:posts" content="#ffffff">
  145. <meta name="color:text" content="#666666"/>
  146. <meta name="color:header line" content="#888888"/>
  147. <meta name="color:links" content="#888888"/>
  148. <meta name="color:credit" content="#ffffff"/>
  149. <meta name="color:accent" content="#ffffff">
  150. <meta name="color:info" content="#666666">
  151. <meta name="color:hover" content="#000000">
  152. <meta name="color:credit hover" content="#cccccc">
  153. <meta name="color:asks" content="#f6f6f6">
  154. <meta name="color:border" content="#eeeeee"/>
  155. <meta name="color:scrollbar" content="#222222">
  156. <meta name="color:tooltip" content="#222222">
  157. <meta name="color:tooltip text" content="#fbfbfb">
  158.  
  159. <!-- images -->
  160. <meta name="image:header" content=""/>
  161. <meta name="image:icon" content=""/>
  162. <!-- texts -->
  163. <meta name="text:title" content="I'm in love with"/>
  164. <!-- sidebar links -->
  165. <meta name="text:link one" content=" Link one">
  166. <meta name="text:link two" content="Link two">
  167. <meta name="text:link three" content="Link three">
  168. <meta name="text:link four" content="Link four">
  169. <meta name="text:link one url" content="/">
  170. <meta name="text:link two url" content="/">
  171. <meta name="text:link three url" content="/">
  172. <meta name="text:link four url" content="/">
  173. <meta name="viewport"
  174. content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
  175. <!-- custom css -->
  176. <style type="text/css">
  177. @media screen and (max-width: 3480px) {
  178. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  179. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  180. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  181. .fade-in {
  182. opacity:0;
  183. -webkit-animation:fadeIn ease-in 1;
  184. -moz-animation:fadeIn ease-in 1;
  185. animation:fadeIn ease-in 1;
  186. -webkit-animation-fill-mode:forwards;
  187. -moz-animation-fill-mode:forwards;
  188. animation-fill-mode:forwards;
  189. -webkit-animation-duration:1s;
  190. -moz-animation-duration:1s;
  191. animation-duration:1s;}
  192. .fade-in.one {
  193. -webkit-animation-delay:0s;
  194. -moz-animation-delay:0s;
  195. animation-delay:0s;}
  196. .fade-in.two {
  197. -webkit-animation-delay:0.8s;
  198. -moz-animation-delay:0.8s;
  199. animation-delay:0.8s;
  200. }
  201. .fade-in .post_container {
  202. -webkit-animation-delay:0.9s;
  203. -moz-animation-delay:0.9s;
  204. animation-delay:0.9s;
  205. }
  206. /*tumblr controls*/
  207. .tmblr-iframe{ white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:.2;transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;position:fixed!important;right:-20px!important;transform:scale(0.7,0.7); } .tmblr-iframe:hover { opacity:1; }
  208. /*scrollbar*/
  209. ::-webkit-scrollbar {
  210. width:6px;
  211. height:6px;
  212. }
  213. ::-webkit-scrollbar-thumb {
  214. background:{color:scrollbar};
  215. }
  216. /*tooltips*/
  217. #s-m-t-tooltip{
  218. margin:13px 10px 6px 10px;
  219. padding:6px;
  220. background-color:{color:tooltip};
  221. font-family: 'calibri', sans-serif;
  222. {block:IfTooltipBorder}
  223. border:1px solid {color:border};
  224. {block:IfTooltipBorder}
  225. border-radius:3px;
  226. font-weight:800;
  227. font-size:8px;
  228. text-transform:lowercase;
  229. letter-spacing:0px;
  230. color:{color:tooltip text};
  231. z-index:999999999999999999999999999999999999;
  232. transition:0.3s ease-in-out;
  233. -webkit-transition:0.3s ease-in-out;
  234. -moz-transition:0.3s ease-in-out;
  235. -ms-transition:0.3s ease-in-out;
  236. -o-transition:0.3s ease-in-out;
  237. }
  238. /*body basics*/
  239. body{
  240. background-color:{color:background};
  241. font-family: 'calibri', sans-serif;
  242. margin:0px;
  243. padding:0px;
  244. -webkit-font-smoothing: antialiased;
  245. -moz-osx-font-smoothing: grayscale;
  246. }
  247. p {
  248. padding-left:15px;
  249. padding-right:15px;
  250. }
  251. a{
  252. text-decoration:none;
  253. color:{color:links};
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s;
  257. transition: all 0.3s ease-out;
  258. }
  259. a:hover{
  260. text-decoration:none;
  261. color:{color:hover};
  262. -moz-transition-duration:0.5s;
  263. -webkit-transition-duration:0.5s;
  264. -o-transition-duration:0.5s;
  265. transition: all 0.3s ease-out;
  266. }
  267. img {
  268. }
  269. blockquote {
  270. font-size:9px;
  271. width:auto;
  272. border-left:1px solid {color:border};
  273. text-align:left;
  274. padding:1px;
  275. font-weight:none;
  276. margin-top:11px;
  277. margin-left:20px;
  278. padding-top:0.5px;
  279. padding-bottom:0.5px;
  280. font-size:11px;
  281. font-family: 'calibri', sans-serif;
  282. margin-right:20px;
  283. padding-left:15px;
  284. color:{color:text};
  285. }
  286. pre{
  287. font-size:11px;
  288. text-align:center;
  289. text-transform:uppercase;
  290. font-family: 'calibri', sans-serif;
  291. font-weight:bold;
  292. line-height:9px;
  293. border:1px solid #eee;
  294. letter-spacing:4px;
  295. background-color:{color:posts};
  296. color:{color:text};
  297. padding:10px;
  298. }
  299. small{
  300. font-size:9px;
  301. font-family: 'calibri', sans-serif;
  302. }
  303. big{
  304. font-size:12px;
  305. font-family: 'calibri', sans-serif;
  306. font-weight:700;
  307. }
  308. sub{
  309. font-size:8px;
  310. letter-spacing:6px;
  311. font-weight:800;
  312. text-transform:uppercase;
  313. font-family: 'calibri', sans-serif;
  314. }
  315. h1 {
  316. font-size:15px;
  317. text-align:left;
  318. font-family: 'nunito', sans-serif;
  319. letter-spacing:0px;
  320. margin-left:7px;
  321. text-transform:uppercase;
  322. font-weight:700;
  323. line-height:0px;
  324. color:{color:text};
  325. padding:10px;
  326. padding-top:15px;
  327. }
  328. h1 a{
  329. color:{color:text};
  330. text-align:left;
  331. }
  332. h2{
  333. color:{color:text};
  334. text-transform:uppercase;
  335. font-family: 'nunito', sans-serif;
  336. text-align:left;
  337. }
  338. b {
  339. font-weight:800;
  340. font-family: 'calibri', sans-serif;
  341. color:{color:text};
  342. }
  343. sh {
  344. color:{color:links};
  345. text-transform:uppercase;
  346. font-family: 'calibri', sans-serif;
  347. font-size:13px
  348. font-weight:800;
  349. }
  350. am {
  351. color:{color:text};
  352. font-size:22px;
  353. padding:8px;
  354. padding-top:2px;
  355. text-transform:uppercase;
  356. font-family: 'calibri', sans-serif;
  357. letter-spacing:0px;
  358. font-weight:500;
  359. }
  360. t {
  361. font-weight:bold;
  362. letter-spacing:0px;
  363. font-size:45px;
  364. font-style:italic;
  365. font-family: 'calibri', sans-serif;
  366. text-transform:uppercase;
  367. color:{color:text};
  368. }
  369. u {
  370. text-decoration:none;
  371. color:{color:text};
  372. border-bottom:1px solid {color:text};
  373. }
  374. /*back to top button*/
  375. .back-to-top {
  376. position: fixed;
  377. color:{color:text};
  378. bottom:30px;
  379. text-transform:uppercase;
  380. right:10px;
  381. text-align:right;
  382. font-family: 'karla', sans-serif;
  383. font-size:8px;
  384. z-index:9999999999;
  385. font-weight:600;
  386. line-height:15px;
  387. padding:10px;
  388. }
  389. /*jump pagination*/
  390. .pagination{
  391. font-family: 'roboto', sans-serif;
  392. margin-left:-190px;
  393. width:auto;
  394. padding-top:-10px;
  395. letter-spacing:2px;
  396. padding-bottom:20px;
  397. font-size:13px;
  398. text-align:center;
  399. }
  400. .pagination a{
  401. padding:5px;
  402. font-family: 'roboto', sans-serif;
  403. font-weight:600;
  404. bottom:10px;
  405. margin-left:5px;
  406. color:{color:text};
  407. }
  408. .pagination a:hover{
  409. color:{color:hover};
  410. -moz-transition-duration:0.5s;
  411. -webkit-transition-duration:0.5s;
  412. -o-transition-duration:0.5s;
  413. transition: all 0.3s ease-out;
  414. }
  415. #description {
  416. width:200px;
  417. max-height:150px;
  418. margin-top:190px;
  419. position:fixed;
  420. margin-left:22px;
  421. font-family: 'muli', monospace;
  422. font-size:10px;
  423. z-index:999999;
  424. padding:5px;
  425. color:{color:text};
  426. text-align:justify;
  427. overflow:auto;
  428. }
  429. #description::-webkit-scrollbar-thumb {
  430. height:7px;
  431. width:5px;
  432. background-color:{color:scrollbar};
  433. }
  434. #description::-webkit-scrollbar {
  435. height:4px;
  436. width:1px;
  437. background:#cccccc;
  438. opacity:0.2;
  439. }
  440. /*header*/
  441. #sidebar {
  442. position:fixed;
  443. margin-top:80px;
  444. width:280px;
  445. height:300px;
  446. border-radius:5px 5px 0px 0px;
  447. left:calc(53% - 0px/12.5 - 0px - 390px);
  448. background:{color:posts};
  449. z-index:9999999999999999;
  450. }
  451. #header_line {
  452. position:relative;
  453. top:0px;
  454. width:1000px;
  455. opacity:1;
  456. text-align:center;
  457. height:80px;
  458. margin:auto;
  459. background:{color:header line};
  460. z-index:999;
  461. }
  462. #headerimage {
  463. z-index:9999999999999999;
  464. }
  465. #headerimage {
  466. z-index:-99999;
  467. }
  468. #headerimage img {
  469. width:1000px;
  470. height:400px;
  471. top:0px;
  472. position:relative;
  473. z-index:99999;
  474. margin:auto;
  475. opacity:1;
  476. }
  477. #sbicon {
  478. position:fixed;
  479. margin-top:0px;
  480. width:50px;
  481. height:50px;
  482. margin-left:0px;
  483. border-radius:100px;
  484. z-index:9999999999999999;
  485. }
  486. #sbiconimage {
  487. z-index:-99999;
  488. }
  489. #sbiconimage img {
  490. width:40px;
  491. height:40px;
  492. margin:15px -18px;
  493. position:absolute;
  494. border-radius:100px;
  495. opacity:1;
  496. z-index:99999999999;
  497. }
  498. #sidebar_title {
  499. width:1000px;
  500. font-family: 'calibri', sans-serif;
  501. color:{color:links};
  502. text-align:center;
  503. height:30px;
  504. font-style:none;
  505. line-height:15px;
  506. font-size:16px;
  507. letter-spacing:0px;
  508. font-weight:600;
  509. position:absolute;
  510. margin:65px auto;
  511. z-index:99999999999999;
  512. text-transform:uppercase;
  513. }
  514. #custom_links {
  515. margin:auto;
  516. font-size:8px;
  517. height:50px;
  518. letter-spacing:1px;
  519. font-weight:200;
  520. opacity:1;
  521. z-index:9999;
  522. width:970px;
  523. position:relative;
  524. padding-left:30px;
  525. background:{color:header line};
  526. font-style:none;
  527. text-align:center;
  528. }
  529. #custom_links a{
  530. display:inline-block;
  531. color:{color:links};
  532. padding:21px 0px 10px 0px;
  533. margin:2px 30px 0px 5px;
  534. font-weight:700;
  535. margin-top:-4px;
  536. text-align:center;
  537. line-height:20px;
  538. font-style:none;
  539. border-bottom:3px solid transparent;
  540. font-family: 'calibri', sans-serif;
  541. text-transform:uppercase;
  542. }
  543. #custom_links a:hover{
  544. border-bottom:3px solid {color:hover};
  545. color:{color:hover};
  546. -webkit-transition: all 0.4s ease-in-out;
  547. -moz-transition: all 0.4s ease-in-out;
  548. -o-transition: all 0.4s ease-in-out;
  549. -ms-transition: all 0.4s ease-in-out;
  550. transition: all 0.4s ease-in-out;
  551. }
  552. #custom_links .firstlink a{
  553. font-weight:700;
  554. color:{color:links};
  555. border-bottom:3px solid {color:links};
  556. font-family: 'calibri', sans-serif;
  557. }
  558. /*blog container*/
  559. .container {
  560. width:calc(100% + 0px + 0px + 0px);
  561. margin:0 auto;
  562. text-align:center;
  563. overflow:hidden;
  564. }
  565. /*post notes*/
  566. ol.notes {
  567. padding: 0px;
  568. margin: 25px 0px;
  569. font-family: 'calibri', sans-serif;
  570. list-style-type: none;
  571. margin-top:-25px;
  572. background:{color:posts};
  573. margin-left:15px;
  574. width:502px;
  575. border-radius:5px;
  576. border: solid 1px {color:border};
  577. }
  578. ol.notes li.note {
  579. border-top: solid 1px {color:border};
  580. padding: 10px;
  581. }
  582. ol.notes li.note img.avatar {
  583. vertical-align: -10px;
  584. border-radius:100px;
  585. margin-left: 10px;
  586. padding:6px;
  587. width: 16px;
  588. height: 16px;
  589. }
  590. ol.notes li.note span.action {
  591. font-weight: 300;
  592. }
  593. ol.notes li.note .answer_content {
  594. font-weight: normal;
  595. }
  596. ol.notes li.note blockquote {
  597. border-color: {color:border};
  598. padding: 4px 10px;
  599. margin: 10px 0px 0px 25px;
  600. }
  601. ol.notes li.note blockquote a {
  602. text-decoration: none;
  603. }
  604. /*like button*/
  605. .buttons a {
  606. position:relative;
  607. display:inline-block;
  608. padding:3px;
  609. }
  610. .custom-like-button {
  611. position: relative;
  612. display: inline-block;
  613. width: 12px;
  614. height: 12px;
  615. cursor: pointer;
  616. top: 0px;
  617. left: -2px;
  618. }
  619. .like_button {
  620. position: absolute;
  621. right: 0;
  622. font-size:9px;
  623. bottom: -1px;
  624. width: 12px;
  625. height: 12px;
  626. opacity: 0;
  627. z-index: 10;
  628. }
  629. .like_button iframe {
  630. width: 100% !important;
  631. height: 100% !important;
  632. }
  633. .our_button {
  634. position: absolute;
  635. top: 1.5px;
  636. left: 0;
  637. right: 0;
  638. bottom: 0;
  639. width: 100%;
  640. height: 100%;
  641. z-index: 1;
  642. -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
  643. -o-transition:all 0.6s ease-in-out;/*opera*/
  644. -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
  645. -ms-transition:all 0.6s ease-in-out;/*ie*/
  646. transition:all 0.6s ease-in-out;/*w3c*/
  647. }
  648. .like_button:hover + .our_button {
  649. color: {color:link hover};
  650. }
  651. .custom-like-button:hover {
  652. color:{color:hover};
  653. }
  654. .like_button.liked + .our_button {
  655. color: red;
  656. }
  657. /*audio*/
  658. .audio_artist {
  659. font-family: 'calibri', sans-serif;
  660. font-size:10px;
  661. text-transform:capitalize;
  662. font-weight:600;
  663. margin-left:55px;
  664. padding-left:23px;
  665. }
  666. .audio_tit {
  667. font-family: 'calibri', sans-serif;
  668. font-size:10px;
  669. text-transform:capitalize;
  670. font-weight:600;
  671. margin-top:-45px;
  672. margin-left:55px;
  673. padding-left:23px;
  674. }
  675. .audio_play {
  676. font-family: 'calibri', sans-serif;
  677. font-size:10px;
  678. text-transform:capitalize;
  679. font-weight:600;
  680. margin-left:55px;
  681. padding-left:23px;
  682. }
  683. .audio_player {
  684. width:200px;
  685. margin-left:5px;
  686. color:{color:text};
  687. }
  688. .album_cover img {
  689. width:50px;
  690. border-radius:100px;
  691. margin-left:15px;
  692. }
  693. /*post styles*/
  694. .photo_caption{
  695. font-family: 'calibri', sans-serif;
  696. margin-left:-20px;
  697. margin-top:5px;
  698. }
  699. .tumblr_avatar {
  700. display:inline-block;
  701. margin-right:10px;
  702. margin-left:15px;
  703. border-radius:100%;
  704. width:18px;
  705. vertical-align:middle;
  706. }
  707. .tumblr_parent {
  708. padding:0px;
  709. margin-top:18px;
  710. font-family:'calibri', sans-serif;
  711. font-size:10px;
  712. text-align:left;
  713. font-weight:500;
  714. color:{color:info};
  715. letter-spacing:0px;
  716. border:none;
  717. }
  718. .psets{
  719. width:100%;
  720. margin-top:-12px;
  721. margin-left:0px;
  722. }
  723. .vsets{
  724. width:100%;
  725. margin-top:-12px;
  726. }
  727. .ppost{
  728. width:100%;
  729. margin-top:-12px;
  730. }
  731. .quote_cap{
  732. font-family: 'calibri', sans-serif;
  733. font-size:15px;
  734. margin-left:15px;
  735. margin-top:15px;
  736. padding-right:15px;
  737. letter-spacing:0px;
  738. text-align:justify;
  739. text-transform:none;
  740. color:{color:text};
  741. font-weight:200;
  742. }
  743. .quote_src{
  744. font-size:10px;
  745. margin-left:15px;
  746. margin-top:12px;
  747. text-align:left;
  748. letter-spacing:0px;
  749. font-family: 'calibri', sans-serif;
  750. text-transform:capitalize;
  751. font-style:italic;
  752. font-weight:300;
  753. }
  754. .chat_box{
  755. font-family: 'calibri', sans-serif;
  756. margin-left:15px;
  757. padding-right:15px;
  758. }
  759. .chat_line {
  760. padding:3px;
  761. }
  762. .chat_label {
  763. padding:5px;
  764. border-radius:3px;
  765. font-weight:600;
  766. font-family: 'calibri', sans-serif;
  767. background:{color:accent};
  768. text-transform:uppercase;
  769. }
  770. .chat_box blockquote {
  771. padding-left:12px;
  772. border-left:1px solid {color:border};
  773. margin-left:2px;
  774. }
  775. .post_container {
  776. width:calc(1000px + 120px + 0px + 0px);
  777. margin:15px auto;
  778. text-align:center;
  779. overflow:hidden;
  780. }
  781. /*posts*/
  782. #entries {
  783. margin-left:500px;
  784. overflow:auto;
  785. z-index:99999999999999999;
  786. }
  787. #post {
  788. font-size:10px;
  789. width:540px;
  790. color:{color:text};
  791. opacity:1;
  792. border:1px solid {color:border};
  793. background-color:{color:posts};
  794. text-align:justify;
  795. z-index:99999999999999999;
  796. border-radius:3px;
  797. margin-left:15px;
  798. margin-bottom:60px;
  799. padding-bottom:0px;
  800. overflow:hidden;
  801. }
  802. #post img{
  803. max-width:100%;
  804. margin-top:-5px;
  805. height:auto;
  806. }
  807. /*post info*/
  808. #info {
  809. width:560px;
  810. text-align:left;
  811. font-family:'calibri', sans-serif;
  812. text-transform:lowercase;
  813. margin-left:-42px;
  814. font-size:10px;
  815. margin-top:4px;
  816. padding-left:30px;
  817. padding-top:0px;
  818. padding-bottom:11px;
  819. opacity:1;
  820. overflow:hidden;
  821. font-weight:400;
  822. line-height:21px;
  823. letter-spacing:0px;
  824. background:{color:posts};
  825. z-index:9999999999999999;
  826. color:{color:info};
  827. }
  828. #info a {
  829. text-align:center;
  830. font-weight:400;
  831. padding:2px;
  832. font-size:10px;
  833. letter-spacing:-1px;
  834. font-family:'calibri', sans-serif;
  835. text-transform:lowercase;
  836. line-height:12px;
  837. color:{color:info};
  838. -moz-transition-duration:0.2s;
  839. -webkit-transition-duration:0.2s;
  840. -o-transition-duration:0.2s;
  841. transition: all 0.2s ease-out;
  842. }
  843. #info a,date:hover{
  844. color:{color:hover};
  845. -moz-transition-duration:0.2s;
  846. -webkit-transition-duration:0.2s;
  847. -o-transition-duration:0.2s;
  848. transition: all 0.2s ease-out;
  849. }
  850. #info date {
  851. font-size:10px;
  852. letter-spacing:0px;
  853. text-transform:lowercase;
  854. font-family:'calibri', sans-serif;
  855. font-weight:400;
  856. padding:2px;
  857. padding-left:24px;
  858. line-height:12px;
  859. color:{color:info};
  860. padding-bottom:3px;
  861. padding-top:1px;
  862. }
  863. #info tagged {
  864. font-family:'calibri', sans-serif;
  865. text-transform:lowercase;
  866. font-size:10px;
  867. margin-top:1px;
  868. font-style:italic;
  869. color:{color:info};
  870. padding-top:0px;
  871. text-align:left;
  872. display:inline-block;
  873. line-height:15px;
  874. letter-spacing:0px;
  875. margin-left:12px;
  876. margin-bottom:-1px;
  877. padding-bottom:-2px;
  878. font-weight:500;
  879. }
  880. #info tagged:hover{
  881. color:{color:hover};
  882. -moz-transition-duration:0.2s;
  883. -webkit-transition-duration:0.2s;
  884. -o-transition-duration:0.2s;
  885. transition: all 0.2s ease-out;
  886. }
  887. #info span {
  888. padding:4px;
  889. }
  890. #info namee {
  891. text-transform:uppercase;
  892. color:{color:info};
  893. letter-spacing:1px;
  894. font-family:'calibri', sans-serif;
  895. font-weight:500;
  896. }
  897. #post_info {
  898. width:512px;
  899. padding:5px;
  900. margin-top:0px;
  901. font-size:10px;
  902. margin-left:12px;
  903. color:{color:info};
  904. margin-bottom:-6px;
  905. z-index:9999999999999999;
  906. padding-left:12px;
  907. line-height:22px;
  908. letter-spacing:0px;
  909. font-family:'calibri', sans-serif;
  910. -moz-transition-duration:0.2s;
  911. -webkit-transition-duration:0.2s;
  912. -o-transition-duration:0.2s;
  913. transition: all 0.2s ease-out;
  914. }
  915. #post_info a {
  916. font-size:10px;
  917. letter-spacing:0px;
  918. color:{color:info};
  919. font-style:italic;
  920. font-family:'calibri', sans-serif;
  921. }
  922. #post_info span {
  923. font-size:10px;
  924. font-weight:bold;
  925. }
  926. #post_info a:hover {
  927. color:{color:hover};
  928. -moz-transition-duration:0.2s;
  929. -webkit-transition-duration:0.2s;
  930. -o-transition-duration:0.2s;
  931. transition: all 0.2s ease-out;
  932. }
  933. /*questions and answers*/
  934. #asking {
  935. margin-left:40px;
  936. margin-top:-55px;
  937. }
  938. #question {
  939. padding:25px;
  940. padding-left:52px;
  941. margin-top:5px;
  942. padding-top:22px;
  943. margin-left:10px;
  944. width:457px;
  945. text-transform:none;
  946. border-radius:3px;
  947. font-family: 'calibri', serif;
  948. color:{color:text};
  949. background-color:{color:asks};
  950. }
  951. #asker{
  952. margin-top:12px;
  953. padding:20px;
  954. font-weight:300;
  955. width:433px;
  956. font-size:11px;
  957. z-index:9999999999;
  958. color:{color:text};
  959. opacity:1;
  960. background:{color:asks};
  961. {block:IfBorders}
  962. border:1px solid {color:border};
  963. {block:IfBorders}
  964. border-radius:2px;
  965. margin-left:12px;
  966. letter-spacing:0px;
  967. font-family: 'muli', sans-serif;
  968. text-transform:none;
  969. }
  970. askerurl{
  971. font-weight:bold;
  972. font-family: 'muli', sans-serif;
  973. }
  974. /*credit (u better leave this here u goof)*/
  975. #credit a{
  976. position:fixed;
  977. font-size:8px;
  978. font-weight:600;
  979. height:10px;
  980. width:72px;
  981. opacity:1;
  982. right:12px;
  983. bottom:10px;
  984. line-height:12px;
  985. letter-spacing:0px;
  986. border-radius:3px;
  987. background:{color:credit};
  988. padding:5px;
  989. z-index:9999999999999999999999999999;
  990. text-align:center;
  991. font-family: 'karla', sans-serif;
  992. border:1px solid {color:border};
  993. color:{color:text};
  994. text-transform:uppercase;
  995. -moz-transition-duration:0.6s;
  996. -webkit-transition-duration:0.6s;
  997. -o-transition-duration:0.6s;
  998. transition: all 0.6s ease-out;
  999. }
  1000. #credit a:hover{
  1001. color:{color:credit hover};
  1002. -moz-transition-duration:0.6s;
  1003. -webkit-transition-duration:0.6s;
  1004. -o-transition-duration:0.6s;
  1005. transition: all 0.6s ease-out;
  1006. }
  1007. #sidebarbg {
  1008. width:210px;
  1009. height:220px;
  1010. opacity:0;
  1011. padding:10px;
  1012. position:fixed;
  1013. background:{color:posts};
  1014. z-index:99999;
  1015. }
  1016. #sticky_sidebar {
  1017. margin-left:230px;
  1018. }
  1019. /*sidebar*/
  1020. .sidebar-title {
  1021. font-size:14px;
  1022. text-transform:capitalize;
  1023. letter-spacing:0px;
  1024. line-height:54px;
  1025. font-weight:400;
  1026. width:240px;
  1027. padding-left:15px;
  1028. font-style:italic;
  1029. height:50px;
  1030. border-bottom:1px solid {color:border};
  1031. margin-left:10px;
  1032. background:{color:posts};
  1033. margin-top:-10px;
  1034. text-align:left;
  1035. font-family: 'calibri', sans-serif;
  1036. color:{color:text};
  1037. }
  1038. .sidebox {
  1039. position:absolute;
  1040. width:320px;
  1041. margin:auto;
  1042. margin-left:61px;
  1043. border-radius:2px;
  1044. border:1px solid {color:border};
  1045. z-index:999;
  1046. background:{color:posts};
  1047. }
  1048. .box {
  1049. padding:20px;
  1050. }
  1051. #description {
  1052. margin:5px;
  1053. text-align:justify;
  1054. }
  1055. .members {
  1056. margin:5px;
  1057. font-size:10px;
  1058. text-transform:uppercase;
  1059. text-align:justify;
  1060. }
  1061. #description1 {
  1062. margin:auto;
  1063. font-size:10px;
  1064. margin-top:0px;
  1065. padding-top:8px;
  1066. z-index:-9;
  1067. background:{color:posts};
  1068. margin-left:-17px;
  1069. margin-bottom:50px;
  1070. color:{color:text};
  1071. width:254px;
  1072. font-weight:400;
  1073. text-align:justify;
  1074. padding:26px;
  1075. line-height:20px;
  1076. font-family: 'calibri', sans-serif;
  1077. }
  1078. #description1 h5 {
  1079. font-family: 'calibri', sans-serif;
  1080. font-size:12px;
  1081. font-weight:500;
  1082. }
  1083. .navlinks {
  1084. z-index:9999999999;
  1085. padding:12px;
  1086. text-align:justify;
  1087. font-size:10px;
  1088. font-weight:500;
  1089. background:{color:posts};
  1090. line-height:12px;
  1091. margin-bottom:50px;
  1092. font-family:'muli', sans-serif;
  1093. margin-left:-15px;
  1094. margin-top:0px;
  1095. width:282px;
  1096. }
  1097. .nnavilinks #box {
  1098. margin-left:0px;
  1099. margin-top:0px;
  1100. }
  1101. .navlinks a{
  1102. display:inline-block;
  1103. color:{color:links};
  1104. padding:5px;
  1105. border:1px solid {color:border};
  1106. width:122px;
  1107. padding-left:10px;
  1108. font-size:10px;
  1109. font-weight:400;
  1110. margin-top:3px;
  1111. text-align:left;
  1112. border-radius:2px;
  1113. line-height:20px;
  1114. font-style:italic;
  1115. font-family: 'calibri', sans-serif;
  1116. text-transform:lowercase;
  1117. }
  1118. .navlinks a:hover {
  1119. color:{color:hover};
  1120. background:{color:accent};
  1121. -webkit-transition: all 0.3s ease-in-out;
  1122. -moz-transition: all 0.3s ease-in-out;
  1123. -o-transition: all 0.3s ease-in-out;
  1124. -ms-transition: all 0.3s ease-in-out;
  1125. transition: all 0.3s ease-in-out;
  1126. }
  1127. #sidebarr {
  1128. margin:5px;
  1129. text-align:justify;
  1130. }
  1131. #members {
  1132. margin:5px;
  1133. font-size:10px;
  1134. margin-top:0px;
  1135. padding-top:8px;
  1136. z-index:-9;
  1137. background:{color:posts};
  1138. margin-left:-18px;
  1139. width:253px;
  1140. text-align:left;
  1141. font-weight:400;
  1142. padding:26px;
  1143. margin-bottom:50px;
  1144. line-height:14px;
  1145. font-family: 'calibri', sans-serif;
  1146. }
  1147. #members border {
  1148. border:1px solid {color:border};
  1149. border-radius:3px;
  1150. padding:3px;
  1151. }
  1152. #binfo {
  1153. margin:5px;
  1154. font-size:10px;
  1155. margin-top:0px;
  1156. padding-top:8px;
  1157. z-index:-9;
  1158. background:{color:posts};
  1159. margin-left:-18px;
  1160. width:253px;
  1161. color:{color:text};
  1162. margin-bottom:50px;
  1163. font-weight:400;
  1164. padding:26px;
  1165. text-align:left;
  1166. line-height:14px;
  1167. font-family: 'calibri', sans-serif;
  1168. }
  1169. #binfo b {
  1170. font-family: 'calibri', sans-serif;
  1171. font-weight:600;
  1172. color:{color:text};
  1173. }
  1174. #affiliates {
  1175. margin:5px;
  1176. font-size:10px;
  1177. margin-top:0px;
  1178. padding-top:8px;
  1179. z-index:-9;
  1180. background:{color:posts};
  1181. margin-left:-16px;
  1182. width:260px;
  1183. text-align:left;
  1184. letter-spacing:5px;
  1185. font-weight:400;
  1186. padding:23px;
  1187. line-height:24px;
  1188. font-family: 'calibri', sans-serif;
  1189. }
  1190. #affiliates img {
  1191. width:45px;
  1192. height:45px;
  1193. opacity:1;
  1194. border-radius:2px;
  1195. -webkit-transition: all 0.3s ease-in-out;
  1196. -moz-transition: all 0.3s ease-in-out;
  1197. -o-transition: all 0.3s ease-in-out;
  1198. -ms-transition: all 0.3s ease-in-out;
  1199. transition: all 0.3s ease-in-out;
  1200. }
  1201. #affiliates img:hover{
  1202. opacity:0.5;
  1203. -webkit-transition: all 0.3s ease-in-out;
  1204. -moz-transition: all 0.3s ease-in-out;
  1205. -o-transition: all 0.3s ease-in-out;
  1206. -ms-transition: all 0.3s ease-in-out;
  1207. transition: all 0.3s ease-in-out;
  1208. }
  1209. #projects {
  1210. font-size:10px;
  1211. margin-top:0px;
  1212. margin-left:-16px;
  1213. font-weight:400;
  1214. text-align:left;
  1215. color:{color:text};
  1216. width:246px;
  1217. font-family: 'calibri', sans-serif;
  1218. padding:30px;
  1219. background:{color:posts};
  1220. line-height:15px;
  1221. }
  1222. #projects img {
  1223. width:260px;
  1224. height:150px;
  1225. border-radius:3px;
  1226. float:left;
  1227. margin-left:-7px;
  1228. margin-bottom:5px;
  1229. }
  1230. #projects b {
  1231. font-family: 'calibri', sans-serif;
  1232. font-weight:600;
  1233. color:{color:text};
  1234. }
  1235. #socialmedialinks {
  1236. z-index:9999999999;
  1237. padding:22px;
  1238. text-align:justify;
  1239. font-size:10px;
  1240. font-weight:500;
  1241. background:{color:posts};
  1242. line-height:12px;
  1243. font-family:'calibri', sans-serif;
  1244. margin-bottom:25px;
  1245. margin-left:-17px;
  1246. margin-top:0px;
  1247. width:262px;
  1248. }
  1249. #socialmedialinks a{
  1250. width:35px;
  1251. height:35px;
  1252. margin-bottom:10px;
  1253. text-align:center;
  1254. padding:10px;
  1255. border:1px solid {color:border};
  1256. border-radius:3px;
  1257. line-height:-10px;
  1258. color:{color:text};
  1259. z-index:99999;
  1260. font-weight:700;
  1261. font-family: 'calibri', sans-serif;
  1262. letter-spacing:0px;
  1263. font-size:8px;
  1264. text-transform:uppercase;
  1265. text-decoration:none;
  1266. display:inline-block;
  1267. }
  1268. #socialmedialinks a:hover {
  1269. color:{color:hover};
  1270. background:{color:accent};
  1271. -webkit-transition: all 0.3s ease-in-out;
  1272. -moz-transition: all 0.3s ease-in-out;
  1273. -o-transition: all 0.3s ease-in-out;
  1274. -ms-transition: all 0.3s ease-in-out;
  1275. transition: all 0.3s ease-in-out;
  1276. }
  1277. #socialmedialinks i {
  1278. background:{color:text};
  1279. color:{color:posts};
  1280. padding:3px;
  1281. margin-left:-2px;
  1282. width:20px;
  1283. text-align:center;
  1284. font-size:15px;
  1285. line-height:22px;
  1286. height:20px;
  1287. border-radius:3px;
  1288. }
  1289. #clock{
  1290. font-size:10px;
  1291. font-family: 'calibri', sans-serif;
  1292. }
  1293. {CustomCSS}</style>
  1294. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  1295. <script>
  1296. function updateClock() {
  1297. var currentTime = new Date();
  1298. var currentHours = currentTime.getHours();
  1299. var currentMinutes = currentTime.getMinutes();
  1300. var currentSeconds = currentTime.getSeconds();
  1301.  
  1302. var currentDate = currentTime.toDateString();
  1303. var currentWeekday = currentDate.substring(0, 3);
  1304. var currentMonth = currentDate.substring(4, 8);
  1305. var currentYear = currentTime.getFullYear();
  1306. var currentDay = currentTime.getDate();
  1307.  
  1308.  
  1309. // Pad the minutes and seconds with leading zeros, if required
  1310. currentMinutes = (currentMinutes < 10 ? "0" : "") + currentMinutes;
  1311. currentSeconds = (currentSeconds < 10 ? "0" : "") + currentSeconds;
  1312.  
  1313. // Choose either "AM" or "PM" as appropriate
  1314. var timeOfDay = (currentHours < 12) ? "AM" : "PM";
  1315.  
  1316. // Convert the hours component to 12-hour format if needed
  1317. currentHours = (currentHours > 12) ? currentHours - 12 : currentHours;
  1318.  
  1319. // Convert an hours component of "0" to "12"
  1320. currentHours = (currentHours == 0) ? 12 : currentHours;
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328. // Compose the string for display
  1329. var currentTimeString = + currentHours + ":" + currentMinutes + ":" + currentSeconds + " " + timeOfDay;
  1330.  
  1331.  
  1332. $("#clock").html(currentTimeString);
  1333.  
  1334. }
  1335.  
  1336. $(document).ready(function($) {
  1337.  
  1338.  
  1339. setInterval('updateClock()', 1000);
  1340. });
  1341. </script>
  1342. </head>
  1343. <body>
  1344. <div class="container fade-in one">
  1345. <div id="header_line">
  1346. <div id="sbiconimage"><img src="{image:icon}"></div>
  1347. <div id="sidebar_title">{text:title}</div>
  1348. </div>
  1349. <div id="custom_links">
  1350. <span class="firstlink"><a href="/">Index</a></span>
  1351. <a href="/ask">Contact</a>
  1352. <a href="{text:link one url}">{text:link one}</a>
  1353. <a href="{text:link two url}">{text:link two}</a>
  1354. <a href="{text:link three url}">{text:link three}</a>
  1355. <a href="{text:link four url}">{text:link four}</a></div>
  1356. <div id="headerimage"><img src="{image:header}"></div>
  1357. <div class="post_container fade-in one">
  1358. <!--sidebar-->
  1359. <div class="sidebox">
  1360. <!--description-->
  1361. <div class="box">
  1362. <div class="sidebar-title"style="margin-bottom:15px">
  1363. <i class="zmdi zmdi-account"style="padding-right:10px"></i> About
  1364. </div>
  1365. <div id="description1"><img src="{PortraitURL-128}"style="width:45px;height:45px;border-radius:3px;margin:4px 10px 0px 2px;float:left">{description} <div id="clock_wrap">
  1366. <b>Current time:</b><div id="clock"></div>
  1367. </div>
  1368. </div>
  1369. </div>
  1370. <!--updates-->
  1371. <div class="box">
  1372. <div class="sidebar-title"style="margin-bottom:15px">
  1373. <i class="zmdi zmdi-check-all"style="padding-right:10px"></i> Updates
  1374. </div>
  1375. <div id="description1">
  1376. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  1377.  
  1378. Lorem ipsum dolor sit amet.
  1379. Consectetuer adipiscing elit.
  1380. Nam at tortor quis ipsum tempor aliquet.
  1381. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  1382.  
  1383. </a>
  1384. </div></div>
  1385. <!--updates-->
  1386. <div class="box">
  1387. <div class="sidebar-title"style="margin-bottom:15px">
  1388. <i class="zmdi zmdi-share"style="padding-right:10px"></i> Social media
  1389. </div>
  1390. <div id="socialmedialinks">
  1391. <div id="all">
  1392. <a href="/"><center><i class="zmdi zmdi-facebook"></i></center>Facebook </a>
  1393. <a href="/"><center><i class="zmdi zmdi-twitter"></i></center>Twitter </a>
  1394. <a href="/"><center><i class="zmdi zmdi-instagram"></i></center> Instagram </a>
  1395. <a href="/"><center><i class="zmdi zmdi-github"></i></center>Github </a>
  1396. <a href="/"><center><i class="zmdi zmdi-codepen"></i></center>Codepen </a>
  1397. </div></div></div>
  1398. <!--projects or albums-->
  1399. <div class="box">
  1400. <div class="sidebar-title"style="margin-bottom:15px">
  1401. <i class="zmdi zmdi-camera"style="padding-right:10px"></i> Projects
  1402. </div>
  1403. <div id="projects">
  1404. <img src="https://placehold.it/260x150">
  1405. <b>ALBUM NAME</b><br>
  1406. <b>Producer:</b> Name here<br>
  1407. <b>Year:</b> Year here<br>
  1408. <b>Tracks:</b> Tracks amount here<br>
  1409. <b>Label:</b> Label here
  1410. </ul>
  1411. <br><br>
  1412. <img src="https://placehold.it/260x150">
  1413. <b>ALBUM NAME</b><br>
  1414. <b>Producer:</b> Name here<br>
  1415. <b>Year:</b> Year here<br>
  1416. <b>Tracks:</b> Tracks amount here<br>
  1417. <b>Label:</b> Label here
  1418. </ul>
  1419. </div>
  1420. </div>
  1421. <!--navigation-->
  1422. <div class="box">
  1423. <div class="sidebar-title"style="margin-bottom:15px">
  1424. <i class="zmdi zmdi-gps-dot"style="padding-right:10px"></i>Navigation
  1425. </div>
  1426. <div class="navlinks">
  1427. <div id="box">
  1428. <a href="/"title="text">navi link</a>
  1429. <a href="/" title="text">navi link</a>
  1430. <a href="/"title="text">navi link</a>
  1431. <a href="/"title="text">navi link</a>
  1432. <a href="/"title="text">navi link</a>
  1433. </div>
  1434. </div>
  1435. </div>
  1436. <!--affiliates-->
  1437. <div class="box">
  1438. <div class="sidebar-title"style="margin-bottom:15px">
  1439. <i class="zmdi zmdi-accounts-alt"style="padding-right:10px"></i> Affiliates
  1440. </div>
  1441. <div id="affiliates">
  1442. <a href="/"title="name"><img src="http://i.imgur.com/NVAl11x.png"></a>
  1443. <a href="/"title="name"><img src="http://i.imgur.com/NVAl11x.png"></a>
  1444. <a href="/"title="name"><img src="http://i.imgur.com/NVAl11x.png"></a>
  1445. <a href="/"title="name"><img src="http://i.imgur.com/NVAl11x.png"></a>
  1446. <a href="/"title="name"><img src="http://i.imgur.com/NVAl11x.png"></a>
  1447. <a href="/"title="name"><img src="http://i.imgur.com/NVAl11x.png"></a>
  1448. </div></div>
  1449. <!--blog members-->
  1450. <div class="box">
  1451. <div class="sidebar-title"style="margin-bottom:15px">
  1452. <i class="zmdi zmdi-accounts-add"style="padding-right:10px"></i>Members
  1453. </div>
  1454. <div id="members">
  1455. {block:GroupMembers}
  1456. <table style="margin-top:0px;">
  1457. {block:GroupMember}
  1458. <tr>
  1459. <td style="width:40px;">
  1460. <img src="{GroupMemberPortraitURL-128}" width="30px;" height="auto;" style="margin-right: 10px;border-radius:2px"> </td>
  1461. <td style="height:auto;">
  1462. <a href="{GroupMemberURL}" title="{GroupMemberTitle}"style="font-family: 'calibri', sans-serif;;margin-top:0px;font-weight:400;text-transform:uppercase;font-size:1ßpx;letter-spacing:0px;"><i class="zmdi zmdi-chevron-right"></i> {GroupMemberName}</a></div>
  1463. </tr>
  1464. {/block:GroupMember}
  1465. </table>
  1466. {/block:GroupMembers}
  1467. </div></div>
  1468. <!--disclaimer-->
  1469. <div class="box">
  1470. <div class="sidebar-title"style="margin-bottom:15px">
  1471. <i class="zmdi zmdi-notifications"style="padding-right:10px"></i>Disclaimer
  1472. </div>
  1473. <div id="description1">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  1474.  
  1475. Lorem ipsum dolor sit amet.
  1476. Consectetuer adipiscing elit.
  1477. Nam at tortor quis ipsum tempor aliquet.
  1478. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  1479. </a>
  1480. </div></div>
  1481. <!--blog info-->
  1482. <div class="box">
  1483. <div class="sidebar-title"style="margin-bottom:15px">
  1484. <i class="zmdi zmdi-info"style="padding-right:10px"></i> Blog Info
  1485. </div>
  1486. <div id="binfo">
  1487. <b>Blog created by:</b> Azure
  1488. </br>
  1489. <b>Blog established:</b> Late 2015
  1490. </br>
  1491. <b>Graphics by:</b> Azure
  1492. </br>
  1493. <b>Theme made by:</b> Azure (1204px)
  1494. </div>
  1495. </div>
  1496. </div>
  1497. <!-- posts and entries -->
  1498. <div id="entries"class="fade-in one">
  1499. {block:Posts}
  1500. <div id="post"class="fade-in one">
  1501. <!-- texts -->
  1502. {block:Text}
  1503. {block:Title}<h1>{Title}</h1>{/block:Title}
  1504. <p>{Body}</p>
  1505. {/block:Text}
  1506. <!-- question and answers -->
  1507. {block:Answer}
  1508. <div id="asker"><askerurl>{Asker} asked:</askerurl> {Question}</div>
  1509. {Answer}{/block:Answer}
  1510. <!-- quotes -->
  1511. {block:Quote}
  1512. <div class="quote_cap"><i class="zmdi zmdi-quote"></i>
  1513. {Quote}<i class="zmdi zmdi-quote"></i>
  1514. </div>
  1515. <div class="quote_src">
  1516. {block:Source}- {Source}{/block:Source}
  1517. </div>
  1518. {/block:Quote}
  1519. <!-- links -->
  1520. {block:Link}
  1521. <h2><center><a href="{URL}">{Name}</center></a></h2>
  1522. {block:Description}{Description}{/block:Description}
  1523. {/block:Link}
  1524. <!-- chats -->
  1525. {block:Chat}
  1526. {block:Title}<h1>{Title}</h1>{/block:Title}
  1527. <div class="chat_box">{block:Lines}<div class="chat_line">{block:Label}<div class ="chat_label">{Label}</div>{/block:Label}
  1528. <blockquote>{Line}</blockquote></div>{/block:Lines}</div>
  1529. {/block:Chat}
  1530. <!-- photos -->
  1531. {block:Photo}
  1532. {LinkOpenTag}<div class="ppost"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%">{LinkCloseTag}</div>
  1533. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1534. {/block:Photo}
  1535. <!-- photosets -->
  1536. {block:Photoset}
  1537. <div class="set"style="margin-top:-15px"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1538. <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}" ></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div></center></div>
  1539. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1540. {/block:Photoset}
  1541. <!-- videos -->
  1542. {block:Video}
  1543. <div class="vsets">{Video-500}</div>
  1544. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1545. {/block:Video}
  1546. <!-- audios -->
  1547. {block:Audio}<div class="album_cover">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1548. {block:TrackName}<div class="audio_tit">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
  1549. {block:Artist}<div class="audio_artist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
  1550. {/block:ExternalAudio}<div class="audio_play">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
  1551. </br>
  1552. <div class="audio_player">{AudioPlayer}</div>
  1553. {/block:Audio}
  1554. <!-- info -->
  1555. <div id="info">
  1556. <div id="permalink">
  1557. <div id="post_info">
  1558. {block:RebloggedFrom}{block:ContentSource}
  1559. <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a> <i class="zmdi zmdi-refresh"></i> <a href="{SourceURL}"title="src">{ReblogRootName}</a>
  1560. {/block:ContentSource}
  1561. {/block:RebloggedFrom}</div>
  1562. <a href="{Permalink}"><date>{DayOfMonth} {ShortMonth} {ShortYear}</date></a> {NoteCountWithLabel}</date><a href="{ReblogURL}" title="reblog"target="_blank" class="details"><span class="lnr lnr-redo"style="font-size:9px;font-weight:bold;margin-top:8px;color:{color:info};"></span></a>
  1563. <font style="float:right;margin-right:24px;margin-top:-3px;">
  1564. </a><div class="custom-like-button">{LikeButton}<span class="our_button"><span class="lnr lnr-heart"style="font-size:9px;font-weight:bold"></span></span></div></font style></br>
  1565. </div>
  1566. {/block:Date}
  1567.  
  1568. {block:HasTags}<tagged>{block:Tags} <a href="{TagURL}"> <tagged>#{Tag}</tagged> </a> {/block:Tags}
  1569.  
  1570. {/block:HasTags}
  1571. </div></div>
  1572. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1573. {/block:Posts}
  1574. <div class="pagination"style="{color:title text}">
  1575. {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:accent};font-weight:600;padding:5px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  1576. {/block:Pagination}</div>
  1577. </div>
  1578.  
  1579. <!-- credit(u better dont touch this here u goof) -->
  1580. <div id="credit">
  1581. <a href="http://ceesty.com/qNgV4R"title="Coded by 1204px">Themesbyazure</a>
  1582. </div></div>
  1583. </html>
  1584. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  1585. <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  1586. <script> $(function(){ $('#entries').unnest({
  1587. yourCaption: ".photo_caption", //your caption selector, the div wrapping {Caption}
  1588. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  1589. newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption
  1590. originalPostCaptionUsername: false, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  1591. tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username
  1592. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  1593. usernameColon: false //if turned to false, removes the colon at the end of usernames
  1594. }); });
  1595. </script>
  1596. <!-- pixel union photoset script -->
  1597. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1598. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1599. <script>
  1600. $(document).ready(function(){
  1601. $('.photo-slideshow').pxuPhotoset({
  1602. lightbox: true,
  1603. rounded: false,
  1604. gutter: '0px',
  1605. borderRadius:'0px',
  1606. photoset: '.photo-slideshow',
  1607. photoWrap: '.photo-data',
  1608. photo: '.pxu-photo'
  1609. });</script>
  1610.  
  1611. </body>
  1612. <!-- end html -->
Advertisement
Add Comment
Please, Sign In to add comment