Advertisement
cvndythemes

iskralawrencedaily

Jan 30th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.13 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 // iskralawrencedaily
  16.  
  17. Designed by etherealthemes
  18. for iskralawrencedaily.tumblr.com
  19. etherealthemes.tumblr.com
  20. ⓒ 2016 - 2019
  21.  
  22. >> CREDITS
  23.  
  24. Fonts by Google
  25. Photosets by @oddhour
  26.  
  27. -->
  28.  
  29.  
  30.  
  31.  
  32. <!-- COLORS -->
  33. <meta name="color:Background" content="#ffffff" />
  34. <meta name="color:Text" content="#252525" />
  35. <meta name="color:Links" content="#595959" />
  36.  
  37. <meta name="color:Accent Pink" content="#eab5b1" />
  38. <meta name="color:Accent Blue" content="#76b7a9" />
  39. <meta name="color:Accent Green" content="#d4cc60" />
  40. <meta name="color:Accent Yellow" content="#f9ec9f" />
  41. <meta name="color:Accent Gray" content="#d4d4d4" />
  42.  
  43. <meta name="color:Container" content="#ffffff" />
  44. <meta name="color:Content" content="#ffffff" />
  45.  
  46.  
  47.  
  48.  
  49. <!-- IMAGES -->
  50. <meta name="image:Logo" content=""/>
  51. <meta name="image:Header" content=""/>
  52. <meta name="image:Sidebar" content="https://placehold.it/350X350"/>
  53.  
  54.  
  55.  
  56.  
  57. <!-- IF -->
  58. <meta name="if:Shrinking Topbar" content="1"/>
  59. <meta name="if:Bouncing Header Title" content="1"/>
  60.  
  61.  
  62.  
  63.  
  64. <!-- SCRIPTS -->
  65.  
  66. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
  67.  
  68. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69.  
  70. <script src="https://static.tumblr.com/zvesamf/uCToz2tqz/jquery.style-my-tooltips.js"></script>
  71.  
  72. <script>
  73. (function($){
  74. $(document).ready(function(){
  75. $("[title]").style_my_tooltips({
  76. tip_delay_time:200,
  77. tip_fade_speed:300,
  78. tip_follows_cursor:true
  79. }
  80. );
  81. });
  82. })(jQuery);
  83. </script>
  84.  
  85. <script src="https://static.tumblr.com/yzs4yqx/BV3o343ow/smoothscroll.min.js"></script>
  86.  
  87. <script>
  88. $container.infinitescroll({
  89. itemSelector: '.posts',
  90. topbarSelector: '.pagination',
  91. nextSelector: '.pagination a',
  92. loadingImg: '',
  93. loadingText: '<em></em>',
  94. bufferPx: 2000
  95. },
  96. function( newElements ) {
  97. var $newElems = $(newElements);
  98. var $newElemsIDs = $newElems.map(function(){
  99. return this.id;
  100. }).get();
  101. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  102. });
  103. </script>
  104.  
  105. <link href="https://fonts.googleapis.com/css?family=Open+Sans+:400,400i,600,600i|Montserrat:300,300i,400,400i,600,600i" rel="stylesheet">
  106.  
  107.  
  108.  
  109.  
  110. <!-- STYLESHEET -->
  111.  
  112. <style type="text/css">
  113.  
  114.  
  115. /* --- TOOLTIPS ---*/
  116.  
  117. #s-m-t-tooltip {
  118. max-width:200px;
  119. margin:15px;
  120. background-color:{color:Accent Blue};
  121. padding:5px;
  122. line-height:100%;
  123. font-size:10px;
  124. border-radius:3px;
  125. word-wrap:break-word;
  126. text-transform:lowercase;
  127. word-break:break-all;
  128. color:{color:Container};
  129. z-index:10;
  130. }
  131.  
  132. /* --- SELECTION ---*/
  133.  
  134. ::-moz-selection {
  135. color:{color:Text};
  136. background:{color:Accent Green};
  137. opacity:1;
  138. }
  139.  
  140. ::selection {
  141. color:{color:Text};
  142. background:{color:Accent Green};
  143. opacity:1;
  144. }
  145.  
  146. /* --- SCROLLBAR ---*/
  147.  
  148. ::-webkit-scrollbar {height:15px;width:15px;background-color:{color:Background};}
  149.  
  150. ::-webkit-scrollbar-track {background-color:#cccccc;border:7px solid {color:Background};}
  151.  
  152. ::-webkit-scrollbar-thumb {min-height:25px;min-width:25px;background-color:{color:Text};border:7px solid {color:Background};}
  153.  
  154. /* --- TUMBLR TOOLS --- */
  155.  
  156. {block:IndexPage}
  157. iframe.tmblr-iframe {
  158. top:11px!important;
  159. right:5px!important;
  160. opacity:0;
  161. padding:40px 40px 30px 0px;
  162. z-index:15!important;
  163. transform:scale(0.5);
  164. transform-origin:100% 0;
  165. -webkit-transform:scale(0.5);
  166. -webkit-transform-origin:100% 0;
  167. -o-transform:scale(0.5);
  168. -o-transform-origin:100% 0;
  169. -moz-transform:scale(0.5);
  170. -moz-transform-origin:100% 0;
  171. -ms-transform:scale(0.5);
  172. -ms-transform-origin:100% 0;
  173. transition:0.2s ease-in-out;
  174. -webkit-transition:0.2s ease-in-out;
  175. -moz-transition:0.2s ease-in-out;
  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. }
  218. {/block:PermalinkPage}
  219.  
  220. /* --- BODY --- */
  221.  
  222. body {
  223. margin:0px;
  224. padding:0px;
  225. font-family: 'Open Sans', sans-serif;
  226. color:{color:Text};
  227. font-size:12px;
  228. font-weight:400;
  229. line-height:160%;
  230. font-weight:normal;
  231. word-wrap:normal;
  232. text-align:left;
  233. background-color:{color:Background};
  234. }
  235.  
  236. a {color:{color:Links};text-decoration:none;border:0;}
  237.  
  238. .posts 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;}
  239.  
  240. .posts a:hover {opacity:0.8;}
  241.  
  242.  
  243. b,strong {font-weight:600;}
  244. i,italic {font-style:italic;letter-spacing:0.5px;}
  245. small {font-size:12px;}
  246. big {font-size:12px;}
  247.  
  248. hr.divider, hr, hr.separator {
  249. display:block;
  250. margin-top:0.5em;
  251. margin-bottom:0.5em;
  252. margin-left:auto;
  253. margin-right:auto;
  254. border-style:inset;
  255. border-color:{color:Text};
  256. border-bottom:1px;
  257. }
  258.  
  259. pre {
  260. white-space:pre-wrap;
  261. white-space:-moz-pre-wrap;
  262. white-space:-pre-wrap;
  263. white-space:-o-pre-wrap;
  264. word-wrap:break-word;
  265. }
  266.  
  267. /* --- TOPBAR --- */
  268.  
  269. .topbar {
  270. {block:IfShrinkingTopbar}
  271. position:absolute;
  272. {/block:IfShrinkingTopbar}
  273.  
  274. {block:IfNotShrinkingTopbar}
  275. position:fixed;
  276. {/block:IfNotShrinkingTopbar}
  277.  
  278. top:0;
  279. left:0;
  280. margin:0 auto;
  281. width:100%;
  282. padding:30px 0px;
  283. letter-spacing:0.5px;
  284. font-family: 'Montserrat', sans-serif;
  285. text-transform:uppercase;
  286. text-align:center;
  287. background:{color:Background};
  288. z-index:5;
  289. transition:0.3s ease-in-out;
  290. -webkit-transition:0.1s ease-in-out;
  291. -moz-transition:0.1s ease-in-out;
  292. }
  293.  
  294. {block:IfShrinkingTopbar}
  295. .navigation {-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-moz-transition:0.3s ease-in-out;}
  296. {/block:IfShrinkingTopbar}
  297.  
  298. .navigation a {
  299. text-transform:uppercase;
  300. font-size:11px;
  301. font-style:normal;
  302. margin:0px 20px;
  303. padding-bottom:1px;
  304. color:{color:Text};
  305. border-bottom:2px solid {color:Background};
  306. transition:0.2s ease-in-out;
  307. -webkit-transition:0.2s ease-in-out;
  308. -moz-transition:0.2s ease-in-out;
  309. }
  310.  
  311. .navigation a:nth-child(4n + 1):hover {padding-bottom:5px;border-bottom:2px solid {color:Accent Blue};}
  312. .navigation a:nth-child(4n + 2):hover {padding-bottom:5px;border-bottom:2px solid {color:Accent Green};}
  313. .navigation a:nth-child(4n + 3):hover {padding-bottom:5px;border-bottom:2px solid {color:Accent Pink};}
  314. .navigation a:nth-child(4n + 4):hover {padding-bottom:5px;border-bottom:2px solid {color:Accent Yellow};}
  315.  
  316.  
  317. .navigation img {width:264px;height:85px;vertical-align:middle;margin:0px 25px;}
  318.  
  319. {block:IfShrinkingTopbar}
  320. .topbar-shrink {position:fixed;padding:20px 0px;}
  321.  
  322. .topbar-shrink .navigation a {font-size:12px;}
  323.  
  324. .topbar-shrink .navigation img {height:auto;width:175px;}
  325.  
  326. .topbar, .topbar-shrink, .navigation, .navigation img {transition:0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;}
  327. {/block:IfShrinkingTopbar}
  328.  
  329. /* --- HEADER --- */
  330.  
  331. .header {
  332. margin:0 auto;
  333. margin-top:150px;
  334. width: 100%;
  335. overflow: hidden;
  336. height:550px;
  337. background-image: url('{image:Header}');
  338. background-position:60px center;
  339. }
  340.  
  341. .headercont {
  342. position:relative;
  343. margin:0 auto;
  344. left:50%;
  345. top:-550px;
  346. margin:0px 0px -550px -650px;
  347. width:1300px;
  348. height:550px;
  349. background-image: url('https://static.tumblr.com/zvesamf/yBIplg6ud/ild_headeroverlay.png');
  350. background-repeat:no-repeat;
  351. {block:IfBouncingHeaderTitle}
  352. -webkit-animation-name: headerbounce;
  353. -webkit-animation-duration: 1.3s;
  354. -webkit-animation-iteration-count: infinite;
  355. -webkit-animation-timing-function: ease-in-out;
  356. -moz-animation-name: Floating;
  357. -moz-animation-duration: 1.3s;
  358. -moz-animation-iteration-count: infinite;
  359. -moz-animation-timing-function: ease-in-out;
  360. {/block:IfBouncingHeaderTitle}
  361. }
  362.  
  363. {block:IfBouncingHeaderTitle}
  364. @-webkit-keyframes headerbounce{
  365. from {-webkit-transform:translate(0, 0px);}
  366. 50% {-webkit-transform:translate(0, 3px);}
  367. to {-webkit-transform: translate(0, -0px);}
  368. }
  369.  
  370. @-moz-keyframes Floating{
  371. from {-moz-transform:translate(0, 0px);}
  372. 50% {-moz-transform:translate(0, 3px);}
  373. to {-moz-transform: translate(0, -0px);}
  374. }
  375. {/block:IfBouncingHeaderTitle}
  376.  
  377. /* --- CONTAINER --- */
  378.  
  379. .container {
  380. margin:0 auto;
  381. margin-top:0px;
  382. width:1300px;
  383. background:{color:Container};
  384. }
  385.  
  386. #end {
  387. clear:both;
  388. text-align:center;
  389. }
  390.  
  391.  
  392. /* --- WELCOME --- */
  393.  
  394. .welcomecont {
  395. margin:0 auto;
  396. width:910px;
  397. padding:50px 20px 50px 20px;
  398. text-align:center;
  399. background:{color:Container};
  400. }
  401.  
  402. .welcome {margin:0 auto;width:750px;line-height:190%;}
  403.  
  404. .welcome img {margin:20px 0px 25px 0px;}
  405.  
  406. .welcome i {
  407. display:inline-block
  408. font-family: 'Montserrat', sans-serif;
  409. text-transform:uppercase;
  410. letter-spacing:2px;
  411. color:{color:Content};
  412. font-weight:300;
  413. font-style:normal;
  414. padding:1px 4px;
  415. }
  416.  
  417. .welcome i:nth-child(2n + 1) {background:{color:Accent Pink};}
  418. .welcome i:nth-child(2n + 2) {background:{color:Accent Blue};}
  419.  
  420. .welcome b {padding:0px 2px 0px 2px;}
  421.  
  422. .welcome b:nth-child(2n + 1) {border-bottom:1px solid {color:Accent Green};}
  423.  
  424. .welcome b:nth-child(2n + 2) {border-bottom:1px solid {color:Accent Yellow};}
  425.  
  426. .latest {text-align:center;}
  427.  
  428. .latest img {
  429. max-height:50px;
  430. max-width:50px;
  431. display:inline-block;
  432. padding:3px 3px;
  433. border:2px solid #fff;
  434. transition:0.2s ease-in-out;
  435. -webkit-transition:0.2s ease-in-out;
  436. -moz-transition:0.2s ease-in-out;
  437. }
  438.  
  439. .latestimg {
  440. min-width:50px;
  441. background:{color:Content};
  442. object-fit:none;
  443. object-position: 50% 0;
  444. opacity:0.8;
  445. }
  446.  
  447. .latest img:hover {border:2px solid {color:Accent Pink};opacity:1;}
  448.  
  449. /* --- SIDEBAR --- */
  450.  
  451. .sidebar {
  452. float:left;
  453. width:370px;
  454. margin:50px 0px 0px 120px;
  455. padding:10px;
  456. background:{color:Container};
  457. }
  458.  
  459. .side {
  460. padding:10px 10px 25px 10px;
  461. text-align:center;
  462. margin-bottom:70px;
  463. background:{color:Content};
  464. }
  465.  
  466. .sidetitle {
  467. position:relative;
  468. font-size:14px;
  469. letter-spacing:0.5px;
  470. font-family: 'Montserrat', sans-serif;
  471. text-transform:uppercase;
  472. text-align:center;
  473. z-index:2;
  474. }
  475.  
  476. .decotitle {
  477. position:relative;
  478. top:-40px;
  479. margin-bottom:-15px;
  480. z-index:1;
  481. }
  482.  
  483. /* --- SIDEBAR EXTRAS --- */
  484.  
  485. @-webkit-keyframes offciallinks {
  486. 50% {-webkit-transform: scale(0.5);transform: scale(0.5);}}
  487.  
  488. @keyframes offciallinks {
  489. 50% {-webkit-transform: scale(0.5);transform: scale(0.5);}}
  490.  
  491. .offciallinks {
  492. display:inline-block;
  493. vertical-align:middle;
  494. -webkit-transform: perspective(1px) translateZ(0);
  495. transform: perspective(1px) translateZ(0);
  496. box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  497. -webkit-transition-duration: 0.3s;
  498. transition-duration: 0.3s;
  499. }
  500.  
  501. .offciallinks i {font-size:20px;margin:0px 10px;}
  502.  
  503. .links a {color:{color:Text};}
  504.  
  505. .links a:nth-child(3n + 1):hover {color:{color:Accent Pink};}
  506. .links a:nth-child(3n + 2):hover {color:{color:Accent Blue};}
  507. .links a:nth-child(3n + 3):hover {color:{color:Accent Green};}
  508.  
  509. .offciallinks .offcialicon {
  510. -webkit-transform: translateZ(0);
  511. transform: translateZ(0);
  512. -webkit-transition-duration: 0.3s;
  513. transition-duration: 0.3s;
  514. -webkit-transition-property: transform;
  515. transition-property: transform;
  516. -webkit-transition-timing-function: ease-out;
  517. transition-timing-function: ease-out;
  518. }
  519.  
  520. .offciallinks:hover .offcialicon, .offciallinks:focus .offcialicon, .offciallinks:active .offcialicon {
  521. -webkit-animation-name: offciallinks;
  522. animation-name: offciallinks;
  523. -webkit-animation-duration: 0.3s;
  524. animation-duration: 0.3s;
  525. -webkit-animation-timing-function: linear;
  526. animation-timing-function: linear;
  527. -webkit-animation-iteration-count: 1;
  528. animation-iteration-count: 1;
  529. }
  530.  
  531. .gallery {margin-left:5px;}
  532.  
  533. .gallery a {
  534. display:inline-block
  535. font-family: 'Montserrat', sans-serif;
  536. text-transform:uppercase;
  537. letter-spacing:2px;
  538. color:{color:Content};
  539. font-weight:300;
  540. font-style:normal;
  541. padding:1px 4px;
  542. background:{color:Accent Pink};
  543. transition:0.2s ease-in-out;
  544. -webkit-transition:0.2s ease-in-out;
  545. -moz-transition:0.2s ease-in-out;
  546. }
  547.  
  548. .gallery a:hover {color:{color:Text};background:{color:Content};}
  549.  
  550. .affiliates {text-align:center;}
  551.  
  552. .affiliates img {height:70px;width:70px;margin:1px;}
  553.  
  554. ul.site {
  555. margin-left:-40px;
  556. list-style-type:none;
  557. text-align:left;
  558. }
  559.  
  560. .site li {
  561. padding:10px 0px 10px 0px;
  562. border-bottom:1px solid {color:Accent Gray};
  563. }
  564.  
  565. .site li:first-of-type {padding-top:0;}
  566.  
  567. .site li:last-of-type {padding-bottom:0;border-bottom:0px;}
  568.  
  569. /* --- POSTS --- */
  570.  
  571. .posts {
  572. float:right;
  573. width:560px;
  574. padding:0px;
  575. margin:40px 86px 0px 0px;
  576. background:{color:Container};
  577. }
  578.  
  579. .iposts {
  580. width:540px;
  581. background:{color:Content};
  582. min-height:75px;
  583. padding:5px 10px 10px 10px;
  584. }
  585.  
  586. .set {margin-bottom:-8px;}
  587.  
  588. .photo-slideshow {width:auto!important;}
  589.  
  590. .video, video, embed, iframe {max-width:540px;}
  591.  
  592. .video {margin-left:20px;}
  593.  
  594. .iposts img, .ipostpxu, .ipostpxu img, img, object {max-width:100%;height:auto;}
  595.  
  596. .caption {padding:0px;}
  597.  
  598. /* --- POSTS EXTRAS --- */
  599.  
  600. .content {
  601. position:relative;
  602. display:inline-block;
  603. width:560px;
  604. }
  605.  
  606. .postinfo {
  607. text-transform:uppercase;
  608. font-family: 'Montserrat', sans-serif;
  609. letter-spacing:0.5px;
  610. padding:15px 0px 10px 0px;
  611. background:{color:Content};
  612. }
  613.  
  614. .postnotes {display:block;}
  615.  
  616. .postnotes a {
  617. display:inline-block;
  618. font-size:14px;
  619. color:{color:Container};
  620. padding:2px 6px;
  621. }
  622.  
  623. .content:nth-of-type(2n + 1) .postnotes a {background:{color:Accent Pink};}
  624. .content:nth-of-type(2n + 2) .postnotes a {background:{color:Accent Blue};}
  625.  
  626. .postdates {display:block;font-size:12px;}
  627.  
  628. .poster {display:block;font-size:12px;}
  629.  
  630. .postdates a, .poster a {color:{color:Text};}
  631.  
  632. /* --- POST CONTROL --- */
  633.  
  634. .postcontrol {
  635. float:right;
  636. margin-right:-1px;
  637. width:50px;
  638. margin-top:-47px;
  639. overflow:hidden;
  640. text-align:center;
  641. }
  642.  
  643. .postcontrol i {
  644. width:10px;
  645. height:auto;
  646. opacity:1;
  647. padding:1px 1px 1px 3px;
  648. display:block;
  649. overflow:hidden;
  650. color:{color:Text};
  651. }
  652.  
  653. .postcontrol a {
  654. display:inline-block;
  655. text-transform:uppercase;
  656. font-size:9px;
  657. }
  658.  
  659. .postcontrol .reblog i {
  660. width:10px;
  661. margin-top:1px;
  662. font-size:10px;
  663. }
  664. .postcontrol .like .liked + i {
  665. opacity:1;
  666. width:10px;
  667. }
  668.  
  669. .postcontrol .like .liked + i {
  670. fill:{color:Accent Pink};
  671. color:{color:Accent Pink};
  672. }
  673.  
  674. .postcontrol .like .like_button {
  675. position:relative;
  676. }
  677.  
  678. .postcontrol .like .like_button iframe {
  679. position:absolute;
  680. top:0;
  681. left:0;
  682. bottom:0;
  683. right:0;
  684. z-index:2;
  685. opacity:0.000001;
  686. }
  687.  
  688. /* --- POST TAGS ---*/
  689.  
  690. .posttags {
  691. text-transform:uppercase;
  692. font-family: 'Montserrat', sans-serif;
  693. letter-spacing:0.5px;
  694. padding:15px 0px 10px 0px;
  695. background:{color:Content};
  696. margin-bottom:125px;
  697. }
  698.  
  699. .posttags a {
  700. color:{color:Text};
  701. font-style:normal;
  702. text-transform:lowercase;
  703. margin:0px 6px 0px 0px;
  704. }
  705.  
  706. /* --- POST STYLES --- */
  707.  
  708. h1, h2, h3 {
  709. font-family: 'Montserrat', sans-serif;
  710. color:{color:Text};
  711. font-size:16px;
  712. letter-spacing:1px;
  713. font-weight:400;
  714. margin:0px 0px 3px 0px;
  715. }
  716.  
  717. h1, h2 {text-transform:uppercase;}
  718.  
  719. h3::before, h3::after {position:relative;top:8px;font-size:28px;}
  720.  
  721. h3::before {content:"\201C";}
  722.  
  723. h3::after {content:"\201D";}
  724.  
  725. blockquote {
  726. padding:2px 0px 2px 10px;
  727. text-decoration:none;
  728. border-left:1px solid {color:Text};
  729. margin:5px 0;
  730. }
  731.  
  732. blockquote img {
  733. max-width:100%;
  734. display:block;
  735. margin-bottom:5px;
  736. }
  737.  
  738. .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;}
  739.  
  740. ul.chat {list-style:none; margin: 0px 0px 0px 0px; padding: 0px;}
  741.  
  742. .chat li {
  743. list-style: none;
  744. margin: 0px;
  745. padding: 2px;
  746. border: none;
  747. }
  748.  
  749. .chat li:first-child {border: none; }
  750.  
  751. .linkpost a {color:{color:Text}!important;opacity:1!important;}
  752.  
  753. /* --- QUESTIONS --- */
  754.  
  755. .questionpost {padding:0px 10px;}
  756.  
  757. .questionpost img {
  758. width:40px;
  759. height:40px;
  760. margin-right:8px;
  761. margin-top:4px;
  762. }
  763.  
  764. .question {
  765. display:inline-block;
  766. margin-left:7px;
  767. line-height:150%;
  768. text-align:justify;
  769. }
  770.  
  771. .questionborder {
  772. margin:20px 0px 20px 33px;
  773. opacity:0.2;
  774. background:{color:Text};
  775. width:450px;
  776. height:1px;
  777. }
  778.  
  779. /* --- LIGHTBOXES ---*/
  780.  
  781. .vignette, #vignette {opacity:0; }
  782.  
  783. .lightbox-image, #tumblr_lightbox img {
  784. box-shadow:none !important;
  785. border-radius:0 !important;
  786. max-width:none;
  787. -moz-box-sizing:border-box;
  788. box-sizing:border-box;
  789. }
  790.  
  791. .tmblr-lightbox, #tumblr_lightbox {
  792. background-color:rgba({select:Lightbox}.90) !important;
  793. }
  794.  
  795. .lightbox-caption, #tumblr_lightbox_caption {visibility:hidden;}
  796.  
  797. /* --- AUDIO --- */
  798.  
  799. .player {
  800. position:absolute;
  801. margin-top:-69px;
  802. margin-left:35px;
  803. opacity:0.5;
  804. }
  805.  
  806. .audiop, .player {display:inline-block;}
  807.  
  808. .trackname {
  809. margin-left:120px;
  810. margin-top:-72px;
  811. color:{color:Text};
  812. text-transform:uppercase;
  813. font-weight:600;
  814. }
  815.  
  816. .artist {margin-left:120px;color:{color:Text};}
  817.  
  818. .audiop {
  819. position:absolute;
  820. display:block;
  821. margin-top:4px
  822. margin-top:-109px;
  823. }
  824.  
  825. .audioimg img {
  826. margin-top:10px;
  827. height:100px;
  828. width:100px;
  829. }
  830.  
  831. .tumblr_audio_player {
  832. width:30px;
  833. height:27px;
  834. overflow:hidden;
  835. }
  836.  
  837. .soundcloud_audio_player{margin-left:-20px;padding-top:15px;width:540px;height:100px;}
  838.  
  839. /* ---PERMALINK NOTES --- */
  840.  
  841. #permanote {
  842. width:500px;
  843. margin:-40px 0px 20px -5px;
  844. background:{color:Content};
  845. padding:5px 30px;
  846. text-align:left;
  847. overflow-x:hidden;
  848. }
  849.  
  850. #permanote blockquote {border-left:1px solid {color:Accent Grey};}
  851.  
  852. ol.notes {
  853. padding: 0px;
  854. margin:25px 0px;
  855. list-style-type: none;
  856. border-bottom: solid 0px;
  857. font-size: 10px;
  858. letter-spacing: 1px;
  859. }
  860.  
  861. .notes a {color: {color:Text};}
  862. .notes a:hover {color: {color:Text};}
  863.  
  864. ol.notes li.note {
  865. border-top: solid 1px {color:Accent Grey};
  866. padding: 10px;
  867. list-style-type:none!important;
  868. }
  869.  
  870. ol.notes li.note img.avatar {
  871. vertical-align: -1px;
  872. margin-right: 10px;
  873. width: 12px;
  874. height: 12px;
  875. display: inline-block;
  876. }
  877.  
  878. ol.notes li.note span.action {font-weight: normal;}
  879.  
  880. ol.notes li.note .answer_content {font-weight: normal;}
  881.  
  882. ol.notes li.note blockquote {
  883. border-color:{color:Accent Grey};
  884. padding: 4px 10px;
  885. margin: 10px 0px 0px 25px;
  886. }
  887.  
  888. ol.notes li.note blockquote a {text-decoration: none;}
  889.  
  890. /* --- PAGINATION --- */
  891.  
  892. .pagination {
  893. margin:50px 0px 50px 0px;
  894. font-style:italic;
  895. padding:10px;
  896. font-weight:400;
  897. text-align:center;
  898. color:{color:Text};
  899. background:{color:Container};
  900. }
  901.  
  902. .pagination b {
  903. text-transform:uppercase;
  904. font-style:italic;
  905. font-weight:600;
  906. }
  907.  
  908. .pagination a {
  909. display:inline-block;
  910. color:{color:Text};
  911. padding:2px 3px 2px 0px;
  912. }
  913.  
  914. .pagination .current {
  915. display:inline-block;
  916. margin:8px;
  917. color:{color:Text};
  918. min-width:15px;
  919. }
  920.  
  921. .current_page {padding:2px 3px 2px 0px;}
  922.  
  923. .pagination a.jump {
  924. font-size:10px;
  925. line-height:10px;
  926. color:{color:Text};
  927. min-width:15px;
  928. }
  929.  
  930. /* --- FOOTER --- */
  931.  
  932. footer {
  933. margin:0 auto;
  934. margin:50px 0px 40px 0px;
  935. padding:20px;
  936. width:1200px;
  937. text-align:center;
  938. text-transform:uppercase;
  939. }
  940.  
  941. footer b {color:{color:Accent Blue};}
  942.  
  943. /* --- SCROLL TO TOP --- */
  944.  
  945. #scrollToTop {
  946. display:none;
  947. position:fixed;
  948. bottom:15px;
  949. right:10px;
  950. }
  951.  
  952. #scrollToTop i {
  953. color:{color:Text};
  954. font-size:15px;
  955. display:inline-block;
  956. padding:5px;
  957. transition:0.2s ease-in-out;
  958. -webkit-transition:0.2s ease-in-out;
  959. -moz-transition:0.2s ease-in-out;
  960. }
  961.  
  962. {CustomCSS}
  963. </style>
  964.  
  965. </head>
  966. <body>
  967.  
  968.  
  969.  
  970.  
  971. <!-- START TOPBAR -->
  972. <div class="topbar">
  973. <div class="navigation">
  974.  
  975. <a href="/">Home</a>
  976. <a href="/faq">Contact</a>
  977. <a href="https://iskradaily.com/gallery/">Gallery</a>
  978.  
  979. <img src="{image:Logo}" />
  980.  
  981. <a href="https://twitter.com/iskradaily">Twitter</a>
  982. <a href="/apply">Apply</a>
  983. <a href="/disclaimer">Disclaimer</a>
  984.  
  985. </div>
  986.  
  987. </div>
  988.  
  989. {block:IndexPage}
  990. <div class="tcontrols">+</div>
  991. {/block:IndexPage}
  992. <!-- END TOPBAR -->
  993.  
  994.  
  995.  
  996.  
  997.  
  998. <!-- START HEADER -->
  999. <div class="header"></div><div class="headercont"></div>
  1000. <!-- END HEADER -->
  1001.  
  1002.  
  1003.  
  1004.  
  1005. <!-- START CONTAINER -->
  1006. <div class="container">
  1007.  
  1008.  
  1009.  
  1010.  
  1011. <!-- START WELCOME -->
  1012. <div class="welcomecont">
  1013.  
  1014. <!-- Welcome Message -->
  1015. <div class="welcome">
  1016. Welcome to <i>iskralawrencedaily</i> your best source for the latest pictures of <b>Iskra Lawrence</b>. Here you'll find photos of <b>Iskra</b>
  1017. on the red carpet, out & about, her Instagram pictures and much more. <i>iskralawrencedaily</i> strives to give you the highest quality media available. We hope you will enjoy our site and don't forget to follow for all of the latest <b>Iskra</b> media.
  1018. <br>
  1019. <img src="https://static.tumblr.com/zvesamf/4ZLplg838/ild_border.png" />
  1020. </div>
  1021.  
  1022. <!-- Latest Photos -->
  1023. <div class="latest">
  1024.  
  1025. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0040~36.jpg" class="latestimg" /></a>
  1026. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0039~36.jpg" class="latestimg" /></a>
  1027. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0038~38.jpg" class="latestimg" /></a>
  1028. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0037~38.jpg" class="latestimg" /></a>
  1029. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0036~41.jpg" class="latestimg" /></a>
  1030. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0035~42.jpg" class="latestimg" /></a>
  1031. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0034~43.jpg" class="latestimg" /></a>
  1032. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0033~43.jpg" class="latestimg" /></a>
  1033. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0032~46.jpg" class="latestimg" /></a>
  1034. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0031~45.jpg" class="latestimg" /></a>
  1035. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0030~47.jpg" class="latestimg" /></a>
  1036. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0029~51.jpg" class="latestimg" /></a>
  1037. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0028~54.jpg" class="latestimg" /></a>
  1038. <a href='https://iskradaily.com/gallery/thumbnails.php?album=321' target='_blank' ><img src="https://iskradaily.com/gallery/albums/userpics/10001/thumb_Image0027~57.jpg" class="latestimg" /></a>
  1039.  
  1040. </div>
  1041.  
  1042.  
  1043. </div>
  1044. <!-- END WELCOME -->
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055. <!-- START SIDEBAR -->
  1056. <div class="sidebar">
  1057.  
  1058.  
  1059.  
  1060.  
  1061. <!-- SIDEBAR ; IMAGE -->
  1062. {block:IndexPage}
  1063. <div class="side">
  1064.  
  1065. <center>
  1066. <img src="{image:Sidebar}" />
  1067. </center>
  1068.  
  1069. </div>
  1070. {/block:IndexPage}
  1071.  
  1072.  
  1073.  
  1074.  
  1075. <!-- SIDEBAR ; About -->
  1076. <div class="side">
  1077. <div class="sidetitle">About</div>
  1078. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/4v7plglpu/ild_about.png" /></div>
  1079.  
  1080. <b>ISKRA LAWRENCE</b> is an english model & body activist. She was born in Wolverhampton on September 11th 1990 and grew up in Kidderminster, Worcestershire. She is a contributor to Self magazine, and was the founding managing editor at Runway Riot, a website meant to be an outlet for women of all shapes and sizes to learn about glamour. <b>Iskra</b> models for, and is the global Role Model for, Aerie, a brand of clothing from American Eagle Outfitters. She is also a National Eating Disorders Association (NEDA) brand ambassador and creator of the NEDA Inspires Award. more here
  1081.  
  1082.  
  1083. </div>
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090. <!-- SIDEBAR ; Official Links -->
  1091. {block:IndexPage}
  1092. <div class="side">
  1093. <div class="sidetitle">Official Links</div>
  1094. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/7Gzplglpt/ild_officiallinks.png" /></div>
  1095.  
  1096. <div class="links">
  1097.  
  1098. <a href="https://iskralawrence.com/" class="offciallinks"><i class="fas fa-globe offcialicon"></i></a>
  1099.  
  1100. <a href="https://www.facebook.com/iamiskra" class="offciallinks"><i class="fab fa-facebook-f offcialicon"></i></a>
  1101.  
  1102. <a href="https://www.instagram.com/iskra" class="offciallinks"><i class="fab fa-instagram offcialicon"></i></a>
  1103.  
  1104. <a href="https://twitter.com/iskra" class="offciallinks"><i class="fab fa-twitter offcialicon"></i></a>
  1105.  
  1106. <a href="https://www.youtube.com/user/iskralawrence" class="offciallinks"><i class="fab fa-youtube offcialicon"></i></a>
  1107.  
  1108. </div>
  1109.  
  1110. </div>
  1111. {/block:IndexPage}
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117. <!-- SIDEBAR ; Latest Video -->
  1118. {block:IndexPage}
  1119. <div class="side">
  1120. <div class="sidetitle">Latest Video</div>
  1121. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/DFoplglps/ild_latestvideo.png" /></div>
  1122.  
  1123. <iframe width="350" height="179" src="https://www.youtube.com/embed/a_JB7zzmFwg" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
  1124.  
  1125.  
  1126. </div>
  1127. {/block:IndexPage}
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133. <!-- SIDEBAR ; Instagram -->
  1134. {block:IndexPage}
  1135. <div class="side">
  1136. <div class="sidetitle">Iskra's Instagram</div>
  1137. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/qAEplglpv/ild_instagram.png" /></div>
  1138.  
  1139. <!-- InstaWidget -->
  1140. <a href="https://instawidget.net/v/user/iskra" id="link-b86351c9228be4e98c02086e945fbd7399439039f5e25538df3a0cd458049647">@iskra</a>
  1141. <script src="https://instawidget.net/js/instawidget.js?u=b86351c9228be4e98c02086e945fbd7399439039f5e25538df3a0cd458049647&width=350px"></script>
  1142.  
  1143. </div>
  1144. {/block:IndexPage}
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150. <!-- SIDEBAR ; Twitter -->
  1151. {block:IndexPage}
  1152. <div class="side">
  1153. <div class="sidetitle">Iskra's Twitter</div>
  1154. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/5wOplglpu/ild_twitter.png" /></div>
  1155.  
  1156. <a class="twitter-timeline" data-width="350" data-height="400" data-dnt="true" data-link-color="#f6a6a8" href="https://twitter.com/iskra">Tweets by iskra</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
  1157.  
  1158.  
  1159. </div>
  1160. {/block:IndexPage}
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166. <!-- SIDEBAR ; Family Sites -->
  1167. <div class="side">
  1168. <div class="sidetitle">Family Sites</div>
  1169. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/z6yplglpv/ild_familysites.png" /></div>
  1170.  
  1171. <a href="https://teigenpictures.tumblr.com/" title="teigenpictures"><img src="https://66.media.tumblr.com/3233c565f129ffe6fac228e5c3fa4a55/tumblr_pm2b0oswJQ1qfsrsoo2_400.png"></a>
  1172.  
  1173. <a href="https://ashleygrahamweb.tumblr.com/" title="ashleygrahamweb"><img src="https://66.media.tumblr.com/ef9e3c63ae7767605c2937a350ecbcfe/tumblr_pm2b0oswJQ1qfsrsoo1_400.png"></a>
  1174.  
  1175.  
  1176. </div>
  1177.  
  1178.  
  1179.  
  1180.  
  1181. <!-- SIDEBAR ; Affiliates -->
  1182. <div class="side">
  1183. <div class="sidetitle">Affiliates</div>
  1184. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/d5jplglpu/ild_affiliates.png" /></div>
  1185.  
  1186.  
  1187. <div class="affiliates">
  1188.  
  1189. <a title="madison beer news" href="https://madisonbeer.co.vu/"><img src="https://static.tumblr.com/zvesamf/B6Mpm2cj6/ild_affiliate_mb.png"></a>
  1190.  
  1191. <a title="joe sugg daily" href="https://joesuggdaily.co.vu/"><img src="https://static.tumblr.com/zvesamf/h6zpm2cj6/ild_affiliate_js.png"></a>
  1192.  
  1193. <a title="poppy deyes daily" href="https://poppydaily.tumblr.com/"><img src="https://static.tumblr.com/zvesamf/erzpm2cj5/ild_affiliate_pd.png"></a>
  1194.  
  1195. <a title="apply" href="/apply"><img src="https://static.tumblr.com/zvesamf/53Mpm2cj6/ild_affiliate_apply.png"></a>
  1196.  
  1197.  
  1198.  
  1199. </div>
  1200.  
  1201.  
  1202. </div>
  1203.  
  1204.  
  1205.  
  1206.  
  1207. <!-- SIDEBAR ; Site Info -->
  1208. <div class="side">
  1209. <div class="sidetitle">Site Info</div>
  1210. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/piqplglpt/ild_siteinfo.png" /></div>
  1211.  
  1212.  
  1213. <ul class="site">
  1214. <li><b>About:</b> Iskra Lawrence</li>
  1215. <li><b>Owner:</b> <a href="https://moonxfeather.tumblr.com/">Sushi</a></li>
  1216. <li><b>Contact:</b> <a href="mailto:contact@iskradaily.com">E-Mail</a></li>
  1217. <li><b>Established:</b> May 25th 2017</li>
  1218. <li><b>Theme:</b> <a href="https://ethereal-themes.tumblr.com">ethereal</a>
  1219. </li>
  1220. <li><b>Online:</b></li>
  1221. <li><b>Total Hits:</b></li>
  1222. </ul>
  1223.  
  1224.  
  1225. </div>
  1226.  
  1227.  
  1228.  
  1229.  
  1230. <!-- SIDEBAR ; Disclaimer -->
  1231. <div class="side">
  1232. <div class="sidetitle">Disclaimer</div>
  1233. <div class="decotitle"><img src="https://static.tumblr.com/zvesamf/d5jplglpu/ild_affiliates.png" /></div>
  1234.  
  1235. <b>iskralawrencedaily</b> is a non-profit site that is no way affiliated with Iskra Lawrence, her family, her friends or her management. All images, video footage and other media are copyright to their respective owners, no copyright infringement is intended. This is merely a fansite run by a fans for fans. If there is any content appearing on this website that belongs to you and do not wish for it appear on this site, please contact us as soon as possible with a link to say which post and it will be promptly removed. All copyrighted materials posted on this blog documenting and illustrating our interests.
  1236.  
  1237. </div>
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244. </div>
  1245. <!-- END SIDEBAR -->
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255. <!-- START POST CONTAINER -->
  1256. <div class="posts">
  1257.  
  1258.  
  1259. {block:Posts}
  1260.  
  1261. <div class="content"><!-- CONTAINER FOR NOTES COLOR -->
  1262.  
  1263.  
  1264. <!-- START POST INFO -->
  1265. <div class="postinfo">
  1266.  
  1267. {block:NoteCount}
  1268. <div class="postnotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1269. {/block:NoteCount}
  1270.  
  1271. <div class="postdates">
  1272. {block:Date}posted <a href="{Permalink}">{DayOfMonth} {Month} {Year}</a>{/block:Date}
  1273. </div>
  1274.  
  1275. <div class="poster">
  1276. <a href="{PostAuthorURL}">{PostAuthorName}</a> {block:RebloggedFrom} / <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  1277. {block:ContentSource} / <a title="{ReblogRootName}" href="{SourceURL}">src</a>
  1278. {/block:ContentSource}
  1279. {/block:RebloggedFrom}
  1280. </div>
  1281.  
  1282. </div>
  1283. <!-- DND POST INFO -->
  1284.  
  1285.  
  1286.  
  1287.  
  1288. <!-- Post Control -->
  1289. {block:IndexPage}
  1290. <div class="postcontrol">
  1291. <a href="{ReblogURL}" target="_blank" class="reblog"><i class="fa fa-retweet"></i>
  1292. </a>
  1293. <a href="#" class="like">{LikeButton}
  1294. <i class="fa fa-heart"></i>
  1295. </a>
  1296. </div>
  1297. {/block:IndexPage}
  1298. <!-- END POST INFO -->
  1299.  
  1300.  
  1301. <!-- Post Styles Start -->
  1302. <div class="iposts" id="{PostID}">
  1303.  
  1304. {block:Text}<div class="caption">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:Text}
  1305.  
  1306. {block:Link}<div class="linkpost"><div class="caption"><a href="{URL}"><h2> -{Name}</h2>
  1307. {block:Excerpt}<i>{Excerpt}</i>{/block:Excerpt}</a>
  1308. {block:Description}{Description}{/block:Description}</div></div>{/block:Link}
  1309.  
  1310. {block:Quote}<div class="caption"><h3>{Quote}</h3>-{Source}</b></div>{/block:Quote}
  1311.  
  1312. {block:Photo}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  1313. </center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  1314.  
  1315. {block:Photoset}<div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1316. <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>
  1317. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Photoset}
  1318.  
  1319. {block:Chat}
  1320. <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>
  1321. {/block:Chat}
  1322.  
  1323. {block:Audio}
  1324. <div class="caption">
  1325. <div class="audio">{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}" /></div>{block:AlbumArt}{block:AudioPlayer}<div class="player">{AudioPlayerBlack}</div>{/block:AudioPlayer}
  1326. <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}
  1327. </div></div>
  1328. {/block:Audio}
  1329.  
  1330. {block:Video}<div class="video">{Video-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Video}
  1331.  
  1332. {block:Answer}
  1333. <div class="questionpost">
  1334. <div class="question"><img src="{AskerPortraitURL-64}" align="left" /> {Asker} asked: {Question}</div>
  1335. <div class="questionborder"></div>
  1336. </div>
  1337. <div class="caption">{Answer}</div>
  1338. {/block:Answer}
  1339.  
  1340. </div>
  1341. <!-- Post Styles End -->
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351. <!-- POST TAGS START -->
  1352. <div class="posttags">
  1353. {block:HasTags}
  1354. Tagged as <span style="font-size:14px;">»</span> {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
  1355. {/block:HasTags}
  1356. </div>
  1357. <!-- POST TAGS END -->
  1358.  
  1359.  
  1360.  
  1361. </div><!-- Post Container -->
  1362.  
  1363.  
  1364. {block:PostNotes}
  1365. <div id="permanote">{PostNotes}
  1366. </div>
  1367. {/block:PostNotes}
  1368.  
  1369. {/block:Posts}
  1370.  
  1371.  
  1372.  
  1373.  
  1374. <!-- START PAGINATION -->
  1375. {block:IndexPage}
  1376. {block:Pagination}
  1377. <div class="pagination">
  1378. {block:PreviousPage}
  1379. <b><a href="{PreviousPage}">previous</a></b>
  1380. {/block:PreviousPage}
  1381.  
  1382. {block:JumpPagination length="10"}
  1383. {block:CurrentPage}
  1384. <span class="current_page">{PageNumber}</span>
  1385. {/block:CurrentPage}
  1386.  
  1387. {block:JumpPage}
  1388. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1389. {/block:JumpPage}
  1390. {/block:JumpPagination}
  1391.  
  1392. {block:NextPage}
  1393. <b><a class="next" href="{NextPage}">next</a></b>
  1394. {/block:NextPage}
  1395. </div>
  1396.  
  1397. {/block:Pagination}
  1398. {/block:IndexPage}
  1399. <!-- END PAGINATION -->
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405. </div>
  1406. <!-- END POST CONTAINER -->
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412. <div id="end"></div>
  1413.  
  1414.  
  1415. <!-- START FOOTER -->
  1416. <footer>
  1417. copyright <b>iskralawrencedaily</b> 2019
  1418. </footer>
  1419. <!-- END FOOTER -->
  1420.  
  1421.  
  1422. </div>
  1423. <!-- END CONTAINER -->
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431. <!-- ADDITIONAL SCRIPTS -->
  1432.  
  1433. {block:IndexPage}
  1434. <script>
  1435. $(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")}})});
  1436. </script>
  1437.  
  1438. <a href="javascript:;" id="scrollToTop" rel="nofollow"><i class="fa fa-angle-up"></i></a>
  1439. {/block:IndexPage}
  1440.  
  1441. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1442. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1443. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1444.  
  1445. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  1446.  
  1447. <script>
  1448. $(document).ready(function(){
  1449. $('.photo-slideshow').pxuPhotoset({
  1450. lightbox: true,
  1451. rounded: false,
  1452. gutter: '0px',
  1453. borderRadius: '0px',
  1454. photoset: '.photo-slideshow',
  1455. photoWrap: '.photo-data',
  1456. photo: '.pxu-photo'
  1457. });
  1458. });
  1459. </script>
  1460.  
  1461. {block:IfShrinkingTopbar}
  1462. <script>
  1463. $(document).on('scroll', function() {
  1464. if ($(document).scrollTop() > 0) {
  1465. $('.topbar').addClass('topbar-shrink');
  1466. } else {
  1467. $('.topbar').removeClass('topbar-shrink');
  1468. }
  1469. });
  1470. </script>
  1471. {/block:IfShrinkingTopbar}
  1472.  
  1473. </body>
  1474. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement