Advertisement
paigeh987

Theme 29 - AIO Version

Jan 15th, 2017
10,273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5.  
  6. Theme 29 (AIO) by Paige @ neonbikethemes.tumblr.com
  7. last updates 1.16.17
  8.  
  9. Rules:
  10. - you may customize but no stealing code
  11. - no removing credit (this is stealing)
  12. - please like/reblog the post
  13.  
  14. Credits:
  15. - base code by buildthemes.tumblr.com
  16.  
  17. -->
  18.  
  19. <meta name="color:Background" content="#f0f0f0" />
  20. <meta name="color:Header Text" content="#000000" />
  21. <meta name="color:border" content="#e3e3e3" />
  22. <meta name="color:links" content="#5a6bb8" />
  23. <meta name="color:hover" content="#a7b0d5" />
  24. <meta name="color:text" content="#000000" />
  25. <meta name="color:border" content="#e4e4e4" />
  26. <meta name="color:posts" content="#ffffff" />
  27.  
  28. <meta name="image:Background" content="" />
  29. <meta name="image:Icon" content="" />
  30. <meta name="image:About" content="" />
  31.  
  32. <meta name="select:Font" content="Karla" title="Karla">
  33. <meta name="select:Font" content="Bitter" title="Bitter">
  34. <meta name="select:Font" content="Open Sans" title="Open Sans">
  35. <meta name="select:Font" content="Lora" title="Lora">
  36. <meta name="select:Font" content="Montserrat" title="Montserrat">
  37. <meta name="select:Font" content="Source Sans Pro" title="Source Sans Pro">
  38. <meta name="select:Font" content="ABeeZee" title="ABeeZee">
  39.  
  40. <meta name="select:Font Size" title="Tiny" content="65%">
  41. <meta name="select:Font Size" title="Small" content="75%">
  42. <meta name="select:Font Size" title="Medium" content="85%">
  43. <meta name="select:Font Size" title="Large" content="90%">
  44.  
  45. <meta name="select:Post Width" content="225" title="225px">
  46. <meta name="select:Post Width" content="250" title="250px">
  47. <meta name="select:Post Width" content="275" title="275px">
  48. <meta name="select:Post Width" content="300" title="300px">
  49. <meta name="select:Post Width" content="325" title="325px">
  50. <meta name="select:Post Width" content="350" title="350px">
  51. <meta name="select:Post Width" content="375" title="375px">
  52. <meta name="select:Post Width" content="400" title="400px">
  53. <meta name="select:Post Width" content="425" title="425px">
  54. <meta name="select:Post Width" content="450" title="450px">
  55. <meta name="select:Post Width" content="475" title="475px">
  56. <meta name="select:Post Width" content="500" title="500px">
  57.  
  58. <meta name="select:permalink post width" content="400" title="400px">
  59. <meta name="select:permalink post width" content="500" title="500px">
  60.  
  61. <meta name="select:Columns" content="1" title="1">
  62. <meta name="select:Columns" content="2" title="2">
  63. <meta name="select:Columns" content="3" title="3">
  64. <meta name="select:Columns" content="4" title="4">
  65.  
  66. <meta name="if:show icon" content="0"/>
  67. <meta name="if:padded photos" content="0"/>
  68. <meta name="if:hide captions" contesent="0"/>
  69. <meta name="if:hide tags" contesent="0"/>
  70. <meta name="if:full size bg" content="0"/>
  71.  
  72. <meta name="text:Tab 1 Title" content="Home">
  73. <meta name="text:Tab 2 Title" content="About">
  74. <meta name="text:Tab 3 Title" content="Contact">
  75. <meta name="text:Tab 4 Title" content="Links">
  76. <meta name="text:Tab 5 Title" content="Extra">
  77.  
  78. {block:Description}
  79. <meta name="description" content="{MetaDescription}" />
  80. {/block:Description}
  81. <meta charset="utf-8">
  82. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  83. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  84.  
  85. <link rel="shortcut icon" href="{Favicon}">
  86.  
  87. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  88. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  89.  
  90.  
  91. <style type="text/css">
  92.  
  93. /* --------------------------- SCROLLBAR ---------------------------- */
  94.  
  95. ::-webkit-scrollbar {
  96. width: 11px;height: 0px;}
  97. ::-webkit-scrollbar-button:start:decrement,
  98. ::-webkit-scrollbar-button:end:increment {
  99. height: 0px;display: block;background-color: {color:background};}
  100. ::-webkit-scrollbar-track-piece {
  101. background-color: {color:background};}
  102. ::-webkit-scrollbar-thumb:vertical {
  103. height: 0px;
  104. background-color: {color:text};
  105. border:5px solid {color:background};
  106. }
  107.  
  108. /* ---------------------------- GENERAL ----------------------------- */
  109.  
  110. #s-m-t-tooltip {
  111. max-width:200px;
  112. margin:10px 0px 0px 10px;
  113. background-color:{color:posts}; /*background color */
  114. font-family: {select:font}, helvetica; /*font */
  115. font-size:{select:Font Size};
  116. color:{color:text};
  117. z-index:999999;
  118. padding:5px 10px 5px 10px;
  119. }
  120.  
  121. input, textarea, select, a { outline: none; }
  122.  
  123. ::-moz-selection {
  124. background: #000;
  125. color: #fff;
  126. }
  127.  
  128. ::selection {
  129. background: #000;
  130. color: #fff;
  131. }
  132.  
  133. .content {
  134. position:static;
  135. margin-left:auto;
  136. margin-right:auto;
  137. width: 600px;
  138. text-align:center;
  139. margin-bottom:100px;
  140. }
  141.  
  142. .content a not:(.resbutton a, .navbutton a){
  143. border:0px solid transparent;
  144. }
  145.  
  146. .content a:hover{
  147. border:none;
  148. }
  149. .grid {
  150. margin: -0px auto 40px auto;
  151. overflow:hidden;
  152. {block:IndexPage}
  153. width:calc(({select:post width}px + 50px) * {select:columns});
  154. {/block:IndexPage}
  155. {block:PermalinkPage}
  156. width:calc({select:permalink post width}px + 50px);
  157. {/block:PermalinkPage}
  158. height:auto;
  159. }
  160.  
  161. body {
  162. background: {color:Background};
  163. background: {color:Background} url('{image:Background}');
  164. {block:Iffullsizebg}
  165. background-size:100% 100%;
  166. background-repeat:no-repeat;
  167. {/block:Iffullsizebg}
  168. background-attachment:fixed;
  169. color: {color:text};
  170. font-family: {select:font}, helvetica;
  171. font-size: {select:Font Size};
  172. margin: 0;
  173. padding: 0;
  174. word-wrap: break-word;
  175. line-height:150%;
  176. }
  177.  
  178. a {
  179. color: {color:links};
  180. outline: 0;
  181. padding-bottom: 0px;
  182. text-decoration: none;
  183. -webkit-transition: all .2s;
  184. -moz-transition: all .2s;
  185. -o-transition: all .2s;
  186. -ms-transition: all .2s;
  187. transition: all .2s;
  188. }
  189. a:hover{
  190. color:{color:hover};
  191. -webkit-transition: all .2s;
  192. -moz-transition: all .2s;
  193. -o-transition: all .2s;
  194. -ms-transition: all .2s;
  195. transition: all .2s;
  196. }
  197.  
  198. blockquote {
  199. border-left: 1px solid {color:border};
  200. margin: 10px;
  201. margin-left:5px;
  202. margin-right:0px;
  203. padding-left:10px;
  204. padding-top:0px;
  205. padding-bottom:0px;
  206. }
  207.  
  208. iframe, img, embed, object, video {
  209. max-width: 100%;
  210. }
  211.  
  212. .image{
  213. padding:10px;
  214. {block:Ifnotpaddedphotos}
  215. padding:0px;
  216. {/block:Ifnotpaddedphotos}
  217. background:{color:posts};
  218. }
  219.  
  220. .image img{
  221. height:auto;
  222. width:100%;
  223. }
  224.  
  225. img:not(.lightbox-image){
  226. height: auto;
  227. width:auto;
  228. max-width:100%;
  229. margin-bottom:-6px;
  230. }
  231.  
  232. h1{
  233. text-transform:uppercase;
  234. font-size:1.2em;
  235. letter-spacing:1px;
  236. padding:15px 25px 15px 25px;
  237. font-weight:600;
  238. text-align:left;
  239. }
  240.  
  241. h1 a{
  242. text-decoration:none;
  243. border:none;
  244. }
  245.  
  246. h2{
  247. font-size:1.3em;
  248.  
  249. }
  250.  
  251. ul{
  252. list-style-type:square;
  253. line-height:180%;
  254. margin-left:-10px;
  255. }
  256.  
  257. ol{
  258. list-style-type:upper-roman;
  259. line-height:180%;
  260. margin-left:-10px;
  261. }
  262.  
  263.  
  264. iframe#tumblr_controls {
  265. position:fixed !important;
  266. margin-top:10px !important;
  267. margin-right:10px !important;
  268. opacity:0.9 !important;
  269. z-index:99999;
  270. filter: invert(1);
  271. -webkit-filter: invert(1);
  272. -moz-filter: invert(1);
  273. -o-filter: invert(1);
  274. -ms-filter: invert(1);
  275. }
  276.  
  277. .tmblr-iframe, #tumblr_controls, tmblr-iframe tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop{
  278. position:fixed !important;
  279. top:10px !important;
  280. right:10px !important;
  281. opacity:0.9 !important;
  282. z-index:9999999 !important;
  283. -webkit-filter:invert(100%);
  284. -moz-filter:invert(100%);
  285. -o-filter:invert(100%);
  286. -ms-filter:invert(100%);
  287. filter:invert(100%);
  288. }
  289.  
  290. .linkblock{
  291. display:inline-block;
  292. float:right;
  293. padding:5px;
  294. padding-left:7px;
  295. padding-right:6px;
  296. margin-top:-4px;
  297. z-index:99;
  298. opacity:1;
  299. }
  300.  
  301.  
  302. /* -------------------------- BACK TO TOP ------------------------- */
  303.  
  304. .scrollToTop{
  305. background:{color:posts};
  306. padding:10px 15px 10px 15px;
  307. position:fixed;
  308. bottom:35px;
  309. right:10px;
  310. display:none;
  311. border-bottom:1px solid {color:border};
  312. font-size:15px;
  313. width:20px;
  314. text-align:center;
  315. -webkit-transition: all .2s;
  316. -moz-transition: all .2s;
  317. -o-transition: all .2s;
  318. -ms-transition: all .2s;
  319. transition: all .2s;
  320. }
  321. .scrollToTop:hover{
  322. text-decoration:none;
  323. -webkit-transition: all .2s;
  324. -moz-transition: all .2s;
  325. -o-transition: all .2s;
  326. -ms-transition: all .2s;
  327. transition: all .2s;
  328. border-bottom:1px solid {color:border};
  329. }
  330.  
  331. /* ----------------------------- SIDEBAR -----------------------------*/
  332.  
  333. #topbar{
  334. position:static;
  335. width:100vw;
  336. margin:auto;
  337. text-align:center;
  338. color:{color:header text};
  339. }
  340.  
  341. #topbar a {
  342. color:{color:header text};
  343. border-bottom:0px solid transparent;
  344. }
  345.  
  346. .icon{
  347. position:relative;
  348. display:inline-block;
  349. width:40px;
  350. border-radius:90px;
  351. margin:90px 0 10px 0;
  352. }
  353.  
  354. .icon img{
  355. border-radius:90px;
  356. width:100%;
  357. margin-bottom:-4px;
  358. opacity:.9;
  359. }
  360. .blogtitle{
  361. margin-top:15px;
  362. text-transform:lowercase;
  363. font-size:1.3em;
  364. text-align:center;
  365. display:inline-block;
  366. position:relative;
  367. margin-top:0;
  368. {block:Ifnotshowicon}
  369. margin-top:70px;
  370. {/block:Ifnotshowicon}
  371. }
  372. .blogdesc{
  373. width:280px;
  374. margin:15px auto 30px auto;
  375. font-size:.9em;
  376. }
  377.  
  378. #navbar{
  379. position:fixed;
  380. top:0px;
  381. background:{color:posts};
  382. margin-right:10px;
  383. width:100%;
  384. text-align:center;
  385. color:{color:text};
  386. margin-bottom:20px;
  387. border-bottom:1px solid {color:border};
  388. z-index:9999;
  389. -webkit-transition: all .2s;
  390. -moz-transition: all .2s;
  391. -o-transition: all .2s;
  392. -ms-transition: all .2s;
  393. transition: all .2s;
  394. }
  395. #navbar a{
  396. color:{color:text};
  397. }
  398.  
  399. /* ------------------------ GENERAL PAGE STUFF ---------------------- */
  400.  
  401. .pagetitle{
  402. text-align:left;
  403. background:{color:posts};
  404. padding:20px;
  405. text-transform:uppercase;
  406. font-weight:300;
  407. letter-spacing:1px;
  408. font-size:1.3em;
  409. margin-left:10px;
  410. margin-right:20px;
  411. }
  412.  
  413. .textbox{
  414. padding:25px;
  415. text-align:left;
  416. margin: 0px 20px 20px 10px;
  417. border-top:1px solid {color:border};
  418. background:{color:posts};
  419. line-height:150%;
  420. }
  421.  
  422. /* ------------------------------ TABS ------------------------------ */
  423.  
  424. .tabs {
  425. width:100%;
  426. margin-left:0px;
  427. display:inline-block;
  428. }
  429.  
  430. /*----- Tab Links -----*/
  431.  
  432. /* Clearfix */
  433. .tab-links:after {
  434. display:block;
  435. clear:both;
  436. content:'';
  437. }
  438.  
  439. .tab-links{
  440. color:{color:border};
  441. }
  442.  
  443. .tab-links li {
  444. margin:0px 0px;
  445. display:inline-block;
  446. list-style:none;
  447. margin-left:10px;
  448. margin-right:10px;
  449. border-bottom:1px solid transparent;
  450. }
  451.  
  452. .tab-links a {
  453. padding:0px;
  454. display:inline-block;
  455. outline: 0;
  456. background:transparent;
  457. font-size:1em;
  458. text-transform:lowercase;
  459. letter-spacing:1px;
  460. color:{color:links};
  461. transition:all linear 0.15s;
  462. line-height:140%;
  463. }
  464.  
  465. .tab-links a:hover {
  466. text-decoration:none;
  467. }
  468.  
  469. li.active, li.active:hover {
  470. color:{color:links};
  471. border-bottom:1px solid {color:border};
  472. -webkit-transition: all .2s;
  473. -moz-transition: all .2s;
  474. -o-transition: all .2s;
  475. -ms-transition: all .2s;
  476. transition: all .2s;
  477. }
  478.  
  479. /*----- Content of Tabs -----*/
  480. .tab-content {
  481. padding:15px;
  482. }
  483.  
  484. .tab {
  485. display:none;
  486. }
  487.  
  488. .tab.active {
  489. display:block;
  490. }
  491.  
  492. /* ----------------------------- ABOUT ------------------------------ */
  493.  
  494. .about{
  495. margin:-25px -25px 0px -25px;
  496. padding:20px;
  497. vertical-align:top;
  498. }
  499.  
  500. .at{
  501. border-top:1px solid {color:border};
  502. margin-top:-20px;
  503. }
  504.  
  505. .aboutimg{
  506. position:relative;
  507. float:left;
  508. width:100px;
  509. height:100px;
  510. padding:20px 20px 20px 20px;
  511. margin:-20px 20px 0px -20px;
  512. border-right:1px solid {color:border};
  513. }
  514.  
  515. .about ul{
  516. list-style-type:none;
  517. margin:0;
  518. }
  519.  
  520. /* --------------------- NAVIGATION AND RESOURCES ------------------- */
  521.  
  522. .navtitle{
  523. text-align:left;
  524. background:{color:posts};
  525. padding:20px;
  526. text-transform:uppercase;
  527. font-weight:300;
  528. letter-spacing:1px;
  529. font-size:1.3em;
  530. margin: 0 22px 0px 10px;
  531. }
  532. .resbox{
  533. padding-bottom:10px;
  534. background:transparent;
  535. text-align:left;
  536. margin-left:10px;
  537. margin-right:20px;
  538. word-spacing:0px;
  539. font-family:helvetica;
  540. font-size:0;
  541. word-spacing:0;
  542. letter-spacing:0;
  543. }
  544.  
  545. .navbutton{
  546. position:relative;
  547. display:inline-block;
  548. background: {color:posts};
  549. padding: 10px 15px 10px 15px;
  550. width:253px;
  551. margin: 2px 2px 0px 0;
  552. font-family:{select:Font}, helvetica;
  553. font-size:11px;
  554. -webkit-transition: all .2s;
  555. -moz-transition: all .2s;
  556. -o-transition: all .2s;
  557. -ms-transition: all .2s;
  558. transition: all .2s;
  559. }
  560. .resbutton{
  561. position:relative;
  562. display:inline-block;
  563. background: {color:posts};
  564. padding: 10px 15px 10px 15px;
  565. width:158px;
  566. margin: 2px 2px 0 0;
  567. font-family:{select:Font}, helvetica;
  568. font-size:11px;
  569. -webkit-transition: all .2s;
  570. -moz-transition: all .2s;
  571. -o-transition: all .2s;
  572. -ms-transition: all .2s;
  573. transition: all .2s;
  574. }
  575.  
  576. .resbox a{
  577. color:{color:text};
  578. -webkit-transition: all .2s;
  579. -moz-transition: all .2s;
  580. -o-transition: all .2s;
  581. -ms-transition: all .2s;
  582. transition: all .2s;
  583. }
  584. .resbox a:hover{
  585. color:{color:hover};
  586. -webkit-transition: all .2s;
  587. -moz-transition: all .2s;
  588. -o-transition: all .2s;
  589. -ms-transition: all .2s;
  590. transition: all .2s;
  591. }
  592.  
  593.  
  594. /* ----------------------- FAQ, ASK, & SUBMIT --------------------- */
  595.  
  596. .faqbox{
  597. -webkit-column-count: 2;
  598. -moz-column-count: 2;
  599. column-count: 2;
  600. -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  601. -moz-column-gap: 30px; /* Firefox */
  602. column-gap: 30px;
  603. -webkit-column-rule: 1px solid {color:border};
  604. -moz-column-rule: 1px solid {color:border};
  605. column-rule: 1px solid {color:border};
  606. }
  607.  
  608. .questionheader{
  609. font-size:1.1em;
  610. font-weight:bold;
  611. border-bottom:1px solid {color:border};
  612. padding:0 0 5px 0;
  613. display:inline-block;
  614. }
  615.  
  616. /* ----------------------------- POSTS --------------------------- */
  617.  
  618. .post {
  619. position:relative;
  620. display:inline-block;
  621. background:{color:posts};
  622. {block:IndexPage}
  623. width:calc({select:post width}px + 20px);
  624. {/block:IndexPage}
  625. {block:PermalinkPage}
  626. width:{select:permalink post width}px;
  627. {/block:PermalinkPage}
  628. margin: 0px 15px 30px 15px;
  629. }
  630. .caption{
  631. border-top:1px solid {color:border};
  632. padding:8px 15px 8px 15px;
  633. }
  634.  
  635.  
  636. /* ------------------ REBLOG INFO AT TOP OF POST ------------------- */
  637.  
  638. /* REBLOG INFORMATION */
  639.  
  640. .rb{
  641. text-align:right;
  642. border-bottom:1px solid {color:border};
  643. padding: 12px 16px 12px 16px;
  644. background:{color:posts};
  645. text-transform:uppercase;
  646. font-size:.9em;
  647. letter-spacing:1px;
  648. height:16px;
  649. }
  650.  
  651. .rtb{
  652. opacity:.8;
  653. }
  654.  
  655. .time{
  656. position:relative;
  657. float:left;
  658. text-align:left;
  659. }
  660.  
  661. .rb a {
  662. color:{color:text};
  663. text-decoration:none;
  664. border:none;
  665. -webkit-transition: all .3s;
  666. -moz-transition: all .3s;
  667. -o-transition: all .3s;
  668. -ms-transition: all .3s;
  669. transition: all .3s;
  670. }
  671.  
  672. .rb a:hover {
  673. text-decoration:none;
  674. color:{color:link};
  675. -webkit-transition: all .3s;
  676. -moz-transition: all .3s;
  677. -o-transition: all .3s;
  678. -ms-transition: all .3s;
  679. transition: all .3s;
  680. }
  681.  
  682.  
  683. /* -------------------------- POST INFO -----------------------------*/
  684.  
  685. .postinfo{
  686. padding:10px 15px 10px 15px;
  687. text-transform:uppercase;
  688. letter-spacing:1px;
  689. background:{color:posts};
  690. border-top:1px solid {color:border};
  691. {block:IndexPage}
  692. display:none!important;
  693. {/block:IndexPage}
  694. }
  695.  
  696. .postinfo a, .tags a{
  697. color: {color:text};
  698. border-bottom:1px solid transparent;
  699. text-decoration: none;
  700. -webkit-transition: all .2s;
  701. -moz-transition: all .2s;
  702. -o-transition: all .2s;
  703. -ms-transition: all .2s;
  704. transition: all .2s;
  705. }
  706.  
  707. .postinfo a:hover, .tags a:hover {
  708. text-decoration:none;
  709. border-bottom:1px solid {color:border};
  710. -webkit-transition: all .2s;
  711. -moz-transition: all .2s;
  712. -o-transition: all .2s;
  713. -ms-transition: all .2s;
  714. transition: all .2s;
  715. }
  716.  
  717. .info{
  718. position:relative;
  719. font-size:.9em;
  720. color:{color:text};
  721. text-align:left;
  722. }
  723.  
  724. .tags {
  725. padding:8px 12px 8px 12px;
  726. margin:-20px 0 0 0;
  727. text-transform:lowercase;
  728. font-size:.9em;
  729. text-align:left;
  730. color:{color:text};
  731. {block:Ifnothidetags}
  732. {block:IndexPage}
  733. border-top:1px solid {color:border};
  734. margin:0 0 0 0;
  735. {/block:IndexPage}
  736. {/block:Ifnothidetags}
  737. -webkit-transition: all .2s;
  738. -moz-transition: all .2s;
  739. -o-transition: all .2s;
  740. -ms-transition: all .2s;
  741. transition: all .2s;
  742. {block:Ifhidetags}
  743. {block:IndexPage}
  744. display:none!important;
  745. {/block:IndexPage}
  746. {/block:Ifhidetags}
  747. }
  748. .tags a{
  749. margin: 0 0 0 5px;
  750. }
  751.  
  752. /* ---------------------------- POST NOTES ------------------------ */
  753.  
  754. ol.notes {
  755. display:block;
  756. text-align:left;
  757. list-style-type: decimal;
  758. margin-left:-15px;
  759. margin-right:-10px;
  760. margin-bottom:-10px;
  761. }
  762. ol.notes li.note{
  763. padding:2px;
  764. padding-left:8px;
  765. background:{color:posts};
  766. margin-bottom:2px;
  767. }
  768.  
  769. .pagenotes {
  770. text-align:left;
  771. padding:15px;
  772. background:transparent;
  773. text-transform:lowercase;
  774. }
  775.  
  776. .pagenotes img{
  777. display: none;
  778. padding-right:5px;
  779. padding-top:5px;
  780. margin-bottom:-5px;
  781. }
  782.  
  783. .notestitle{
  784. background:{color:posts};
  785. padding:10px;
  786. margin-bottom:-10px;
  787. border-bottom:1px solid {color:border};
  788. text-align:center;
  789. text-transform:lowercase;
  790. font-weight:bold;
  791. }
  792.  
  793.  
  794. /* -------------------------- POST TYPES -------------------------- */
  795.  
  796. /* CHAT */
  797.  
  798. ul.chat{
  799. list-style:none;
  800. margin-left:-35px;
  801. }
  802.  
  803. li.chat{
  804. padding: 3px 10px 3px 10px;
  805. }
  806.  
  807. .chat span {
  808. float: left;
  809. margin-right: 0px;
  810. }
  811.  
  812. /* QUOTES */
  813.  
  814. .quote{
  815. font-size: 1.5em;
  816. text-align:center;
  817. font-weight:300;
  818. padding:15px;
  819. line-height:150%;
  820. }
  821.  
  822. .quotesource{
  823. border-top:1px solid {color:border};
  824. font-size:.8em;
  825. position:relative;
  826. display:inline-block;
  827. margin: 20px 0 0 0;
  828. padding: 10px 0 0 0;
  829. }
  830.  
  831.  
  832. /* VIDEO */
  833.  
  834. .video{
  835. background:{color:posts};
  836. margin:0;
  837. {block:Ifpaddedphotos}
  838. padding:10px;
  839. {/block:Ifpaddedphotos}
  840. {block:Ifnotpaddedphotos}
  841. padding:0px;
  842. {/block:Ifnotpaddedphotos}
  843. }
  844.  
  845. .vid{
  846. position: relative;
  847. padding-bottom: 56.25%; /* 16:9 */
  848. padding-top: 25px;
  849. height: 0;
  850. }
  851.  
  852. .vid iframe{
  853. position: absolute;
  854. top: 0;
  855. left: 0;
  856. width: 100%;
  857. height: 100%;
  858. }
  859.  
  860.  
  861. /* QUESTIONS */
  862.  
  863. .question{
  864. float:right;
  865. padding:15px;
  866. border-left:1px solid {color:border};
  867. background:{color:posts};
  868. text-align:left;
  869. min-height:30px;
  870. width: calc({select:post width}px - 70px);
  871. }
  872.  
  873. .question p{
  874. margin:0px;
  875. }
  876.  
  877. .asker{
  878. position:relative;
  879. display:inline-block;
  880. text-align:right;
  881. text-transform:lowercase;
  882. margin-top:10px;
  883. padding-top:2px;
  884. border-top:1px solid {color:border};
  885. }
  886.  
  887. .question a{
  888. border:none;
  889. padding:0px;
  890. margin:0px;
  891. }
  892.  
  893. .answer {
  894. margin: 0;
  895. padding: 8px 18px 8px 18px;
  896. clear:both;
  897. border-top:1px solid {color:border};
  898. position:relative;
  899. }
  900.  
  901. .askerimg{
  902. position:relative;
  903. float:left;
  904. margin-top:-2px;
  905. margin-right:-1px;
  906. margin-bottom:10px;
  907. padding:15px;
  908. }
  909.  
  910. .askerimg img{
  911. border-radius:0px;
  912. float:left;
  913. }
  914.  
  915.  
  916. /* AUDIO */
  917.  
  918. .songart{
  919. float:left;
  920. margin:-10px 20px -10px -10px;
  921. padding:10px;
  922. {block:Ifpaddedphotos}
  923. border-right:1px solid {color:border};
  924. {/block:Ifpaddedphotos}
  925. }
  926.  
  927. .songart img{
  928. width:100px;
  929. height:100px;
  930. background: url('http://www.flytandem.com/temp/audio.jpg');
  931. background-size:100% 100%;
  932. }
  933.  
  934. .songtitle{
  935. padding: 10px 15px 0 0;
  936. text-align:right;
  937. font-size:1.6em;
  938. min-height:90px;
  939. }
  940.  
  941. .songauthor{
  942. margin:5px 0 0 0;
  943. font-size:.7em;
  944. }
  945.  
  946. .player {
  947. position:absolute;
  948. z-index:99;
  949. height: 25px;
  950. margin:38px 0 0px 38px;
  951. width: 25px;
  952. background:{color:posts};
  953. }
  954.  
  955. .au{
  956. {block:Ifpaddedphotos}
  957. width:{select:post width}px;
  958. padding: 10px;
  959. {/block:Ifpaddedphotos}
  960. {block:Ifnotpaddedphotos}
  961. width:calc({select:post width}px + 20px);
  962. {/block:Ifnotpaddedphotos}
  963. margin:0;
  964. background:{color:posts};
  965. }
  966.  
  967. .au iframe{
  968. max-width:100%;
  969. height:auto;
  970. margin-bottom:-4px;
  971. }
  972.  
  973. iframe.spotify_audio_player{
  974. height:80px;
  975. }
  976.  
  977. /* ------------------------- PAGINATION ------------------------- */
  978.  
  979. .navigation{
  980. position:relative;
  981. display:block;
  982. clear:both;
  983. margin:0;
  984. text-align:center;
  985. }
  986. .pagibutton{
  987. position:relative;
  988. display:inline-block;
  989. text-transform:lowercase;
  990. background:{color:posts};
  991. padding:15px;
  992. padding-top:10px;
  993. padding-bottom:10px;
  994. }
  995. .footer{
  996. margin:0 0 160px 0;
  997. text-align:center;
  998. position:relative;
  999. {block:PermalinkPage}
  1000. display:none!important;
  1001. {/block:PermalinkPage}
  1002. }
  1003.  
  1004. /* -------------------- CREDIT: DO NOT REMOVE ---------------------- */
  1005.  
  1006. .credit{
  1007. position:fixed;
  1008. right:10px;
  1009. bottom:10px;
  1010. padding:3px 6px 3px 6px;
  1011. background:{color:posts};
  1012. font-size:11px;
  1013. width:38px;
  1014. text-align:center;
  1015. }
  1016.  
  1017.  
  1018. /* --------------------------- Custom CSS -------------------------- */
  1019. {CustomCSS}
  1020.  
  1021.  
  1022. </style>
  1023. </head>
  1024. <body>
  1025.  
  1026. <a href="#" class="scrollToTop" title="scroll to top"><i class="fa fa-arrow-up" aria-hidden="true"></i></a>
  1027.  
  1028. <div class="credit"><a title="theme by paige" href="http://neonbikethemes.tumblr.com">nbthm</a></div>
  1029.  
  1030. <!--TOPBAR-->
  1031.  
  1032. <div id="topbar">
  1033.  
  1034. {block:Ifshowicon}
  1035. <div class="icon"><img src="{image:icon}"></div>
  1036. {/block:Ifshowicon}
  1037.  
  1038. <br><div class="blogtitle"><a href="/">{Title}</a></div>
  1039. <div class="blogdesc">{Description}</div>
  1040. <div id="navbar">
  1041. <div class="tabs">
  1042. <ul class="tab-links">
  1043. <li class="active" style="margin-left:-30px">
  1044. <a href="#tab1">{text:tab 1 title}</a></li>
  1045. | <li><a href="#tab2">{text:tab 2 title}</a></li>
  1046. | <li><a href="#tab3">{text:tab 3 title}</a></li>
  1047. | <li><a href="#tab4">{text:tab 4 title}</a></li>
  1048. | <li><a href="#tab5">{text:tab 5 title}</a></li>
  1049. </ul>
  1050. </div>
  1051. </div>
  1052.  
  1053. </div>
  1054.  
  1055.  
  1056. <!-- --------------------------- TABS -------------------------- -->
  1057.  
  1058.  
  1059. <div class="tabs">
  1060. <div class="tab-content">
  1061.  
  1062. <!-- --------------------------- TAB 1 -------------------------- -->
  1063.  
  1064. <div id="tab1" class="tab active">
  1065.  
  1066.  
  1067. <div class="grid">
  1068.  
  1069. {block:Posts}
  1070. <div class="post">
  1071.  
  1072. <div class="rb">
  1073. <div class="time"><a href="{Permalink}">{TimeAgo}</a></div>
  1074. {block:NoteCount}
  1075. <a href="{Permalink}">{NoteCount}</a>
  1076. {/block:NoteCount}
  1077. </div>
  1078.  
  1079. {block:Text}
  1080. {block:Title}
  1081. <h1><div class="linkblock"><i class="fa fa-bars"></i></div>
  1082. <a href="{Permalink}">{Title}</a></h1>
  1083. {/block:Title}
  1084. {block:Body}<div class="caption">{Body}</div>{/block:Body}
  1085. {/block:Text}
  1086.  
  1087. {block:Photo}
  1088. <div class="image"><img src="{PhotoURL-500}"></div>
  1089. {block:Ifhidecaptions}
  1090. {block:permalink}
  1091. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1092. {/block:permalink}
  1093. {/block:Ifhidecaptions}
  1094. {block:Ifnothidecaptions}
  1095. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1096. {/block:Ifnothidecaptions}
  1097. {/block:Photo}
  1098.  
  1099. {block:Photoset}
  1100. <div class="image">
  1101. <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>
  1102. </div>
  1103. {block:Ifhidecaptions}
  1104. {block:permalink}
  1105. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1106. {/block:permalink}
  1107. {/block:Ifhidecaptions}
  1108. {block:Ifnothidecaptions}
  1109. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1110. {/block:Ifnothidecaptions}
  1111. {/block:Photoset}
  1112.  
  1113. {block:Quote}
  1114. <div class="quote">
  1115. {Quote}
  1116. {block:Source}<br><div class="quotesource">{Source}</div>{/block:Source}
  1117. </div>
  1118. {/block:Quote}
  1119.  
  1120. {block:Link}
  1121. <h1 class="title"><div class="linkblock"><i class="fa fa-share-square-o" aria-hidden="true"></i>
  1122. </div>
  1123. <a href="{URL}">{Name}</a></h1>
  1124. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  1125. {/block:Link}
  1126.  
  1127. {block:Chat}
  1128. {block:Title}<h1 class="title">
  1129. {Title} <div class="linkblock"><i class="fa fa-comments-o"></i></div>
  1130. </h1>{/block:title}
  1131. <ul class="chat">
  1132. {block:Lines}
  1133. <li class="chat">
  1134. {block:Label}<b>{Label}</b>{/block:Label}
  1135. {Line}
  1136. </li>
  1137. {/block:Lines}
  1138. </ul>
  1139. {/block:Chat}
  1140.  
  1141.  
  1142. {block:Audio}
  1143. {block:AudioPlayer}
  1144. <div class="image">
  1145. {block:AlbumArt}
  1146. <div class="songart">
  1147. <img src="{AlbumArtURL}">
  1148. </div>
  1149. {/block:AlbumArt}
  1150. <div class="player">{AudioPlayerWhite}</div>
  1151. <div class="songtitle">
  1152. {block:TrackName}{TrackName}{/block:TrackName}
  1153. <div class="songauthor">
  1154. {block:Artist}{Artist}{/block:Artist}
  1155. </div>
  1156. </div>
  1157. </div>
  1158. {/block:AudioPlayer}
  1159. {block:AudioEmbed}
  1160. <div class="au">{AudioEmbed}</div>
  1161. {/block:AudioEmbed}
  1162. {block:Ifhidecaptions}
  1163. {block:permalink}
  1164. {block:Caption}
  1165. <div class="caption">{Caption}</div>
  1166. {/block:Caption}
  1167. {/block:permalink}
  1168. {/block:Ifhidecaptions}
  1169. {block:Ifnothidecaptions}
  1170. {block:Caption}
  1171. <div class="caption">{Caption}</div>
  1172. {/block:Caption}
  1173. {/block:Ifnothidecaptions}
  1174. {/block:Audio}
  1175.  
  1176.  
  1177. {block:Video}
  1178. <div class="video"><div class="vid">{Video-500}</div></div>
  1179. {block:Ifhidecaptions}
  1180. {block:permalink}
  1181. {block:Caption}
  1182. <div class="caption">{Caption}</div>
  1183. {/block:Caption}
  1184. {/block:permalink}
  1185. {/block:Ifhidecaptions}
  1186. {block:Ifnothidecaptions}
  1187. {block:Caption}
  1188. <div class="caption">{Caption}</div>
  1189. {/block:Caption}
  1190. {/block:Ifnothidecaptions}
  1191. {/block:Video}
  1192.  
  1193. {block:Answer}
  1194. <div class="askerimg"><img src="{AskerPortraitURL-30}"></div>
  1195. <div class="question">
  1196. {Question}
  1197. <br><div class="asker"> {Asker}</div>
  1198. </div>
  1199. <div class="answer">{Answer}</div>
  1200. {/block:Answer}
  1201.  
  1202.  
  1203. <div class="postinfo">
  1204. {block:PermalinkPage}
  1205. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}, {12Hour}:{Minutes} {AmPm} /
  1206. <a href="{Permalink}">{TimeAgo}</a>
  1207. {block:NoteCount}
  1208. / <a href="{Permalink}">{NoteCountwithlabel}</a>
  1209. {/block:NoteCount}
  1210. {block:RebloggedFrom}
  1211. / <a href="{ReblogParentURL}"> from</a>
  1212. {block:ContentSource}
  1213. / <a href="{ReblogRootURL}" title="{ReblogRootName}">origin</a>
  1214. {/block:ContentSource}
  1215. {/block:RebloggedFrom}
  1216. {/block:PermalinkPage}
  1217. </div>
  1218.  
  1219. {block:ContentSource}
  1220. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1221. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1222. {/block:SourceLogo}
  1223. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1224. {/block:ContentSource}
  1225.  
  1226. {block:HasTags}
  1227. <div class="tags">
  1228. <i class="fa fa-tags" aria-hidden="true"></i>
  1229. {block:Tags}
  1230. <a href="{TagURL}">{Tag}</a>
  1231. {/block:Tags}
  1232. </div>
  1233. {/block:HasTags}
  1234.  
  1235.  
  1236. </div> <!-- end post -->
  1237.  
  1238. {block:PostNotes}
  1239. <div class="post">
  1240. <div class="notestitle">Notes</div>
  1241. <div class="pagenotes">{PostNotes-16}</div>
  1242. </div>
  1243. {/block:PostNotes}
  1244.  
  1245. {/block:Posts}
  1246. <!--Close of post-->
  1247.  
  1248. </div><!-- end post container -->
  1249.  
  1250.  
  1251. <div class="footer">
  1252. <div class="navigation">
  1253. {block:Pagination}
  1254. {block:PreviousPage}
  1255. <a href="{PreviousPage}">
  1256. <div class="pagibutton">Previous</div></a>
  1257. {/block:PreviousPage}
  1258. <div class="pagibutton">Page {CurrentPage} of {TotalPages}</div>
  1259. {block:NextPage}
  1260. <a href="{NextPage}">
  1261. <div class="pagibutton next">Next</div></a>
  1262. {/block:NextPage}
  1263. {/block:Pagination}
  1264. </div>
  1265. </div>
  1266.  
  1267. </div><!-- end tab 1 -->
  1268.  
  1269. <!-- -------------------------- TAB 2 ----------------------------- -->
  1270.  
  1271.  
  1272. <div id="tab2" class="tab">
  1273. <div class="content">
  1274.  
  1275. <div class="pagetitle">About</div>
  1276. <div class="textbox">
  1277.  
  1278. <div class="about">
  1279. <div class="aboutimg"><img src="{image:about}"></div>
  1280. <ul>
  1281. <li><b>Name:</b> Paige</li>
  1282. <li><b>Age:</b> 2000 years old</li>
  1283. <li><b>Location:</b> brooklyn</li>
  1284. <li><b>Personality type:</b> intjp, lawful neutral</li>
  1285. </ul>
  1286. </div>
  1287. </div>
  1288.  
  1289. <div class="textbox at">
  1290. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam felis quam, tincidunt at dolor non, commodo tristique ipsum. Vestibulum pharetra leo et pulvinar eleifend. Nunc non risus id lacus interdum iaculis quis eu erat. Fusce sed lacus sagittis, finibus eros sit amet, bibendum nisl. Donec tincidunt interdum dolor, in molestie mi consequat quis. Suspendisse vel pretium ante. Nam laoreet est eget orci vulputate, at porta lacus maximus. </p>
  1291. </div>
  1292.  
  1293. </div> <!-- end .content -->
  1294. </div> <!-- end .tab -->
  1295.  
  1296.  
  1297.  
  1298. <!-- -------------------------- TAB 3 ----------------------------- -->
  1299.  
  1300. <div id="tab3" class="tab">
  1301. <div class="content">
  1302.  
  1303. <!-- FAQ SECTION (if you don't want faq then delete this section)-->
  1304. <div class="pagetitle">FAQ</div>
  1305. <div class="textbox faqbox">
  1306. <div class="questionheader">Question?</div>
  1307. <p>Lorem ipsum dolor sit amet. </p>
  1308.  
  1309. <div class="questionheader">Question?</div>
  1310. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi auctor bibendum sapien id elementum. </p>
  1311.  
  1312. <div class="questionheader">Question</div>
  1313. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
  1314. </div>
  1315. <!--END FAQ SECTION -->
  1316.  
  1317. <!-- ASK -->
  1318. <div class="pagetitle">CONTACT</div>
  1319. <div class="textbox">
  1320.  
  1321. <h2>{AskLabel}</h2>
  1322. <iframe frameborder="0" scrolling="no" width="100%" height="200" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  1323.  
  1324. <!-- if you don't want a submit box delete this section) -->
  1325. <h2 style="margin-top:10px;">{SubmitLabel}</h2>
  1326. <iframe frameborder="0" scrolling="no" width="100%" height="450" id="submit_form" src="http://www.tumblr.com/submit_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1327.  
  1328. </div>
  1329.  
  1330. </div> <!-- end content -->
  1331. </div> <!-- end tab -->
  1332.  
  1333.  
  1334. <!-- -------------------------- TAB 4 ----------------------------- -->
  1335.  
  1336. <div id="tab4" class="tab">
  1337. <div class="content">
  1338.  
  1339. <div class="navtitle">Section Title</div>
  1340. <div class="resbox">
  1341. <a href="/" class="resbutton">One</a>
  1342. <a href="/" class="resbutton">Two</a>
  1343. <a href="/" class="resbutton">Three</a>
  1344. <a href="/" class="resbutton">Four</a>
  1345. <a href="/" class="resbutton">Five</a>
  1346. <a href="/" class="resbutton">Six</a>
  1347. </div>
  1348.  
  1349. <div class="navtitle" style="margin-top:10px;">Section Title</div>
  1350. <div class="resbox">
  1351. <a href="/" class="navbutton">One</a>
  1352. <a href="/" class="navbutton">Two</a>
  1353. <a href="/" class="navbutton">Three</a>
  1354. <a href="/" class="navbutton">Four</a>
  1355. <a href="/" class="navbutton">Five</a>
  1356. <a href="/" class="navbutton">Six</a>
  1357. <a href="/" class="navbutton">Seven</a>
  1358. <a href="/" class="navbutton">Eight</a>
  1359. </div>
  1360.  
  1361. <div class="navtitle" style="margin-top:10px;">Section Title</div>
  1362. <div class="resbox">
  1363. <a href="/" class="resbutton">One</a>
  1364. <a href="/" class="resbutton">Two</a>
  1365. <a href="/" class="resbutton">Three</a>
  1366. <a href="/" class="resbutton">Four</a>
  1367. <a href="/" class="resbutton">Five</a>
  1368. <a href="/" class="resbutton">Six</a>
  1369. <a href="/" class="resbutton">Five</a>
  1370. <a href="/" class="resbutton">Six</a>
  1371. <a href="/" class="resbutton">Five</a>
  1372. </div>
  1373.  
  1374. </div>
  1375. </div>
  1376.  
  1377.  
  1378. <!-- -------------------------- TAB 5 ----------------------------- -->
  1379.  
  1380. <div id="tab5" class="tab">
  1381.  
  1382. <div class="content">
  1383.  
  1384. <div class="pagetitle">Extra tab content optional</div>
  1385. <div class="textbox">
  1386. Lorem Ipsum dolor.
  1387. </div>
  1388.  
  1389. <div class="pagetitle">Another box if you want it</div>
  1390. <div class="textbox">
  1391. Lorem Ipsum dolor sit amet.
  1392. </div>
  1393.  
  1394.  
  1395. </div>
  1396. </div>
  1397.  
  1398. <!-- END TAB 5 -->
  1399.  
  1400. </div>
  1401. </div>
  1402.  
  1403. <!-------------------------------------------------------------->
  1404. <!-------------------------- SCRIPTS --------------------------->
  1405. <!-------------------------------------------------------------->
  1406.  
  1407. <!-- --------- FONTS --------- -->
  1408.  
  1409. <link href="https://fonts.googleapis.com/css?family=ABeeZee|Bitter|Karla|Lora|Montserrat|Open+Sans|Source+Sans+Pro" rel="stylesheet">
  1410.  
  1411. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  1412.  
  1413.  
  1414. <!-- TOOLTIPS -->
  1415. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1416. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1417. <script>
  1418. (function($){
  1419. $(document).ready(function(){
  1420. $("a[title]").style_my_tooltips({
  1421. tip_follows_cursor:true,
  1422. tip_delay_time:0,
  1423. tip_fade_speed:200,
  1424. attribute:"title"
  1425. });
  1426. });
  1427. })(jQuery);
  1428. </script>
  1429.  
  1430. <!-- SCROLL TO TOP -->
  1431. <script>
  1432. $(document).ready(function(){
  1433. $(window).scroll(function(){
  1434. if ($(this).scrollTop() > 100) {
  1435. $('.scrollToTop').fadeIn();
  1436. } else {
  1437. $('.scrollToTop').fadeOut();
  1438. }
  1439. });
  1440. $('.scrollToTop').click(function(){
  1441. $('html, body').animate({scrollTop : 0},800);
  1442. return false;
  1443. });
  1444. });
  1445. </script>
  1446.  
  1447. <!-- ITEM APPEAR ON SCROLL -->
  1448. <script type="text/javascript">
  1449. $(function() {
  1450. var header = $(".clearHeader");
  1451. $(window).scroll(function() {
  1452. var scroll = $(window).scrollTop();
  1453. if (scroll >= 500) {
  1454. header.removeClass('clearHeader').addClass("darkHeader");
  1455. } else {
  1456. header.removeClass("darkHeader").addClass('clearHeader');
  1457. }
  1458. });
  1459. });
  1460. </script>
  1461.  
  1462. <!-- ITEM HIDE ON SCROLL -->
  1463. <script type="text/javascript">
  1464. $(document).ready(function() {
  1465. $(window).scroll(function () {
  1466. var height = $('body').height();
  1467. var scrollTop = $('body').scrollTop();
  1468. var opacity = 1;
  1469. if(scrollTop > 400) {
  1470. opacity = 0.5;
  1471. }
  1472. $('#someDivId').css('opacity', opacity);
  1473. });
  1474. });
  1475. </script>
  1476.  
  1477. <!-- JQUERY-->
  1478. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
  1479.  
  1480. <!-- PHOTOSETS FROM PIXEL UNION -->
  1481. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1482. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1483.  
  1484. <!-- MASONRY -->
  1485. {block:IndexPage}
  1486. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  1487. {/block:IndexPage}
  1488. <script>
  1489. $(document).ready(function(){
  1490. $('.photo-slideshow').pxuPhotoset({
  1491. lightbox: true,
  1492. rounded: false,
  1493. gutter: '1px',
  1494. photoset: '.photo-slideshow',
  1495. photoWrap: '.photo-data',
  1496. photo: '.pxu-photo'
  1497. });
  1498. {block:IndexPage}
  1499. var $container = $('.grid');
  1500. $container.masonry({
  1501. itemSelector: '.post',
  1502. columnWidth: {select:post width} + 50
  1503. });
  1504. $container.imagesLoaded(function(){
  1505. $container.masonry();
  1506. $container.find('.post').animate({ opacity: 1, zIndex: 1 });
  1507. });
  1508. {/block:IndexPage}
  1509. });
  1510. </script>
  1511.  
  1512.  
  1513. <!-- TABS SCRIPTS -->
  1514. <script>
  1515. $(document).ready(function() {
  1516. $('.tabs .tab-links a').on('click', function(e) {
  1517. var currentAttrValue = $(this).attr('href');
  1518. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  1519. $(this).parent('li').addClass('active').siblings().removeClass('active');
  1520. e.preventDefault();
  1521. });
  1522. });
  1523. </script>
  1524.  
  1525. </body>
  1526. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement