Advertisement
lexaofrp

THEME 53: SUGARPLUM

Jun 29th, 2019
1,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.90 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3.  
  4. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5. <script src="https://static.tumblr.com/pq6sadp/72Dnoxbpp/jquery.style-my-tooltips.js"></script>
  6. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:100,tip_fade_speed:400
  7. }
  8. );
  9. });
  10. })(jQuery);
  11. </script>
  12.  
  13.  
  14.  
  15. <head><title>{Title}</title>
  16.  
  17. <link rel="stylesheet" href="templates/clean/template.css" type="text/css"/>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar" content=""/>
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:PostBG" content="#ffffff"/>
  28. <meta name="color:Text" content="#000000"/>
  29. <meta name="color:Post Links" content="#000000"/>
  30. <meta name="color:Hover" content="#000000"/>
  31. <meta name="color:Links" content="#000000"/>
  32. <meta name="color:Linksbg" content="#000000"/>
  33. <meta name="color:Border" content="#000000"/>
  34. <meta name="color:Accent" content="#ffffff"/>
  35. <meta name="color:Blockquote" content="#000000"/>
  36. <meta name="color:descbg" content="#000000"/>
  37. <meta name="color:desctext" content="#eeeeee"/>
  38. <meta name="color:container" content="#ffffff"/>
  39.  
  40. <meta name="text:Title1" content="lorem ipsum"/>
  41. <meta name="text:PopupMainTitle" content="Lorem ipsum"/>
  42. <meta name="text:PopupTitle1" content="Lorem ipsum"/>
  43. <meta name="text:Plotline" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."/>
  44. <meta name="text:Home URL" content="/"/>
  45. <meta name="text:Link1" content="Home"/>
  46. <meta name="text:Ask URL" content="/"/>
  47. <meta name="text:Link2" content="Ask"/>
  48.  
  49. <meta name="text:Popup URL 1" content="/"/>
  50. <meta name="text:Popup Link Name 1" content="Lorem"/>
  51. <meta name="text:Popup URL 2" content="/"/>
  52. <meta name="text:Popup Link Name 2" content="Lorem"/>
  53. <meta name="text:Popup URL 3" content="/"/>
  54. <meta name="text:Popup Link Name 3" content="Lorem"/>
  55. <meta name="text:Popup URL 4" content="/"/>
  56. <meta name="text:Popup Link Name 4" content="Lorem"/>
  57. <meta name="text:Popup URL 5" content="/"/>
  58. <meta name="text:Popup Link Name 5" content="Lorem"/>
  59. <meta name="text:Popup URL 6" content="/"/>
  60. <meta name="text:Popup Link Name 6" content="Lorem"/>
  61. <meta name="text:Popup URL 7" content="/"/>
  62. <meta name="text:Popup Link Name 7" content="Lorem"/>
  63. <!--after-->
  64. <meta name="text:Popup URL 8" content="/"/>
  65. <meta name="text:Popup Link Name 8" content="Lorem"/>
  66. <meta name="text:Popup URL 9" content="/"/>
  67. <meta name="text:Popup Link Name 9" content="Lorem"/>
  68. <meta name="text:Popup URL 10" content="/"/>
  69. <meta name="text:Popup Link Name 10" content="Lorem"/>
  70. <meta name="text:Popup URL 11" content="/"/>
  71. <meta name="text:Popup Link Name 11" content="Lorem"/>
  72. <meta name="text:Popup URL 12" content="/"/>
  73. <meta name="text:Popup Link Name 12" content="Lorem"/>
  74. <meta name="text:Popup URL 13" content="/"/>
  75. <meta name="text:Popup Link Name 13" content="Lorem"/>
  76. <meta name="text:Popup URL 14" content="/"/>
  77. <meta name="text:Popup Link Name 14" content="Lorem"/>
  78.  
  79.  
  80.  
  81. <script src="https://use.fontawesome.com/255525e9a0.js"></script>
  82. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  83. <link href="https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap" rel="stylesheet">
  84. <link href="https://fonts.googleapis.com/css?family=Playfair+Display:900i&display=swap" rel="stylesheet">
  85.  
  86. <style type="text/css">
  87.  
  88. @font-face { font-family: "lauren"; src: url('https://dl.dropboxusercontent.com/s/bkxamo3ao6yrkcb/Lauren-Regular.ttf'); ;}
  89. /** thank you @redjamies i hate importing fonts such a pain **/
  90. @font-face { font-family: 'reg'; src: url('https://dl.dropboxusercontent.com/s/984d70eox2udsg8/Tokyo-Regular.otf'); }
  91.  
  92. #s-m-t-tooltip {
  93.  
  94. max-width:100px;
  95. margin-left:10px;
  96. margin-top:10px;
  97. padding:3px;
  98. padding-bottom:2px;
  99. background: {color:postbg};
  100. border:1px solid {color:text};
  101. font-family: 'poppins';
  102. font-size:9px;
  103. letter-spacing:0px;
  104. border-radius:3px;
  105. text-transform:uppercase;
  106. color:{color:text};
  107. text-shadow: 1px 1px 0px rgba(255,255,255,.3);
  108. z-index:999999999999999999999999999999999999; }
  109.  
  110.  
  111.  
  112. blockquote {
  113. font-size:9px;
  114. font-family: 'poppins';
  115. margin-left:5px;
  116. margin-right:7px;
  117. border-left:4px solid{color:blockquote};
  118. text-align:left;
  119. padding:2px;
  120. padding-left:10px;
  121. font-weight:normal;
  122. color:{color:text};
  123. background-color:{color:postbg};
  124. }
  125.  
  126. blockquote a{
  127. color:{color:hover};
  128. }
  129.  
  130. blockquote blockquote, blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote{
  131. background-color:{color:postbg};
  132. color:{color:text};
  133. }
  134.  
  135. blockquote img {
  136. max-width:390px;
  137. }
  138.  
  139. blockquote blockquote img{
  140. max-width:350px;
  141. }
  142.  
  143. blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote{
  144. font-size:8px;
  145. font-family: 'poppins';
  146. margin-left:5px;
  147. margin-right:5px;
  148. letter-spacing:0px;
  149. border-left:4px solid{color:blockquote};
  150. text-align:left;
  151. padding:5px;
  152. padding-left:5px;
  153. font-weight:normal;
  154. color:{color:text};
  155. background-color:{color:postbg};
  156. }
  157.  
  158. small, sub, sup{
  159. font-size:8px;
  160. }
  161.  
  162. code {
  163. font-size:9px;
  164. font-family: 'poppins';
  165. text-transform:none;
  166.  
  167. }
  168.  
  169. b, bold, strong{
  170. color:{color:post links};
  171. font-weight:bold;
  172. }
  173.  
  174. i{
  175. color:{color:hover};
  176. }
  177.  
  178. hr{
  179. border:none;
  180. border-top:dashed 1px {color:text};
  181. }
  182.  
  183. pre {
  184. font-family: 'poppins';
  185. text-align:center;
  186. font-size:10px;
  187. max-width:500px;
  188. padding:10px ;
  189. color:{color:text};
  190. background:{color:postbg};
  191. }
  192. h1{
  193. font-family: 'playfair display';
  194. font-size:35px;
  195. text-align:center;
  196. letter-spacing:5px;
  197. text-transform:uppercase;
  198. padding-bottom:3px;
  199. color:{color:blockquote};
  200. }
  201.  
  202. h2{
  203. text-shadow: 1px 1px 0px {color:hover};
  204. margin-top:-5px;
  205. color:{color:text};
  206. margin-bottom:5px;
  207. text-transform:uppercase;
  208.  
  209. font-family:'playfair display';
  210. font-size:20px;
  211. text-align:center;
  212. }
  213.  
  214. h3{
  215. color:{color:text};
  216. letter-spacing:2px;
  217. font-size:30px;
  218. text-transform:uppercase;
  219. font-weight:bold;
  220. text-align:right;
  221. }
  222.  
  223. h4{
  224. color:{color:text};
  225. letter-spacing:2px;
  226. font-size:10px;
  227. text-transform:uppercase;
  228. font-weight:bold;
  229. text-align:left;
  230. }
  231. /*GENERAL*/
  232.  
  233.  
  234. a {
  235. color:{color:Background};
  236. color:{color:post links};
  237. text-decoration:none;
  238. -webkit-transition:all 0.5s ease-in-out;
  239. -moz-transition:all 0.5s ease-in-out;
  240. -o-transition:all 0.5s ease-in-out;
  241. transition:all 0.5s ease-in-out;}
  242.  
  243. a:hover {
  244. color:{color:Hover};
  245. text-decoration:underline;
  246. -webkit-transition:all 0.5s ease-in-out;
  247. -moz-transition:all 0.5s ease-in-out;
  248. -o-transition:all 0.5s ease-in-out;
  249. transition:all 0.5s ease-in-out;}
  250.  
  251.  
  252. /*GENERAL*/
  253.  
  254. body {
  255. font-family:'poppins';
  256. font-size:9px;
  257. background-color:{color:background};
  258. background-image:url('{image:background}') ;
  259. }
  260.  
  261. a {
  262. color:{color:post links};
  263. text-decoration:none;
  264. -webkit-transition:all 0.5s ease-in-out;
  265. -moz-transition:all 0.5s ease-in-out;
  266. -o-transition:all 0.5s ease-in-out;
  267. transition:all 0.5s ease-in-out;}
  268.  
  269. a:hover {
  270. color:{color:Hover};
  271. text-decoration:underline;
  272. -webkit-transition:all 0.5s ease-in-out;
  273. -moz-transition:all 0.5s ease-in-out;
  274. -o-transition:all 0.5s ease-in-out;
  275. transition:all 0.5s ease-in-out;}
  276.  
  277.  
  278.  
  279. /*END GENERAL*/
  280.  
  281. /*Acco*/
  282.  
  283.  
  284. /*SIDEBAR*/
  285. .links {
  286. position:fixed;
  287. display:inline-block;
  288. top:50%;
  289. left:50%;
  290. margin-top:189px;
  291. margin-left:-390px;
  292. width:280px;
  293. height:48px;
  294. padding-bottom:2px;
  295. background:{color:linksbg};
  296. overflow:visible;
  297. line-height:0px;
  298. border-right:70px solid {color:linksbg};
  299. text-align:center;
  300. -webkit-transition:all 0.5s ease-in-out;
  301. -moz-transition:all 0.5s ease-in-out;
  302. -o-transition:all 0.5s ease-in-out;
  303. transition:all 0.5s ease-in-out
  304. }
  305.  
  306. .links a {
  307. display:inline-block;
  308.  
  309. margin-left:-1px;
  310. margin-right:2px;
  311. margin-top:8px;
  312. margin-bottom:4px;
  313. letter-spacing:3px;
  314. width:20px;
  315. height:0px;
  316. padding:15px;
  317. padding-top:12px;
  318. padding-bottom:8px;
  319. font-family:'poppins';
  320. font-size:12px;
  321. text-decoration:none;
  322. text-transform:uppercase;
  323. color:{color:links};
  324. -webkit-transition:all 0.7s ease-in-out;
  325. -moz-transition:all 0.7s ease-in-out;
  326. -o-transition:all 0.7s ease-in-out;
  327. transition:all 0.7s ease-in-out;}
  328.  
  329. .links p{
  330. color:{color:links};
  331. -webkit-transition:all 0.7s ease-in-out;
  332. -moz-transition:all 0.7s ease-in-out;
  333. -o-transition:all 0.7s ease-in-out;
  334. transition:all 0.7s ease-in-out;
  335. }
  336.  
  337. .links a:hover span {
  338. text-decoration:none;
  339. color:{color:links};}
  340. }
  341. .links a:hover p{
  342. color:{color:hover};
  343. }
  344.  
  345. .links a:hover a{
  346. color:{color:hover};}
  347.  
  348. .title{
  349. position:fixed;
  350. width:490px;
  351. height:50px;
  352. margin-left:-540px;
  353. margin-top:220px;
  354. color:{color:postbg};
  355. background:{color:accent};
  356. text-align:right;
  357. font-style:italic;
  358. font-size:57px;
  359. font-family:'lauren';
  360. -moz-transform: rotate(270deg);
  361. -webkit-transform: rotate(270deg);
  362. -o-transform: rotate(270deg);
  363. -ms-transform: rotate(270deg);
  364. transform: rotate(270deg);
  365. }
  366.  
  367. .title p{
  368. margin-top:-35px;
  369. text-align:center;
  370. text-shadow:
  371. -1px -1px 0 {color:accent},
  372. 1px -1px 0 {color:accent},
  373. -1px 1px 0 {color:accent},
  374. 1px 1px 0 {color:accent};
  375. }
  376.  
  377. .container{
  378. position:fixed;
  379. left:50%;
  380. top:50%;
  381. margin-top:-301px;
  382. margin-left:-70px;
  383. height:540px;
  384. width:483px;
  385. background:{color:container};
  386. }
  387.  
  388. .description{
  389. position:absolute;
  390. margin-left:0px;
  391. margin-top:0px;
  392. width:170px;
  393. overflow:auto;
  394. min-height:30px;
  395. line-height:15px;
  396. text-align:justify;
  397. padding-left:10px;
  398. padding-right:5px;
  399. line-height:20px;
  400. }
  401.  
  402. .header{
  403. height:170px;
  404. width:700px;
  405. position:fixed;
  406. left:50%;
  407. top:50%;
  408. margin-top:-301px;
  409. margin-left:-340px;
  410. }
  411.  
  412. .pict{
  413. position:absolute;
  414. width:270px;
  415. margin-top:00px;
  416. height:210px;
  417. z-index:9;
  418. background-image:url('{image:sidebar}');
  419. }
  420.  
  421. .right{
  422. position:fixed;
  423. margin-left:00px;
  424. margin-top:210px;
  425. background:{color:descbg};
  426. color:{color:desctext};
  427. width:190px;
  428.  
  429. height:200px;
  430. overflow:auto;border:40px solid {color:descbg};
  431. border-bottom:60px solid {color:descbg};
  432. z-index:99999999999999999999999999999;
  433. }
  434.  
  435.  
  436. .pagination {
  437. position:fixed;
  438. padding:5px;
  439. padding-right:4px;
  440. margin-left:604px;
  441. margin-top:290px;
  442. padding-top:7px;
  443. width:100px;
  444. height:13px;
  445. padding-bottom:5px;
  446. font-weight:bold;
  447. z-index:999999;
  448. background-color:{color:linksbg};
  449. text-align:center;
  450. letter-spacing:2px;
  451. }
  452.  
  453. .pagination a{
  454. color:{color:links};
  455. }
  456.  
  457. .pagination a:hover{
  458. text-decoration:none;
  459. color:{color:hover};
  460. -webkit-transition:all 0.5s ease-in-out;
  461. -moz-transition:all 0.5s ease-in-out;
  462. -o-transition:all 0.5s ease-in-out;
  463. transition:all 0.5s ease-in-out;}
  464.  
  465. .current_page {
  466. display:inline-block;
  467. color:{color:hover};
  468. text-decoration:underline;
  469. padding:2px 3px;
  470. }
  471.  
  472. /*END SIDEBAR*/
  473.  
  474.  
  475. /*POP UP*/
  476. .modal{
  477. position:fixed;
  478. left:50%;
  479. top:50%;
  480. width:10px;
  481. z-index:99;
  482. }
  483.  
  484. .modalbutton{
  485. margin-left:-315px;
  486. margin-top:234px;
  487. width:10px;
  488. }
  489.  
  490. .modalbutton a{
  491. margin-left:-1px;
  492. margin-right:2px;
  493. margin-top:8px;
  494. margin-bottom:4px;
  495. letter-spacing:3px;
  496. width:20px;
  497. height:0px;
  498. padding:15px;
  499. padding-top:12px;
  500. padding-bottom:8px;
  501. font-family:'poppins';
  502. font-size:12px;
  503. text-decoration:none;
  504. text-transform:uppercase;
  505. color:{color:links};
  506. -webkit-transition:all 0.7s ease-in-out;
  507. -moz-transition:all 0.7s ease-in-out;
  508. -o-transition:all 0.7s ease-in-out;
  509. transition:all 0.7s ease-in-out;
  510.  
  511. }
  512.  
  513. .modalbutton p{
  514. margin-top:-45px;
  515. margin-left:130px;
  516. width:00px;
  517. text-shadow:none;
  518. color:{color:links};
  519. }
  520.  
  521. .modalbutton a:hover {
  522. color:{color:Hover};
  523. background-color:{color:SBLinksbg};
  524. -webkit-transition:all 0.5s ease-in-out;
  525. -moz-transition:all 0.5s ease-in-out;
  526. -o-transition:all 0.5s ease-in-out;
  527. transition:all 0.5s ease-in-out;}
  528.  
  529.  
  530. .modalDialog {
  531. position: fixed;
  532. font-family: poppins;
  533. top:50%;
  534. margin-top:-301px ;
  535. left: 50%;
  536. height:0px;
  537. width:0px;
  538. margin-left:-70px;
  539. padding:20px;
  540. background-color: {color:container};
  541. z-index: 9999999999999999999999;
  542. opacity:0;
  543. -webkit-transition: opacity 400ms ease-in;
  544. -moz-transition: opacity 400ms ease-in;
  545. transition: opacity 400ms ease-in;
  546. pointer-events:none;
  547. }
  548. .modalDialog:target {
  549. opacity:1;
  550. pointer-events: auto;
  551. }
  552. .modalDialog > div {
  553. width: 422px;
  554. height:482px;
  555. z-index: 9999999999999999999999;
  556. position: relative;
  557. padding: 5px 10px 13px 10px;
  558. background: {color:container};
  559. }
  560.  
  561. .pu{
  562. position:fixed;
  563. margin-left:40px;
  564. margin-top:80px;
  565. width:330px;
  566. height: 250px;
  567. overflow:scroll;
  568. text-align:justify;
  569. border:20px solid {color:container};
  570. height:170px;
  571. }
  572.  
  573. .puplinks, .puplinks2{
  574. position:fixed;
  575. margin-left:0px;
  576. margin-top:320px;
  577. height:300px;
  578. width:200px;
  579. text-align:right;
  580. }
  581.  
  582. .puplinks2{
  583. margin-left:200px;
  584. }
  585.  
  586. .puplinks h1, .puplinks2 h1{
  587. font-size:20px;
  588. margin-bottom:10px;
  589. }
  590.  
  591. .puplinks a, .puplinks2 a{
  592. display:inline-block;
  593. background-color:{color:accent};
  594. color:{color:border};
  595. padding-top:2px;
  596. padding-left:5px;
  597. padding-right:5px;
  598. padding-bottom:7px;
  599. height:10px;
  600. margin-top:0px;
  601. margin-bottom:0px;
  602. font-weight:bold;
  603. min-width:10px;
  604. font-size:10px;
  605. text-align:right;
  606. text-transform:uppercase;
  607. font-family:poppins;
  608. font-style:italic;
  609. -webkit-transition-duration: 0.5s;
  610. -webkit-transition:all 0.5s ease-in-out;
  611. -moz-transition:all 0.5s ease-in-out;
  612. -o-transition:all 0.5s ease-in-out;
  613. transition:all 0.5s ease-in-out;
  614. }
  615.  
  616. .puplinks a:hover, .puplinks2 a:hover{
  617. color:{color:accent};
  618. text-decoration:none;
  619.  
  620. background-color:{color:border};
  621. -webkit-transition-duration: 0.5s;
  622. -webkit-transition:all 0.5s ease-in-out;
  623. -moz-transition:all 0.5s ease-in-out;
  624. -o-transition:all 0.5s ease-in-out;
  625. transition:all 0.5s ease-in-out;
  626. }
  627.  
  628. .putl p{
  629.  
  630. text-align:right;
  631. padding:2px;
  632. text-align: center;
  633. font-weight: bold;
  634. color:{color:accent};
  635. font-size:8px;
  636. text-transform:uppercase;
  637. font-family:poppins;
  638. text-shadow:none;
  639. z-index:99999999;
  640. }
  641.  
  642. .putl{
  643. position: fixed;
  644. margin-top:17px;
  645. margin-left:0px;
  646. width:250px;
  647. text-align:center;
  648. z-index:99999;
  649. }
  650.  
  651. .puim{
  652. position:fixed;
  653. width:250px;
  654. height:60px;
  655. margin-left:0px;
  656. margin-top:-10px;
  657. text-align:center;
  658. font-family:'lauren';
  659. color:{color:border};
  660. font-size:60px;
  661. }
  662.  
  663. .puim p{
  664. margin-top:-10px;
  665. }
  666.  
  667. .plot{
  668. position:fixed;
  669. margin-top:10px;
  670. margin-left:280px;
  671. width:150px;
  672. height:290px;
  673.  
  674. text-align:justify;
  675. }
  676.  
  677. .plot p{
  678. overflow:scroll;
  679. margin-top:20px;
  680. height:260px;
  681. width:145px;
  682. line-height:20px;
  683. }
  684.  
  685. .plot h1{
  686. font-size:14px;
  687. }
  688.  
  689. .muses{
  690. position:fixed;
  691. margin-top:60px;
  692. margin-left:0px;
  693. width:270px;
  694. padding:0px;
  695. height:270px;
  696. float:left;
  697. overflow-y:scroll;
  698. }
  699.  
  700. .muses a{
  701. display:inline-block;
  702. margin-right:20px;
  703. margin-bottom:20px;
  704. }
  705.  
  706. .muses img{
  707. -webkit-border-radius: 7px;
  708. -moz-border-radius: 7px;
  709. border-radius: 7px;
  710. }
  711.  
  712.  
  713.  
  714. .close {
  715. color: {color:text};
  716. line-height: 25px;
  717. position: absolute;
  718. right: -15px;
  719. margin-top:-28px;
  720. text-align: center;
  721. font-weight: bold;
  722. font-size:10px;
  723. }
  724.  
  725. .close:hover {
  726. color: {color:border};
  727. }
  728.  
  729.  
  730. /*POSTS*/
  731. #c{
  732. height:480px;
  733. width:440px;
  734. margin-top:30px;
  735. z-index:9999999999999999;
  736. position:absolute;
  737. margin-left:20px;
  738. overflow:auto;
  739. }
  740.  
  741. .posts {
  742. width:410px;
  743. font-size:8px;
  744. font-family: 'poppins';
  745. color:{color:text};
  746. font-weight:normal;
  747. }
  748.  
  749. .posts a{
  750. color:{color:post links};
  751. }
  752.  
  753. .entries {
  754. width:400px;
  755. padding:10px;
  756. font-weight:normal;
  757. color:{color:text};
  758. background-color:{color:postbg};
  759. margin-bottom:20px;
  760. margin-top:0px;
  761. padding-right:15px;
  762. padding-left:5px;
  763. margin-left:10px;
  764. font-family: 'poppins';
  765. border:1px solid {color:border};
  766. -webkit-transition-property: top, bottom;
  767. -webkit-transition-duration: 0.5s;
  768. -webkit-transition:all 0.5s ease-in-out;
  769. -moz-transition:all 0.5s ease-in-out;
  770. -o-transition:all 0.5s ease-in-out;
  771. transition:all 0.5s ease-in-out;
  772. }
  773.  
  774. .info {
  775. padding:5px;
  776. margin-left:-6px;
  777. margin-top:-11px;
  778. text-align:right;
  779. font-family: 'poppins';
  780. font-weight:bold;
  781. font-size:10px;
  782. width:410px;
  783. border:1px solid {color:border};
  784. line-height:15px;
  785. letter-spacing:2px;
  786. text-transform:uppercase;
  787. color:{color:post links};
  788. background-color:{color:postbg};
  789. margin-bottom:10px;
  790. text-shadow: 1px 1px 0px rgba(255,255,255,.2);
  791. -webkit-transition-property: top, bottom;
  792. -webkit-transition-duration: 0.5s;
  793. -webkit-transition:all 0.5s ease-in-out;
  794. -moz-transition:all 0.5s ease-in-out;
  795. -o-transition:all 0.5s ease-in-out;
  796. transition:all 0.5s ease-in-out;
  797. }
  798.  
  799. .info i{
  800. margin-top:4px;
  801. color:{color:postbg};
  802. position:absolute;
  803. }
  804.  
  805. .info i:hover{
  806. cursor:pointer;
  807. }
  808.  
  809. .info a {
  810. text-align:right;
  811. font-weight:bold;
  812. color:{color:post links};
  813. -webkit-transition-property: top, bottom;
  814. -webkit-transition-duration: 0.5s;
  815. -webkit-transition:all 0.5s ease-in-out;
  816. -moz-transition:all 0.5s ease-in-out;
  817. -o-transition:all 0.5s ease-in-out;
  818. transition:all 0.5s ease-in-out;}
  819.  
  820. .info a:hover {
  821. color:{color:hover};
  822. -webkit-transition-property: top, bottom;
  823. -webkit-transition-duration: 0.5s;
  824. -webkit-transition:all 0.5s ease-in-out;
  825. -moz-transition:all 0.5s ease-in-out;
  826. -o-transition:all 0.5s ease-in-out;
  827. transition:all 0.5s ease-in-out;}
  828.  
  829. .noties{
  830. margin-top:-10px;
  831. text-align:right;
  832. }
  833.  
  834. .tags{
  835. padding:5px;
  836. margin-bottom:-11px;
  837. margin-left:-6px;
  838. text-align:center;
  839. font-family: 'poppins';
  840. font-weight:bold;
  841. font-size:8px;
  842. width:410px;
  843. border:1px solid {color:border};
  844. line-height:15px;
  845. letter-spacing:2px;
  846. text-transform:uppercase;
  847. color:{color:post links};
  848. background-color:{color:postbg};
  849. text-shadow: 1px 1px 0px rgba(255,255,255,.2);
  850. -webkit-transition:all 0.5s ease-in-out;
  851. -moz-transition:all 0.5s ease-in-out;
  852. -o-transition:all 0.5s ease-in-out;
  853. transition:all 0.5s ease-in-out;
  854. }
  855.  
  856. .tags a {
  857. display:inline-block;
  858. margin-right:5px;
  859. margin-top:0px;
  860. color:{color:post links};
  861. -webkit-transition:all 0.5s ease-in-out;
  862. -moz-transition:all 0.5s ease-in-out;
  863. -o-transition:all 0.5s ease-in-out;
  864. transition:all 0.5s ease-in-out;
  865. }
  866.  
  867. .tags a:hover{
  868. color:{color:hover};
  869. }
  870.  
  871. .post_title {
  872. display:block;
  873. padding:2px;
  874. text-align:center;
  875. font-size:35px;
  876. font-family: 'playfair display';
  877. color:{color:text};
  878. }
  879.  
  880. .post_title a{
  881. color:{color:text};
  882. }
  883.  
  884. .text {
  885. display:block;
  886. padding:5px;
  887. text-align:justify;
  888. color:{color:Text};
  889. }
  890.  
  891. .photo{margin-left:5px;}
  892.  
  893. .photo img {
  894. display:block;
  895. max-width:400px;
  896. }
  897.  
  898.  
  899. .posts img{
  900. max-width:400px;
  901. -webkit-transition:all 0.7s ease-in-out;
  902. -moz-transition:all 0.7s ease-in-out;
  903. -o-transition:all 0.7s ease-in-out;
  904. transition:all 0.7s ease-in-out;
  905. }
  906.  
  907. .posts img:hover{
  908. -webkit-filter: grayscale(1);
  909. filter: grayscale(1);
  910. }
  911.  
  912. .quote {
  913. display:block;
  914. padding:10px;
  915. text-align:center;
  916. font-size:15px;
  917. font-family:'playfair display';
  918. color:{color:text};}
  919.  
  920. .source {
  921. display:block;
  922. padding:5px;
  923. text-align:center;
  924. font-size:9px;
  925. }
  926.  
  927. .chat li {
  928. display:block;
  929. padding:5px;
  930. color:{color:text};}
  931.  
  932. .audioimg img {
  933. width:100px;
  934. height:100px;
  935. color:{color:text};
  936. font-family: 'poppins';
  937. text-align:center;
  938. text-transform:uppercase;}
  939.  
  940. .audioinfo {
  941. color:{color:Text};}
  942.  
  943. #ask{
  944. font-family:'poppins';
  945. font-size:8px;
  946. width:370px;
  947. margin-left:5px;
  948. padding:10px;
  949. padding-bottom:-0px;
  950. text-transform:uppercase;
  951. font-weight:normal;
  952. color:{color:text};
  953. letter-spacing:1px;
  954. text-shadow: 1px 1px 0px rgba(255,255,255,.2);
  955. }
  956.  
  957. .question{
  958.  
  959. min-height:10px;
  960. width:305px;
  961. text-align:justify;
  962. color:{color:text};
  963. padding:5px;
  964. font-weight:bold;
  965. line-height:18px;
  966. font-family:'poppins';
  967. margin-left:50px;
  968. margin-top:-20px;
  969. }
  970.  
  971. .question b, .question a{
  972. background-color:{color:text};
  973. color:{color:postbg};
  974. padding:5px;
  975. font-size:10px;
  976. margin-left:-10px;
  977. }
  978.  
  979. .question img{
  980. -webkit-border-radius: 50px;
  981. -moz-border-radius: 50px;
  982. border-radius: 50px;
  983. padding:3px;
  984. margin-left:-55px;
  985. margin-top:12px;
  986. border:1px solid {color:border};
  987. box-shadow: 0px 0px 2px rgba(255,255,255,.5) ;
  988. -webkit-box-shadow:0px 0px 2px rgba(255,255,255,.5) ;
  989. -moz-box-shadow:0px 0px 2px rgba(255,255,255,.5) ;
  990. }
  991. .answer{
  992. margin-top:0px;
  993. margin-bottom:20px;
  994. text-transform:none;
  995. color:{color:text};
  996. }
  997. /*END POSTS*/
  998.  
  999. /*scrollbar*/
  1000.  
  1001. ::-webkit-scrollbar {
  1002. height:0px;
  1003. width:0px;
  1004. background-color:{color:border};}
  1005.  
  1006. ::-webkit-scrollbar-thumb {
  1007. height:auto;
  1008. background-color:{color:accent};}
  1009.  
  1010.  
  1011. .notes {
  1012. font-family:'poppins';
  1013. text-align:center;
  1014. text-transform:uppercase;
  1015. font-size:8px;
  1016. width:410px;
  1017. margin-left:-30px;
  1018. margin-top:20px;
  1019. color:{color:border};
  1020. }
  1021.  
  1022. .notes li{
  1023. list-style-type:none;
  1024. padding:5px;
  1025. }
  1026.  
  1027. .notes img {
  1028. opacity:0;
  1029. display:none;
  1030. }
  1031.  
  1032. .notes a{
  1033. color:{color:post links};
  1034. }
  1035.  
  1036. #credit {
  1037. position:fixed;
  1038. font-family:'poppins';
  1039. color:{color:Border};
  1040. text-transform:uppercase;
  1041. font-weight:bold;
  1042. font-size:11px;
  1043. width:10px;
  1044. height:10px;
  1045. right:5px;
  1046. bottom:5px;
  1047. padding:5px;
  1048. opacity:1;
  1049. letter-spacing:4px;
  1050. }
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056. /*END SCROLLBAR*/
  1057.  
  1058. </style>
  1059. </head>
  1060. <body>
  1061.  
  1062. <!--SIDEBAR-->
  1063. <div class="header">
  1064. <div class="pict"></div>
  1065. <div class="right"><div class="description">{description}</div><div class="pagination">
  1066. {block:PreviousPage}<a href="{PreviousPage}">BACK&nbsp;/</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&nbsp;NEXT</a>{/block:NextPage}{/block:Pagination}</div></div></div>
  1067. <div class="links"><a href="{text:Home URL}" title="refresh"><span class="th th-mountain-o"></span></a><a href="{text:Ask URL}" title="inquiries"><span class="th th-chat-bubble-o"></span></a></a>
  1068.  
  1069. </div>
  1070. <div class="container">
  1071.  
  1072. <div class="title"><p>{text:title1}</p></div>
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078. <div id="c">
  1079. <div class="posts">
  1080. {block:Posts}
  1081.  
  1082. <div class="entries">
  1083. <div class="info"><center>
  1084. <a href="{Permalink}">{NoteCount} notes</a>&nbsp;•&nbsp;<a href="{Permalink}">{TimeAgo}</a>&nbsp;•&nbsp;<a href="{ReblogURL}" target="_blank" class="details">reblog</a></a>
  1085. </center></div>
  1086. {block:Text}
  1087.  
  1088. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  1089. <div class="text">{Body}</div>
  1090.  
  1091. {/block:Text}
  1092.  
  1093. <!--END TEXT POSTS-->
  1094.  
  1095. <!--PHOTO POSTS-->
  1096.  
  1097. {block:Photo}
  1098.  
  1099. <div class="photo"><center><img src="{PhotoURL-400}"/></center></div>
  1100. <div class="text">{Caption}</div>
  1101.  
  1102. {/block:Photo}
  1103.  
  1104. <!--END PHOTO POSTS-->
  1105.  
  1106. <!--PHOTOSET POSTS-->
  1107.  
  1108. {block:Photoset}
  1109.  
  1110. <center><div class="photo">{Photoset-400}</div></center>
  1111. <div class="text">{Caption}</div>
  1112.  
  1113. {/block:Photoset}
  1114.  
  1115. <!--END PHOTOSET POSTS-->
  1116.  
  1117. <!--QUOTE POSTS-->
  1118.  
  1119. {block:Quote}
  1120.  
  1121. <div class="quote">❝{Quote}❞ </div>
  1122. <div class="source" style="text-align: left; font-weight:bold;">&mdash;{Source}</div>
  1123.  
  1124. {/block:Quote}
  1125.  
  1126. <!--END QUOTE POSTS-->
  1127.  
  1128. <!--LINK POSTS-->
  1129.  
  1130. {block:Link}
  1131.  
  1132. <div class="post_title"><a href="{URL}">{Name}</a></div>
  1133. {block:Description}<div class="text">{Description}</div>{/block:Description}
  1134.  
  1135. {/block:Link}
  1136.  
  1137. <!--END LINK POSTS-->
  1138.  
  1139. <!--CHAT POSTS-->
  1140.  
  1141. {block:Chat}
  1142.  
  1143. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  1144. <div class="chat">
  1145. <ul>
  1146. {block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  1147. </ul>
  1148. </div>
  1149.  
  1150. {/block:Chat}
  1151.  
  1152. <!--END CHAT POSTS-->
  1153.  
  1154. <!--AUDIO POSTS-->
  1155.  
  1156. {block:Audio}
  1157.  
  1158. <table>
  1159. <tr>
  1160. <td>
  1161. {block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  1162. </td>
  1163. <td>
  1164. <div class="audioplayer">{AudioPlayerWhite}</div>
  1165. <div class="audioinfo">{block:Artist}<b>Name</b>: {Artist}{/block:Artist}<br>
  1166. {block:Album}<b>Album</b>: {Album}{/block:Album}<br>
  1167. {block:TrackName}<b>Track</b>: {TrackName}{/block:TrackName}</div>
  1168. </td>
  1169. </tr>
  1170. </table>
  1171. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  1172.  
  1173. {/block:Audio}
  1174.  
  1175. <!--END AUDIO POSTS-->
  1176.  
  1177. <!--VIDEO POSTS-->
  1178.  
  1179. {block:Video}
  1180.  
  1181. <center><div class="photo">{VideoEmbed-400}</div></center>
  1182. <div class="text">{Caption}</div>
  1183.  
  1184. {/block:Video}
  1185.  
  1186. <!--END VIDEO POSTS-->
  1187.  
  1188. <!--ANSWER POSTS-->
  1189. {block:Answer}
  1190. <div id="ask">
  1191. <div class="question">
  1192. <img src="{AskerPortraitURL-40}"/><p style="margin-top:-25px;"><b>{Asker}:</b> {Question}</p></div>
  1193. <div class="answer">
  1194. {Answer}</div></div>
  1195. {/block:answer}
  1196. <!--END ANSWER POSTS-->
  1197. {block:HasTags}
  1198. <div class="tags"> {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  1199. {/block:HasTags} {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}</div>
  1200.  
  1201. {/block:Posts}
  1202.  
  1203. </div>
  1204. {/block:PermalinkPage}
  1205. </div>
  1206.  
  1207. </div>
  1208. </div>
  1209. </div> <div class="modal">
  1210. <div class="modalbutton">
  1211. <a href="#openModal"><p><span class="th th-planet-1-o" title="navigate"></span></p></a></div>
  1212.  
  1213. <div class="modalbox">
  1214.  
  1215. <div id="openModal" class="modalDialog">
  1216. <div> <a href="#close" title="Close" class="close">x</a>
  1217.  
  1218. <div class="putl"><p>{text:popuptitle1}</p></div>
  1219.  
  1220. <div class="pu">{text:popup}</div>
  1221.  
  1222. <div class="puim"><p>{text:PopupMainTitle}</p></div>
  1223.  
  1224. <div class="muses">
  1225. <!--this is where the muses go, replace muse name with your muse's name and the example icon with your own. please do not use my icon.-->
  1226. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1227. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1228. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1229. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1230. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1231. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1232. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1233. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1234. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1235. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1236. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1237. <a href="etcrnities.tumblr.com" title="muse name"><img src="https://66.media.tumblr.com/345cc619fc03ee2e734513da73e89abd/tumblr_inline_ptuhyqQeVH1saqsqk_540.png"/></a>
  1238. </div>
  1239.  
  1240. <div class="puplinks">
  1241. <!--before acceptance nav links-->
  1242. <h1>before</h1>
  1243. <a href="{text:Popup URL 1}">{text:popup link name 1}</a><br>
  1244. <a href="{text:Popup URL 2}">{text:popup link name 2}</a><br>
  1245. <a href="{text:Popup URL 3}">{text:popup link name 3}</a><br>
  1246. <a href="{text:Popup URL 4}">{text:popup link name 4}</a><br>
  1247. <a href="{text:Popup URL 5}">{text:popup link name 5}</a><br>
  1248. <a href="{text:Popup URL 6}">{text:popup link name 6}</a><br><br></div>
  1249. <!--after acceptance nav links-->
  1250. <div class="puplinks2">
  1251. <h1>after</h1>
  1252. <a href="{text:Popup URL 7}">{text:popup link name 7}</a><br>
  1253. <a href="{text:Popup URL 8}">{text:popup link name 8}</a><br>
  1254. <a href="{text:Popup URL 9}">{text:popup link name 9}</a><br>
  1255. <a href="{text:Popup URL 10}">{text:popup link name 10}</a><br>
  1256. <a href="{text:Popup URL 11}">{text:popup link name 11}</a><br>
  1257. <a href="{text:Popup URL 12}">{text:popup link name 12}</a><br>
  1258. </div>
  1259.  
  1260. <div class="plot"><h1>plotline</h1><p>{text:plotline}</P></div>
  1261. </div>
  1262. </div></div></div>
  1263. </div></div>
  1264.  
  1265.  
  1266. </div>
  1267. <div id="credit">
  1268. <a href="http://etcrnities.tumblr.com" title="etcrnities"><span class="th th-moon-o"></span></a>
  1269. </div>
  1270. </div>
  1271. </div>
  1272. <!--END POSTS-->
  1273.  
  1274. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement