Advertisement
cvndythemes

countrywomendaily_theme

May 9th, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.57 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://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. <!--
  16.  
  17. >> ETHEREAL THEMES // CUSTOM THEME
  18.  
  19. Designed by etherealthemes for
  20. countrywomendaily.tumblr.com
  21. katvondunlimited.tumblr.com
  22. ⓒ 2016 - 2011
  23.  
  24. >> TERMS OF USE
  25.  
  26. Do NOT remove the credit
  27. Do NOT claim as your own
  28.  
  29. *You can move the credit, but leave it visible
  30. *Edit as much as you'd like
  31. *Feel free to ask about basic customization
  32. *Theme suggestions always welcomed
  33.  
  34. >> CREDITS
  35.  
  36. icons by fontawesome
  37.  
  38.  
  39. -->
  40.  
  41.  
  42.  
  43.  
  44. <!-- COLORS -->
  45. <meta name="color:Background" content="#f3f3f3" />
  46. <meta name="color:Scrollbar" content="#000000" />
  47. <meta name="color:Text" content="#000000" />
  48. <meta name="color:Links" content="#2c2c2c" />
  49.  
  50. <meta name="color:Accent One" content="#f891a0" />
  51. <meta name="color:Light Accent One" content="#ffbcc6" />
  52. <meta name="color:Accent Two" content="#237b90" />
  53. <meta name="color:Light Accent Two" content="#c1dee7" />
  54.  
  55. <meta name="color:Light Text" content="#757575" />
  56. <meta name="color:Grey" content="#cccccc" />
  57.  
  58. <meta name="color:Topbar Background" content="#ffffff" />
  59. <meta name="color:Topbar Text" content="#757575" />
  60. <meta name="color:Topbar Links" content="#ffffff" />
  61.  
  62. <meta name="color:Container" content="#f3f3f3" />
  63. <meta name="color:Welcome Background" content="#ffffff" />
  64. <meta name="color:Content" content="#ffffff" />
  65.  
  66.  
  67.  
  68.  
  69. <!-- IMAGES -->
  70. <meta name="image:Header" content="https://static.tumblr.com/zvesamf/GZDp8crdk/cwd_header.png"/>
  71. <meta name="image:Spotlight Female" content="http://placehold.it/330X280"/>
  72.  
  73.  
  74.  
  75.  
  76. <!-- Text -->
  77. <meta name="text:Spotlight Female" content="Hillary Scott"/>
  78.  
  79.  
  80.  
  81.  
  82. <!-- SELECT -->
  83. <meta name="select:Lightbox" content="0,0,0," title="Black">
  84. <meta name="select:Lightbox" content="255,255,255," title="White">
  85.  
  86.  
  87.  
  88.  
  89. <!-- SCRIPTS -->
  90.  
  91. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
  92.  
  93. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  94.  
  95. <script src="http://static.tumblr.com/zvesamf/uCToz2tqz/jquery.style-my-tooltips.js"></script>
  96.  
  97. <script>
  98. (function($){
  99. $(document).ready(function(){
  100. $("[title]").style_my_tooltips({
  101. tip_delay_time:200,
  102. tip_fade_speed:300,
  103. tip_follows_cursor:true
  104. }
  105. );
  106. });
  107. })(jQuery);
  108. </script>
  109.  
  110. <script src="https://static.tumblr.com/yzs4yqx/BV3o343ow/smoothscroll.min.js"></script>
  111.  
  112. <script>
  113. $container.infinitescroll({
  114. itemSelector: '.posts',
  115. navSelector: '.pagination',
  116. nextSelector: '.pagination a',
  117. loadingImg: '',
  118. loadingText: '<em></em>',
  119. bufferPx: 2000
  120. },
  121. function( newElements ) {
  122. var $newElems = $(newElements);
  123. var $newElemsIDs = $newElems.map(function(){
  124. return this.id;
  125. }).get();
  126. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  127. });
  128. </script>
  129.  
  130. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  131.  
  132. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Roboto:400, 400i" rel="stylesheet">
  133.  
  134. <!-- STYLESHEET -->
  135.  
  136. <style type="text/css">
  137.  
  138. /* --- SCROLLBAR ---*/
  139.  
  140. ::-webkit-scrollbar {height:15px;width:15px;background-color:{color:Background};}
  141.  
  142. ::-webkit-scrollbar-track {background-color:{color:Grey};border:7px solid {color:Background};}
  143.  
  144. ::-webkit-scrollbar-thumb {min-height:25px;min-width:25px;background-color:{color:Scrollbar};border:7px solid {color:Background};}
  145.  
  146.  
  147. /* --- SELECTION ---*/
  148.  
  149. ::-moz-selection {
  150. color:{color:Background};
  151. background:{color:Accent One};
  152. opacity:1;
  153. }
  154.  
  155. ::selection {
  156. color:{color:Background};
  157. background:{color:Accent One};
  158. opacity:1;
  159. }
  160.  
  161. /* --- TOOLTIPS ---*/
  162.  
  163. #s-m-t-tooltip {
  164. max-width:200px;
  165. margin:15px;
  166. background-color:{color:Accent Two};
  167. padding:5px 8px;
  168. font-size:10px;
  169. line-height:100%;
  170. word-wrap:break-word;
  171. text-transform:lowercase;
  172. font-style:italic;
  173. word-break:break-all;
  174. color:{color:Background};
  175. z-index:8;
  176. }
  177.  
  178. /* --- TUMBLR TOOLS --- */
  179.  
  180. {block:IndexPage}
  181. iframe.tmblr-iframe {
  182. z-index:10!important;
  183. top:15px!important;
  184. right:0!important;
  185. opacity:0;
  186. padding-right:60px;
  187. transform:scale(0.6);
  188. transform-origin:100% 0;
  189. -webkit-transform:scale(0.6);
  190. -webkit-transform-origin:100% 0;
  191. -o-transform:scale(0.6);
  192. -o-transform-origin:100% 0;
  193. -moz-transform:scale(0.6);
  194. -moz-transform-origin:100% 0;
  195. -ms-transform:scale(0.6);
  196. -ms-transform-origin:100% 0;
  197. filter:invert(1);
  198. -webkit-filter:invert(1);
  199. -o-filter:invert(1);
  200. -moz-filter:invert(1);
  201. -ms-filter:invert(1);
  202. transition:.2s ease-in-out;
  203. -webkit-transition:.2s ease-in-out;
  204. -moz-transition:.2s ease-in-out;
  205. }
  206.  
  207. iframe.tmblr-iframe:hover {opacity:0.5!important;}
  208.  
  209. .tcontrols {
  210. position:fixed;
  211. top:23px;
  212. right:20px;
  213. z-index:9;
  214. color:{color:Text};
  215. font-size:12px;
  216. transition:.2s ease-in-out;
  217. -webkit-transition:.2s ease-in-out;
  218. -moz-transition:.2s ease-in-out;
  219. }
  220.  
  221. {/block:IndexPage}
  222.  
  223.  
  224. {block:PermalinkPage}
  225. iframe.tmblr-iframe {
  226. z-index:10!important;
  227. top:15px!important;
  228. right:0!important;
  229. opacity:0.5;
  230. padding-right:30px;
  231. transform:scale(0.6);
  232. transform-origin:100% 0;
  233. -webkit-transform:scale(0.6);
  234. -webkit-transform-origin:100% 0;
  235. -o-transform:scale(0.6);
  236. -o-transform-origin:100% 0;
  237. -moz-transform:scale(0.6);
  238. -moz-transform-origin:100% 0;
  239. -ms-transform:scale(0.6);
  240. -ms-transform-origin:100% 0;
  241. filter:invert(1);
  242. -webkit-filter:invert(1);
  243. -o-filter:invert(1);
  244. -moz-filter:invert(1);
  245. -ms-filter:invert(1);
  246. }
  247. {/block:PermalinkPage}
  248.  
  249.  
  250. /* --- BODY --- */
  251.  
  252. body {
  253. margin:0px;
  254. padding:0px;
  255. font-family:'Open Sans', sans-serif;
  256. color:{color:Text};
  257. font-size:11px;
  258. font-weight:400;
  259. line-height:150%;
  260. font-weight:normal;
  261. word-wrap:normal;
  262. text-align:left;
  263. background:{color:Background};
  264. }
  265.  
  266. a {
  267. color:{color:Links};
  268. text-decoration:none;
  269. border:0;
  270. }
  271.  
  272. b,strong {font-weight:700;}
  273. i,italic {font-style:italic;}
  274. small {font-size:10px;}
  275. big {font-size:10px;}
  276.  
  277. hr.divider, hr, hr.separator {
  278. display: block;
  279. margin-top: 0.5em;
  280. margin-bottom: 0.5em;
  281. margin-left: auto;
  282. margin-right: auto;
  283. border-style: inset;
  284. border-color:{color:Text};
  285. border-bottom: 1px;
  286. }
  287.  
  288. pre {
  289. white-space: pre-wrap;
  290. white-space: -moz-pre-wrap;
  291. white-space: -pre-wrap;
  292. white-space: -o-pre-wrap;
  293. word-wrap: break-word;
  294. }
  295.  
  296. /* --- TOPBAR --- */
  297.  
  298. .topbar {
  299. position:fixed;
  300. top:0;
  301. left:0;
  302. margin:0 auto;
  303. width:100%;
  304. height:60px;
  305. background:{color:Topbar Background};
  306. text-align:center;
  307. z-index:7;
  308. }
  309.  
  310. .topbar a {
  311. display:inline-block;
  312. color:{color:Topbar Text};
  313. font-size:10px;
  314. text-transform:uppercase;
  315. text-decoration:none;
  316. background:{color:Topbar Background};
  317. width:105px;
  318. padding:22px 0px;
  319. transition:.3s ease-in-out;
  320. -webkit-transition:.3s ease-in-out;
  321. -moz-transition:.3s ease-in-out;
  322. }
  323.  
  324. .topbar a:nth-child(2n + 1):hover {background:{color:Light Accent One};color:{color:Topbar Links};}
  325. .topbar a:nth-child(2n + 2):hover {background:{color:Light Accent Two};color:{color:Topbar Links};}
  326.  
  327. /* --- TITLE --- */
  328.  
  329. .titlecont {
  330. margin:0 auto;
  331. margin-top:60px;
  332. background:{color:Topbar Background};
  333. font-family:'Roboto', sans-serif;
  334. text-align:center;
  335. padding:50px 0px 65px 0px;
  336. }
  337.  
  338. .title {
  339. font-style:italic;
  340. font-size:30px;
  341. text-transform:uppercase;
  342. margin-bottom:10px;
  343. }
  344.  
  345. .title b {
  346. font-weight:400;
  347. color:{color:Accent One};
  348. }
  349.  
  350. .tagline {
  351. display:inline-block;
  352. padding:5px 10px;
  353. background:{color:Topbar Background};
  354. color:{color:Light Text};
  355. font-size:9px;
  356. text-transform:uppercase;
  357. letter-spacing:0.5px;
  358. }
  359.  
  360. .taglineborder {
  361. margin:0 auto;
  362. margin-top:-14px;
  363. height:1px;
  364. width:400px;
  365. background:{color:Grey};
  366. }
  367.  
  368. /* --- HEADER --- */
  369.  
  370. .header {
  371. margin:0 auto;
  372. height:500px;
  373. width:100%;
  374. margin-top:0px;
  375. background-image: url('{image:Header}');
  376. background-position:top center;
  377. background-repeat:no-repeat;
  378. }
  379.  
  380. /* --- CONTAINER --- */
  381.  
  382. .container {
  383. margin:0 auto;
  384. width:960px;
  385. background:{color:Container};
  386. padding:40px 50px;
  387. }
  388.  
  389. #end {
  390. clear: both;
  391. text-align:center;
  392. }
  393.  
  394. /* --- WELCOME --- */
  395.  
  396. .welcome {
  397. margin:0 auto;
  398. width:752px;
  399. background:{color:Welcome Background};
  400. text-align:center;
  401. padding:15px 116px;
  402. font-size:12px;
  403. line-height:150%;
  404. font-style:italic;
  405. }
  406.  
  407. .welcome b {
  408. text-transform:uppercase;
  409. font-weight:700;
  410. color:{color:Accent One};
  411. }
  412.  
  413. .welcome i:nth-child(2n + 1) {color:{color:Accent One};}
  414. .welcome i:nth-child(2n + 2) {color:{color:Accent Two};}
  415.  
  416. /* --- SIDEBAR --- */
  417.  
  418. .sidebar {
  419. float:left;
  420. width:375px;
  421. background:{color:Container};
  422. margin-top:50px;
  423. margin-left:-5px;
  424. padding:5px;
  425. }
  426.  
  427. .side {
  428. width:330px;
  429. background:{color:Content};
  430. padding:15px 25px 20px 25px;
  431. margin-bottom:100px;
  432. font-size:11px;
  433. font-style:italic;
  434. text-align:center;
  435. color:{color:Text};
  436. }
  437.  
  438. .sidebartitle {
  439. font-size:12px;
  440. text-transform:uppercase;
  441. color:{color:Text};
  442. font-weight:700;
  443. padding:4px 8px;
  444. background:{color:Content};
  445. display:inline-block;
  446. transition:.3s ease-in-out;
  447. -webkit-transition:.3s ease-in-out;
  448. -moz-transition:.3s ease-in-out;
  449. }
  450.  
  451. .sidebartitleborder {
  452. margin:0 auto;
  453. width:200px;
  454. height:1px;
  455. margin-top:-12px;
  456. margin-bottom:27px;
  457. }
  458.  
  459. .side:nth-of-type(2n + 1) .sidebartitleborder {background:{color:Accent Two};}
  460. .side:nth-of-type(2n + 2) .sidebartitleborder {background:{color:Accent One};}
  461.  
  462.  
  463. /* --- SIDEBAR EXTRAS --- */
  464.  
  465. .sbleft {text-align:left!important;}
  466.  
  467. .affie img {
  468. height:62px;
  469. width:62px;
  470. filter: brightness(0.9);
  471. transition:.3s ease-in-out;
  472. -webkit-transition:.3s ease-in-out;
  473. -moz-transition:.3s ease-in-out;
  474. }
  475.  
  476. .affie img:hover {filter: brightness(1.1);}
  477.  
  478. .offciallinks a:hover {transform: scale(1.2);}
  479.  
  480. a.official {padding:5px 9px;border-radius:50%;color:{color:Text};}
  481. a.twitter{padding:5px 8px;border-radius:50%;color:{color:Text};}
  482. a.instagram {padding:5px 8px;border-radius:50%;color:{color:Text};}
  483. a.facebook {padding:5px 11px;border-radius:50%;color:{color:Text};}
  484. a.youtube {padding:5px 7px;border-radius:50%;color:{color:Text};}
  485.  
  486. a.twitter:hover, a.youtube:hover, a.facebook:hover, a.instagram:hover, a.official:hover {background:{color:Accent One};color:{color:Content};}
  487.  
  488. a.twitter, a.youtube, a.facebook, a.instagram, a.official {
  489. margin:5px;
  490. font-size:16px;
  491. transition:.2s ease-in-out;
  492. -webkit-transition:.2s ease-in-out;
  493. -moz-transition:.2s ease-in-out;
  494. }
  495.  
  496. .reminder {margin-bottom:15px;}
  497.  
  498. .reminder b {color:{color:Accent Two};text-transform:uppercase;}
  499.  
  500.  
  501. .members {text-align:left;}
  502.  
  503. .membercont {display:block;height:50px;margin-bottom:15px;}
  504.  
  505. .memberavi {width:55px;height:55px;}
  506.  
  507. .memberavi img {height:50px;width:50px;}
  508.  
  509. .membername {
  510. text-align:left;
  511. width:240px;
  512. font-size:11px;
  513. margin:-35px 0px 25px 28px;
  514. }
  515.  
  516. .membername a {color:{color:Text};font-weight:700;text-decoration:none;border:0;}
  517.  
  518. /* --- POSTS --- */
  519.  
  520. .posts {
  521. float:right;
  522. width:560px;
  523. padding:10px;
  524. margin:45px -24px 0px 0px;
  525. background:{color:Container};
  526. }
  527.  
  528. .iposts {
  529. width:540px;
  530. padding:15px;
  531. background:{color:Content};
  532. }
  533.  
  534. .iposts img {max-width:540px;}
  535.  
  536. .ipostphoto img {
  537. width:540px;
  538. padding-top:5px;
  539. }
  540.  
  541. .ipostpxu {
  542. padding-top:5px;
  543. width:530px;
  544. }
  545.  
  546. .ipost540 {
  547. width:540px;
  548. margin-left:25px;
  549. }
  550.  
  551. /* --- POST INFO --- */
  552.  
  553. .postinfo {
  554. width:540px;
  555. background:{color:Content};
  556. padding:15px 15px 10px 15px;
  557. font-style:italic;
  558. text-align:left;
  559. text-transform:uppercase;
  560. font-size:11px;
  561. }
  562.  
  563. .postnotes {
  564. float:left;
  565. display:inline-block;
  566. }
  567.  
  568. .postnotes a {
  569. color:{color:Content};
  570. display:inline-block;
  571. padding:10px 8px 10px 8px;
  572. margin-right:10px;
  573. background:{color:Light Accent Two};
  574. }
  575.  
  576. .postdate, .postdate a, .postsrc, .postsrc a {color:{color:Light Text};}
  577.  
  578. .postdate {
  579. margin:0 auto;
  580. display:inline-block;
  581. padding:10px 0px 10px 0px;
  582. }
  583.  
  584. .postdate a {
  585. display:inline-block;
  586. }
  587.  
  588. .postsrc {
  589. display:inline-block;
  590. padding:10px 8px 10px 0px;
  591. }
  592.  
  593. .postsrc a {
  594. text-decoration:none;
  595. border:0;
  596. }
  597.  
  598. /* --- POST CONTROL --- */
  599.  
  600. .postcontrol {
  601. float:right;
  602. margin-top:11px;
  603. }
  604.  
  605. .postcontrol i {
  606. color:{color:Text};
  607. height:auto;
  608. padding:1px;
  609. font-weight:400!important;
  610. display:block;
  611. overflow:visible;
  612. height:auto;
  613. }
  614.  
  615. .postcontrol a {
  616. position:relative;
  617. display:inline-block;
  618. overflow:hidden;
  619. padding:0px 0px 0px 4px;
  620. }
  621.  
  622. .postcontrol .reblog {
  623. opacity:1;
  624. }
  625.  
  626. .postcontrol .reblog i {
  627. font-size:12px;
  628. }
  629.  
  630. .reblog i {
  631. color:{color:Text};
  632. transition:.2s ease-in-out;
  633. -webkit-transition:.2s ease-in-out;
  634. -moz-transition:.2s ease-in-out;
  635. }
  636.  
  637. .postcontrol .like .liked + i {
  638. color:{color:Text};
  639. opacity:1;
  640. }
  641.  
  642. .like i {
  643. position:relative;
  644. top:-1px;
  645. color:{color:Text};
  646. font-size:10px;
  647. transition:.2s ease-in-out;
  648. -webkit-transition:.2s ease-in-out;
  649. -moz-transition:.2s ease-in-out;
  650. }
  651.  
  652. .postcontrol .like .liked + i {
  653. color:{color:Accent One};
  654. }
  655.  
  656. .postcontrol .like .like_button {
  657. position:relative;
  658. }
  659.  
  660. .postcontrol .like .like_button iframe {
  661. position:absolute;
  662. top:0;
  663. left:0;
  664. bottom:0;
  665. right:0;
  666. z-index:2;
  667. opacity:0;
  668. }
  669.  
  670. /* --- POST TAGS --- */
  671.  
  672. .posttags {
  673. width:550px;
  674. padding:10px 10px 15px 10px;
  675. background:{color:Content};
  676. text-transform:uppercase;
  677. font-style:italic;
  678. font-size:10px;
  679. margin-bottom:100px;
  680. text-align:center;
  681. }
  682.  
  683. .posttags a {
  684. text-transform:lowercase!important;
  685. color:{color:Links};
  686. text-decoration:none;
  687. border:0;
  688. opacity:0.8;
  689. }
  690.  
  691. /* --- POST STYLES --- */
  692.  
  693. h1, h2 {
  694. display:inline-block;
  695. font-size:11px;
  696. color:{color:Text};
  697. display:inline-block;
  698. text-transform:uppercase;
  699. font-style:italic;
  700. font-weight:700;
  701. }
  702.  
  703. blockquote {
  704. padding:10px;
  705. text-decoration:none;
  706. letter-spacing:1px;
  707. border-left:1px solid {color:Text};
  708. }
  709.  
  710. blockquote img {
  711. max-width:100%;
  712. display:block;
  713. margin-bottom:5px;
  714. }
  715.  
  716. .user_1 .label {font-weight: 700;}
  717. .user_2 .label {font-weight: 400;}
  718. .user_3 .label {font-weight: 700;}
  719. .user_4 .label {font-weight: 400;}
  720. .user_5 .label {font-weight: 700;}
  721. .user_6 .label {font-weight: 400;}
  722. .user_7 .label {font-weight: 700;}
  723. .user_8 .label {font-weight: 400;}
  724.  
  725. ul.chat {list-style:none; margin: 0px 0px 0px 0px; padding: 0px;}
  726.  
  727. .chat li {
  728. list-style: none;
  729. margin: 0px;
  730. padding: 2px;
  731. border: none;
  732. }
  733.  
  734. .chat li:first-child {border:none;}
  735.  
  736. /* --- QUESTIONS --- */
  737.  
  738. .question {
  739. margin:0px;
  740. width:535px;
  741. text-align:justify;
  742. line-height:130%;
  743. color:{color:Links};
  744. }
  745.  
  746. .questiontext {
  747. opacity:0.5;
  748. transition:.2s ease-in-out;
  749. -webkit-transition:.2s ease-in-out;
  750. -moz-transition:.2s ease-in-out;
  751. }
  752.  
  753. .questiontext:hover {opacity:1;}
  754.  
  755. .question img {padding:1px 12px 0px 0px;}
  756.  
  757. .question a {color:{color:Text};}
  758.  
  759. /* --- AUDIO --- */
  760.  
  761. .audio { background:{color:Content};}
  762.  
  763. .player {
  764. position:absolute;
  765. margin-top:-69px;
  766. margin-left:35px;
  767. opacity:0.6;
  768. }
  769.  
  770. .audiop, .player {display:inline-block;}
  771.  
  772. .trackname {
  773. margin-left:120px;
  774. margin-top:-75px;
  775. color:{color:Text};
  776. text-transform:uppercase;
  777. }
  778.  
  779. .artist {
  780. margin-left:120px;
  781. margin-top:-5px;
  782. color:{color:Text};
  783. }
  784.  
  785. .albuname {
  786. margin-left:120px;
  787. margin-top:0px;
  788. color:{color:Text};
  789. }
  790.  
  791. .audiop {
  792. position:absolute;
  793. display:block;
  794. margin-top:4px
  795. margin-top:-109px;
  796. }
  797.  
  798. .audioimg img {
  799. margin-top:10px;
  800. height:100px;
  801. width:100px;
  802. }
  803.  
  804. .tumblr_audio_player {
  805. width:30px;
  806. height:27px;
  807. overflow:hidden;
  808. }
  809.  
  810. .soundcloud_audio_player {padding-top:15px;}
  811.  
  812. /* --- LIGHTBOXES ---*/
  813.  
  814. .vignette, #vignette {opacity:0;}
  815.  
  816. .lightbox-image, #tumblr_lightbox img {
  817. box-shadow:none !important;
  818. border-radius:0 !important;
  819. max-width:none;
  820. -moz-box-sizing:border-box;
  821. box-sizing:border-box;
  822. }
  823.  
  824. .tmblr-lightbox, #tumblr_lightbox {
  825. background-color:rgba({select:Lightbox}.90) !important;
  826. }
  827.  
  828. .lightbox-caption, #tumblr_lightbox_caption {visibility:hidden;}
  829.  
  830. /* --- PAGINATION --- */
  831.  
  832. .pagination {
  833. width:550px;
  834. float:right;
  835. background:{color:Container};
  836. font-size:11px;
  837. text-transform:uppercase;
  838. padding:10px;
  839. text-align:center;
  840. margin:20px 0px 0px 0px;
  841. color:{color:Text};
  842. word-spacing:10px;
  843. }
  844.  
  845. .pagination a {
  846. display:inline-block;
  847. color:{color:Text};
  848. min-width:15px;
  849. }
  850.  
  851. .pagination .current {
  852. display:inline-block;
  853. margin:8px;
  854. color:{color:Text};
  855. min-width:15px;
  856. }
  857.  
  858. .pagination a.jump {
  859. font-size:10px;
  860. line-height:10px;
  861. color:{color:Text};
  862. min-width:15px;
  863. }
  864.  
  865. /* ---PERMALINK NOTES --- */
  866.  
  867. div::-webkit-scrollbar {width:3px;background-color:{color:Content};}
  868. div::-webkit-scrollbar-thumb {background-color:{color:Content};}
  869. div::-webkit-scrollbar-corner {background-color:{color:Content};}
  870. div::-webkit-scrollbar-thumb:vertical {background-color:{color:Grey};}
  871.  
  872.  
  873. #permanote {
  874. width:561px;
  875. max-height:350px;
  876. margin:-99px 0 20px 0px;
  877. padding:25px 0px 0px 9px;
  878. text-align:center;
  879. background:{color:Content};
  880. overflow-x:hidden;
  881. overflow-y:scroll;
  882. }
  883.  
  884. ol.notes {
  885. display:inline-block;
  886. padding:0px;
  887. margin:15px 0px;
  888. background:transparent;
  889. list-style-type:none;
  890. text-align:center;
  891. border-bottom:0px;
  892. letter-spacing: 1px;
  893. }
  894.  
  895. .notes a {display:inline-block;text-align:center;}
  896.  
  897. ol.notes li.note {padding:0px;float:left;text-align:center;}
  898.  
  899. ol.notes li.note img.avatar {
  900. width:32px;
  901. height:32px;
  902. margin:0px 2px 0px 2px;
  903. }
  904.  
  905. ol.notes li.note span.action {display:none;}
  906.  
  907. ol.notes li.note .answer_content {display:none;}
  908.  
  909. ol.notes li.note blockquote {display:none;}
  910.  
  911. ol.notes li.note blockquote a {display:none;}
  912.  
  913. ol.notes li.note.more_notes_link_container {
  914. display:block;
  915. position:relative;
  916. text-align:center;
  917. display:block;
  918. width:100%;
  919. padding-top:10px;
  920. }
  921.  
  922. /* --- SCROLL TO TOP --- */
  923.  
  924. #scrollToTop {
  925. display:none;
  926. position:fixed;
  927. bottom:15px;
  928. right:10px;
  929. }
  930.  
  931. #scrollToTop i {
  932. color:{color:Text};
  933. font-size:15px;
  934. display:inline-block;
  935. padding:5px;
  936. transition:.2s ease-in-out;
  937. -webkit-transition:.2s ease-in-out;
  938. -moz-transition:.2s ease-in-out;
  939. -o-transition:.2s ease-in-out;
  940. }
  941.  
  942. /* --- FOOTER --- */
  943.  
  944. footer {
  945. margin:0 auto;
  946. width:905px;
  947. margin-top:25px;
  948. padding:35px 50px 35px 30px;
  949. line-height:150%;
  950. text-align:center;
  951. text-transform:uppercase;
  952. font-style:italic;
  953. }
  954.  
  955. footer b {
  956. color:{color:Accent One};
  957. }
  958.  
  959. {CustomCSS}
  960. </style>
  961.  
  962. </head>
  963. <body>
  964.  
  965.  
  966.  
  967.  
  968. <!-- START TOPBAR -->
  969. <div class="topbar">
  970.  
  971. <a href="">Home</a>
  972. <a href="">Contact</a>
  973. <a href="">Tags</a>
  974. <a href="">Creations</a>
  975. <a href="">Apply</a>
  976. <a href="">Gallery</a>
  977. <a href="">Requests</a>
  978.  
  979. {block:IndexPage}
  980. <div class="tcontrols">+</div>
  981. {/block:IndexPage}
  982.  
  983. </div>
  984. <!-- END TOPBAR -->
  985.  
  986.  
  987.  
  988.  
  989. <!-- START TITLE -->
  990. <div class="titlecont">
  991.  
  992. <div class="title">
  993. Country <b>Women</b> Daily
  994. </div>
  995.  
  996. <div class="tagline">
  997. The #1 source for all your favorite female country artists
  998. </div>
  999.  
  1000. <div class="taglineborder"></div>
  1001.  
  1002. </div>
  1003. <!-- END TITLE -->
  1004.  
  1005.  
  1006.  
  1007.  
  1008. <!-- START HEADER -->
  1009. <div class="header"></div>
  1010. <!-- END HEADER -->
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016. <!-- START CONTAINER -->
  1017. <div class="container">
  1018.  
  1019.  
  1020.  
  1021.  
  1022. <!-- START WELCOME -->
  1023. {block:IndexPage}
  1024. <div class="welcome">
  1025. Welcome to <b>Country Women Daily</b> your first source for everything regarding the women of country music. We strive to bring you the latest photos, news and edits of <i>female</i> country artists both new and old. Please feel free to leave us any requests you have as they are always open along with our application to become a member if you so wish! Want us to see/reblog your work? Make sure to tag <i>#countrywomendaily</i> in the first 5 tags of your edit!
  1026. </div>
  1027. {/block:IndexPage}
  1028. <!-- END WELCOME -->
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036. <!-- START SIDEBAR -->
  1037. <div class="sidebar">
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. <!-- Spotlight Female -->
  1044. {block:IndexPage}
  1045. <div class="side">
  1046. <div class="sidebartitle">About {text:Spotlight Female}</div>
  1047. <div class="sidebartitleborder"></div>
  1048.  
  1049. <img src="{image:Spotlight Female}" height="280px" width="330px" />
  1050.  
  1051. <p>
  1052.  
  1053. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante. Donec nec elit molestie massa finibus pulvinar non nec lacus. Nullam ipsum nulla, sodales non ornare et, accumsan a sem. Donec tempus leo non laoreet viverra. Vestibulum ac nunc sem. Aenean vitae convallis velit, non molestie augue. Curabitur tristique eleifend mi, malesuada fringilla erat tristique imperdiet.
  1054.  
  1055. </div>
  1056. {/block:IndexPage}
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062. <!-- Reminders -->
  1063. {block:IndexPage}
  1064. <div class="side">
  1065. <div class="sidebartitle">Reminders</div>
  1066. <div class="sidebartitleborder"></div>
  1067. <div class="sbleft">
  1068.  
  1069.  
  1070. <!-- Reminder Start -->
  1071. <div class="reminder">
  1072. <b>Date</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante.
  1073. </div><!-- Reminder End -->
  1074.  
  1075.  
  1076. <!-- Reminder Start -->
  1077. <div class="reminder">
  1078. <b>Date</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante.
  1079. </div><!-- Reminder End -->
  1080.  
  1081. <!-- Reminder Start -->
  1082. <div class="reminder">
  1083. <b>Date</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante.
  1084. </div><!-- Reminder End -->
  1085.  
  1086. </div>
  1087.  
  1088. </div>
  1089. {/block:IndexPage}
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095. <!-- Official Links -->
  1096. {block:IndexPage}
  1097. <div class="side">
  1098. <div class="sidebartitle">Official Links</div>
  1099. <div class="sidebartitleborder"></div>
  1100.  
  1101.  
  1102. <a class="official" href="#" title="Official Website"><i class="fa fa-globe"></i></a>
  1103.  
  1104. <a class="twitter" href="#" title="Twitter"><i class="fa fa-twitter"></i></a>
  1105.  
  1106. <a class="instagram" href="#" title="Instagram"><i class="fa fa-instagram"></i></a>
  1107.  
  1108. <a class="facebook" href="#" title="Facebook"><i class="fa fa-facebook"></i></a>
  1109.  
  1110. <a class="youtube" href="#" title="Youtube"><i class="fa fa-youtube-play"></i></a>
  1111.  
  1112. </div>
  1113. {/block:IndexPage}
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119. <!-- Poll Box -->
  1120. {block:IndexPage}
  1121. <div class="side">
  1122. <div class="sidebartitle">Poll Box</div>
  1123. <div class="sidebartitleborder"></div>
  1124.  
  1125.  
  1126. </div>
  1127. {/block:IndexPage}
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133. <!-- Spotlight Video -->
  1134. {block:IndexPage}
  1135. <div class="side">
  1136. <div class="sidebartitle">Spotlight Video</div>
  1137. <div class="sidebartitleborder"></div>
  1138.  
  1139. <iframe width="330" height="186" src="https://www.youtube.com/embed/jiXbptRNZ9Y?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  1140.  
  1141. </div>
  1142. {/block:IndexPage}
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148. <!-- Instagram -->
  1149. {block:IndexPage}
  1150. <div class="side">
  1151. <div class="sidebartitle">Instagram</div>
  1152. <div class="sidebartitleborder"></div>
  1153.  
  1154. <!-- InstaWidget -->
  1155. <!-- InstaWidget -->
  1156. <a href="https://instawidget.net/v/user/hillaryscottla" id="link-96082efe2877327b52365c730816eb55b6c7094dc0b1570e6a7fd679be525ee8">@hillaryscottla</a>
  1157. <script src="https://instawidget.net/js/instawidget.js?u=96082efe2877327b52365c730816eb55b6c7094dc0b1570e6a7fd679be525ee8&width=330px"></script>
  1158.  
  1159. </div>
  1160. {/block:IndexPage}
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166. <!-- Affiliates -->
  1167. <div class="side">
  1168. <div class="sidebartitle">Affiliates</div>
  1169. <div class="sidebartitleborder"></div>
  1170.  
  1171. <div class="affie">
  1172.  
  1173. <a href="http://carrieunderwoodgifs.tumblr.com/" title="carrieunderwoodgifs"><img src="http://api.tumblr.com/v2/blog/carrieunderwoodgifs.tumblr.com/avatar/512" /></a>
  1174.  
  1175. <a href="http://dailycelebrities.tumblr.com/" title="dailycelebrities"><img src="http://api.tumblr.com/v2/blog/dailycelebrities.tumblr.com/avatar/512" /></a>
  1176.  
  1177. <a href="http://dailycountrymusic.tumblr.com" title="dailycountrymusic"><img src="http://api.tumblr.com/v2/blog/dailycountrymusic.tumblr.com/avatar/512" /></a>
  1178.  
  1179. <a href="http://dailylittleliars.tumblr.com/" title="dailylittleliars"><img src="http://api.tumblr.com/v2/blog/dailylittleliars.tumblr.com/avatar/512" /></a>
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185. <a href="http://dailywomen.tumblr.com" title="dailywomen"><img src="http://api.tumblr.com/v2/blog/dailywomen.tumblr.com/avatar/512" /></a>
  1186.  
  1187. <a href="http://fyeahmusicdaily.tumblr.com/" title="fyeahmusicdaily"><img src="http://api.tumblr.com/v2/blog/fyeahmusicdaily.tumblr.com/avatar/512" /></a>
  1188.  
  1189. <a href="http://joshduhamelsource.tumblr.com" title="joshduhamelsource"><img src="http://api.tumblr.com/v2/blog/joshduhamelsource.tumblr.com/avatar/512" /></a>
  1190.  
  1191. <a href="http://k-ballerinis.tumblr.com/" title="k-ballerinis"><img src="http://api.tumblr.com/v2/blog/k-ballerinis.tumblr.com/avatar/512" /></a>
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197. <a href="http://lyriceditsdaily.tumblr.com" title="lyriceditsdaily"><img src="http://api.tumblr.com/v2/blog/lyriceditsdaily.tumblr.com/avatar/512" /></a>
  1198.  
  1199. <a href="http://midlandofficial.tumblr.com" title="midlandofficial"><img src="http://api.tumblr.com/v2/blog/midlandofficial.tumblr.com/avatar/512" /></a>
  1200.  
  1201. <a href="http://musicacousticlive.tumblr.com" title="musicacousticlive"><img src="http://api.tumblr.com/v2/blog/musicacousticlive.tumblr.com/avatar/512" /></a>
  1202.  
  1203. <a href="http://reputationacousticlive.tumblr.com/" title="reputationacousticlive"><img src="http://api.tumblr.com/v2/blog/reputationacousticlive.tumblr.com/avatar/512" /></a>
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209. <a href="http://samhuntdaily.tumblr.com/" title="samhuntdaily"><img src="http://api.tumblr.com/v2/blog/samhuntdaily.tumblr.com/avatar/512" /></a>
  1210.  
  1211. <a href="http://storytellerlive.tumblr.com/" title="storytellerlive"><img src="http://api.tumblr.com/v2/blog/storytellerlive.tumblr.com/avatar/512" /></a>
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218. <a href="https://www.tumblr.com/message/countrywomendaily" title="apply"><img src="https://static.tumblr.com/zvesamf/ROmp8e4pb/cwd_affie.png"></a>
  1219.  
  1220. </div>
  1221. </div>
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227. <!-- Members -->
  1228. <div class="side">
  1229. <div class="sidebartitle">Members</div>
  1230. <div class="sidebartitleborder"></div>
  1231.  
  1232. <div class="members">
  1233. {block:GroupMembers}
  1234. {block:GroupMember}
  1235. <div class="membercont">
  1236. <div class="memberavi">
  1237. <img src="{GroupMemberPortraitURL-96}">
  1238. </div>
  1239.  
  1240. <div class="membername">
  1241. <a href="{GroupMemberURL}" class="membername" title="{GroupMemberTitle}">{GroupMemberName}</a></div>
  1242.  
  1243. <br>
  1244. </div>
  1245. {/block:GroupMember}
  1246. {/block:GroupMembers}
  1247. </div>
  1248.  
  1249. </div>
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256. <!-- Site Information -->
  1257. <div class="side">
  1258. <div class="sidebartitle">Site Information</div>
  1259. <div class="sidebartitleborder"></div>
  1260.  
  1261. <div class="sbleft">
  1262.  
  1263. <b>About:</b> Female Country Artists<br>
  1264. <b>Established:</b> 06/04/2017<br>
  1265. <b>Currently Online:</b> <br>
  1266. <b>Website Visits:</b> <br>
  1267. <b>Theme:</b> <a href="">ethereal</a>
  1268. </div>
  1269.  
  1270. </div>
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277. <!-- Disclaimer -->
  1278. <div class="side">
  1279. <div class="sidebartitle">Disclaimer</div>
  1280. <div class="sidebartitleborder"></div>
  1281.  
  1282. 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.
  1283.  
  1284. </div>
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291. </div>
  1292. <!-- END SIDEBAR -->
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302. <!-- START POSTS -->
  1303. <div class="posts">
  1304. {block:Posts}
  1305.  
  1306.  
  1307. <!-- POST STYLES START -->
  1308. <div class="iposts" id="{PostID}">
  1309.  
  1310. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1311.  
  1312. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  1313. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1314.  
  1315. {block:Quote}<h1>“{Quote}”</h1><br>-{Source}</b>{/block:Quote}
  1316.  
  1317. {block:Photo}<div class="ipostphoto"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  1318.  
  1319. {block:Photoset}<div class="ipostpxu"><center><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></center>
  1320. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  1321.  
  1322. {block:Chat}
  1323. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  1324. {/block:Chat}
  1325.  
  1326. {block:Audio}
  1327. <div class="audio">
  1328.  
  1329. {block:AlbumArt}
  1330. <div class="audioimg">
  1331. <img src="{AlbumArtURL}" />
  1332. </div>
  1333. {block:AlbumArt}
  1334.  
  1335. {block:AudioPlayer}
  1336. <div class="player">
  1337. {AudioPlayerBlack}
  1338. </div>
  1339. {/block:AudioPlayer}
  1340.  
  1341. <div class="audiop">
  1342. {block:TrackName}
  1343. <div class="trackname">
  1344. {TrackName}
  1345. </div>
  1346. {/block:TrackName}
  1347. {block:Artist}
  1348. <div class="artist">
  1349. by {Artist}
  1350. </div>
  1351. {/block:Artist}
  1352. </div>
  1353. {block:Caption}{Caption}{/block:Caption}
  1354. </div>
  1355. {/block:Audio}
  1356.  
  1357.  
  1358. {block:Video}
  1359. <div class="ipost540">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1360.  
  1361. {block:Answer}
  1362. <div class="question">
  1363. <img src="{AskerPortraitURL-48}" align="left" />{Asker} asked<br>
  1364. <div class="questiontext">{Question}</div>
  1365. </div>
  1366. {Answer}{/block:Answer}
  1367.  
  1368. </div>
  1369. <!-- POST STYLES END -->
  1370.  
  1371.  
  1372.  
  1373.  
  1374. <!-- START POST INFO -->
  1375. <div class="postinfo">
  1376.  
  1377. {block:NoteCount}<div class="postnotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:NoteCount}
  1378.  
  1379. {block:Date}<div class="postdate">Posted <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</a></div>{/block:Date}
  1380.  
  1381. {block:RebloggedFrom}
  1382. <div class="postsrc"><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{block:ContentSource} / <a title="{ReblogRootName}" href="{SourceURL}">src</a>{/block:ContentSource}</div>{/block:RebloggedFrom}
  1383.  
  1384. {block:IndexPage}
  1385. <div class="postcontrol">
  1386. <a href="{ReblogURL}" target="_blank" class="reblog"><i class="fa fa-retweet" aria-hidden="true"></i></a>
  1387. <a href="#" class="like">{LikeButton}<i class="fa fa-heart" aria-hidden="true"></i></a>
  1388. </div>
  1389. {/block:IndexPage}
  1390.  
  1391. </div>
  1392. <!-- END POST INFO -->
  1393.  
  1394. <!-- POST TAGS START -->
  1395. <div class="posttags">
  1396.  
  1397. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:HasTags}
  1398.  
  1399. </div>
  1400. <!-- POST TAGS END -->
  1401.  
  1402.  
  1403.  
  1404.  
  1405. <!-- PERMALINK NOTES -->
  1406. {block:PostNotes}
  1407. <div id="permanote"><center>{PostNotes-64}</center></div>
  1408. {/block:PostNotes}
  1409.  
  1410.  
  1411. {/block:Posts}
  1412.  
  1413.  
  1414.  
  1415.  
  1416. <!-- START PAGINATION -->
  1417. {block:IndexPage}
  1418. {block:Pagination}
  1419. <div class="pagination">
  1420. {block:PreviousPage}
  1421. <a href="{PreviousPage}">previous</a>
  1422. {/block:PreviousPage}
  1423.  
  1424. {block:JumpPagination length="10"}
  1425. {block:CurrentPage}
  1426. <span class="current_page">{PageNumber}</span>
  1427. {/block:CurrentPage}
  1428.  
  1429. {block:JumpPage}
  1430. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1431. {/block:JumpPage}
  1432. {/block:JumpPagination}
  1433.  
  1434. {block:NextPage}
  1435. <a class="next" href="{NextPage}">next</a>
  1436. {/block:NextPage}
  1437. </div>
  1438.  
  1439. {/block:Pagination}
  1440. {/block:IndexPage}
  1441. <!-- END PAGINATION -->
  1442.  
  1443.  
  1444.  
  1445. </div><!-- END POSTS -->
  1446.  
  1447.  
  1448.  
  1449.  
  1450. <div id="end"></div>
  1451.  
  1452.  
  1453. <!-- START FOOTER -->
  1454. <footer>
  1455. Copyright <b>Country Women Daily</b> 2018
  1456. </footer>
  1457. <!-- END FOOTER -->
  1458.  
  1459.  
  1460. </div>
  1461. <!-- END CONTAINER -->
  1462.  
  1463.  
  1464.  
  1465.  
  1466. <!-- ADDITIONAL SCRIPTS -->
  1467.  
  1468. {block:IndexPage}
  1469. <script>
  1470. $(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")}})});
  1471. </script>
  1472.  
  1473. <a href="javascript:;" id="scrollToTop" rel="nofollow"><i class="fa fa-chevron-up" aria-hidden="true"></i></a>
  1474. {/block:IndexPage}
  1475.  
  1476. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1477. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1478. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1479.  
  1480. <script>
  1481. $(document).ready(function(){
  1482. $('.photo-slideshow').pxuPhotoset({
  1483. lightbox: true,
  1484. rounded: false,
  1485. gutter: '1px',
  1486. borderRadius: '0px',
  1487. photoset: '.photo-slideshow',
  1488. photoWrap: '.photo-data',
  1489. photo: '.pxu-photo'
  1490. });
  1491. });
  1492. </script>
  1493.  
  1494. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement