Advertisement
cvndythemes

thewitchersdaily

Mar 18th, 2020
1,308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.44 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. <meta name="viewport" content="width=device-width, initial-scale=1">
  12.  
  13.  
  14. <!--
  15.  
  16. >> ETHEREAL THEMES // THEWITCHERSDAILY CUSTOM THEME
  17.  
  18. Designed by etherealthemes for thewitchersdaily.tumblr.com
  19. ethereal-themes.tumblr.com
  20. ⓒ 2016 - 2012
  21.  
  22. >> TERMS OF USE
  23.  
  24. Do NOT remove the credit
  25. Do NOT claim as your own
  26.  
  27. *You can move the credit, but leave it visible
  28. *Edit as much as you'd like
  29. *Feel free to ask about basic customization
  30. *Theme suggestions always welcomed
  31.  
  32. >> EXTRAS
  33.  
  34. Fonts by Google Fonts
  35. Icons by Jam Icons @ jam-icons.com
  36. Tooltips by Tippy.js @ atomiks.github.io/tippyjs/
  37. Tumblr controls styling by cyantists @ cyantists.tumblr.com
  38. PXU Photosets by chloethemes @ bychloethemes.tumblr.com
  39.  
  40.  
  41. -->
  42.  
  43.  
  44.  
  45.  
  46. <!-- COLORS -->
  47. <meta name="color:Background" content="#ffffff" />
  48. <meta name="color:Text" content="#000000" />
  49. <meta name="color:Accent" content="#575757"/>
  50.  
  51. <meta name="color:Topbar Background" content="#000000" />
  52. <meta name="color:Topbar Text" content="#ffffff" />
  53.  
  54. <meta name="color:Container Background" content="#f7f7f7" />
  55. <meta name="color:Content" content="#fefefe" />
  56.  
  57. <meta name="color:Borders" content="#ececec" />
  58.  
  59.  
  60. <!-- IMAGES -->
  61. <meta name="image:Topbar Avatar" content="https://static.tumblr.com/3d558b22cc6113736701b5eb67571ce4/zvesamf/CQdq6wbtm/tumblr_static_ceoe2kk5kdkoggs0s80sco0k8.jpg"/>
  62.  
  63. <meta name="image:Sidebar" content="https://static.tumblr.com/112d2ae95616e7971d0ad290ad6bc1f6/zvesamf/tfvq7dlh5/tumblr_static_66k6nxe1m000oskoss00sko0c.gif"/>
  64.  
  65.  
  66.  
  67.  
  68. <!-- TEXT -->
  69. <meta name="text:Blog URL" content=""/>
  70.  
  71.  
  72.  
  73.  
  74. <!-- IF -->
  75. <meta name="if:Invert Tumblr Controls" content="0"/>
  76. <meta name="if:Post Author" content="1"/>
  77.  
  78.  
  79.  
  80.  
  81. <!-- SELECT -->
  82. <meta name="select:Lightbox" content="0,0,0," title="Black">
  83. <meta name="select:Lightbox" content="255,255,255," title="White">
  84.  
  85.  
  86.  
  87. <!-- SCRIPTS -->
  88. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  89.  
  90. <script type="text/javascript" src="https://www.google.com/jsapi"></script>
  91.  
  92. <script>
  93. $container.infinitescroll({
  94. itemSelector: '.posts',
  95. navSelector: '.pagination',
  96. nextSelector: '.pagination a',
  97. loadingImg: '',
  98. loadingText: '<em></em>',
  99. bufferPx: 2000
  100. },
  101. function( newElements ) {
  102. var $newElems = $(newElements);
  103. var $newElemsIDs = $newElems.map(function(){
  104. return this.id;
  105. }).get();
  106. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  107. });
  108. </script>
  109.  
  110. <script src="https://static.tumblr.com/yzs4yqx/BV3o343ow/smoothscroll.min.js"></script>
  111.  
  112. <!-- TIPPY JS -->
  113. <script src="https://unpkg.com/popper.js@1"></script>
  114. <script src="https://unpkg.com/tippy.js@5"></script>
  115. <script>
  116. $(document).ready(function(){
  117. tippy('[title]', {
  118. arrow: false,
  119. placement: 'top',
  120. delay: 5,
  121. distance: 10,
  122. maxWidth: 300,
  123.  
  124. followCursor: true,
  125. allowHTML: true,
  126. theme: 'custom',
  127. ignoreAttributes: true,
  128. content(reference) {
  129. const title = reference.getAttribute('title');
  130. reference.removeAttribute('title');
  131. return title;
  132. },
  133. });
  134. });
  135. </script>
  136.  
  137. <link rel="stylesheet" href="https://unpkg.com/jam-icons/css/jam.min.css">
  138. <script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
  139.  
  140. <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i" rel="stylesheet">
  141.  
  142.  
  143. <!-- STYLESHEET -->
  144.  
  145. <style type="text/css">
  146.  
  147. /* --- SELECTION ---*/
  148.  
  149. ::-webkit-scrollbar {width:16px;background-color:{color:Background};}
  150.  
  151. ::-webkit-scrollbar-track {background-color:{color:Accent};border:7px solid {color:Background};}
  152.  
  153. ::-webkit-scrollbar-thumb {min-width:25px;background-color:{color:Accent};border:7px solid {color:Background};}
  154.  
  155. /* --- Tooltips ---*/
  156.  
  157. .tippy-tooltip.custom-theme {
  158. $tooltipBg:{color:Background};
  159. background-color:{color:Background};
  160. color:{color:Text};
  161. font-size:calc(10.5pt - 2.5pt);
  162. text-transform:lowercase;
  163. border-radius:0px;
  164. border:1px solid {color:Borders};
  165. margin-left:70px;
  166. }
  167.  
  168. .tippy-content {padding:5px 5px 3px 5px!important;}
  169.  
  170. /* --- SCROLLBAR ---*/
  171.  
  172. ::-webkit-scrollbar-thumb {background:{color:Accent};border:2px solid {color:Background};}
  173.  
  174. ::-webkit-scrollbar {width:6px;border:3px solid {color:Background};border-right:3px solid {color:Background};}
  175.  
  176. /* --- TUMBLR TOOLS--- */
  177.  
  178. {block:IndexPage}
  179. iframe.tmblr-iframe {
  180. top:20px!important;
  181. right:5px!important;
  182. opacity:0;
  183. padding:40px 50px 30px 0px;
  184. z-index:10!important;
  185. transform:scale(0.5);
  186. transform-origin:100% 0;
  187. -webkit-transform:scale(0.5);
  188. -webkit-transform-origin:100% 0;
  189. -o-transform:scale(0.5);
  190. -o-transform-origin:100% 0;
  191. -moz-transform:scale(0.5);
  192. -moz-transform-origin:100% 0;
  193. -ms-transform:scale(0.5);
  194. -ms-transform-origin:100% 0;
  195. transition:0.2s ease-in-out;
  196. -webkit-transition:0.2s ease-in-out;
  197. -moz-transition:0.2s ease-in-out;
  198. {block:IfInvertTumblrControls}
  199. filter:invert(1);
  200. -webkit-filter:invert(1);
  201. -o-filter:invert(1);
  202. -moz-filter:invert(1);
  203. -ms-filter:invert(1);
  204. {/block:IfInvertTumblrControls}
  205. }
  206.  
  207. iframe.tmblr-iframe:hover {opacity:0.7!important;}
  208.  
  209. .tcontrols {
  210. position:fixed;
  211. top:42px;
  212. right:15px;
  213. color:{color:Topbar Text};
  214. font-size:calc(10.5pt + 2pt);
  215. z-index:9;
  216. transition:0.2s ease-in-out;
  217. -webkit-transition:0.2s ease-in-out;
  218. -moz-transition:0.2s ease-in-out;
  219. }
  220. {/block:IndexPage}
  221.  
  222. {block:PermalinkPage}
  223. iframe.tmblr-iframe {
  224. top:41px!important;
  225. right:15px!important;
  226. opacity:0.7;
  227. padding:0px;
  228. z-index:15!important;
  229. transform:scale(0.47);
  230. transform-origin:100% 0;
  231. -webkit-transform:scale(0.47);
  232. -webkit-transform-origin:100% 0;
  233. -o-transform:scale(0.47);
  234. -o-transform-origin:100% 0;
  235. -moz-transform:scale(0.47);
  236. -moz-transform-origin:100% 0;
  237. -ms-transform:scale(0.47);
  238. -ms-transform-origin:100% 0;
  239. transition:0.2s ease-in-out;
  240. -webkit-transition:0.2s ease-in-out;
  241. -moz-transition:0.2s ease-in-out;
  242. {block:IfInvertTumblrControls}
  243. filter:invert(1);
  244. -webkit-filter:invert(1);
  245. -o-filter:invert(1);
  246. -moz-filter:invert(1);
  247. -ms-filter:invert(1);
  248. {/block:IfInvertTumblrControls}
  249. }
  250. {/block:PermalinkPage}
  251.  
  252. /* --- BODY --- */
  253.  
  254. body {
  255. margin: 0px;
  256. padding: 0px;
  257. font-family: 'Karla', sans-serif;
  258. color:{color:Text};
  259. font-size:10.5pt;
  260. line-height:150%;
  261. font-weight:normal;
  262. word-wrap:normal;
  263. text-align:left;
  264. background:{color:Background};
  265. overflow-x:hidden;
  266. }
  267.  
  268. a {
  269. color:{color:Text};
  270. text-decoration:none;
  271. border:0;
  272. cursor:help;
  273. transition:0.2s ease-in-out;
  274. -webkit-transition:0.2s ease-in-out;
  275. -moz-transition:0.2s ease-in-out;
  276. }
  277.  
  278. b,strong {font-weight:700;}
  279. i,italic {font-style:italic;}
  280. small {font-size:10.5pt;}
  281. big {font-size:10.5pt;}
  282.  
  283. hr.divider, hr, hr.separator {
  284. display: block;
  285. margin-top: 0.5em;
  286. margin-bottom: 0.5em;
  287. margin-left: auto;
  288. margin-right: auto;
  289. border-style: inset;
  290. border-color:{color:Text};
  291. border-bottom: 1px;
  292. }
  293.  
  294. pre {
  295. white-space: pre-wrap;
  296. white-space: -moz-pre-wrap;
  297. white-space: -pre-wrap;
  298. white-space: -o-pre-wrap;
  299. word-wrap: break-word;
  300. }
  301.  
  302. /* --- TOPBAR --- */
  303.  
  304. .topbar {
  305. position:fixed;
  306. left:0;
  307. top:0;
  308. width:100%;
  309. padding:20px 0px;
  310. text-align:middle;
  311. color:{color:Topbar Text};
  312. background:{color:Topbar Background};
  313. z-index:5;
  314. }
  315.  
  316. .navigation {margin:0 auto;text-align:center;}
  317.  
  318. .navigation a {
  319. text-transform:uppercase;
  320. color:{color:Topbar Text};
  321. padding:0px 3px 3px 3px;
  322. margin:0px 20px;
  323. border-bottom:1px solid {color:Topbar Background};
  324. }
  325.  
  326. .navigation a:hover {border-bottom:1px solid {color:Topbar Text};padding:0px 3px 6px 3px;}
  327.  
  328. .navigation img {position:relative;height:70px;width:80px;vertical-align:middle;margin:0px 30px;}
  329.  
  330. /* --- HEADER --- */
  331.  
  332. .header {
  333. position:absolute;
  334. top:110px;
  335. height:500px;
  336. width:1400px;
  337. left:50%;
  338. margin-left:-700px;
  339. overflow:hidden;
  340. }
  341.  
  342. /* --- WELCOME --- */
  343.  
  344. .welcome {
  345. margin:0 auto;
  346. margin-top:610px;
  347. width:100%;
  348. padding:45px 0px 50px 0px;
  349. background:{color:Background};
  350. }
  351.  
  352. .welcome_cont {
  353. margin:0 auto;
  354. width:870px;
  355. text-align:center;
  356. }
  357.  
  358. .welcome_intro {
  359. margin:0 auto;
  360. width:730px;
  361. text-align:center;
  362. }
  363.  
  364. .welcome_intro h1 {
  365. text-transform:uppercase;
  366. font-size:calc(10.5pt + 2pt);
  367. margin:0px 0px 7px 0px;
  368. }
  369.  
  370. /* --- LATEST --- */
  371.  
  372. .latest_cont {
  373. margin:0 auto;
  374. margin-top:25px;
  375. text-align:center;
  376. }
  377.  
  378. .latestitle {
  379. display:inline-block;
  380. text-transform:uppercase;
  381. font-weight:400;
  382. padding:10px;
  383. font-size:21pxl
  384. margin-bottom:10px;
  385. background:{color:Background};
  386. transition:0.2s ease-in-out;
  387. -webkit-transition:0.2s ease-in-out;
  388. -moz-transition:0.2s ease-in-out;
  389. }
  390.  
  391. .latest {padding:0px;text-align:center;}
  392.  
  393. .ji-tumblr-photos img {
  394. height:60px;
  395. width:60px;
  396. border-radius:50%;
  397. padding:0px 4px;
  398. opacity:1;
  399. transition:0.2s ease-in-out;
  400. -webkit-transition:0.2s ease-in-out;
  401. -moz-transition:0.2s ease-in-out;
  402. }
  403.  
  404. .ji-tumblr-photos img:hover {opacity:0.8;}
  405.  
  406.  
  407. /* --- CONTAINER --- */
  408.  
  409. .container {
  410. margin:0 auto;
  411. margin-top:0px;
  412. width:100%;
  413. padding:50px 0px;
  414. background:{color:Container Background};
  415. }
  416.  
  417. .content {margin:0 auto;width:calc(560px + 390px + 100px);margin-top:50px;}
  418.  
  419.  
  420. #end {clear:both;text-align:center;}
  421.  
  422. /* --- SIDEBAR --- */
  423.  
  424. .sidebar {
  425. float:left;
  426. margin:0px 0px 0px 0px;
  427. width:390px;
  428. }
  429.  
  430. .sidebar_photo {text-align:center;margin-bottom:80px;}
  431.  
  432. .sidebar_photo img {width:390px;height:310px;}
  433.  
  434. .side_cont {
  435. background:{color:Content};
  436. padding:20px 20px 30px 20px;
  437. border:1px solid {color:Borders};
  438. margin-bottom:80px;
  439. }
  440.  
  441. .sidetitle {text-transform:uppercase;font-size:calc(10.5pt + 2pt);margin-bottom:10px;font-weight:700;}
  442.  
  443. .side {
  444. width:310px;
  445. margin-left:20px;
  446. background:{color:Content};
  447. }
  448.  
  449. .side_full {text-align:left;background:{color:Content};}
  450.  
  451. .side:last-of-type {margin-bottom:0px;}
  452.  
  453. /* --- SIDEBAR: QUICK LINKS --- */
  454.  
  455. .quicklinks {text-align:left;}
  456.  
  457. .quicklinks a {
  458. display:block;
  459. font-size:calc(10.5pt - .5pt);
  460. margin:0px 0px;
  461. }
  462.  
  463. .quicklinks a:hover {opacity:0.9;}
  464.  
  465. .quicklinks b {text-transform:uppercase;font-weight:700;}
  466.  
  467. .search_cont {
  468. display:block;
  469. font-size:calc(10.5pt - .5pt);
  470. text-transform:uppercase;
  471. font-weight:700;
  472. margin:0px 0px;
  473. }
  474.  
  475. .find {margin:0px;}
  476.  
  477. .find input {
  478. position:relative;
  479. top:-21px;
  480. left:87px;
  481. width:200px;
  482. display:inline-block;
  483. font-size:calc(10.5pt - .5pt);
  484. border:0px;
  485. font-family: 'Karla', sans-serif!important;
  486. color:{color:Text}!important;
  487. padding:0px 4px;
  488. background:{color:Content};
  489. }
  490.  
  491. input[type=text] {color:{color:Text};}, input::-webkit-input-placeholder, input::-moz-placeholder {color:{color:Text};}, input:-moz-placeholder {color:{color:Text};}, input:-ms-input-placeholder {color:{color:Text};} ::placeholder {color:{color:Text};}
  492.  
  493.  
  494.  
  495. /* --- SIDEBAR: CHARACTERS --- */
  496.  
  497. .characters {text-align:center;margin:20px 0px 0px 0px;}
  498.  
  499. .characters a {text-transform:uppercase;font-weight:700;}
  500.  
  501. .characters a:hover {opacity:0.9;}
  502.  
  503. .characters img {
  504. height:50px;
  505. width:50px;
  506. border-radius:50%;
  507. margin:0px 3px 4px 2px;
  508. }
  509.  
  510. /* --- SIDEBAR: EPISODES --- */
  511.  
  512. .episodes {text-align:left;}
  513.  
  514. .episodes h1 {text-transform:uppercase;font-size:calc(10.5pt + .5pt);margin:0px 0px 5px 0px;}
  515.  
  516. .episodes h2 {text-transform:uppercase;font-size:10.5pt;margin:0px 0px 5px 12px;}
  517.  
  518. .episodes a {
  519. display:block;
  520. font-size:calc(10.5pt - .5pt);
  521. margin:0px 0px;
  522. }
  523.  
  524. .episodes a:hover {opacity:0.9;}
  525.  
  526. /* --- SIDEBAR: SCHEDULE --- */
  527.  
  528. .schedule {text-align:left;}
  529.  
  530. .schedule b {font-weight:700}
  531.  
  532.  
  533. /* --- SIDEBAR: MEMBERS --- */
  534.  
  535. .member {margin-bottom:-10px;}
  536.  
  537. .member:last-of-type {margin-bottom:-30px;}
  538.  
  539. .memberavatar {height:56px;width:56px;}
  540.  
  541. .memberavatar img {height:56px;width:56px;border-radius:50%;}
  542.  
  543. .names {position:relative;top:-44px;left:65px;display:inline-block;}
  544.  
  545. .names a:hover {opacity:0.9;}
  546.  
  547. .membername {text-transform:uppercase;font-weight:700;}
  548.  
  549. .membertitle {margin-top:-7px;text-transform:lowercase;display:block;}
  550.  
  551. /* --- SIDEBAR: AFFILIATES --- */
  552.  
  553. .affiliates {text-align:center;}
  554.  
  555. .affiliates img {height:40px;width:40px;border-radius:50%;margin:0px 3px 4px 2px;}
  556.  
  557. /* --- SIDEBAR: ABOUT --- */
  558.  
  559. .about {text-align:left;}
  560.  
  561. .about b {text-transform:uppercase;font-weight:700;}
  562.  
  563. /* --- POSTS --- */
  564.  
  565. .posts {margin:0 auto;width:560px;float:right;margin:0px;}
  566.  
  567. .iposts {min-height:50px;padding:10px 20px 0px 20px;}
  568.  
  569. .iposts_cont {margin-bottom:80px;border:1px solid {color:Borders};background:{color:Content};}
  570.  
  571. .iposts_cont:last-child {margin-bottom:0px!important;}
  572.  
  573. .ipostpxu {width:calc(540px - 2px);}
  574.  
  575. .stphoto img {max-width:100%;}
  576.  
  577. iframe, img, embed, object, video {max-width:100%;}
  578.  
  579. .iposts iframe {padding:10px 0px;}
  580.  
  581. iframe {margin:0px;}
  582.  
  583. iframe.tumblr_audio_player {margin:0px 0px;!important}
  584.  
  585. .textpost img {max-width:100%;height:auto;}
  586.  
  587. img {border:0;max-width:100%;height:auto}
  588.  
  589. .video {overflow:hidden;width:calc(520px - 2px);margin:0px!important;}
  590.  
  591. .vine-embed,#youtube_iframe {width:520px;}
  592.  
  593. .instagram-media {border-radius:0!important;box-shadow:none!important;}
  594. .video {padding-bottom:1px;}
  595. .video {padding:1px;}
  596.  
  597. .caption {margin:0px;}
  598.  
  599. /* --- POST INFO --- */
  600.  
  601. .postinfo {height:40px;padding:20px 20px 10px 20px;}
  602.  
  603. .post_author {width:40px;height:40px;}
  604.  
  605. .post_author img {width:40px;height:40px;border-radius:50%;}
  606.  
  607. .post_date {position:relative;top:-38px;left:54px;width:400px;}
  608.  
  609. .post_date a {text-transform:uppercase;font-size:10.5pt;margin:0px 0px 5px 0px;font-weight:700;color:{color:Text};}
  610.  
  611. .post_details {position:relative;top:-43px;left:64px;width:400px;color:{color:Text};font-size:calc(10.5pt - 1pt);min-height:25px;}
  612.  
  613. .post_details b {text-transform:uppercase;color:{color:Text};}
  614.  
  615. .post_details a {color:{color:Text};}
  616.  
  617. /* --- POST CONTROL --- */
  618.  
  619. .postcontrol {
  620. text-align:right;
  621. margin:-72px 0px 0px 463px;
  622. width:80px;
  623. overflow:hidden;
  624. text-align:center;
  625. }
  626.  
  627. .postcontrol i {padding:1px 1px 1px 3px;display:block;overflow:hidden;color:{color:Text};}
  628.  
  629. .postcontrol a {display:inline-block;}
  630.  
  631. .post_like {margin-top:-14px;}
  632.  
  633. .postcontrol .reblog {font-size:calc(10.5pt - 1pt);text-transform:uppercase;letter-spacing:0.5pt;}
  634.  
  635. .postcontrol .post_like {font-size:calc(10.5pt - 1pt);}
  636.  
  637. .postcontrol .post_like .liked + i {opacity:1;}
  638.  
  639. .postcontrol .post_like .liked + i {color:#ed304f;}
  640.  
  641. .postcontrol .post_like .like_button {position:relative;}
  642.  
  643. .postcontrol .post_like .like_button iframe {position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;opacity:0.000001;}
  644.  
  645. /* --- POST CONTROL --- */
  646.  
  647. .posttags {
  648. width:520px;
  649. margin:0px 0px 0px 20px;
  650. padding:10px 0px 20px 0px;
  651. border-top:1px solid {color:Borders};
  652. }
  653.  
  654. .posttags a {font-style:italic;font-size:calc(10.5pt - 1pt);margin:0px 5px;}
  655.  
  656. /* --- POST STYLES --- */
  657.  
  658. h1, h2, h3 {
  659. color:{color:Text};
  660. font-size:calc(10.5pt + 2pt);
  661. font-weight:700;
  662. margin:0px 0px -5px 0px;
  663. }
  664.  
  665. h1, h2 {text-transform:uppercase;}
  666.  
  667. h3 {line-height:170%;font-size:calc(10.5pt - .5pt)!important;margin-bottom:10px;}
  668.  
  669. blockquote {
  670. padding:2px 0px 2px 10px;
  671. text-decoration:none;
  672. border-left:1px solid {color:Text};
  673. margin:5px 0px 25px 0px;
  674. }
  675.  
  676. blockquote img {
  677. max-width:100%;
  678. display:block;
  679. margin-bottom:5px;
  680. }
  681.  
  682. .chat {text-align:left;text-transform:uppercase;}
  683.  
  684. ul.chat {margin-left:0px;margin-left:-30px;}
  685.  
  686. .chat li {list-style-type:none;}
  687.  
  688. .chat li {padding:10px;}
  689.  
  690. .chat li:first {margin:0!important;padding-top:0px!important;border:0px!important;}
  691.  
  692. .chat li:last {margin:0!important;padding-bottom:0px!important;border:0px!important;}
  693.  
  694. .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:700;}
  695.  
  696. .linkpost {margin:0;}
  697.  
  698. .linkthumb {padding:5px 0px;}
  699.  
  700. .linkpost h2 {margin:10px 0px -5px 0px;}
  701.  
  702. .linkpost i {color:{color:Text};}
  703.  
  704. /* --- QUESTIONS ---*/
  705.  
  706. .asker {text-align:left;}
  707.  
  708. .askername {text-align:center;padding:0px 0px 10px 0px;}
  709.  
  710. .question {text-align:center;opacity:0.8;}
  711.  
  712. /* --- AUDIO POSTS --- */
  713.  
  714. .audio {
  715. height:70px;
  716. padding:21px 10px 0px 10px;
  717. border:1px solid #ebebeb;
  718. background:{color:Content};
  719. }
  720.  
  721. .button {
  722. position:relative;
  723. width:30px;
  724. height:30px;
  725. overflow:hidden;
  726. margin:10px 9px 8px 9px;
  727. z-index:3;
  728. }
  729.  
  730. .audiobox {
  731. float:left;
  732. margin:0px;
  733. border-radius:50%;
  734. background-color:#f2f2f2;
  735. z-index:2;
  736. }
  737.  
  738. .audioinfo {width:calc(100% - 100px - 91px);display:inline-block;text-transform:lowercase;padding:7px 0px 0px 30px;color:{color:Accent Two};}
  739.  
  740. .audioinfo h1 {font-weight:bold;margin:0px 0px -20px 0px;font-size:calc(9pt + 2pt);color:{color:Text};text-align:left;}
  741.  
  742. .albumart {float:right;position:relative;height:71px;width:71px;}
  743.  
  744. .albumart img {width:71;height:auto;margin-top:-11px;}
  745.  
  746. .spotify_audio_player {height:80px!important;}
  747.  
  748. /* --- PAGINATION --- */
  749.  
  750. .pagination {
  751. width:400px;
  752. margin:50px 0px 50px 70px;
  753. padding:10px 10px 30px 10px;
  754. text-transform:uppercase;
  755. }
  756.  
  757. .pagi_prev {float:left;width:60px;padding:2px 15px 2px 0px;text-align:left;}
  758.  
  759. .pagi_jump {float:left;text-align:center!important;width:calc(100% - 120px);}
  760.  
  761. .pagi_next {float:right;width:60px;margin:0px -15px 0px 0px;text-align:right;}
  762.  
  763. .pagination a {display:inline-block;padding:2px 15px 2px 0px;}
  764.  
  765. .pagination .current {display:inline-block;}
  766.  
  767. .current_page {display:inline-block;margin-right:15px;border-bottom:1px solid {color:Text};padding:0px 3px;}
  768.  
  769. /* --- LIGHTBOXES ---*/
  770.  
  771. .vignette, #vignette {opacity:0;}
  772.  
  773. .lightbox-image, #tumblr_lightbox img {box-shadow:none !important;border-radius:0 !important;max-width:none;-moz-box-sizing:border-box;box-sizing:border-box;}
  774.  
  775. .tmblr-lightbox, #tumblr_lightbox {background-color:rgba({select:Lightbox}.90) !important;}
  776.  
  777. .lightbox-caption, #tumblr_lightbox_caption {visibility:hidden;}
  778.  
  779. /* ---PERMALINK NOTES --- */
  780.  
  781. ol.notes {
  782. width:518px;
  783. list-style-type:none;
  784. margin:0px 0px 25px 10px
  785. padding:0px;
  786. border:solid 1px {color:Content};
  787. font-size:calc(10.5pt - 1pt);
  788. background:{color:Content};
  789. }
  790.  
  791. ol.notes li.note {border-top:solid 1px {color:Content};padding:5px;}
  792.  
  793. ol.notes li.note img.avatar {
  794. vertical-align:-10px;
  795. margin-left:10px;
  796. width:16px;
  797. height:16px;
  798. border-radius:50%;
  799. padding:6px;
  800. }
  801.  
  802. ol.notes li.note .answer_content {font-weight:normal;}
  803.  
  804. ol.notes li.note blockquote {
  805. border-color:{color:Content};
  806. margin:10px 0px 0px 25px;
  807. padding:4px 10px;
  808. }
  809.  
  810. ol.notes li.note blockquote a {text-decoration:none;}
  811.  
  812. /* --- FOOTER --- */
  813.  
  814. footer {
  815. margin:0 auto;
  816. width:100%;
  817. min-width:940px;
  818. margin-top:0px;
  819. padding:10px 0px 10px 0px;
  820. text-align:center;
  821. background:{color:Text};
  822. }
  823.  
  824. .footer {
  825. display:inline-block;
  826. padding:0px 3px;
  827. text-align:center;
  828. font-size:calc(10.5pt - 2pt);
  829. text-transform:uppercase;
  830. letter-spacing:0.5pt;
  831. color:{color:Background};
  832. margin:0px 6px 4px 0px;
  833. }
  834.  
  835.  
  836. /* --- SCROLL TO TOP --- */
  837.  
  838. #scrollToTop {
  839. display:none;
  840. position:fixed;
  841. bottom:10px;
  842. right:20px;
  843. }
  844.  
  845. #scrollToTop span {
  846. color:{color:Text};
  847. font-size:15px;
  848. display:inline-block;
  849. background:{color:Container Background};
  850. border-radius:50%;
  851. padding:5px 5px 5px 5px;
  852. transition:0.2s ease-in-out;
  853. -webkit-transition:0.2s ease-in-out;
  854. -moz-transition:0.2s ease-in-out;
  855. }
  856.  
  857. {CustomCSS}
  858. </style>
  859.  
  860. </head>
  861. <body>
  862.  
  863.  
  864.  
  865.  
  866. <!-- START TOPBAR -->
  867. <div class="topbar">
  868. <div class="navigation">
  869.  
  870. <a href="/">Home</a>
  871. <a href="/ask">Contact</a>
  872. <a href="/submit">Apply</a>
  873.  
  874. <img src="{image:Topbar Avatar}">
  875.  
  876. <a href="/navigation">Navigation</a>
  877. <a href="/tagged/our-edits">Our Edits</a>
  878. <a href="/faq">FAQ</a>
  879.  
  880. </div>
  881. </div>
  882.  
  883. {block:IndexPage}
  884. <div class="tcontrols">+</div>
  885. {/block:IndexPage}
  886. <!-- END TOPBAR -->
  887.  
  888.  
  889.  
  890.  
  891.  
  892. <!-- START HEADER -->
  893. <div class="header">
  894.  
  895. <script language="JavaScript">
  896. <!--
  897. function random_imglink(){
  898. var myimages=new Array()
  899. //specify random images below. You can have as many as you wish
  900. myimages[1]="https://static.tumblr.com/zvesamf/DSwq6wz9l/1.jpg"
  901. myimages[2]="https://static.tumblr.com/zvesamf/zN7q6wz9c/2.jpg"
  902. myimages[3]="https://static.tumblr.com/zvesamf/VaKq6wz9d/3.jpg"
  903. myimages[4]="https://static.tumblr.com/zvesamf/uZRq6wz9e/4.jpg"
  904. myimages[5]="https://static.tumblr.com/zvesamf/ePmq6wz9f/5.jpg"
  905. myimages[6]="https://static.tumblr.com/zvesamf/GZWq6wz9g/6.jpg"
  906. myimages[7]="https://static.tumblr.com/zvesamf/55Sq6wz9i/8.jpg"
  907. myimages[8]="https://static.tumblr.com/zvesamf/UeGq6wz9j/9.jpg"
  908. myimages[9]="https://static.tumblr.com/zvesamf/PRMq6wz9k/10.jpg"
  909.  
  910. var ry=Math.floor(Math.random()*myimages.length)
  911. if (ry==0)
  912. ry=1
  913. document.write('<img src="'+myimages[ry]+'" border=0>')
  914. }
  915. random_imglink()
  916. //-->
  917. </script>
  918.  
  919. </div>
  920. <!-- END HEADER -->
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928. <!-- START WELCOME -->
  929. <div class="welcome">
  930. <div class="welcome_cont">
  931.  
  932. <div class="welcome_intro">
  933. <!-- Blog Title -->
  934. <h1>O'Valley of Plenty</h1>
  935.  
  936. <!-- Description -->
  937. Welcome to <b>thewitchersdaily</b>. Your daily dose of everything from Netflix’s <b>The Witcher</b>! We post gifs and edits of the show’s characters and the cast along with icons and other resources for the show. We track the tags <b>#thewitchersdaily</b> & <b>#thewitcheredit</b>
  938. </div>
  939.  
  940. <!-- Latest Start -->
  941. <div class="latest_cont">
  942.  
  943. <div class="latest">
  944. <div class='ji-tumblr-photos'><a id='ji-tumblr-url-gallery-1' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-1' src='' alt='' /></a><a id='ji-tumblr-url-gallery-2' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-2' src='' alt='' /></a><a id='ji-tumblr-url-gallery-3' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-3' src='' alt='' /></a><a id='ji-tumblr-url-gallery-4' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-4' src='' alt='' /></a><a id='ji-tumblr-url-gallery-5' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-5' src='' alt='' /></a><a id='ji-tumblr-url-gallery-6' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-6' src='' alt='' /></a><a id='ji-tumblr-url-gallery-7' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-7' src='' alt='' /></a><a id='ji-tumblr-url-gallery-8' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-8' src='' alt='' /></a><a id='ji-tumblr-url-gallery-9' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-9' src='' alt='' /></a><a id='ji-tumblr-url-gallery-10' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-10' src='' alt='' /></a><a id='ji-tumblr-url-gallery-11' href=''><img border='0' style='margin:2px' id='ji-tumblr-photo-gallery-11' src='' alt='' /></a>
  945. </div>
  946. <script type='text/javascript' src='https://thewitchersdaily.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. document.getElementById('ji-tumblr-photo-gallery-10').setAttribute('src', tumblr_api_read.posts[9]['photo-url-75']);
  967. document.getElementById('ji-tumblr-url-gallery-10').setAttribute('href', tumblr_api_read.posts[9]['url-with-slug']);
  968. document.getElementById('ji-tumblr-photo-gallery-11').setAttribute('src', tumblr_api_read.posts[10]['photo-url-75']);
  969. document.getElementById('ji-tumblr-url-gallery-11').setAttribute('href', tumblr_api_read.posts[10]['url-with-slug']);
  970. </script>
  971.  
  972. </div>
  973. </div>
  974. <!-- Latest End -->
  975.  
  976.  
  977. </div>
  978. </div>
  979. </div>
  980. <!-- END WELCOME -->
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992. <!-- START CONTAINER -->
  993. <div class="container">
  994. <div class="content">
  995.  
  996.  
  997.  
  998. <!-- START SIDEBAR -->
  999. <div class="sidebar">
  1000.  
  1001.  
  1002.  
  1003.  
  1004. <!-- SIDEBAR: Sidebar Image -->
  1005. <div class="sidebar_photo">
  1006. <img src="{image:Sidebar}" />
  1007. </div>
  1008.  
  1009.  
  1010.  
  1011.  
  1012. <!-- SIDEBAR: Quick Links -->
  1013. <div class="side_cont">
  1014. <div class="sidetitle">Quick Links</div>
  1015. <div class="side">
  1016.  
  1017. <div class="quicklinks">
  1018. <a href="/tagged/"><b>01 gifs —</b> gifs of the show and cast</a>
  1019. <a href="/tagged/"><b>02 edits —</b> edits of the show</a>
  1020. <a href="/tagged/"><b>03 news —</b> news about the show</a>
  1021. <a href="/tagged/"><b>04 cast —</b> gifs, edits and interviews of the cast</a>
  1022. <a href="/tagged/"><b>05 resources —</b> icons, headers, psds and more</a>
  1023. <a href="/tagged/"><b>06 our edits —</b> our original gifs and edits</a>
  1024.  
  1025. <div class="search_cont">
  1026. <b>07 search —</b>
  1027. <form action="/search" method="get" class="find" name="sform">
  1028. <input type="text" name="q" placeholder="search this blog" value="" class="upper"/>
  1029. </form>
  1030. </div>
  1031.  
  1032. </div>
  1033.  
  1034. </div>
  1035. </div>
  1036.  
  1037.  
  1038.  
  1039.  
  1040. <!-- SIDEBAR: Characters -->
  1041. <div class="side_cont">
  1042. <div class="sidetitle">Characters</div>
  1043. <div class="side_full">
  1044.  
  1045. <div class="characters">
  1046.  
  1047. <a title="geralt of rivia" href="/tagged/geralt-of-rivia"><img src="https://66.media.tumblr.com/256e53df98ffe7ae4eb22dff57481f64/b5702c9233e19f89-f6/s540x810/23d9abb5f65d1b25f88ac52b963e10e4066a74a4.jpg" /></a>
  1048.  
  1049. <a title="yennefer of vengerberg" href="/tagged/yennefer-of-vengerberg"><img src="https://66.media.tumblr.com/189a0327238ce2750382715abf0a6dd0/b5702c9233e19f89-6c/s540x810/93c9e8618823e6a278180ca20a195a5e366d6ac2.jpg" /></a>
  1050.  
  1051. <a title="jaskier" href="/tagged/jaskier"><img src="https://66.media.tumblr.com/6ee4a0ace06b40f53395552ac9e64fa4/b5702c9233e19f89-01/s540x810/4e1a2e5182272cef25837f3abedd2ad4ef7244b9.jpg" /></a>
  1052.  
  1053. <a title="ciri" href="/tagged/ciri"><img src="https://66.media.tumblr.com/1ad28d13f0a2df9544502101e293694c/b5702c9233e19f89-74/s540x810/86885ccd55161054f5103c825983ef6ee2737a27.jpg" /></a>
  1054.  
  1055. <a title="queen calanthe" href="/tagged/queen-calanthe"><img src="https://66.media.tumblr.com/59ef21f7ffc02ed646ed8bb0f2fdc4bd/b5702c9233e19f89-1e/s540x810/ed140f96bf3a2c6a5121474ee75fd14b9c1d96e8.jpg" /></a>
  1056.  
  1057. <a title="eist tuirseach" href="/tagged/eist-tuirseach"><img src="https://66.media.tumblr.com/9edc1878bf034fcaa846cfb639d999ff/b5702c9233e19f89-38/s540x810/97dbde6d405e76e4bdbe9c7ae3a102cc87cad925.jpg" /></a>
  1058.  
  1059. <a title="mousesack" href="/tagged/mousesack"><img src="https://66.media.tumblr.com/f2e309b367d3e2ca9380f77d9e70d424/b5702c9233e19f89-af/s540x810/1ba8bbcc31fff0b0e6e28d993e0912c83c304c74.jpg" /></a>
  1060.  
  1061. <a title="tissaia de vries" href="/tagged/tissaia-de-vries"><img src="https://66.media.tumblr.com/81c5ecadfe4abe42f8c9ed26f6de7cb6/b5702c9233e19f89-27/s540x810/7ebe703fdd5517f25c00024ea3d97d6638389f58.jpg" /></a>
  1062.  
  1063. <a title="fringilla vigo" href="/tagged/fringilla"><img src="https://66.media.tumblr.com/8ffb8be8090db954b0dc67df4cdfdd2e/b5702c9233e19f89-f7/s540x810/a7e4c7804cb9095b329e8c7a7fe02861dfc327bc.jpg" /></a>
  1064.  
  1065. <a title="triss merigold" href="/tagged/triss-merigold"><img src="https://66.media.tumblr.com/8063896c5dbcbc1ecff0c005cb6ebeb6/b5702c9233e19f89-cd/s540x810/7f2de8dc80094d09dae8acdb3b586a0fac2bb2c1.jpg" /></a>
  1066.  
  1067. <a title="cahir" href="/tagged/cahir"><img src="https://66.media.tumblr.com/55abadb59727abec4dfc48f8702d656e/b5702c9233e19f89-d5/s540x810/7237d879027d5f8731cbc12bbc43cd1abf697431.jpg" /></a>
  1068.  
  1069. <a title="renfri" href="/tagged/renfri"><img src="https://66.media.tumblr.com/87d5582a1e804ae81d6931a7585a11a8/b5702c9233e19f89-94/s540x810/32bb6faec90c5ccd738b2145d9433084cb850bc7.jpg" /></a>
  1070.  
  1071. <p>
  1072.  
  1073. <a href="/navigation">all characters</a>
  1074. </div>
  1075.  
  1076. </div>
  1077. </div>
  1078.  
  1079.  
  1080.  
  1081.  
  1082. <!-- SIDEBAR: Episodes -->
  1083. {block:IndexPage}
  1084. <div class="side_cont">
  1085. <div class="sidetitle">Episodes</div>
  1086. <div class="side">
  1087.  
  1088. <div class="episodes">
  1089.  
  1090. <h1>Season One:</h1>
  1091. <h2>The Last Wish, Sword of Destiny</h2>
  1092. <a href="/tagged/1x01">— 1x01 The End's Beginning</a>
  1093. <a href="/tagged/1x02">— 1x02 Four Marks</a>
  1094. <a href="/tagged/1x03">— 1x03 Betrayer Moon</a>
  1095. <a href="/tagged/1x04">— 1x04 Of Banquets, Bastards and Burials</a>
  1096. <a href="/tagged/1x05">— 1x05 Bottled Appetites</a>
  1097. <a href="/tagged/1x06">— 1x06 Rare Species</a>
  1098. <a href="/tagged/1x07">— 1x07 Before a Fall</a>
  1099. <a href="/tagged/1x08">— 1x08 Much More</a>
  1100.  
  1101. <br>
  1102.  
  1103. <h1>Season Two:</h1>
  1104. <h2>Blood of Elves</h2>
  1105. <a href="/tagged/s2">— Fall 2021</a>
  1106.  
  1107. </div>
  1108.  
  1109. </div>
  1110. </div>
  1111. {/block:IndexPage}
  1112.  
  1113.  
  1114.  
  1115. <!-- SIDEBAR: Schedule -->
  1116. {block:IndexPage}
  1117. <div class="side_cont">
  1118. <div class="sidetitle">Schedule</div>
  1119. <div class="side">
  1120.  
  1121. <div class="schedule">
  1122.  
  1123. <b>JULY 19TH —</b> Comic Con panel<br>
  1124. <b>JULY 19TH —</b> First trailer released<br>
  1125. <b>DECEMBER 20TH —</b> season 1 arrives on Netflix
  1126.  
  1127. </div>
  1128.  
  1129. </div>
  1130. </div>
  1131. {/block:IndexPage}
  1132.  
  1133.  
  1134.  
  1135. <!-- SIDEBAR: Members -->
  1136. <div class="side_cont">
  1137. <div class="sidetitle">Members</div>
  1138. <div class="side_full">
  1139.  
  1140.  
  1141. {block:GroupMembers}
  1142. {block:GroupMember}
  1143. <div class="member">
  1144. <div class="memberavatar"><img src="{GroupMemberPortraitURL-64}"></div>
  1145.  
  1146. <div class="names">
  1147. <a href="{GroupMemberURL}">
  1148. <div class="membername">{GroupMemberName}</div>
  1149. <div class="membertitle">{GroupMemberTitle}</div>
  1150. </a>
  1151. </div>
  1152.  
  1153. </div>
  1154. {/block:GroupMember}
  1155. {/block:GroupMembers}
  1156.  
  1157.  
  1158. </div>
  1159. </div>
  1160.  
  1161.  
  1162.  
  1163.  
  1164. <!-- SIDEBAR: Latest Tweetes -->
  1165. {block:IndexPage}
  1166. <div class="side_cont">
  1167. <div class="sidetitle">Latest Tweetes</div>
  1168. <div class="side_full">
  1169.  
  1170. <!-- Start Twitter -->
  1171. <div class="twitter">
  1172. <a class="twitter-timeline" data-chrome="noheader noborders transparent " data-width="350" data-height="350" data-dnt="true" data-link-color="{color:Accent}" href="https://twitter.com/witchernetflix">Tweets by witchernetflix</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
  1173. </div>
  1174.  
  1175. </div>
  1176. </div>
  1177. {/block:IndexPage}
  1178.  
  1179.  
  1180.  
  1181. <!-- SIDEBAR: Affiliates -->
  1182. <div class="side_cont">
  1183. <div class="sidetitle">Affiliates</div>
  1184. <div class="side_full">
  1185.  
  1186. <div class="affiliates">
  1187.  
  1188. <a title="witchernews" href="https://witchernews.tumblr.com/"><img src="https://api.tumblr.com/v2/blog/witchernews.tumblr.com/avatar/512" /></a>
  1189.  
  1190. <a title="yennefersource" href="https://yennefersource.tumblr.com/"><img src="https://api.tumblr.com/v2/blog/yennefersource.tumblr.com/avatar/512" /></a>
  1191.  
  1192. <a title="apply" href="/submit"><img src="https://api.tumblr.com/v2/blog/thewitchersdaily.tumblr.com/avatar/512" /></a>
  1193. <a title="apply" href="/submit"><img src="https://api.tumblr.com/v2/blog/thewitchersdaily.tumblr.com/avatar/512" /></a>
  1194. <a title="apply" href="/submit"><img src="https://api.tumblr.com/v2/blog/thewitchersdaily.tumblr.com/avatar/512" /></a>
  1195. <a title="apply" href="/submit"><img src="https://api.tumblr.com/v2/blog/thewitchersdaily.tumblr.com/avatar/512" /></a>
  1196. <a title="apply" href="/submit"><img src="https://api.tumblr.com/v2/blog/thewitchersdaily.tumblr.com/avatar/512" /></a>
  1197.  
  1198.  
  1199. </div>
  1200.  
  1201. </div>
  1202. </div>
  1203.  
  1204.  
  1205.  
  1206.  
  1207. <!-- SIDEBAR: About -->
  1208. <div class="side_cont">
  1209. <div class="sidetitle">About</div>
  1210. <div class="side_full">
  1211.  
  1212. <div class="about">
  1213.  
  1214. <b>About:</b> Netflix’s "The Witcher" <br>
  1215. <b>Established:</b> 2019 <br>
  1216. <b>Owner:</b> <a href="https://yennefervengerbergs.tumblr.com/">yennefervengerbergs</a><br>
  1217.  
  1218. <p>
  1219.  
  1220. Our site claims no credit for any images posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. </div>
  1221.  
  1222. </div>
  1223. </div>
  1224.  
  1225.  
  1226.  
  1227.  
  1228. </div>
  1229. <!-- END SIDEBAR -->
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246. <!-- START POSTS -->
  1247. <div class="posts">
  1248. {block:Posts}
  1249. <div class="iposts_cont">
  1250.  
  1251.  
  1252.  
  1253.  
  1254. <!-- START POST INFO -->
  1255. {block:Date}
  1256. <div class="postinfo">
  1257. <div class="post_author"><a href="{Permalink}"><img src="https://api.tumblr.com/v2/blog/thewitchersdaily.tumblr.com/avatar/512" /></a></div>
  1258.  
  1259. <div class="post_date"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a></div>
  1260.  
  1261. <div class="post_details">{block:NoteCount}<b><a href="{Permalink}">{NoteCountWithLabel}</a></b> — {/block:NoteCount}posted by <a href="{PostAuthorURL}">{PostAuthorName}</a> {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{block:ContentSource}&nbsp;/&nbsp;<a title="{ReblogRootName}" href="{SourceURL}">src</a>{/block:ContentSource}
  1262. {/block:RebloggedFrom}</div>
  1263.  
  1264.  
  1265.  
  1266. {block:IndexPage}
  1267. <div class="postcontrol">
  1268. <a href="{ReblogURL}" target="_blank" class="reblog"><i><span class="iconify" data-icon="ant-design:retweet-outlined" data-inline="false"></span></i></a>
  1269. <a href="#" class="post_like">{LikeButton}<i><span class="iconify" data-icon="dashicons:heart" data-inline="false"></span></i></a>
  1270. </div>
  1271. {/block:IndexPage}
  1272.  
  1273. </div>
  1274. {/block:Date}
  1275. <!-- END POST INFO -->
  1276.  
  1277.  
  1278.  
  1279.  
  1280. <!-- Post Styles Start -->
  1281. <div class="iposts" id="{PostID}">
  1282. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1283.  
  1284. {block:Link}
  1285. <div class="linkpost">
  1286. {block:Thumbnail}<div class="linkthumb"><img src="{Thumbnail-HighRes}" /></div>{/block:Thumbnail}<div class="caption"><a href="{URL}"><h2>{Name}</h2>{block:Excerpt}<p><i>{Excerpt}</i>{/block:Excerpt}</a> {block:Description}{Description}{/block:Description} </div>
  1287. </div>
  1288. {/block:Link}
  1289.  
  1290. {block:Quote}<h3>{Quote}</h3><div class="caption">-{Source}</div>{/block:Quote}
  1291.  
  1292. {block:Photo}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  1293. </center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  1294.  
  1295. {block:Photoset}<div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1296. <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>
  1297. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Photoset}
  1298.  
  1299. {block:Chat}
  1300. <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>
  1301. {/block:Chat}
  1302.  
  1303. {block:Audio}
  1304. <div class="audio"><div class="audiobox"><div class="button">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}</div></div><div class="audioinfo">{block:Artist}<h1>{Artist}</h1>{/block:Artist}<br>{block:TrackName}{TrackName}{/block:TrackName}</div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}" /></div>{/block:AlbumArt}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1305.  
  1306. {block:Video}<div class="video"><center>{Video-500}</center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Video}
  1307.  
  1308. {block:Answer}<div class="asker"><div class="askername">{Asker} asked:</div></div>
  1309. <div class="question">{Question}</div>{Answer}{/block:Answer}
  1310.  
  1311. </div>
  1312. <!-- POST STYLES END -->
  1313.  
  1314.  
  1315.  
  1316.  
  1317. <!-- POST TAGS START -->
  1318. {block:HasTags}
  1319. <div class="posttags">
  1320. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  1321. </div>
  1322. {/block:HasTags}
  1323. <!-- POST TAGS END -->
  1324.  
  1325.  
  1326.  
  1327. <!-- PERMALINK NOTES -->
  1328. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1329.  
  1330.  
  1331.  
  1332. </div>
  1333. {/block:Posts}
  1334.  
  1335.  
  1336.  
  1337.  
  1338. <!-- START PAGINATION -->
  1339. {block:IndexPage}
  1340. {block:Pagination}
  1341. <div class="pagination">
  1342.  
  1343. <div class="pagi_prev">
  1344. {block:PreviousPage}
  1345. <a href="{PreviousPage}">previous</a>
  1346. {/block:PreviousPage}
  1347. </div>
  1348.  
  1349. <div class="pagi_jump">
  1350. {block:JumpPagination length="10"}
  1351. {block:CurrentPage}
  1352. <span class="current_page">{PageNumber}</span>
  1353. {/block:CurrentPage}
  1354.  
  1355. {block:JumpPage}
  1356. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1357. {/block:JumpPage}
  1358. {/block:JumpPagination}
  1359. </div>
  1360.  
  1361. <div class="pagi_next">
  1362. {block:NextPage}
  1363. <a class="next" href="{NextPage}">next</a>
  1364. {/block:NextPage}
  1365. </div>
  1366. </div>
  1367.  
  1368. {/block:Pagination}
  1369. {/block:IndexPage}
  1370. <!-- END PAGINATION -->
  1371.  
  1372.  
  1373.  
  1374. </div>
  1375.  
  1376.  
  1377.  
  1378.  
  1379. <div id="end"></div>
  1380. </div></div>
  1381. <!-- END CONTAINER -->
  1382.  
  1383.  
  1384.  
  1385.  
  1386. <!-- START FOOTER -->
  1387. <footer>
  1388. <div class="footer">
  1389. © copyright <b>{Name}</b> {CopyrightYears}
  1390. </div>
  1391.  
  1392. </footer>
  1393. <!-- END FOOTER -->
  1394.  
  1395.  
  1396.  
  1397.  
  1398. <!-- ADDITIONAL SCRIPTS -->
  1399.  
  1400. {block:IndexPage}
  1401. <script>
  1402. $(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")}})});
  1403. </script>
  1404.  
  1405. <a href="javascript:;" id="scrollToTop" rel="nofollow"><span class="jam jam-chevron-up"></span></a>
  1406. {/block:IndexPage}
  1407.  
  1408. <!-- Photosets -->
  1409.  
  1410. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1411. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1412.  
  1413. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  1414.  
  1415. <script>
  1416. $(document).ready(function(){
  1417. $('.photo-slideshow').pxuPhotoset({
  1418. lightbox: true,
  1419. rounded: false,
  1420. gutter: '0px',
  1421. borderRadius: '0px',
  1422. photoset: '.photo-slideshow',
  1423. photoWrap: '.photo-data',
  1424. photo: '.pxu-photo'
  1425. });
  1426. });
  1427. </script>
  1428.  
  1429.  
  1430. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement