Advertisement
heartilys

snow white by roseanqe.

Aug 30th, 2019
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.71 KB | None | 0 0
  1. <!-- snow white , a theme by roseanqe. you may edit & customize the theme as you wish, so long as you keep the credit intact. do not edit the credit, unless your background or chosen colours oscure it, in which case you may tweak it. should you find any issues in the theme, shoot me an ask & i'll do my best to fix it ! -->
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <meta name="color:background" content="#f3f3f3"/>
  15. <meta name="color:container" content="#f8f8f8"/>
  16. <meta name="color:text" content="#1a1818"/>
  17. <meta name="color:stitle" content="#b39296"/>
  18. <meta name="color:bold" content="#b39296"/>
  19. <meta name="color:italic" content="#9cb3b2"/>
  20. <meta name="color:link" content="#a5646c"/>
  21. <meta name="color:tags" content="#b39296"/>
  22. <meta name="color:border" content="#dadada"/>
  23.  
  24. <meta name="image:bg" content""/>
  25. <meta name="image:sidebar" content""/>
  26. <meta name="image:h4" content""/>
  27.  
  28. <meta name="text:stitle" content="side title"/>
  29. <meta name="text:desc" content="side description"/>
  30. <meta name="text:link1" content="/"/>
  31. <meta name="text:link1 title" content="one" />
  32. <meta name="text:link2" content="/"/>
  33. <meta name="text:link2 title" content="two"/>
  34. <meta name="text:link3" content="/"/>
  35. <meta name="text:link3 title" content="three"/>
  36. <meta name="text:link4" content="/"/>
  37. <meta name="text:link4 title" content="four"/>
  38. <meta name="text:link5" content="/"/>
  39. <meta name="text:link5 title" content="five"/>
  40.  
  41.  
  42. <title>{title}</title>
  43.  
  44. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  45. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  46.  
  47. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48. <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  49.  
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("a[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:90,
  56. tip_fade_speed:700,
  57. attribute:"title"
  58. });
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  64. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  65. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  66.  
  67. <script>
  68. $(document).ready(function(){
  69. $('.photo-slideshow').pxuPhotoset({
  70. lightbox: true,
  71. rounded: false,
  72. gutter: '1px',
  73. borderRadius: '0px',
  74. photoset: '.photo-slideshow',
  75. photoWrap: '.photo-data',
  76. photo: '.pxu-photo'
  77. });
  78. });
  79. </script>
  80.  
  81. <script>
  82.  
  83. $(document).ready(function(){
  84. $("ul#tabs li").click(function(e){
  85. if (!$(this).hasClass("active")) {
  86. var tabNum = $(this).index();
  87. var nthChild = tabNum+1;
  88. $("ul#tabs li.active").removeClass("active");
  89. $(this).addClass("active");
  90. $("ul#tab li.active").removeClass("active");
  91. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  92. }
  93. });
  94. });
  95.  
  96. </script>
  97.  
  98. <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i" rel="stylesheet">
  99.  
  100. <style type="text/css">
  101.  
  102. <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap" rel="stylesheet">
  103.  
  104. iframe.tmblr-iframe {
  105. z-index:99999999999999!important;
  106. top:-2px!important;
  107. right:0!important;
  108. opacity:0;
  109. padding-right:38px;
  110. /* delete invert(1) from here */
  111. filter:invert(0) contrast(150%);
  112. -webkit-filter:invert(0) contrast(150%);
  113. -o-filter:invert(0) contrast(150%);
  114. -moz-filter:invert(0) contrast(150%);
  115. -ms-filter:invert(0) contrast(150%);
  116. /* to here if your blog has a dark background */
  117. transform:scale(0.75);
  118. transform-origin:100% 0;
  119. -webkit-transform:scale(0.75);
  120. -webkit-transform-origin:100% 0;
  121. -o-transform:scale(0.75);
  122. -o-transform-origin:100% 0;
  123. -moz-transform:scale(0.75);
  124. -moz-transform-origin:100% 0;
  125. -ms-transform:scale(0.75);
  126. -ms-transform-origin:100% 0;}
  127.  
  128. iframe.tmblr-iframe:hover {
  129. opacity:0.8!important;}
  130.  
  131. .hcontrols {
  132. position:fixed;
  133. top:1;
  134. right:0;
  135. z-index:999999999;
  136. }
  137.  
  138. .hcontrols svg {
  139. width:14px;
  140. height:14px;
  141. padding:6px 6px 2px 5px;
  142. transform:scale(1.45);
  143. }
  144.  
  145. .hcontrols svg path {
  146. fill:#eee0de;/* change this to change the color of the icon */
  147. }
  148.  
  149. #s-m-t-tooltip {
  150. max-width:360px;
  151. padding:4px 12px 4px 12px;
  152. margin:10px 10px 5px 10px;
  153. color:{color:container}; /* text color */
  154. font-family:'roboto condensed';
  155. font-size:8px;
  156. font-weight:bold;
  157. text-transform:uppercase;
  158. background-image:url('{image:h4}');
  159. text-shadow:
  160. -1px -1px 0 #000,
  161. 1px -1px 0 #000,
  162. -1px 1px 0 #000,
  163. 1px 1px 0 #000;
  164. border:3px double {color:container};
  165. z-index:99999;
  166. }
  167.  
  168. body {
  169. font-family:'roboto condensed';
  170. color:{color:text};
  171. background:url('{image:bg}') top {color:background};
  172. }
  173.  
  174. a {
  175. font-family: 'Old Standard TT', times, serif;
  176. color:{color:link};
  177. font-size:14px;
  178. text-decoration:none;
  179. text-shadow:0 0 0.1em;
  180. }
  181.  
  182. b, strong {
  183. font-size:14px;
  184. color:{color:bold};
  185. font-weight:800;
  186. font-family: 'Old Standard TT', times, serif;
  187. }
  188.  
  189. i, em {
  190. text-transform:lowercase;
  191. font-style:italic;
  192. color:{color:italic};
  193. font-family:'roboto condensed';
  194. }
  195.  
  196. u {
  197. font-size:12px;
  198. color:{color:text};
  199. text-decoration:underline;
  200. text-transform:uppercase;
  201. font-family: 'Old Standard TT', times, serif;
  202. }
  203.  
  204. big {
  205. font-size:15px;
  206. }
  207.  
  208. small, sub, sup {
  209. font-size:11.5px;
  210. }
  211.  
  212. blockquote {
  213. margin-left:15px;
  214. padding-left:15px;
  215. border-left: .5px solid {color:border};
  216. }
  217.  
  218. blockquote img {
  219. max-width:400px;
  220. height:auto;
  221. margin-top:3px;
  222. }
  223.  
  224. .tmblr-full {
  225. margin-left:-26px;
  226. margin-bottom:5px;
  227. }
  228.  
  229. pre {
  230. font-family:'roboto condensed';
  231. max-width:450px;
  232. font-size:11px;
  233. text-transform:uppercase;
  234. text-align:center;
  235. color:{color:text};
  236. padding:10px 20px 10px 20px;
  237. margin-top:20px;
  238. background-color:{color:container};
  239. border:3px double {color:border};
  240. }
  241.  
  242. pre i, pre b, pre a {
  243. font-size:11px;
  244. font-family:'roboto condensed';
  245. text-transform:uppercase;
  246. }
  247.  
  248. h1 {
  249. font-family: 'Playfair Display', serif;
  250. font-size:25px;
  251. text-transform:uppercase;
  252. text-align:center;
  253. font-style:italic;
  254. line-height:25px;
  255. padding-bottom:12px;
  256. margin-top:0px;
  257. color:{color:italic};
  258.  
  259. }
  260.  
  261. h2, h2 a {
  262. font-family: 'Playfair Display', serif;
  263. font-size:30px;
  264. color:{color:link};
  265. text-align:left;
  266. text-transform:lowercase;
  267. line-height:18px;
  268. word-spacing:6px;
  269. margin-bottom:0px;
  270. text-shadow:0 0 0.1em;
  271. }
  272.  
  273. h3, h3 a {
  274. font-family: 'Playfair Display', serif;
  275. font-size:11px;
  276. color:{color:bold};
  277. text-align:center;
  278. text-transform:uppercase;
  279. margin-top:15px;
  280. margin-bottom:10px;
  281. font-weight:bold;
  282. text-shadow:0 0 0.2em;
  283. }
  284.  
  285. h4 {
  286. font-family: 'Roboto Condensed' sans-serif;
  287. font-size:10px;
  288. color:{color:container};
  289. text-align:center;
  290. text-transform:uppercase;
  291. letter-spacing:1px;
  292. word-spacing:4px;
  293. font-weight:600;
  294. border:3px double {color:container};
  295. background-image:url('{image:h4}');
  296. padding: 4px;
  297. text-shadow:
  298. -1px -1px 0 #000,
  299. 1px -1px 0 #000,
  300. -1px 1px 0 #000,
  301. 1px 1px 0 #000;
  302. }
  303.  
  304. h4 a {
  305. font-family:'roboto condensed';
  306. font-size:10px;
  307. color:{color:container};
  308. text-align:center;
  309. text-transform:uppercase;
  310. letter-spacing:1px;
  311. word-spacing:4px;
  312. font-weight:600;
  313. text-shadow:
  314. -1px -1px 0 #000,
  315. 1px -1px 0 #000,
  316. -1px 1px 0 #000,
  317. 1px 1px 0 #000;
  318. }
  319.  
  320. hr {
  321. width:60%;
  322. border:.5px solid {color:border};
  323. margin-top:20px;
  324. margin-bottom:20px;
  325. }
  326.  
  327. #pag {
  328. width:226px;
  329. height:25px;
  330. margin-top:68px;
  331. word-spacing:30px;
  332. text-align:center;
  333. }
  334.  
  335. #pag a {
  336. color:{color:bold};
  337. font-size:18px;
  338. font-weight:bold;
  339. text-transform:uppercase;
  340. font-family: 'roboto condensed';
  341. border-radius:100px;
  342. display:inline-block;
  343. transition:.3s;
  344. }
  345.  
  346. #pag a:hover {
  347. color:{color:border};
  348. transition:.3s;
  349. }
  350.  
  351.  
  352. #cont {
  353. width:495px;
  354. height:540px;
  355. position:fixed;
  356. margin:auto;
  357. top:0px;
  358. bottom:0px;
  359. left:140px;
  360. background-image:url('{image:contbg}');
  361. border:3px double {color:border};
  362. }
  363.  
  364. #entries {
  365. width:495px;
  366. height:540px;
  367. margin-top:0px;
  368. margin-left:0px;
  369. position:absolute;
  370. overflow-y:scroll;
  371. overflow-x:hidden;
  372. background-color:{color:container};
  373. }
  374.  
  375. #post {
  376. font-size:11.5px;
  377. font-family: 'roboto condensed';
  378. text-align:justify;
  379. line-height:16px;
  380. padding:20px;
  381. width:450px;
  382. margin-top:0px;
  383. margin-bottom:10px;
  384. }
  385.  
  386. #entries::-webkit-scrollbar-thumb {
  387. height:9px;
  388. border:7px solid {color:container};
  389. background-color:{color:border};
  390. }
  391.  
  392. #entries::-webkit-scrollbar {
  393. width:15px;
  394. height:4px;
  395. border:7px solid {color:container};
  396. background:{color:container};
  397. margin-right:5px;
  398. }
  399.  
  400. .ol, ul {
  401. padding-left:20px;
  402. padding-right:20px;
  403. }
  404.  
  405. li {
  406. list-style-type: none;
  407. }
  408.  
  409. #post li:before {
  410. margin-left:6px;
  411. margin-right:15px;
  412. color:{color:border};
  413. content:'❄';
  414. display:inline-block;
  415. }
  416.  
  417. ol.notes {
  418. list-style-type:none;
  419. }
  420.  
  421. a.more_notes_link {
  422. font-size:9px;
  423. text-transform:uppercase;
  424. font-family:'roboto condensed';
  425. text-align:center;
  426. margin-left:-25px;
  427. }
  428.  
  429. #info, #permalink {
  430. position:relative;
  431. text-align:center;
  432. margin-top:14px;
  433. margin-left:-6px;
  434. padding:8px 4px 16px 9px;
  435. line-height:25px;
  436. letter-spacing:1px;
  437. text-transform:uppercase;
  438. transition:.3s;
  439. background-color:{color:container};
  440. }
  441.  
  442. #info a, #permalink a {
  443. color:{color:text};
  444. text-transform:uppercase;
  445. font-family: 'Playfair Display', serif;
  446. font-style:normal;
  447. font-weight:bold;
  448. font-size:11px;
  449. text-shadow:0 0 0.3em {color:text};
  450. padding:4px 28px 4px 28px;
  451. transition:.3s;
  452. background-color:{color:container};
  453. }
  454.  
  455. #info:before, #permalink:before {
  456. height: 1px;
  457. width: 100%;
  458. background: {color:Border};
  459. content: '';
  460. display: block;
  461. margin-bottom:-10px;
  462. }
  463.  
  464. .tags {
  465. width:432px;
  466. position:relative;
  467. text-align:center;
  468. margin-top:-15px;
  469. margin-left:4px;
  470. padding-left:10px;
  471. line-height:14px;
  472. }
  473.  
  474. .tags a {
  475. font-size:9px;
  476. color:{color:tags};
  477. font-style:normal;
  478. text-transform:uppercase;
  479. font-family: 'roboto condensed';
  480. transition:.3s;
  481. }
  482.  
  483. .tags a:hover {
  484. color:{color:bold};
  485. transition:.3s;
  486. }
  487.  
  488. #notes {
  489. text-transform:uppercase;
  490. font-size:9px;
  491. font-family:'roboto condensed';
  492. line-height:16px;
  493. margin-top:20px;
  494. }
  495.  
  496. #notes ol, #notes li {
  497. padding-left:10px;
  498. padding-right:10px;
  499. list-style-type:none;
  500. }
  501.  
  502. #notes img {
  503. display:none;
  504. }
  505.  
  506. #scont {
  507. position:fixed;
  508. margin:auto;
  509. top:0px;
  510. bottom:0px;
  511. left:700px;
  512. width:225px;
  513. height:550px;
  514. }
  515.  
  516. #stitle {
  517. width:205px;
  518. height:50px;
  519. position:fixed;
  520. margin-top:8px;
  521. margin-left:11px;
  522. text-align:justify;
  523. overflow:hidden;
  524. }
  525.  
  526. #stitle a {
  527. text-transform:uppercase;
  528. font-size:23px;
  529. font-family: 'Playfair Display', serif;
  530. color:{color:stitle};
  531. font-weight:bold;
  532. word-spacing:5px;
  533. letter-spacing:3px;
  534. text-shadow:0 0 0.2em;
  535. }
  536.  
  537. #nav {
  538. width:225px;
  539. margin-top:0px;
  540. margin-left:0px;
  541. position:absolute;
  542. text-align:center;
  543. word-spacing:6px;
  544. display:inline-block;
  545. }
  546.  
  547. #nav a {
  548. color:{color:link};
  549. font-size:12px;
  550. font-style:normal;
  551. padding:5px;
  552. text-shadow:0 0 0.2em;
  553. transition:.3s;
  554. }
  555.  
  556. #nav a:hover{
  557. color:{color:italic};
  558. transition:.3s;
  559. }
  560.  
  561. #sidebar {
  562. margin-top:30px;
  563. width:225px;
  564. height:512px;
  565. background-color:{color:container};
  566. border:3px double {color:border};
  567. }
  568.  
  569. #sidebar img {
  570. width:185px;
  571. height:120px;
  572. margin-top:18px;
  573. margin-left:20px;
  574. border:1px solid {color:border};
  575. }
  576.  
  577. #desc {
  578. width:190px;
  579. height:296px;
  580. margin-top:-5px;
  581. margin-left:19px;
  582. padding-bottom:10px;
  583. font-size:12px;
  584. text-align:justify;
  585. font-family: 'Playfair Display', serif;
  586. text-transform:lowercase;
  587. overflow:hidden;
  588. border-bottom:1px solid {color:border};
  589. }
  590.  
  591. #desc h4 {
  592. color:{color:container};
  593. font-family:'roboto condensed';
  594. }
  595.  
  596. #q {
  597. font-size:12px;
  598. color:{color:link};
  599. font-family: 'Playfair Display', serif;
  600. text-transform:uppercase;
  601. font-weight:bold;
  602. padding-left:10px;
  603. padding-right:10px;
  604. }
  605.  
  606. #qsrc {
  607. text-align:center;
  608. padding-left:20px;
  609. padding-right:20px;
  610. text-transform:uppercase;
  611. font-size:11px;
  612. font-family: 'Roboto Condensed', sans-serif;
  613. margin-top:20px;
  614. }
  615.  
  616. #chat {
  617. margin-left:10px;
  618. margin-right:10px;
  619. text-transform:uppercase;
  620. font-size:12px;
  621. font-family: 'Roboto Condensed', sans-serif;
  622. }
  623.  
  624. #chatlabel {
  625. color:{color:bold};
  626. margin-bottom:5px;
  627. padding:0px 2px 1px 2px;
  628. font-weight:bold;
  629. text-shadow:0 0 0.2em;
  630. font-family: 'Playfair Display', serif;
  631. text-transform:uppercase;
  632. display:inline-block;
  633. }
  634.  
  635. #audio {
  636. font-size:11px;
  637. text-transform:uppercase;
  638. font-family: 'roboto condensed';
  639. line-height:18px;
  640. margin-top:8px;
  641. padding-bottom:14px;
  642. }
  643.  
  644. .play {
  645. width:28px;
  646. height:28px;
  647. overflow:hidden;
  648. margin-top:18px;
  649. margin-left:22px;
  650. opacity.7;
  651. position:absolute;
  652. }
  653.  
  654. #asker {
  655. text-align:center;
  656. padding-top:24px;
  657. padding-bottom:5px;
  658. background-color:{color:link};
  659. }
  660.  
  661. #asker a {
  662. font-family: 'Playfair Display', serif;
  663. font-size:25px;
  664. -webkit-text-stroke: .2px {color:italic};
  665. color:{color:italic};
  666. font-style:italic;
  667. text-transform:uppercase;
  668. padding-left:8px;
  669. padding-right:8px;
  670. padding-bottom:6px;
  671. border-bottom:1px solid {color:italic};
  672. }
  673.  
  674. #question {
  675. font-size:11px;
  676. font-family:'roboto condensed';
  677. text-transform:uppercase;
  678. text-align:justify;
  679. color:{color:container};
  680. margin-bottom:-5px;
  681. margin-top:-5px;
  682. padding:35px 20px 20px 20px;
  683. background-color:{color:link};
  684. }
  685.  
  686. #credit {
  687. position:fixed;
  688. bottom:10px;
  689. right:5px;
  690. font-size:20px;
  691. }
  692.  
  693. #credit a {
  694. width:60px;
  695. height:60px;
  696. color:{color:link};
  697. padding:6px 6px 2px 5px;
  698. background-color:{color:container};
  699. }
  700.  
  701.  
  702. {CustomCSS}
  703. </style>
  704.  
  705. <link rel="shortcut icon" href="{Favicon}">
  706. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  707.  
  708.  
  709. </head>
  710.  
  711. <body>
  712.  
  713. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  714.  
  715. <div id="scont">
  716.  
  717. <div id="nav">
  718. <a href="{text:link1}" title="{text:link1 title}"><span class="th th-snowflake"></span></a> <a href="{text:link2}" title="{text:link2 title}"><span class="th th-snowflake-o"></span></a> <a href="{text:link3}" title="{text:link3 title}"><span class="th th-snowflake"></span></a> <a href="{text:link4}" title="{text:link4 title}"><span class="th th-snowflake-o"></span></a> <a href="{text:link5}" title="{text:link5 title}"><span class="th th-snowflake"></span></a>
  719. </div>
  720.  
  721. <div id="sidebar">
  722.  
  723. <img src="{image:sidebar}">
  724. <div id="desc">{text:desc}</div>
  725.  
  726. <div id="stitle"> <a href="/" title="refresh">{text:stitle}</a> </div>
  727.  
  728. <div id="pag">
  729. {block:Pagination}
  730. {block:PreviousPage}
  731. <a href="{PreviousPage}">«</a>
  732. {/block:PreviousPage}
  733. {block:NextPage}
  734. <a href="{NextPage}">»</a>
  735. {/block:NextPage}
  736. {/block:Pagination}
  737. </div>
  738.  
  739. </div>
  740. </div>
  741.  
  742. <div id="cont">
  743.  
  744. <div id="entries">
  745. {block:Posts}
  746. <div id="post">
  747.  
  748. {block:Text}
  749. {block:Title}
  750. <h1 style="margin-top:0px;">{Title}</h1>
  751. {/block:Title}
  752. {Body}
  753. {/block:Text}
  754.  
  755. {block:Link}
  756. <h3 style="margin-top:0px;"><a href="{URL}">{Name}</a></h3>
  757. {block:Description}{Description}{/block:Description}
  758. {/block:Link}
  759.  
  760. {block:Photo}
  761. <center>
  762. {LinkOpenTag}
  763. <a href="{permalink}">
  764. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="450"></a>
  765. {LinkCloseTag}
  766. </center>
  767. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  768. {block:ContentSource}
  769. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  770. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  771. {/block:SourceLogo}
  772. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  773. {/block:ContentSource}
  774. {block:ReblogParentURL}
  775. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  776. {/block:ReblogParentURL}
  777. {/block:Photo}
  778.  
  779. {block:Photoset}
  780. <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>
  781. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  782. {/block:Photoset}
  783.  
  784. {block:Quote}
  785. <div id="q"><b>“</b> &nbsp; {Quote} &nbsp; <b>”</b></div>
  786. {block:Source}
  787. <div id="qsrc">— &nbsp;&nbsp; {Source}</div>
  788. {/block:Source}
  789. {/block:Quote}
  790.  
  791. {block:Chat}
  792. <div id="chat">
  793. {block:Title}
  794. <h1>{Title}</h1>
  795. {/block:Title}
  796. {block:Lines}
  797. {block:Label}
  798. <div id="chatlabel">{Label}</div> &nbsp;
  799. {/block:Label}
  800. {Line} <br>
  801. {/block:Lines}
  802. </div>
  803. {/block:Chat}
  804.  
  805. {block:Audio}
  806. {block:AlbumArt}
  807. <img src="{AlbumArtURL}" width="60px" align="left" style="margin-left:5px;margin-right:20px;" />{/block:AlbumArt}
  808. <div class="play" style="opacity:.8">{AudioPlayerWhite}</div>
  809. <div id="audio">{block:TrackName}<b>Title:</b> &nbsp; {TrackName}<br />{/block:TrackName}
  810. {block:Artist}<b>Artist:</b> &nbsp; {Artist}<br />{/block:Artist}
  811. {/block:ExternalAudio}<b>Played:</b> &nbsp; {PlayCount} times</div>
  812. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  813. {/block:Audio}
  814.  
  815. {block:Video}
  816. <div class="video">{Video-500}</div>
  817. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  818. {/block:Video}
  819.  
  820. {block:Answer}<div id="asker">{Asker}</div>
  821. <div id="askline"> </div>
  822. <div id="question">" {Question} "</div> <br>
  823. {Answer}{/block:Answer}
  824.  
  825.  
  826. {block:IndexPage}
  827. <div id="info">
  828. <a href="{Permalink}" title="{TimeAgo}" style="margin-left:-30px;margin-right:-30px;">{12HourWithZero}:{Minutes}{CapitalAmPm}</a> <a href="{Permalink}" style="margin-right:-30px;">{NoteCount}N.</a> <a href="{ReblogURL}" style="margin-right:-30px;" target="_blank">REBLOG.</a>
  829. {block:RebloggedFrom} <a href="{ReblogParentURL}" style="margin-right:-30px;" target="_blank">VIA.</a> <a href="{ReblogRootURL}" style="margin-right:-30px;" target="_blank">SRC.</a>
  830. {/block:RebloggedFrom}
  831. </div>
  832. <div class="tags">{block:HasTags}
  833. {block:Tags}<a href="{TagURL}"><span class="th th-hashtag"></span> &nbsp;{Tag}</a>&nbsp; &nbsp; &nbsp;
  834. {/block:Tags}
  835. {/block:HasTags}</div>
  836. {/block:IndexPage}
  837.  
  838. {block:PermalinkPage}
  839. <div id="permalink">
  840. <a href="{Permalink}" title="{TimeAgo}" style="margin-right:-30px;">{12HourWithZero}:{Minutes}{CapitalAmPm}</a> <a href="{Permalink}" style="margin-right:-30px;">{NoteCount}N.</a> <a href="{ReblogURL}" target="_blank">REBLOG.</a>
  841. {block:RebloggedFrom}
  842. &nbsp; &nbsp; <a href="{ReblogParentURL}" style="margin-right:-30px;" target="_blank">VIA.</a>
  843. &nbsp; &nbsp; <a href="{ReblogRootURL}" style="margin-right:-30px;" target="_blank">SRC.</a>
  844. {/block:RebloggedFrom}
  845. </div>
  846. <div class="tags">{block:HasTags}
  847. {block:Tags}<a href="{TagURL}"><span class="th th-hashtag" style="font-size:8px;"></span> &nbsp;{Tag}</a>&nbsp; &nbsp; &nbsp;
  848. {/block:Tags}
  849. {/block:HasTags}</div>
  850. {/block:PermalinkPage}
  851.  
  852.  
  853. {block:PostNotes}
  854. <div id="notes">{PostNotes}</div>
  855. {/block:PostNotes}
  856. <div id="separator"></div>
  857. </div>
  858. {/block:Posts}
  859.  
  860. </div>
  861.  
  862. </div>
  863.  
  864. </div>
  865.  
  866. <div id="credit"><a href="http://roseanqe" title="coded by evie !"><span class="th th-heart-1"></span></a></div>
  867.  
  868. </body>
  869. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement