Advertisement
cvndythemes

shanewestcom

Jan 14th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <!--
  14.  
  15. >> ETHEREAL THEMES // shanewestnetwork
  16.  
  17. Designed by etherealthemes
  18. for shanewestcom.tumblr.com
  19. etherealthemes.tumblr.com
  20. ⓒ 2016 - 2019
  21.  
  22. >> CREDITS
  23.  
  24. Fonts by Google
  25. Photosets by @gukthemes & @cathms
  26.  
  27. -->
  28.  
  29.  
  30.  
  31. <!-- COLORS -->
  32. <meta name="color:Background" content="#ffffff" />
  33. <meta name="color:Text" content="#252525" />
  34. <meta name="color:Links" content="#595959" />
  35.  
  36. <meta name="color:Accent Green" content="#acc764" />
  37. <meta name="color:Accent Blue" content="#75c9c3" />
  38. <meta name="color:Accent Gray" content="#252525" />
  39.  
  40. <meta name="color:Container" content="#ffffff" />
  41. <meta name="color:Content" content="#ffffff" />
  42.  
  43.  
  44.  
  45. <!-- IMAGES -->
  46. <meta name="image:Logo" content="https://static.tumblr.com/zvesamf/VEbpl9afv/shanewestnetwork_logo.png"/>
  47. <meta name="image:Header" content="https://static.tumblr.com/zvesamf/wxFpl9afy/shanewestnetwork_header.png"/>
  48. <meta name="image:Borders" content="https://static.tumblr.com/zvesamf/4uRpl9afv/shanewestnetwork_border.png"/>
  49. <meta name="image:Welcome" content="https://static.tumblr.com/zvesamf/JUFpl9bpn/shanewestnetwork_welcome.png"/>
  50. <meta name="image:Separator" content="https://static.tumblr.com/zvesamf/ysapl9bpm/shanewestnetwork_separator.png"/>
  51. <meta name="image:Sidebar" content="https://placehold.it/300X300"/>
  52.  
  53.  
  54.  
  55. <!-- TEXT -->
  56. <meta name="text:Admin Blogname" content="eduardodorrance"/>
  57.  
  58. <!-- IF -->
  59. <meta name="if:Shrinking Topbar" content="1"/>
  60.  
  61.  
  62. <!-- SCRIPTS -->
  63.  
  64. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
  65.  
  66. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67.  
  68. <script src="https://static.tumblr.com/zvesamf/uCToz2tqz/jquery.style-my-tooltips.js"></script>
  69.  
  70. <script>
  71. (function($){
  72. $(document).ready(function(){
  73. $("[title]").style_my_tooltips({
  74. tip_delay_time:200,
  75. tip_fade_speed:300,
  76. tip_follows_cursor:true
  77. }
  78. );
  79. });
  80. })(jQuery);
  81. </script>
  82.  
  83. <script src="https://static.tumblr.com/yzs4yqx/BV3o343ow/smoothscroll.min.js"></script>
  84.  
  85. <script>
  86. $container.infinitescroll({
  87. itemSelector: '.posts',
  88. topbarSelector: '.pagination',
  89. nextSelector: '.pagination a',
  90. loadingImg: '',
  91. loadingText: '<em></em>',
  92. bufferPx: 2000
  93. },
  94. function( newElements ) {
  95. var $newElems = $(newElements);
  96. var $newElemsIDs = $newElems.map(function(){
  97. return this.id;
  98. }).get();
  99. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  100. });
  101. </script>
  102.  
  103. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i|Montserrat:400,400i,600,600i" rel="stylesheet">
  104.  
  105. <!-- STYLESHEET -->
  106.  
  107. <style type="text/css">
  108.  
  109.  
  110. /* --- TOOLTIPS ---*/
  111.  
  112. #s-m-t-tooltip {
  113. max-width:200px;
  114. margin:15px;
  115. background-color:{color:Accent Green};
  116. padding:5px;
  117. line-height:100%;
  118. font-size:10px;
  119. border-radius:3px;
  120. word-wrap:break-word;
  121. text-transform:lowercase;
  122. word-break:break-all;
  123. color:{color:Container};
  124. z-index:10;
  125. }
  126.  
  127. /* --- SELECTION ---*/
  128.  
  129. ::-moz-selection {
  130. color:{color:Text};
  131. background:{color:Accent Blue};
  132. opacity:1;
  133. }
  134.  
  135. ::selection {
  136. color:{color:Text};
  137. background:{color:Accent Blue};
  138. opacity:1;
  139. }
  140.  
  141. /* --- SCROLLBAR ---*/
  142.  
  143. ::-webkit-scrollbar {height:15px;width:15px;background-color:{color:Background};}
  144.  
  145. ::-webkit-scrollbar-track {background-color:#cccccc;border:7px solid {color:Background};}
  146.  
  147. ::-webkit-scrollbar-thumb {min-height:25px;min-width:25px;background-color:{color:Text};border:7px solid {color:Background};}
  148.  
  149. /* --- TUMBLR TOOLS --- */
  150.  
  151. {block:IndexPage}
  152. iframe.tmblr-iframe {
  153. top:11px!important;
  154. right:5px!important;
  155. opacity:0;
  156. padding:40px 40px 30px 0px;
  157. z-index:15!important;
  158. transform:scale(0.5);
  159. transform-origin:100% 0;
  160. -webkit-transform:scale(0.5);
  161. -webkit-transform-origin:100% 0;
  162. -o-transform:scale(0.5);
  163. -o-transform-origin:100% 0;
  164. -moz-transform:scale(0.5);
  165. -moz-transform-origin:100% 0;
  166. -ms-transform:scale(0.5);
  167. -ms-transform-origin:100% 0;
  168. transition:0.2s ease-in-out;
  169. -webkit-transition:0.2s ease-in-out;
  170. -moz-transition:0.2s ease-in-out;
  171. filter:invert(1);
  172. -webkit-filter:invert(1);
  173. -o-filter:invert(1);
  174. -moz-filter:invert(1);
  175. -ms-filter:invert(1);
  176. }
  177.  
  178. iframe.tmblr-iframe:hover {opacity:0.5!important;}
  179.  
  180. .tcontrols {
  181. position:fixed;
  182. top:36px;
  183. right:15px;
  184. z-index:14;
  185. transition:0.2s ease-in-out;
  186. -webkit-transition:0.2s ease-in-out;
  187. -moz-transition:0.2s ease-in-out;
  188. }
  189.  
  190. .tcontrols {
  191. color:{color:Text};
  192. font-size:14px;
  193. font-weight:600;}
  194.  
  195. {/block:IndexPage}
  196.  
  197. {block:PermalinkPage}
  198. iframe.tmblr-iframe {
  199. top:11px!important;
  200. right:5px!important;
  201. opacity:0.5!important;
  202. padding:0px 0px 30px 0px;
  203. z-index:15!important;
  204. transform:scale(0.5);
  205. transform-origin:100% 0;
  206. -webkit-transform:scale(0.5);
  207. -webkit-transform-origin:100% 0;
  208. -o-transform:scale(0.5);
  209. -o-transform-origin:100% 0;
  210. -moz-transform:scale(0.5);
  211. -moz-transform-origin:100% 0;
  212. -ms-transform:scale(0.5);
  213. -ms-transform-origin:100% 0;
  214. transition:0.2s ease-in-out;
  215. -webkit-transition:0.2s ease-in-out;
  216. -moz-transition:0.2s ease-in-out;
  217. filter:invert(1);
  218. -webkit-filter:invert(1);
  219. -o-filter:invert(1);
  220. -moz-filter:invert(1);
  221. -ms-filter:invert(1);
  222. }
  223. {/block:PermalinkPage}
  224.  
  225. /* --- BODY --- */
  226.  
  227. body {
  228. margin:0px;
  229. padding:0px;
  230. font-family: 'Source Sans Pro', sans-serif;
  231. color:{color:Text};
  232. font-size:12px;
  233. font-weight:400;
  234. line-height:160%;
  235. font-weight:normal;
  236. word-wrap:normal;
  237. text-align:left;
  238. background-color:{color:Background};
  239. }
  240.  
  241. a {color:{color:Links};text-decoration:none;border:0;}
  242.  
  243. .container a {opacity:1;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-moz-transition:0.3s ease-in-out;}
  244.  
  245. .container a:hover {opacity:0.8;}
  246.  
  247.  
  248. b,strong {font-weight:600;}
  249. i,italic {font-style:italic;letter-spacing:0.5px;}
  250. small {font-size:12px;}
  251. big {font-size:12px;}
  252.  
  253. hr.divider, hr, hr.separator {
  254. display:block;
  255. margin-top:0.5em;
  256. margin-bottom:0.5em;
  257. margin-left:auto;
  258. margin-right:auto;
  259. border-style:inset;
  260. border-color:{color:Text};
  261. border-bottom:1px;
  262. }
  263.  
  264. pre {
  265. white-space:pre-wrap;
  266. white-space:-moz-pre-wrap;
  267. white-space:-pre-wrap;
  268. white-space:-o-pre-wrap;
  269. word-wrap:break-word;
  270. }
  271.  
  272. /* --- TOPBAR --- */
  273.  
  274. .topbar {
  275. {block:IfShrinkingTopbar}
  276. position:absolute;
  277. {/block:IfShrinkingTopbar}
  278.  
  279. {block:IfNotShrinkingTopbar}
  280. position:fixed;
  281. {/block:IfNotShrinkingTopbar}
  282.  
  283. top:0;
  284. left:0;
  285. margin:0 auto;
  286. width:100%;
  287. padding:30px 0px;
  288. font-size:10px;
  289. letter-spacing:0.5px;
  290. font-family: 'Montserrat', sans-serif;
  291. text-align:center;
  292. background:#fff;
  293. z-index:5;
  294. transition:0.3s ease-in-out;
  295. -webkit-transition:0.1s ease-in-out;
  296. -moz-transition:0.1s ease-in-out;
  297. }
  298.  
  299. {block:IfShrinkingTopbar}
  300. .navigation {-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-moz-transition:0.3s ease-in-out;}
  301. {/block:IfShrinkingTopbar}
  302.  
  303. .navigation a {
  304. text-transform:uppercase;
  305. font-size:12px;
  306. font-style:normal;
  307. margin:0px 20px;
  308. color:{color:Text};
  309. }
  310.  
  311. .navigation a:nth-child(1n + 1):hover {background:{color:Accent Green};}
  312. .navigation a:nth-child(2n + 2):hover {background:{color:Accent Blue};}
  313.  
  314. .navigation img {width:276px;height:89px;vertical-align:middle;margin:0px 25px;}
  315.  
  316. {block:IfShrinkingTopbar}
  317. .topbar-shrink {position:fixed;padding:20px 0px;}
  318.  
  319. .topbar-shrink .navigation a {font-size:12px;}
  320.  
  321. .topbar-shrink .navigation img {height:auto;width:175px;}
  322.  
  323. .topbar, .topbar-shrink, .navigation, .navigation a, .navigation img {transition:0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;}
  324. {/block:IfShrinkingTopbar}
  325.  
  326. /* --- CONTAINER --- */
  327.  
  328. .container {
  329. margin:0 auto;
  330. margin-top:150px;
  331. width:1200px;
  332. background:{color:Container};
  333. }
  334.  
  335. #end {
  336. clear:both;
  337. text-align:center;
  338. }
  339.  
  340. /* --- HEADER --- */
  341.  
  342. .header {
  343. margin:0 auto;
  344. width:1200px;
  345. height:450px;
  346. background-image: url('{image:Header}');
  347. background-position:center top;
  348. background-repeat:no-repeat;
  349. }
  350.  
  351. /* --- WELCOME --- */
  352.  
  353. .welcomecont {
  354. margin:0 auto;
  355. width:950px;
  356. padding:40px 0px;
  357. text-align:center;
  358. background:{color:Content};
  359. }
  360.  
  361. .welcome {
  362. margin:0 auto;
  363. width:650px;
  364. font-size:12px;
  365. padding:20px 100px 20px 100px;
  366. text-align:center;
  367. }
  368.  
  369. .welcome b {color:Text;}
  370.  
  371. .welcome i {font-style:normal;color:{color:Accent Blue};}
  372.  
  373. .welcome img {
  374. vertical-align:middle;margin:-10px 3px 0px 0px;
  375. }
  376.  
  377. .latest {padding:24px 0px 20px 0px;text-align:center;background:#fff;}
  378.  
  379. .ji-tumblr-photos img {
  380. -webkit-filter: grayscale(1); /* Old WebKit */
  381. filter: grayscale(1);
  382. opacity:0.8;
  383. transition:0.2s ease-in-out;
  384. -webkit-transition:0.2s ease-in-out;
  385. -moz-transition:0.2s ease-in-out;
  386. }
  387.  
  388. .ji-tumblr-photos img:hover {opacity:1;}
  389.  
  390. .photoarchive {margin:0 auto;text-align:center;}
  391.  
  392. .photoarchive b, .photoarchive a {
  393. font-family: 'Montserrat', sans-serif;
  394. letter-spacing:1px;
  395. display:inline-block;
  396. text-align:center;
  397. padding:5px 15px;
  398. text-transform:uppercase;
  399. font-weight:400;
  400. margin:0;
  401. }
  402.  
  403. .photoarchive b {background:{color:Accent Gray};color:#fff;}
  404.  
  405. .photoarchive a {background:{color:Accent Green};color:{color:Text};margin-left:-3px;}
  406.  
  407. /* --- SIDEBAR --- */
  408.  
  409. .sidebar {
  410. float:left;
  411. margin:30px 0px 0px 85px;
  412. width:325px;
  413. background:{color:Container};
  414. }
  415.  
  416. .side {
  417. padding:20px 10px 10px 10px;
  418. text-align:left;
  419. background:{color:Content};
  420. margin-bottom:55px;
  421. }
  422.  
  423. .sidetitle {
  424. font-family: 'Montserrat', sans-serif;
  425. text-transform:uppercase;
  426. letter-spacing:1px;
  427. font-weight:600;
  428. background-image: url('{image:Borders}');
  429. background-position:bottom left;
  430. background-repeat:no-repeat;
  431. padding-bottom:10px;
  432. margin-bottom:20px;
  433. }
  434.  
  435. /* --- SIDEBAR EXTRAS --- */
  436.  
  437. .links {margin-top:-5px;}
  438.  
  439. .links a {display:block;text-transform:uppercase;}
  440.  
  441. .projects {margin-bottom:20px;}
  442.  
  443. .projects:last-of-type {margin-bottom:0;}
  444.  
  445. .proj_image {display:inline-block;width:100px;height:100px;}
  446.  
  447. .proj_image img {width:100px;height:100px;}
  448.  
  449. .proj_detail {position:relative;display:inline-block;width:calc(325px - 100px - 30px);top:-10px;left:10px;}
  450.  
  451. .proj_detail h1 {
  452. font-family: 'Montserrat', sans-serif;
  453. font-size:12px;
  454. text-transform:uppercase;
  455. letter-spacing:1px;
  456. margin:0px;
  457. font-weight:600;
  458. }
  459.  
  460. .proj_detail b {text-transform:uppercase;font-weight:400;color:{color:Accent Blue};}
  461.  
  462. .proj_detail i {text-transform:uppercase;font-style:normal;border-bottom:1px solid {color:Accent Green};padding-bottom:1px;}
  463.  
  464. .proj_detail em {font-style:normal;text-transform:uppercase;display:block;}
  465.  
  466. .affiliates {text-align:center;}
  467.  
  468. .affiliates img {height:45px;width:45px;}
  469.  
  470. .admin {text-align:left;}
  471.  
  472. .admin_image {display:inline-block;width:100px;height:100px;}
  473.  
  474. .admin_image img {width:70px;height:70px;}
  475.  
  476. .admin_detail {position:relative;display:inline-block;width:calc(325px - 100px - 30px);top:-2px;left:-15px;}
  477.  
  478. .admin_detail h1 {
  479. font-family: 'Montserrat', sans-serif;
  480. color:{color:Text};
  481. font-size:12px;
  482. text-transform:uppercase;
  483. letter-spacing:1px;
  484. margin:0px;
  485. font-weight:600;
  486. }
  487.  
  488. .admin_detail a {color:{color:Text};}
  489.  
  490. .admin_detail i {font-style:normal;color:{color:Accent Blue};}
  491.  
  492. .about {
  493. margin:10px 0px 0px 15px;
  494. width:calc(325px - 40px);
  495. }
  496.  
  497. /* --- POSTS --- */
  498.  
  499. .posts {
  500. float:right;
  501. width:560px;
  502. padding:0px;
  503. margin:40px 86px 0px 0px;
  504. background:{color:Container};
  505. }
  506.  
  507. .iposts {
  508. width:540px;
  509. background:{color:Content};
  510. min-height:75px;
  511. padding:5px 10px 10px 10px;
  512. }
  513.  
  514. .set {margin-bottom:-8px;}
  515.  
  516. .photo-slideshow {width:auto!important;}
  517.  
  518. .video, video, embed, iframe {max-width:540px;}
  519.  
  520. .video {margin-left:20px;}
  521.  
  522. .iposts img, .ipostpxu, .ipostpxu img, img, object {max-width:100%;height:auto;}
  523.  
  524. .caption {padding:0px;}
  525.  
  526. /* --- POST INFO --- */
  527.  
  528. .postinfo {padding:10px;background:{color:Content};}
  529.  
  530. .postdates {margin:0px;}
  531.  
  532. .postdates a {
  533. display:inline-block;
  534. font-family: 'Montserrat', sans-serif;
  535. color:{color:Content};
  536. font-size:13px;
  537. text-transform:uppercase;
  538. letter-spacing:1px;
  539. font-weight:400;
  540. padding:4px 10px;
  541. margin-bottom:4px;
  542. background:{color:Accent Blue};
  543. }
  544.  
  545. .poster a {color:{color:Text};}
  546.  
  547. /* --- POST CONTROL --- */
  548.  
  549. .postcontrol {
  550. float:right;
  551. margin-right:-1px;
  552. width:50px;
  553. margin-top:-55px;
  554. overflow:hidden;
  555. text-align:center;
  556. }
  557.  
  558. .postcontrol i {
  559. width:10px;
  560. height:auto;
  561. opacity:1;
  562. padding:1px 1px 1px 3px;
  563. display:block;
  564. overflow:hidden;
  565. color:{color:Text};
  566. }
  567.  
  568. .postcontrol a {
  569. display:inline-block;
  570. text-transform:uppercase;
  571. font-size:9px;
  572. }
  573.  
  574. .postcontrol .reblog i {
  575. width:10px;
  576. margin-top:1px;
  577. font-size:10px;
  578. }
  579. .postcontrol .like .liked + i {
  580. opacity:1;
  581. width:10px;
  582. }
  583.  
  584. .postcontrol .like .liked + i {
  585. fill:{color:Accent Blue};
  586. color:{color:Accent Blue};
  587. }
  588.  
  589. .postcontrol .like .like_button {
  590. position:relative;
  591. }
  592.  
  593. .postcontrol .like .like_button iframe {
  594. position:absolute;
  595. top:0;
  596. left:0;
  597. bottom:0;
  598. right:0;
  599. z-index:2;
  600. opacity:0.000001;
  601. }
  602.  
  603. /* --- POST TAGS ---*/
  604.  
  605. .posttags {margin-bottom:100px;}
  606.  
  607. .ptags {padding:10px;}
  608.  
  609. .posttags i {
  610. display:inline-block;
  611. color:{color:Content};
  612. font-style:normal;
  613. padding:0px 2px 1px 2px;
  614. margin-right:1px;
  615. background:{color:Accent Green};
  616. }
  617.  
  618. .posttags a {color:{color:Text};margin:0px 4px;}
  619.  
  620. /* --- POST STYLES --- */
  621.  
  622. h1, h2, h3 {
  623. font-family: 'Montserrat', sans-serif;
  624. color:{color:Text};
  625. font-size:16px;
  626. letter-spacing:1px;
  627. font-weight:400;
  628. margin:0px 0px 3px 0px;
  629. }
  630.  
  631. h1, h2 {text-transform:uppercase;}
  632.  
  633. h3::before, h3::after {position:relative;top:8px;font-size:28px;}
  634.  
  635. h3::before {content:"\201C";}
  636.  
  637. h3::after {content:"\201D";}
  638.  
  639. blockquote {
  640. padding:2px 0px 2px 10px;
  641. text-decoration:none;
  642. border-left:1px solid {color:Text};
  643. margin:5px 0;
  644. }
  645.  
  646. blockquote img {
  647. max-width:100%;
  648. display:block;
  649. margin-bottom:5px;
  650. }
  651.  
  652. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, .user_7 .label, .user_8 .label {font-weight:600;}
  653.  
  654. ul.chat {list-style:none; margin: 0px 0px 0px 0px; padding: 0px;}
  655.  
  656. .chat li {
  657. list-style: none;
  658. margin: 0px;
  659. padding: 2px;
  660. border: none;
  661. }
  662.  
  663. .chat li:first-child {border: none; }
  664.  
  665. .linkpost a {color:{color:Text}!important;opacity:1!important;}
  666.  
  667. /* --- QUESTIONS --- */
  668.  
  669. .questionpost {padding:0px 10px;}
  670.  
  671. .questionpost img {
  672. width:40px;
  673. height:40px;
  674. margin-right:8px;
  675. margin-top:4px;
  676. }
  677.  
  678. .question {
  679. display:inline-block;
  680. margin-left:7px;
  681. line-height:150%;
  682. text-align:justify;
  683. }
  684.  
  685. .questionborder {
  686. margin:20px 0px 20px 45px;
  687. opacity:0.2;
  688. background:{color:Text};
  689. width:450px;
  690. height:1px;
  691. }
  692.  
  693. /* --- LIGHTBOXES ---*/
  694.  
  695. .vignette, #vignette {opacity:0; }
  696.  
  697. .lightbox-image, #tumblr_lightbox img {
  698. box-shadow:none !important;
  699. border-radius:0 !important;
  700. max-width:none;
  701. -moz-box-sizing:border-box;
  702. box-sizing:border-box;
  703. }
  704.  
  705. .tmblr-lightbox, #tumblr_lightbox {
  706. background-color:rgba({select:Lightbox}.90) !important;
  707. }
  708.  
  709. .lightbox-caption, #tumblr_lightbox_caption {visibility:hidden;}
  710.  
  711. /* --- AUDIO --- */
  712.  
  713. .player {
  714. position:absolute;
  715. margin-top:-69px;
  716. margin-left:35px;
  717. opacity:0.5;
  718. }
  719.  
  720. .audiop, .player {display:inline-block;}
  721.  
  722. .trackname {
  723. margin-left:120px;
  724. margin-top:-72px;
  725. color:{color:Text};
  726. text-transform:uppercase;
  727. font-weight:600;
  728. }
  729.  
  730. .artist {margin-left:120px;color:{color:Text};}
  731.  
  732. .audiop {
  733. position:absolute;
  734. display:block;
  735. margin-top:4px
  736. margin-top:-109px;
  737. }
  738.  
  739. .audioimg img {
  740. margin-top:10px;
  741. height:100px;
  742. width:100px;
  743. }
  744.  
  745. .tumblr_audio_player {
  746. width:30px;
  747. height:27px;
  748. overflow:hidden;
  749. }
  750.  
  751. .soundcloud_audio_player{margin-left:-20px;padding-top:15px;width:540px;height:100px;}
  752.  
  753. /* ---PERMALINK NOTES --- */
  754.  
  755. #permanote {
  756. width:500px;
  757. margin:-40px 0px 20px -5px;
  758. background:{color:Content};
  759. padding:5px 30px;
  760. text-align:left;
  761. overflow-x:hidden;
  762. }
  763.  
  764. #permanote blockquote {border-left:1px solid {color:Accent Grey};}
  765.  
  766. ol.notes {
  767. padding: 0px;
  768. margin:25px 0px;
  769. list-style-type: none;
  770. border-bottom: solid 0px;
  771. font-size: 10px;
  772. letter-spacing: 1px;
  773. }
  774.  
  775. .notes a {color: {color:Text};}
  776. .notes a:hover {color: {color:Text};}
  777.  
  778. ol.notes li.note {
  779. border-top: solid 1px {color:Accent Grey};
  780. padding: 10px;
  781. list-style-type:none!important;
  782. }
  783.  
  784. ol.notes li.note img.avatar {
  785. vertical-align: -1px;
  786. margin-right: 10px;
  787. width: 12px;
  788. height: 12px;
  789. display: inline-block;
  790. }
  791.  
  792. ol.notes li.note span.action {font-weight: normal;}
  793.  
  794. ol.notes li.note .answer_content {font-weight: normal;}
  795.  
  796. ol.notes li.note blockquote {
  797. border-color:{color:Accent Grey};
  798. padding: 4px 10px;
  799. margin: 10px 0px 0px 25px;
  800. }
  801.  
  802. ol.notes li.note blockquote a {text-decoration: none;}
  803.  
  804. /* --- PAGINATION --- */
  805.  
  806. .pagination {
  807. margin:50px 0px 50px 0px;
  808. font-style:italic;
  809. padding:10px;
  810. font-weight:400;
  811. text-align:center;
  812. color:{color:Text};
  813. background:{color:Container};
  814. }
  815.  
  816. .pagination b {
  817. text-transform:uppercase;
  818. font-style:italic;
  819. font-weight:600;
  820. }
  821.  
  822. .pagination a {
  823. display:inline-block;
  824. color:{color:Text};
  825. padding:2px 3px 2px 0px;
  826. }
  827.  
  828. .pagination .current {
  829. display:inline-block;
  830. margin:8px;
  831. color:{color:Text};
  832. min-width:15px;
  833. }
  834.  
  835. .current_page {padding:2px 3px 2px 0px;}
  836.  
  837. .pagination a.jump {
  838. font-size:10px;
  839. line-height:10px;
  840. color:{color:Text};
  841. min-width:15px;
  842. }
  843.  
  844. /* --- FOOTER --- */
  845.  
  846. footer {
  847. margin:0 auto;
  848. margin:20px 0px 40px 0px;
  849. padding:20px;
  850. width:1200px;
  851. text-align:center;
  852. text-transform:uppercase;
  853. font-weight:600;
  854. }
  855.  
  856. footer a {color:{color:Accent Blue};}
  857.  
  858. footer img {width:175px;height:56px;margin-bottom:5px;}
  859.  
  860. /* --- SCROLL TO TOP --- */
  861.  
  862. #scrollToTop {
  863. display:none;
  864. position:fixed;
  865. bottom:15px;
  866. right:10px;
  867. }
  868.  
  869. #scrollToTop i {
  870. color:{color:Text};
  871. font-size:15px;
  872. display:inline-block;
  873. padding:5px;
  874. transition:0.2s ease-in-out;
  875. -webkit-transition:0.2s ease-in-out;
  876. -moz-transition:0.2s ease-in-out;
  877. }
  878.  
  879. {CustomCSS}
  880. </style>
  881.  
  882. </head>
  883. <body>
  884.  
  885.  
  886.  
  887.  
  888. <!-- START TOPBAR -->
  889. <div class="topbar">
  890. <div class="navigation">
  891.  
  892. <a href="/">home</a> /
  893. <a href="/ask">contact</a> /
  894. <a href="/tags">tags</a> /
  895. <a href="/tagged/*">edits</a>
  896.  
  897. <img src="{image:Logo}" />
  898.  
  899. <a href="/tagged/news">news</a> /
  900. <a href="https://shane-west.com/">shane-west.com</a> /
  901. <a href="https://shane-west.com/pictures/">gallery</a>
  902.  
  903. </div>
  904.  
  905. </div>
  906.  
  907. {block:IndexPage}
  908. <div class="tcontrols">+</div>
  909. {/block:IndexPage}
  910. <!-- END TOPBAR -->
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920. <!-- START CONTAINER -->
  921. <div class="container">
  922.  
  923.  
  924.  
  925. <!-- START HEADER -->
  926. <div class="header"></div>
  927. <!-- END HEADER -->
  928.  
  929.  
  930.  
  931.  
  932. <!-- START WELCOME -->
  933. <div class="welcomecont">
  934.  
  935. <div class="welcome">
  936.  
  937. <img src="{image:Welcome}" /> to <b>SHANE WEST NETWORK • shane-west.com</b>, your number one resource and longest running site dedicated to American actor <i>Shane West</i>. Shane is known for his roles in A Walk to Remember, The League of Extraordinary Gentlemen, the CWs Nikita and most recently the WGN America series Salem. He’ll be seen next on the final season of FOXs Gotham as the infamous Bane/Eduardo Dorrance. With success on both the big screen and television, <i>Shane</i> has captured the hearts of many since he began acting 20 years ago, proving to be a talented actor, singer and gain fans from around the globe. We hope you enjoy visitng and make sure to come back soon! <b>Samantha xx</b>
  938.  
  939. </div>
  940.  
  941. <img src="{image:Separator}" />
  942.  
  943. <div class="latest">
  944. <div class='ji-tumblr-photos'><a id='ji-tumblr-url-gallery-1' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-1' src='' alt='' /></a><a id='ji-tumblr-url-gallery-2' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-2' src='' alt='' /></a><a id='ji-tumblr-url-gallery-3' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-3' src='' alt='' /></a><a id='ji-tumblr-url-gallery-4' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-4' src='' alt='' /></a><a id='ji-tumblr-url-gallery-5' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-5' src='' alt='' /></a><a id='ji-tumblr-url-gallery-6' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-6' src='' alt='' /></a><a id='ji-tumblr-url-gallery-7' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-7' src='' alt='' /></a><a id='ji-tumblr-url-gallery-8' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-8' src='' alt='' /></a><a id='ji-tumblr-url-gallery-9' href=''><img border='0' style='margin:1px' id='ji-tumblr-photo-gallery-9' src='' alt='' /></a>
  945. </div>
  946. <script type='text/javascript' src='https://shanewestcom.tumblr.com/api/read/json?number=10&type=photo'></script>
  947. <script type='text/javascript'>
  948. document.getElementById('ji-tumblr-photo-gallery-1').setAttribute('src', tumblr_api_read.posts[0]['photo-url-75']);
  949. document.getElementById('ji-tumblr-url-gallery-1').setAttribute('href', tumblr_api_read.posts[0]['url-with-slug']);
  950. document.getElementById('ji-tumblr-photo-gallery-2').setAttribute('src', tumblr_api_read.posts[1]['photo-url-75']);
  951. document.getElementById('ji-tumblr-url-gallery-2').setAttribute('href', tumblr_api_read.posts[1]['url-with-slug']);
  952. document.getElementById('ji-tumblr-photo-gallery-3').setAttribute('src', tumblr_api_read.posts[2]['photo-url-75']);
  953. document.getElementById('ji-tumblr-url-gallery-3').setAttribute('href', tumblr_api_read.posts[2]['url-with-slug']);
  954. document.getElementById('ji-tumblr-photo-gallery-4').setAttribute('src', tumblr_api_read.posts[3]['photo-url-75']);
  955. document.getElementById('ji-tumblr-url-gallery-4').setAttribute('href', tumblr_api_read.posts[3]['url-with-slug']);
  956. document.getElementById('ji-tumblr-photo-gallery-5').setAttribute('src', tumblr_api_read.posts[4]['photo-url-75']);
  957. document.getElementById('ji-tumblr-url-gallery-5').setAttribute('href', tumblr_api_read.posts[4]['url-with-slug']);
  958. document.getElementById('ji-tumblr-photo-gallery-6').setAttribute('src', tumblr_api_read.posts[5]['photo-url-75']);
  959. document.getElementById('ji-tumblr-url-gallery-6').setAttribute('href', tumblr_api_read.posts[5]['url-with-slug']);
  960. document.getElementById('ji-tumblr-photo-gallery-7').setAttribute('src', tumblr_api_read.posts[6]['photo-url-75']);
  961. document.getElementById('ji-tumblr-url-gallery-7').setAttribute('href', tumblr_api_read.posts[6]['url-with-slug']);
  962. document.getElementById('ji-tumblr-photo-gallery-8').setAttribute('src', tumblr_api_read.posts[7]['photo-url-75']);
  963. document.getElementById('ji-tumblr-url-gallery-8').setAttribute('href', tumblr_api_read.posts[7]['url-with-slug']);
  964. document.getElementById('ji-tumblr-photo-gallery-9').setAttribute('src', tumblr_api_read.posts[8]['photo-url-75']);
  965. document.getElementById('ji-tumblr-url-gallery-9').setAttribute('href', tumblr_api_read.posts[8]['url-with-slug']);
  966. </script>
  967. </div>
  968.  
  969. <div class="photoarchive">
  970. <b>With over 15,000+ images and counting!</b>
  971. <a href="https://shane-west.com/pictures/">More Photos +</a>
  972. </div>
  973.  
  974.  
  975. </div>
  976. <!-- END WELCOME -->
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987. <!-- START SIDEBAR -->
  988. <div class="sidebar">
  989.  
  990.  
  991.  
  992. <!-- SIDEBAR ; IMAGE -->
  993. <div class="side">
  994.  
  995. <img src="{image:Sidebar}" />
  996.  
  997. </div>
  998.  
  999.  
  1000.  
  1001. <!-- SIDEBAR ; LINKS -->
  1002. <div class="side">
  1003. <div class="sidetitle">Links</div>
  1004.  
  1005. <div class="links">
  1006. <a href=""><b>Shane's</b> official twitter</a>
  1007. <a href=""><b>Shane's</b> official instagram</a>
  1008. <a href=""><b>Shane's</b> official facebook</a>
  1009. </div>
  1010.  
  1011. </div>
  1012.  
  1013.  
  1014.  
  1015. <!-- SIDEBAR ; INSTAGRAM -->
  1016. <div class="side">
  1017. <div class="sidetitle">Instagram</div>
  1018.  
  1019. <center>
  1020. <!-- InstaWidget -->
  1021. <a href="https://instawidget.net/v/user/theshanewest" id="link-2eb44fd915aa14df8b2a4cedb9240b7b33a1a4a80d8791fa68404dab76889c47">@theshanewest</a>
  1022. <script src="https://instawidget.net/js/instawidget.js?u=2eb44fd915aa14df8b2a4cedb9240b7b33a1a4a80d8791fa68404dab76889c47&width=300px"></script>
  1023. </center>
  1024.  
  1025. </div>
  1026.  
  1027.  
  1028.  
  1029.  
  1030. <!-- SIDEBAR ; TWITTER -->
  1031. <div class="side">
  1032. <div class="sidetitle">Twitter</div>
  1033.  
  1034. <center>
  1035. <a class="twitter-timeline" data-width="300" data-height="350" data-dnt="true" data-link-color="#bac35f" href="https://twitter.com/shanewest">Tweets by Shane West</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
  1036.  
  1037. </center>
  1038.  
  1039. </div>
  1040.  
  1041.  
  1042.  
  1043. <!-- SIDEBAR ; PROJECTS -->
  1044. <div class="side">
  1045. <div class="sidetitle">Projects</div>
  1046.  
  1047. <!-- Project One -->
  1048. <div class="projects">
  1049. <div class="proj_image"><img src="https://placehold.it/100X100" /></div>
  1050. <div class="proj_detail">
  1051. <h1>Project Title (2019)</h1>
  1052. <b>Shane</b> as <i>Character Name</i>
  1053. <em>Release Date</em>
  1054. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  1055. </div>
  1056. </div>
  1057.  
  1058.  
  1059. <!-- Project Two -->
  1060. <div class="projects">
  1061. <div class="proj_image"><img src="https://placehold.it/100X100" /></div>
  1062. <div class="proj_detail">
  1063. <h1>Project Title (2019)</h1>
  1064. <b>Shane</b> as <i>Character Name</i>
  1065. <em>Release Date</em>
  1066. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  1067. </div>
  1068. </div>
  1069.  
  1070.  
  1071. <!-- Project Three -->
  1072. <div class="projects">
  1073. <div class="proj_image"><img src="https://placehold.it/100X100" /></div>
  1074. <div class="proj_detail">
  1075. <h1>Project Title (2019)</h1>
  1076. <b>Shane</b> as <i>Character Name</i>
  1077. <em>Release Date</em>
  1078. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  1079. </div>
  1080. </div>
  1081.  
  1082. </div>
  1083.  
  1084.  
  1085.  
  1086.  
  1087. <!-- SIDEBAR ; AFFILIATES -->
  1088. <div class="side">
  1089. <div class="sidetitle">Affiliates</div>
  1090.  
  1091. <div class="affiliates">
  1092.  
  1093. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1094. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1095. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1096. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1097. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1098. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1099.  
  1100. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1101. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1102. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1103. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1104. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1105. <a title="blog name" href="/apply"><img src="https://api.tumblr.com/v2/blog/shanewestcom.tumblr.com/avatar/512"></a>
  1106.  
  1107. </div>
  1108.  
  1109. </div>
  1110.  
  1111.  
  1112. <!-- SIDEBAR ; ADMIN -->
  1113. <div class="side">
  1114. <div class="sidetitle">Admin</div>
  1115.  
  1116. <div class="admin">
  1117. <div class="admin_image"><a href="https://{text:Admin Blogname}.tumblr.com"><img src="https://api.tumblr.com/v2/blog/{text:Admin Blogname}.tumblr.com/avatar/512" /></a></div>
  1118. <div class="admin_detail">
  1119. <h1><a href="https://{text:Admin Blogname}.tumblr.com">{text:Admin Blogname}</a></h1>
  1120. hi i'm <i>samantha</i> (28) i like <b>shane west</b>. a lot. multifandom trash. though some might say just trash.
  1121. </div>
  1122. </div>
  1123.  
  1124. </div>
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130. <!-- SIDEBAR ; ABOUT -->
  1131. <div class="side">
  1132. <div class="sidetitle">About</div>
  1133.  
  1134. <b>About:</b> Shane West<br>
  1135. <b>Established:</b><br>
  1136. <b>Domain:</b> <a href="https://shane-west.com">shane-west.com</a><br>
  1137. <b>Theme:</b> <a href="https://ethereal-themes.tumblr.com">ethereal</a>
  1138.  
  1139. <div class="about">
  1140. Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
  1141. </div>
  1142.  
  1143. </div>
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149. </div>
  1150. <!-- END SIDEBAR -->
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160. <!-- START POST CONTAINER -->
  1161. <div class="posts">
  1162. {block:Posts}
  1163.  
  1164.  
  1165.  
  1166. <!-- START POST INFO -->
  1167. <div class="postinfo">
  1168.  
  1169. <div class="postdates">
  1170. {block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a>{/block:Date}</div>
  1171.  
  1172. <div class="poster">
  1173. posted by <b><a href="{PostAuthorURL}">{PostAuthorName}</a></b> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  1174. {block:ContentSource} / <a title="{ReblogRootName}" href="{SourceURL}">src</a>
  1175. {/block:ContentSource}
  1176. {/block:RebloggedFrom}
  1177. </div>
  1178.  
  1179. </div>
  1180.  
  1181. <!-- Post Control -->
  1182. {block:IndexPage}
  1183. <div class="postcontrol">
  1184. <a href="{ReblogURL}" target="_blank" class="reblog"><i class="fa fa-retweet"></i>
  1185. </a>
  1186. <a href="#" class="like">{LikeButton}
  1187. <i class="fa fa-heart"></i>
  1188. </a>
  1189. </div>
  1190. {/block:IndexPage}
  1191. <!-- END POST INFO -->
  1192.  
  1193.  
  1194. <!-- Post Styles Start -->
  1195. <div class="iposts" id="{PostID}">
  1196.  
  1197. {block:Text}<div class="caption">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:Text}
  1198.  
  1199. {block:Link}<div class="linkpost"><div class="caption"><a href="{URL}"><h2> -{Name}</h2>
  1200. {block:Excerpt}<i>{Excerpt}</i>{/block:Excerpt}</a>
  1201. {block:Description}{Description}{/block:Description}</div></div>{/block:Link}
  1202.  
  1203. {block:Quote}<div class="caption"><h3>{Quote}</h3>-{Source}</b></div>{/block:Quote}
  1204.  
  1205. {block:Photo}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  1206. </center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  1207.  
  1208. {block:Photoset}<div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1209. <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></center>
  1210. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Photoset}
  1211.  
  1212. {block:Chat}
  1213. <div class="caption"><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  1214. {/block:Chat}
  1215.  
  1216. {block:Audio}
  1217. <div class="caption">
  1218. <div class="audio">{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}" /></div>{block:AlbumArt}{block:AudioPlayer}<div class="player">{AudioPlayerBlack}</div>{/block:AudioPlayer}
  1219. <div class="audiop">{block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}{block:Artist}<div class="artist">by {Artist}</div>{/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}
  1220. </div></div>
  1221. {/block:Audio}
  1222.  
  1223. {block:Video}<div class="video">{Video-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Video}
  1224.  
  1225. {block:Answer}
  1226. <div class="questionpost">
  1227. <div class="question"><img src="{AskerPortraitURL-64}" align="left" /> {Asker} asked: {Question}</div>
  1228. <div class="questionborder"></div>
  1229. </div>
  1230. <div class="caption">{Answer}</div>
  1231. {/block:Answer}
  1232.  
  1233. </div>
  1234. <!-- Post Styles End -->
  1235.  
  1236.  
  1237.  
  1238. <!-- POST TAGS START -->
  1239. <div class="posttags">
  1240. {block:HasTags}
  1241. <div class="ptags"><i>filed under:</i>{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  1242. {/block:HasTags}
  1243. </div>
  1244. <!-- POST TAGS END -->
  1245.  
  1246.  
  1247.  
  1248.  
  1249. {block:PostNotes}
  1250. <div id="permanote">{PostNotes}
  1251. </div>
  1252. {/block:PostNotes}
  1253.  
  1254. {/block:Posts}
  1255.  
  1256.  
  1257.  
  1258. <!-- START PAGINATION -->
  1259. {block:IndexPage}
  1260. {block:Pagination}
  1261. <div class="pagination">
  1262. {block:PreviousPage}
  1263. <b><a href="{PreviousPage}">previous</a></b>
  1264. {/block:PreviousPage}
  1265.  
  1266. {block:JumpPagination length="10"}
  1267. {block:CurrentPage}
  1268. <span class="current_page">{PageNumber}</span>
  1269. {/block:CurrentPage}
  1270.  
  1271. {block:JumpPage}
  1272. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1273. {/block:JumpPage}
  1274. {/block:JumpPagination}
  1275.  
  1276. {block:NextPage}
  1277. <b><a class="next" href="{NextPage}">next</a></b>
  1278. {/block:NextPage}
  1279. </div>
  1280.  
  1281. {/block:Pagination}
  1282. {/block:IndexPage}
  1283. <!-- END PAGINATION -->
  1284.  
  1285.  
  1286.  
  1287. </div>
  1288. <!-- END POST CONTAINER -->
  1289.  
  1290.  
  1291.  
  1292.  
  1293. <div id="end"></div>
  1294.  
  1295.  
  1296. <!-- START FOOTER -->
  1297. <footer>
  1298. <img src="{image:Logo}" />
  1299. <br>
  1300. copyright <b>shanewestnetwork • shanewestcom</b> 2019
  1301. </footer>
  1302. <!-- END FOOTER -->
  1303.  
  1304.  
  1305. </div>
  1306. <!-- END CONTAINER -->
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319. <!-- ADDITIONAL SCRIPTS -->
  1320.  
  1321. {block:IndexPage}
  1322. <script>
  1323. $(function(){$window=$(window);$link=$("#scrollToTop");$link.click(function(){$("html, body").animate({scrollTop:0},"slow")});$window.scroll(function(){if($window.scrollTop()<=1000){$link.fadeOut("fast")}else{$link.fadeIn("fast")}})});
  1324. </script>
  1325.  
  1326. <a href="javascript:;" id="scrollToTop" rel="nofollow"><i class="fa fa-angle-up"></i></a>
  1327. {/block:IndexPage}
  1328.  
  1329. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1330. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1331. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1332.  
  1333. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  1334.  
  1335. <script>
  1336. $(document).ready(function(){
  1337. $('.photo-slideshow').pxuPhotoset({
  1338. lightbox: true,
  1339. rounded: false,
  1340. gutter: '0px',
  1341. borderRadius: '0px',
  1342. photoset: '.photo-slideshow',
  1343. photoWrap: '.photo-data',
  1344. photo: '.pxu-photo'
  1345. });
  1346. });
  1347. </script>
  1348.  
  1349. {block:IfShrinkingTopbar}
  1350. <script>
  1351. $(document).on('scroll', function() {
  1352. if ($(document).scrollTop() > 0) {
  1353. $('.topbar').addClass('topbar-shrink');
  1354. } else {
  1355. $('.topbar').removeClass('topbar-shrink');
  1356. }
  1357. });
  1358. </script>
  1359. {/block:IfShrinkingTopbar}
  1360.  
  1361. </body>
  1362. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement