Advertisement
paigeh987

Theme 29 - Normal Version

Jan 15th, 2017
10,666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5.  
  6. Theme 29 (Normal) by Paige @ neonbikethemes.tumblr.com
  7. last updated 1.15.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.  
  31. <meta name="select:Font" content="Karla" title="Karla">
  32. <meta name="select:Font" content="Bitter" title="Bitter">
  33. <meta name="select:Font" content="Open Sans" title="Open Sans">
  34. <meta name="select:Font" content="Lora" title="Lora">
  35. <meta name="select:Font" content="Montserrat" title="Montserrat">
  36. <meta name="select:Font" content="Source Sans Pro" title="Source Sans Pro">
  37. <meta name="select:Font" content="ABeeZee" title="ABeeZee">
  38.  
  39. <meta name="select:Font Size" title="Tiny" content="65%">
  40. <meta name="select:Font Size" title="Small" content="75%">
  41. <meta name="select:Font Size" title="Medium" content="85%">
  42. <meta name="select:Font Size" title="Large" content="90%">
  43.  
  44. <meta name="select:Post Width" content="225" title="225px">
  45. <meta name="select:Post Width" content="250" title="250px">
  46. <meta name="select:Post Width" content="275" title="275px">
  47. <meta name="select:Post Width" content="300" title="300px">
  48. <meta name="select:Post Width" content="325" title="325px">
  49. <meta name="select:Post Width" content="350" title="350px">
  50. <meta name="select:Post Width" content="375" title="375px">
  51. <meta name="select:Post Width" content="400" title="400px">
  52. <meta name="select:Post Width" content="425" title="425px">
  53. <meta name="select:Post Width" content="450" title="450px">
  54. <meta name="select:Post Width" content="475" title="475px">
  55. <meta name="select:Post Width" content="500" title="500px">
  56.  
  57. <meta name="select:permalink post width" content="400" title="400px">
  58. <meta name="select:permalink post width" content="500" title="500px">
  59.  
  60. <meta name="select:Columns" content="1" title="1">
  61. <meta name="select:Columns" content="2" title="2">
  62. <meta name="select:Columns" content="3" title="3">
  63. <meta name="select:Columns" content="4" title="4">
  64.  
  65. <meta name="if:show icon" content="0"/>
  66. <meta name="if:padded photos" content="0"/>
  67. <meta name="if:hide captions" contesent="0"/>
  68. <meta name="if:hide tags" contesent="0"/>
  69. <meta name="if:full size bg" content="0"/>
  70.  
  71. <meta name="text:Link 1" content="One">
  72. <meta name="text:Link 1 url" content="/">
  73. <meta name="text:Link 2" content="Two">
  74. <meta name="text:Link 2 url" content="/">
  75. <meta name="text:Link 3" content="Three">
  76. <meta name="text:Link 3 url" content="/">
  77. <meta name="text:Link 4" content="Four">
  78. <meta name="text:Link 4 url" content="/">
  79. <meta name="text:Link 5" content="Five">
  80. <meta name="text:Link 5 url" content="/">
  81.  
  82. {block:Description}
  83. <meta name="description" content="{MetaDescription}" />
  84. {/block:Description}
  85. <meta charset="utf-8">
  86. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  87. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  88.  
  89. <link rel="shortcut icon" href="{Favicon}">
  90.  
  91. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  92. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97. /* --------------------------- SCROLLBAR ---------------------------- */
  98.  
  99. ::-webkit-scrollbar {
  100. width: 11px;height: 0px;}
  101. ::-webkit-scrollbar-button:start:decrement,
  102. ::-webkit-scrollbar-button:end:increment {
  103. height: 0px;display: block;background-color: {color:background};}
  104. ::-webkit-scrollbar-track-piece {
  105. background-color: {color:background};}
  106. ::-webkit-scrollbar-thumb:vertical {
  107. height: 0px;
  108. background-color: {color:text};
  109. border:5px solid {color:background};
  110. }
  111.  
  112. /* ---------------------------- GENERAL ----------------------------- */
  113.  
  114. #s-m-t-tooltip {
  115. max-width:200px;
  116. margin:10px 0px 0px 10px;
  117. background-color:{color:posts}; /*background color */
  118. font-family: {select:font}, helvetica; /*font */
  119. font-size:{select:Font Size};
  120. color:{color:text};
  121. z-index:999999;
  122. padding:5px 10px 5px 10px;
  123. }
  124.  
  125. input, textarea, select, a { outline: none; }
  126.  
  127. ::-moz-selection {
  128. background: #000;
  129. color: #fff;
  130. }
  131.  
  132. ::selection {
  133. background: #000;
  134. color: #fff;
  135. }
  136.  
  137. .grid {
  138. margin: 15px auto 40px auto;
  139. overflow:hidden;
  140. {block:IndexPage}
  141. width:calc(({select:post width}px + 50px) * {select:columns});
  142. {/block:IndexPage}
  143. {block:PermalinkPage}
  144. width:calc({select:permalink post width}px + 50px);
  145. {/block:PermalinkPage}
  146. height:auto;
  147. }
  148.  
  149. body {
  150. background: {color:Background};
  151. background: {color:Background} url('{image:Background}');
  152. {block:Iffullsizebg}
  153. background-size:100% 100%;
  154. background-repeat:no-repeat;
  155. {/block:Iffullsizebg}
  156. background-attachment:fixed;
  157. color: {color:text};
  158. font-family: {select:font}, helvetica;
  159. font-size: {select:Font Size};
  160. margin: 0;
  161. padding: 0;
  162. word-wrap: break-word;
  163. line-height:150%;
  164. }
  165.  
  166. a {
  167. color: {color:links};
  168. outline: 0;
  169. padding-bottom: 0px;
  170. text-decoration: none;
  171. -webkit-transition: all .2s;
  172. -moz-transition: all .2s;
  173. -o-transition: all .2s;
  174. -ms-transition: all .2s;
  175. transition: all .2s;
  176. }
  177. a:hover{
  178. color:{color:hover};
  179. -webkit-transition: all .2s;
  180. -moz-transition: all .2s;
  181. -o-transition: all .2s;
  182. -ms-transition: all .2s;
  183. transition: all .2s;
  184. }
  185.  
  186. blockquote {
  187. border-left: 1px solid {color:border};
  188. margin: 10px;
  189. margin-left:5px;
  190. margin-right:0px;
  191. padding-left:10px;
  192. padding-top:0px;
  193. padding-bottom:0px;
  194. }
  195.  
  196. iframe, img, embed, object, video {
  197. max-width: 100%;
  198. }
  199.  
  200. .image{
  201. padding:10px;
  202. {block:Ifnotpaddedphotos}
  203. padding:0px;
  204. {/block:Ifnotpaddedphotos}
  205. background:{color:posts};
  206. }
  207.  
  208. .image img{
  209. height:auto;
  210. width:100%;
  211. }
  212.  
  213. img:not(.lightbox-image){
  214. height: auto;
  215. width:auto;
  216. max-width:100%;
  217. margin-bottom:-6px;
  218. }
  219.  
  220. h1{
  221. text-transform:uppercase;
  222. font-size:1.2em;
  223. letter-spacing:1px;
  224. padding:15px 25px 15px 25px;
  225. font-weight:600;
  226. text-align:left;
  227. }
  228.  
  229. h1 a{
  230. text-decoration:none;
  231. border:none;
  232. }
  233.  
  234. h2{
  235. font-size:1.3em;
  236.  
  237. }
  238.  
  239. ul{
  240. list-style-type:square;
  241. line-height:180%;
  242. margin-left:-10px;
  243. }
  244.  
  245. ol{
  246. list-style-type:upper-roman;
  247. line-height:180%;
  248. margin-left:-10px;
  249. }
  250.  
  251.  
  252. iframe#tumblr_controls {
  253. position:fixed !important;
  254. margin-top:10px !important;
  255. margin-right:10px !important;
  256. opacity:0.9 !important;
  257. z-index:99999;
  258. filter: invert(1);
  259. -webkit-filter: invert(1);
  260. -moz-filter: invert(1);
  261. -o-filter: invert(1);
  262. -ms-filter: invert(1);
  263. }
  264.  
  265. .tmblr-iframe, #tumblr_controls, tmblr-iframe tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop{
  266. position:fixed !important;
  267. top:10px !important;
  268. right:10px !important;
  269. opacity:0.9 !important;
  270. z-index:9999999 !important;
  271. -webkit-filter:invert(100%);
  272. -moz-filter:invert(100%);
  273. -o-filter:invert(100%);
  274. -ms-filter:invert(100%);
  275. filter:invert(100%);
  276. }
  277.  
  278. .linkblock{
  279. display:inline-block;
  280. float:right;
  281. padding:5px;
  282. padding-left:7px;
  283. padding-right:6px;
  284. margin-top:-4px;
  285. z-index:99;
  286. opacity:1;
  287. }
  288.  
  289.  
  290. /* -------------------------- BACK TO TOP ------------------------- */
  291.  
  292. .scrollToTop{
  293. background:{color:posts};
  294. padding:10px 15px 10px 15px;
  295. position:fixed;
  296. bottom:37px;
  297. right:10px;
  298. display:none;
  299. border-bottom:1px solid {color:border};
  300. font-size:15px;
  301. width:20px;
  302. text-align:center;
  303. -webkit-transition: all .2s;
  304. -moz-transition: all .2s;
  305. -o-transition: all .2s;
  306. -ms-transition: all .2s;
  307. transition: all .2s;
  308. }
  309. .scrollToTop:hover{
  310. text-decoration:none;
  311. -webkit-transition: all .2s;
  312. -moz-transition: all .2s;
  313. -o-transition: all .2s;
  314. -ms-transition: all .2s;
  315. transition: all .2s;
  316. border-bottom:1px solid {color:border};
  317. }
  318.  
  319. /* ----------------------------- SIDEBAR -----------------------------*/
  320.  
  321. #topbar{
  322. position:static;
  323. width:100vw;
  324. margin:auto;
  325. text-align:center;
  326. color:{color:header text};
  327. }
  328.  
  329. #topbar a {
  330. color:{color:header text};
  331. border-bottom:0px solid transparent;
  332. }
  333.  
  334. .icon{
  335. position:relative;
  336. display:inline-block;
  337. width:40px;
  338. border-radius:90px;
  339. margin:90px 0 10px 0;
  340. }
  341.  
  342. .icon img{
  343. border-radius:90px;
  344. width:100%;
  345. margin-bottom:-4px;
  346. opacity:.9;
  347. }
  348. .blogtitle{
  349. margin-top:15px;
  350. text-transform:lowercase;
  351. font-size:1.4em;
  352. text-align:center;
  353. display:inline-block;
  354. position:relative;
  355. margin-top:0;
  356. {block:Ifnotshowicon}
  357. margin-top:80px;
  358. {/block:Ifnotshowicon}
  359. }
  360. .blogdesc{
  361. width:260px;
  362. margin:20px auto 40px auto;
  363. }
  364.  
  365. #navbar{
  366. position:fixed;
  367. top:0px;
  368. background:{color:posts};
  369. margin-right:10px;
  370. width:100%;
  371. text-align:center;
  372. color:{color:text};
  373. margin-bottom:20px;
  374. border-bottom:1px solid {color:border};
  375. z-index:9999;
  376. -webkit-transition: all .2s;
  377. -moz-transition: all .2s;
  378. -o-transition: all .2s;
  379. -ms-transition: all .2s;
  380. transition: all .2s;
  381. }
  382. #navbar a{
  383. color:{color:text};
  384. }
  385.  
  386.  
  387. /* ------------------------------ TABS ------------------------------ */
  388.  
  389. .tab-links{
  390. color:{color:border};
  391. }
  392.  
  393. .tab-links li {
  394. margin:0px 0px;
  395. display:inline-block;
  396. list-style:none;
  397. margin-left:10px;
  398. margin-right:10px;
  399. border-bottom:1px solid transparent;
  400. }
  401.  
  402. .tab-links a {
  403. padding:0px;
  404. display:inline-block;
  405. outline: 0;
  406. background:transparent;
  407. font-size:1em;
  408. text-transform:lowercase;
  409. letter-spacing:1px;
  410. color:{color:links};
  411. transition:all linear 0.15s;
  412. line-height:140%;
  413. }
  414.  
  415. .tab-links a:hover {
  416. text-decoration:none;
  417. }
  418.  
  419.  
  420. /*----- Content of Tabs -----*/
  421. .tab-content {
  422. padding:15px;
  423. }
  424.  
  425. .tab {
  426. display:none;
  427. }
  428.  
  429. .tab.active {
  430. display:block;
  431. }
  432.  
  433.  
  434. /* ----------------------------- POSTS --------------------------- */
  435.  
  436. .post {
  437. position:relative;
  438. display:inline-block;
  439. background:{color:posts};
  440. {block:IndexPage}
  441. width:calc({select:post width}px + 20px);
  442. {/block:IndexPage}
  443. {block:PermalinkPage}
  444. width:{select:permalink post width}px;
  445. {/block:PermalinkPage}
  446. margin: 0px 15px 30px 15px;
  447. }
  448. .caption{
  449. border-top:1px solid {color:border};
  450. padding:8px 15px 8px 15px;
  451. }
  452.  
  453.  
  454. /* ------------------ REBLOG INFO AT TOP OF POST ------------------- */
  455.  
  456. /* REBLOG INFORMATION */
  457.  
  458. .rb{
  459. text-align:right;
  460. border-bottom:1px solid {color:border};
  461. padding: 12px 16px 12px 16px;
  462. background:{color:posts};
  463. text-transform:uppercase;
  464. font-size:.9em;
  465. letter-spacing:1px;
  466. height:16px;
  467. }
  468.  
  469. .rtb{
  470. opacity:.8;
  471. }
  472.  
  473. .time{
  474. position:relative;
  475. float:left;
  476. text-align:left;
  477. }
  478.  
  479. .rb a {
  480. color:{color:text};
  481. text-decoration:none;
  482. border:none;
  483. -webkit-transition: all .3s;
  484. -moz-transition: all .3s;
  485. -o-transition: all .3s;
  486. -ms-transition: all .3s;
  487. transition: all .3s;
  488. }
  489.  
  490. .rb a:hover {
  491. text-decoration:none;
  492. color:{color:link};
  493. -webkit-transition: all .3s;
  494. -moz-transition: all .3s;
  495. -o-transition: all .3s;
  496. -ms-transition: all .3s;
  497. transition: all .3s;
  498. }
  499.  
  500.  
  501. /* -------------------------- POST INFO -----------------------------*/
  502.  
  503. .postinfo{
  504. padding:10px 15px 10px 15px;
  505. text-transform:uppercase;
  506. letter-spacing:1px;
  507. background:{color:posts};
  508. border-top:1px solid {color:border};
  509. {block:IndexPage}
  510. display:none!important;
  511. {/block:IndexPage}
  512. }
  513.  
  514. .postinfo a, .tags a{
  515. color: {color:text};
  516. border-bottom:1px solid transparent;
  517. text-decoration: none;
  518. -webkit-transition: all .2s;
  519. -moz-transition: all .2s;
  520. -o-transition: all .2s;
  521. -ms-transition: all .2s;
  522. transition: all .2s;
  523. }
  524.  
  525. .postinfo a:hover, .tags a:hover {
  526. text-decoration:none;
  527. border-bottom:1px solid {color:border};
  528. -webkit-transition: all .2s;
  529. -moz-transition: all .2s;
  530. -o-transition: all .2s;
  531. -ms-transition: all .2s;
  532. transition: all .2s;
  533. }
  534.  
  535. .info{
  536. position:relative;
  537. font-size:.9em;
  538. color:{color:text};
  539. text-align:left;
  540. }
  541.  
  542. .tags {
  543. padding:8px 12px 8px 12px;
  544. margin:-20px 0 0 0;
  545. text-transform:lowercase;
  546. font-size:.9em;
  547. text-align:left;
  548. color:{color:text};
  549. {block:Ifnothidetags}
  550. {block:IndexPage}
  551. border-top:1px solid {color:border};
  552. margin:0 0 0 0;
  553. {/block:IndexPage}
  554. {/block:Ifnothidetags}
  555. -webkit-transition: all .2s;
  556. -moz-transition: all .2s;
  557. -o-transition: all .2s;
  558. -ms-transition: all .2s;
  559. transition: all .2s;
  560. {block:Ifhidetags}
  561. {block:IndexPage}
  562. display:none!important;
  563. {/block:IndexPage}
  564. {/block:Ifhidetags}
  565. }
  566. .tags a{
  567. margin: 0 0 0 5px;
  568. }
  569.  
  570. /* ---------------------------- POST NOTES ------------------------ */
  571.  
  572. ol.notes {
  573. display:block;
  574. text-align:left;
  575. list-style-type: decimal;
  576. margin-left:-15px;
  577. margin-right:-10px;
  578. margin-bottom:-10px;
  579. }
  580. ol.notes li.note{
  581. padding:2px;
  582. padding-left:8px;
  583. background:{color:posts};
  584. margin-bottom:2px;
  585. }
  586.  
  587. .pagenotes {
  588. text-align:left;
  589. padding:15px;
  590. background:transparent;
  591. text-transform:lowercase;
  592. }
  593.  
  594. .pagenotes img{
  595. display: none;
  596. padding-right:5px;
  597. padding-top:5px;
  598. margin-bottom:-5px;
  599. }
  600.  
  601. .notestitle{
  602. background:{color:posts};
  603. padding:10px;
  604. margin-bottom:-10px;
  605. border-bottom:1px solid {color:border};
  606. text-align:center;
  607. text-transform:lowercase;
  608. font-weight:bold;
  609. }
  610.  
  611.  
  612. /* -------------------------- POST TYPES -------------------------- */
  613.  
  614. /* CHAT */
  615.  
  616. ul.chat{
  617. list-style:none;
  618. margin-left:-35px;
  619. }
  620.  
  621. li.chat{
  622. padding: 3px 10px 3px 10px;
  623. }
  624.  
  625. .chat span {
  626. float: left;
  627. margin-right: 0px;
  628. }
  629.  
  630. /* QUOTES */
  631.  
  632. .quote{
  633. font-size: 1.5em;
  634. text-align:center;
  635. font-weight:300;
  636. padding:15px;
  637. line-height:150%;
  638. }
  639.  
  640. .quotesource{
  641. border-top:1px solid {color:border};
  642. font-size:.8em;
  643. position:relative;
  644. display:inline-block;
  645. margin: 20px 0 0 0;
  646. padding: 10px 0 0 0;
  647. }
  648.  
  649.  
  650. /* VIDEO */
  651.  
  652. .video{
  653. background:{color:posts};
  654. margin:0;
  655. {block:Ifpaddedphotos}
  656. padding:10px;
  657. {/block:Ifpaddedphotos}
  658. {block:Ifnotpaddedphotos}
  659. padding:0px;
  660. {/block:Ifnotpaddedphotos}
  661. }
  662.  
  663. .vid{
  664. position: relative;
  665. padding-bottom: 56.25%; /* 16:9 */
  666. padding-top: 25px;
  667. height: 0;
  668. }
  669.  
  670. .vid iframe{
  671. position: absolute;
  672. top: 0;
  673. left: 0;
  674. width: 100%;
  675. height: 100%;
  676. }
  677.  
  678.  
  679. /* QUESTIONS */
  680.  
  681. .question{
  682. float:right;
  683. padding:15px;
  684. border-left:1px solid {color:border};
  685. background:{color:posts};
  686. text-align:left;
  687. min-height:30px;
  688. width: calc({select:post width}px - 70px);
  689. }
  690.  
  691. .question p{
  692. margin:0px;
  693. }
  694.  
  695. .asker{
  696. position:relative;
  697. display:inline-block;
  698. text-align:right;
  699. text-transform:lowercase;
  700. margin-top:10px;
  701. padding-top:2px;
  702. border-top:1px solid {color:border};
  703. }
  704.  
  705. .question a{
  706. border:none;
  707. padding:0px;
  708. margin:0px;
  709. }
  710.  
  711. .answer {
  712. margin: 0;
  713. padding: 8px 18px 8px 18px;
  714. clear:both;
  715. border-top:1px solid {color:border};
  716. position:relative;
  717. }
  718.  
  719. .askerimg{
  720. position:relative;
  721. float:left;
  722. margin-top:-2px;
  723. margin-right:-1px;
  724. margin-bottom:10px;
  725. padding:15px;
  726. }
  727.  
  728. .askerimg img{
  729. border-radius:0px;
  730. float:left;
  731. }
  732.  
  733.  
  734. /* AUDIO */
  735.  
  736. .songart{
  737. float:left;
  738. margin:-10px 20px -10px -10px;
  739. padding:10px;
  740. {block:Ifpaddedphotos}
  741. border-right:1px solid {color:border};
  742. {/block:Ifpaddedphotos}
  743. }
  744.  
  745. .songart img{
  746. width:100px;
  747. height:100px;
  748. background: url('http://www.flytandem.com/temp/audio.jpg');
  749. background-size:100% 100%;
  750. }
  751.  
  752. .songtitle{
  753. padding: 10px 15px 0 0;
  754. text-align:right;
  755. font-size:1.6em;
  756. min-height:90px;
  757. }
  758.  
  759. .songauthor{
  760. margin:5px 0 0 0;
  761. font-size:.7em;
  762. }
  763.  
  764. .player {
  765. position:absolute;
  766. z-index:99;
  767. height: 25px;
  768. margin:38px 0 0px 38px;
  769. width: 25px;
  770. background:{color:posts};
  771. }
  772.  
  773. .au{
  774. {block:Ifpaddedphotos}
  775. width:{select:post width}px;
  776. padding: 10px;
  777. {/block:Ifpaddedphotos}
  778. {block:Ifnotpaddedphotos}
  779. width:calc({select:post width}px + 20px);
  780. {/block:Ifnotpaddedphotos}
  781. margin:0;
  782. background:{color:posts};
  783. }
  784.  
  785. .au iframe{
  786. max-width:100%;
  787. height:auto;
  788. margin-bottom:-4px;
  789. }
  790.  
  791. iframe.spotify_audio_player{
  792. height:80px;
  793. }
  794.  
  795. /* ------------------------- PAGINATION ------------------------- */
  796.  
  797. .navigation{
  798. position:relative;
  799. display:block;
  800. clear:both;
  801. margin:0;
  802. text-align:center;
  803. }
  804. .pagibutton{
  805. position:relative;
  806. display:inline-block;
  807. text-transform:lowercase;
  808. background:{color:posts};
  809. padding:15px;
  810. padding-top:10px;
  811. padding-bottom:10px;
  812. }
  813. .footer{
  814. margin:0 0 160px 0;
  815. text-align:center;
  816. position:relative;
  817. {block:PermalinkPage}
  818. display:none!important;
  819. {/block:PermalinkPage}
  820. }
  821.  
  822. /* -------------------- CREDIT: DO NOT REMOVE ---------------------- */
  823.  
  824. .credit{
  825. position:fixed;
  826. right:10px;
  827. bottom:10px;
  828. padding:3px 6px 3px 6px;
  829. background:{color:posts};
  830. font-size:11px;
  831. width:38px;
  832. text-align:center;
  833. }
  834.  
  835.  
  836. /* --------------------------- Custom CSS -------------------------- */
  837. {CustomCSS}
  838.  
  839.  
  840. </style>
  841. </head>
  842. <body>
  843.  
  844. <a href="#" class="scrollToTop" title="scroll to top"><i class="fa fa-arrow-up" aria-hidden="true"></i></a>
  845.  
  846. <div class="credit"><a title="theme by paige" href="http://neonbikethemes.tumblr.com">nbthm</a></div>
  847.  
  848. <!--TOPBAR-->
  849.  
  850. <div id="topbar">
  851.  
  852. {block:Ifshowicon}
  853. <div class="icon"><img src="{image:icon}"></div>
  854. {/block:Ifshowicon}
  855.  
  856. <br><div class="blogtitle"><a href="/">{Title}</a></div>
  857. <div class="blogdesc">{Description}</div>
  858.  
  859. <div id="navbar">
  860. <ul class="tab-links">
  861. <li style="margin-left:-15px">
  862. <a href="{text:link 1 url}">{text:link 1}</a></li>
  863. | <li><a href="{text:link 2 url}">{text:link 2}</a></li>
  864. | <li><a href="{text:link 3 url}">{text:link 3}</a></li>
  865. | <li><a href="{text:link 4 url}">{text:link 4}</a></li>
  866. | <li><a href="{text:link 5 url}">{text:link 5}</a></li>
  867. </ul>
  868. </div>
  869.  
  870. </div>
  871.  
  872.  
  873. <!-- -------------------------- POSTS -------------------------- -->
  874.  
  875.  
  876. <div class="grid">
  877.  
  878. {block:Posts}
  879. <div class="post">
  880.  
  881. <div class="rb">
  882. <div class="time"><a href="{Permalink}">{TimeAgo}</a></div>
  883. {block:NoteCount}
  884. <a href="{Permalink}">{NoteCount}</a>
  885. {/block:NoteCount}
  886. </div>
  887.  
  888. {block:Text}
  889. {block:Title}
  890. <h1><div class="linkblock"><i class="fa fa-bars"></i></div>
  891. <a href="{Permalink}">{Title}</a></h1>
  892. {/block:Title}
  893. {block:Body}<div class="caption">{Body}</div>{/block:Body}
  894. {/block:Text}
  895.  
  896. {block:Photo}
  897. <div class="image"><img src="{PhotoURL-500}"></div>
  898. {block:Ifhidecaptions}
  899. {block:permalink}
  900. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  901. {/block:permalink}
  902. {/block:Ifhidecaptions}
  903. {block:Ifnothidecaptions}
  904. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  905. {/block:Ifnothidecaptions}
  906. {/block:Photo}
  907.  
  908. {block:Photoset}
  909. <div class="image">
  910. <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>
  911. </div>
  912. {block:Ifhidecaptions}
  913. {block:permalink}
  914. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  915. {/block:permalink}
  916. {/block:Ifhidecaptions}
  917. {block:Ifnothidecaptions}
  918. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  919. {/block:Ifnothidecaptions}
  920. {/block:Photoset}
  921.  
  922. {block:Quote}
  923. <div class="quote">
  924. {Quote}
  925. {block:Source}<br><div class="quotesource">{Source}</div>{/block:Source}
  926. </div>
  927. {/block:Quote}
  928.  
  929. {block:Link}
  930. <h1 class="title"><div class="linkblock"><i class="fa fa-share-square-o" aria-hidden="true"></i>
  931. </div>
  932. <a href="{URL}">{Name}</a></h1>
  933. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  934. {/block:Link}
  935.  
  936. {block:Chat}
  937. {block:Title}<h1 class="title">
  938. {Title} <div class="linkblock"><i class="fa fa-comments-o"></i></div>
  939. </h1>{/block:title}
  940. <ul class="chat">
  941. {block:Lines}
  942. <li class="chat">
  943. {block:Label}<b>{Label}</b>{/block:Label}
  944. {Line}
  945. </li>
  946. {/block:Lines}
  947. </ul>
  948. {/block:Chat}
  949.  
  950.  
  951. {block:Audio}
  952. {block:AudioPlayer}
  953. <div class="image">
  954. {block:AlbumArt}
  955. <div class="songart">
  956. <img src="{AlbumArtURL}">
  957. </div>
  958. {/block:AlbumArt}
  959. <div class="player">{AudioPlayerWhite}</div>
  960. <div class="songtitle">
  961. {block:TrackName}{TrackName}{/block:TrackName}
  962. <div class="songauthor">
  963. {block:Artist}{Artist}{/block:Artist}
  964. </div>
  965. </div>
  966. </div>
  967. {/block:AudioPlayer}
  968. {block:AudioEmbed}
  969. <div class="au">{AudioEmbed}</div>
  970. {/block:AudioEmbed}
  971. {block:Ifhidecaptions}
  972. {block:permalink}
  973. {block:Caption}
  974. <div class="caption">{Caption}</div>
  975. {/block:Caption}
  976. {/block:permalink}
  977. {/block:Ifhidecaptions}
  978. {block:Ifnothidecaptions}
  979. {block:Caption}
  980. <div class="caption">{Caption}</div>
  981. {/block:Caption}
  982. {/block:Ifnothidecaptions}
  983. {/block:Audio}
  984.  
  985.  
  986. {block:Video}
  987. <div class="video"><div class="vid">{Video-500}</div></div>
  988. {block:Ifhidecaptions}
  989. {block:permalink}
  990. {block:Caption}
  991. <div class="caption">{Caption}</div>
  992. {/block:Caption}
  993. {/block:permalink}
  994. {/block:Ifhidecaptions}
  995. {block:Ifnothidecaptions}
  996. {block:Caption}
  997. <div class="caption">{Caption}</div>
  998. {/block:Caption}
  999. {/block:Ifnothidecaptions}
  1000. {/block:Video}
  1001.  
  1002. {block:Answer}
  1003. <div class="askerimg"><img src="{AskerPortraitURL-30}"></div>
  1004. <div class="question">
  1005. {Question}
  1006. <br><div class="asker"> {Asker}</div>
  1007. </div>
  1008. <div class="answer">{Answer}</div>
  1009. {/block:Answer}
  1010.  
  1011.  
  1012. <div class="postinfo">
  1013. {block:PermalinkPage}
  1014. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}, {12Hour}:{Minutes} {AmPm} /
  1015. <a href="{Permalink}">{TimeAgo}</a>
  1016. {block:NoteCount}
  1017. / <a href="{Permalink}">{NoteCountwithlabel}</a>
  1018. {/block:NoteCount}
  1019. {block:RebloggedFrom}
  1020. / <a href="{ReblogParentURL}"> from</a>
  1021. {block:ContentSource}
  1022. / <a href="{ReblogRootURL}" title="{ReblogRootName}">origin</a>
  1023. {/block:ContentSource}
  1024. {/block:RebloggedFrom}
  1025. {/block:PermalinkPage}
  1026. </div>
  1027.  
  1028. {block:ContentSource}
  1029. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1030. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1031. {/block:SourceLogo}
  1032. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1033. {/block:ContentSource}
  1034.  
  1035. {block:HasTags}
  1036. <div class="tags">
  1037. <i class="fa fa-tags" aria-hidden="true"></i>
  1038. {block:Tags}
  1039. <a href="{TagURL}">{Tag}</a>
  1040. {/block:Tags}
  1041. </div>
  1042. {/block:HasTags}
  1043.  
  1044.  
  1045. </div> <!-- end post -->
  1046.  
  1047. {block:PostNotes}
  1048. <div class="post">
  1049. <div class="notestitle">Notes</div>
  1050. <div class="pagenotes">{PostNotes-16}</div>
  1051. </div>
  1052. {/block:PostNotes}
  1053.  
  1054. {/block:Posts}
  1055. <!--Close of post-->
  1056.  
  1057. </div><!-- end post container -->
  1058.  
  1059.  
  1060. <div class="footer">
  1061. <div class="navigation">
  1062. {block:Pagination}
  1063. {block:PreviousPage}
  1064. <a href="{PreviousPage}">
  1065. <div class="pagibutton">Previous</div></a>
  1066. {/block:PreviousPage}
  1067. <div class="pagibutton">Page {CurrentPage} of {TotalPages}</div>
  1068. {block:NextPage}
  1069. <a href="{NextPage}">
  1070. <div class="pagibutton next">Next</div></a>
  1071. {/block:NextPage}
  1072. {/block:Pagination}
  1073. </div>
  1074. </div>
  1075.  
  1076.  
  1077.  
  1078.  
  1079. </div>
  1080. </div>
  1081.  
  1082. <!-------------------------------------------------------------->
  1083. <!-------------------------- SCRIPTS --------------------------->
  1084. <!-------------------------------------------------------------->
  1085.  
  1086. <!-- --------- FONTS --------- -->
  1087.  
  1088. <link href="https://fonts.googleapis.com/css?family=ABeeZee|Bitter|Karla|Lora|Montserrat|Open+Sans|Source+Sans+Pro" rel="stylesheet">
  1089.  
  1090. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  1091.  
  1092.  
  1093. <!-- TOOLTIPS -->
  1094. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1095. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1096. <script>
  1097. (function($){
  1098. $(document).ready(function(){
  1099. $("a[title]").style_my_tooltips({
  1100. tip_follows_cursor:true,
  1101. tip_delay_time:0,
  1102. tip_fade_speed:200,
  1103. attribute:"title"
  1104. });
  1105. });
  1106. })(jQuery);
  1107. </script>
  1108.  
  1109. <!-- SCROLL TO TOP -->
  1110. <script>
  1111. $(document).ready(function(){
  1112. $(window).scroll(function(){
  1113. if ($(this).scrollTop() > 100) {
  1114. $('.scrollToTop').fadeIn();
  1115. } else {
  1116. $('.scrollToTop').fadeOut();
  1117. }
  1118. });
  1119. $('.scrollToTop').click(function(){
  1120. $('html, body').animate({scrollTop : 0},800);
  1121. return false;
  1122. });
  1123. });
  1124. </script>
  1125.  
  1126. <!-- ITEM APPEAR ON SCROLL -->
  1127. <script type="text/javascript">
  1128. $(function() {
  1129. var header = $(".clearHeader");
  1130. $(window).scroll(function() {
  1131. var scroll = $(window).scrollTop();
  1132. if (scroll >= 500) {
  1133. header.removeClass('clearHeader').addClass("darkHeader");
  1134. } else {
  1135. header.removeClass("darkHeader").addClass('clearHeader');
  1136. }
  1137. });
  1138. });
  1139. </script>
  1140.  
  1141. <!-- ITEM HIDE ON SCROLL -->
  1142. <script type="text/javascript">
  1143. $(document).ready(function() {
  1144. $(window).scroll(function () {
  1145. var height = $('body').height();
  1146. var scrollTop = $('body').scrollTop();
  1147. var opacity = 1;
  1148. if(scrollTop > 400) {
  1149. opacity = 0.5;
  1150. }
  1151. $('#someDivId').css('opacity', opacity);
  1152. });
  1153. });
  1154. </script>
  1155.  
  1156. <!-- JQUERY-->
  1157. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
  1158.  
  1159. <!-- PHOTOSETS FROM PIXEL UNION -->
  1160. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1161. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1162.  
  1163. <!-- MASONRY -->
  1164. {block:IndexPage}
  1165. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  1166. {/block:IndexPage}
  1167. <script>
  1168. $(document).ready(function(){
  1169. $('.photo-slideshow').pxuPhotoset({
  1170. lightbox: true,
  1171. rounded: false,
  1172. gutter: '1px',
  1173. photoset: '.photo-slideshow',
  1174. photoWrap: '.photo-data',
  1175. photo: '.pxu-photo'
  1176. });
  1177. {block:IndexPage}
  1178. var $container = $('.grid');
  1179. $container.masonry({
  1180. itemSelector: '.post',
  1181. columnWidth: {select:post width} + 50
  1182. });
  1183. $container.imagesLoaded(function(){
  1184. $container.masonry();
  1185. $container.find('.post').animate({ opacity: 1, zIndex: 1 });
  1186. });
  1187. {/block:IndexPage}
  1188. });
  1189. </script>
  1190.  
  1191.  
  1192.  
  1193. </body>
  1194. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement