Advertisement
lexaofrp

THEME 60: BEDTIME

Oct 13th, 2019 (edited)
1,706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="https://static.tumblr.com/pq6sadp/72Dnoxbpp/jquery.style-my-tooltips.js"></script>
  5. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:100,tip_fade_speed:400
  6. }
  7. );
  8. });
  9. })(jQuery);
  10. </script>
  11.  
  12.  
  13.  
  14. <head><title>{Title}</title>
  15. <link rel=“stylesheet” href=“https://cdn.linearicons.com/free/1.0.0/icon-font.min.css”>
  16.  
  17. <link rel="stylesheet" href="templates/clean/template.css" type="text/css"/>
  18. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:Container" content=""/>
  26. <meta name="image:Popup SB" content=""/>
  27. <meta name="image:Sidebar" content=""/>
  28. <meta name="image:Cover" content=""/>
  29.  
  30. <meta name="if:Popup" content="0"/>
  31. <meta name="if:Dotbg" content="0"/>
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:PostBG" content="#ffffff"/>
  35. <meta name="color:Text" content="#000000"/>
  36. <meta name="color:Post Links" content="#000000"/>
  37. <meta name="color:Hover" content="#000000"/>
  38. <meta name="color:Links" content="#000000"/>
  39. <meta name="color:Linksbg" content="#000000"/>
  40. <meta name="color:Border" content="#000000"/>
  41. <meta name="color:Accent" content="#ffffff"/>
  42. <meta name="color:Blockquote" content="#000000"/>
  43. <meta name="color:descbg" content="#000000"/>
  44. <meta name="color:desctext" content="#eeeeee"/>
  45. <meta name="color:container" content="#ffffff"/>
  46.  
  47. <meta name="text:Link 1 URL" content="/"/>
  48. <meta name="text:Link 1 Title" content="Return"/>
  49. <meta name="text:Link 2 URL" content="/"/>
  50. <meta name="text:Link 2 Title" content="Questions"/>
  51. <meta name="text:Link 3 URL" content="/"/>
  52. <meta name="text:Link 3 Title" content="Navigate"/>
  53. <meta name="text:Link 4 URL" content="/"/>
  54. <meta name="text:Link 4 Title" content="Codes"/>
  55. <meta name="text:Title1" content="lorem ipsum"/>
  56. <meta name="text:PopupMainTitle" content="Lorem ipsum"/>
  57. <meta name="text:PopupSBTitle" content="Lorem ipsum"/>
  58.  
  59. <meta name="text:Popup URL 1" content="/"/>
  60. <meta name="text:Popup Link Name 1" content="Lorem"/>
  61. <meta name="text:Popup URL 2" content="/"/>
  62. <meta name="text:Popup Link Name 2" content="Lorem"/>
  63. <meta name="text:Popup URL 3" content="/"/>
  64. <meta name="text:Popup Link Name 3" content="Lorem"/>
  65. <meta name="text:Popup URL 4" content="/"/>
  66. <meta name="text:Popup Link Name 4" content="Lorem"/>
  67. <meta name="text:Popup URL 5" content="/"/>
  68. <meta name="text:Popup Link Name 5" content="Lorem"/>
  69. <meta name="text:Popup URL 6" content="/"/>
  70. <meta name="text:Popup Link Name 6" content="Lorem"/>
  71. <meta name="text:Popup URL 7" content="/"/>
  72. <meta name="text:Popup Link Name 7" content="Lorem"/>
  73. <meta name="text:Popup URL 8" content="/"/>
  74. <meta name="text:Popup Link Name 8" content="Lorem"/>
  75. <meta name="text:Popup URL 9" content="/"/>
  76. <meta name="text:Popup Link Name 9" content="Lorem"/>
  77. <meta name="text:Popup URL 10" content="/"/>
  78. <meta name="text:Popup Link Name 10" content="Lorem"/>
  79. <meta name="text:Popup Desc" content="Lorem ipsum dolor sit amet"/>
  80.  
  81. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  82. <link href="https://fonts.googleapis.com/css?family=Montserrat:900&display=swap" rel="stylesheet">
  83. <link href="https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap" rel="stylesheet">
  84. <style type="text/css">
  85. @font-face { font-family: "pistilli"; src: url('https://dl.dropboxusercontent.com/s/ebmesxab9u6pf0d/Pistilli-Roman.otf'); ;}
  86.  
  87. #s-m-t-tooltip {
  88.  
  89. max-width:100px;
  90. margin-left:10px;
  91. margin-top:10px;
  92. padding:3px;
  93. padding-bottom:2px;
  94. background: {color:postbg};
  95. border:1px solid {color:text};
  96. font-family: 'work sans';
  97. font-size:9px;
  98. letter-spacing:0px;
  99. border-radius:3px;
  100. text-transform:uppercase;
  101. color:{color:text};
  102. text-shadow: 1px 1px 0px rgba(255,255,255,.3);
  103. z-index:799999999999999999999999999999999999; }
  104.  
  105. a:hover{
  106. cursor:pointer;
  107. }
  108.  
  109. blockquote {
  110. font-size:9px;
  111. font-family: 'work sans';
  112. margin-left:0px;
  113. margin-right:0px;
  114. border-left:2px solid{color:blockquote};
  115. text-align:left;
  116. padding:1px;
  117. line-height:10px;
  118. padding-left:7px;
  119. font-weight:normal;
  120. text-align:justify;
  121. color:{color:text};
  122. background-color:{color:postbg};
  123. }
  124.  
  125. blockquote a{
  126. color:{color:hover};
  127. }
  128.  
  129. 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{
  130. background-color:{color:postbg};
  131. color:{color:text};
  132. }
  133.  
  134. .entries blockquote img {
  135. max-width:100%;
  136. height:auto;
  137. margin-left: 0px;
  138. }
  139.  
  140. #max > blockquote {
  141. margin: 0; padding: 0;
  142. }
  143.  
  144. blockquote blockquote img{
  145. max-width:100%;
  146. right:0px;
  147. }
  148.  
  149. blockquote blockquote blockquote img{
  150. max-width:100%;
  151. }
  152.  
  153. 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{
  154. font-size:8px;
  155. font-family: 'work sans';
  156. margin-left:5px;
  157. margin-right:5px;
  158. letter-spacing:0px;
  159. border-left:4px solid{color:blockquote};
  160. text-align:left;
  161. padding:5px;
  162. padding-left:5px;
  163. font-weight:normal;
  164. color:{color:text};
  165. background-color:{color:postbg};
  166. }
  167.  
  168. small, sub, sup{
  169. font-size:8px;
  170. }
  171.  
  172. code {
  173. font-size:9px;
  174. font-family: 'work sans';
  175. text-transform:none;
  176.  
  177. }
  178.  
  179. b, bold, strong{
  180. color:{color:post links};
  181. font-weight:bold;
  182. }
  183.  
  184. i{
  185. color:{color:hover};
  186. }
  187.  
  188. hr{
  189. border:none;
  190. border-top:dashed 1px {color:text};
  191. }
  192.  
  193. pre {
  194. font-family: 'work sans';
  195. text-align:center;
  196. font-size:10px;
  197. max-width:320px;
  198. padding:10px ;
  199. color:{color:text};
  200. background:{color:postbg};
  201. }
  202. h1{
  203. font-family: 'pistilli';
  204. font-size:25px;
  205. text-align:center;
  206. text-transform:uppercase;
  207. padding-bottom:3px;
  208. padding-top:10px;
  209. color:{color:blockquote};
  210. }
  211.  
  212. h1 sub, h1 bold, h1 italic, h2 small, h2 sub, h2 sup{
  213. font-size:20px;
  214. color:{color:blockquote};
  215. }
  216.  
  217. h2{
  218. text-shadow: 1px 1px 0px {color:hover};
  219. margin-top:5px;
  220. color:{color:text};
  221. margin-bottom:5px;
  222. text-transform:uppercase;
  223.  
  224. font-family:'pistilli';
  225. font-size:20px;
  226. text-align:center;
  227. }
  228.  
  229. h3{
  230. color:{color:text};
  231. letter-spacing:2px;
  232. font-size:30px;
  233. text-transform:uppercase;
  234. font-weight:bold;
  235. text-align:right;
  236. }
  237.  
  238. h4{
  239. color:{color:text};
  240. letter-spacing:2px;
  241. font-size:10px;
  242. text-transform:uppercase;
  243. font-weight:bold;
  244. text-align:left;
  245. }
  246. /*GENERAL*/
  247.  
  248.  
  249. a {
  250. color:{color:Background};
  251. color:{color:post links};
  252. text-decoration:none;
  253. -webkit-transition:all 0.5s ease-in-out;
  254. -moz-transition:all 0.5s ease-in-out;
  255. -o-transition:all 0.5s ease-in-out;
  256. transition:all 0.5s ease-in-out;}
  257.  
  258. a:hover {
  259. color:{color:Hover};
  260. text-decoration:underline;
  261. -webkit-transition:all 0.5s ease-in-out;
  262. -moz-transition:all 0.5s ease-in-out;
  263. -o-transition:all 0.5s ease-in-out;
  264. transition:all 0.5s ease-in-out;}
  265.  
  266.  
  267. /*GENERAL*/
  268.  
  269. body {
  270. font-family:'work sans';
  271. font-size:9px;
  272. letter-spacing:1px;
  273. background-color:{color:background};
  274. background-image:url('{image:background}') ;
  275. }
  276.  
  277. a {
  278. color:{color:post links};
  279. text-decoration:none;
  280. -webkit-transition:all 0.5s ease-in-out;
  281. -moz-transition:all 0.5s ease-in-out;
  282. -o-transition:all 0.5s ease-in-out;
  283. transition:all 0.5s ease-in-out;}
  284.  
  285. a:hover {
  286. color:{color:Hover};
  287. text-decoration:underline;
  288. -webkit-transition:all 0.5s ease-in-out;
  289. -moz-transition:all 0.5s ease-in-out;
  290. -o-transition:all 0.5s ease-in-out;
  291. transition:all 0.5s ease-in-out;}
  292.  
  293.  
  294.  
  295. /*END GENERAL*/
  296.  
  297. /*Acco*/
  298.  
  299.  
  300. /*SIDEBAR*/
  301. .links {
  302. position:fixed;
  303. display:block;
  304. top:50%;
  305. left:50%;
  306. margin-top:-285px;
  307. margin-left:408px;
  308. width:30px;
  309. height:70px;
  310. overflow:visible;
  311. line-height:0px;
  312. text-align:center;
  313. z-index:9999999999999999999999999999999999999999999999999999999;
  314. -webkit-transition:all 0.5s ease-in-out;
  315. -moz-transition:all 0.5s ease-in-out;
  316. -o-transition:all 0.5s ease-in-out;
  317. transition:all 0.5s ease-in-out
  318. }
  319.  
  320.  
  321. .links a{
  322. display:block;
  323. width:30px;
  324. height:10px;
  325. padding-left:2px;
  326. padding-right:8px;
  327. padding-bottom:11px;
  328. padding-top:18px;
  329. margin-top:30px;
  330. line-height:0px;
  331. font-family:'montserrat';
  332. font-size:15px;
  333. text-decoration:none;
  334. font-style:italic;
  335. text-transform:uppercase;
  336. text-align:center;
  337. color:transparent;
  338. font-style:italic;
  339. border-radius:100%;
  340. background:{color:linksbg};
  341. border:2px solid {color:container};
  342. text-shadow: 2px 2px 0px {color:links};
  343. -webkit-text-stroke-width: 1px;
  344. -webkit-text-stroke-color: {color:border};
  345. -webkit-transition:all 0.7s ease-in-out;
  346. -moz-transition:all 0.7s ease-in-out;
  347. -o-transition:all 0.7s ease-in-out;
  348. transition:all 0.7s ease-in-out;
  349. }
  350.  
  351. .links a:hover{
  352. color:{color:hover};
  353. -webkit-transition:all 0.7s ease-in-out;
  354. -moz-transition:all 0.7s ease-in-out;
  355. -o-transition:all 0.7s ease-in-out;
  356. transition:all 0.7s ease-in-out;
  357. }
  358.  
  359. .title{
  360. position:relative;
  361. width:700px;
  362. height:17px;
  363. margin-left:60px;
  364. margin-top:45px;
  365.  
  366. z-index:79999999;
  367. }
  368.  
  369. .title span{
  370. letter-spacing:-10px;
  371. font-size:80px;
  372. margin-top:74px;
  373. margin-left:-40px;
  374. text-align:left;
  375. line-height:0px;
  376. color:transparent;
  377. font-family:pistilli;
  378. font-style:italic;
  379. text-shadow: 4px 4px 0px {color:links};
  380. -webkit-text-stroke-width: 1px;
  381. -webkit-text-stroke-color: {color:accent};
  382. }
  383.  
  384. .title p{
  385. position:fixed;
  386. color:{color:linksbg};
  387. padding-top:2px;
  388. padding-left:5px;
  389. padding-right:5px;
  390. padding-bottom:3px;
  391. height:auto;
  392. margin-top:-70px;
  393. margin-left:70px;
  394. width:180px;
  395. font-size:10px;
  396. font-weight:bold;
  397. text-align:left;
  398. text-transform:uppercase;
  399. font-family:work sans;
  400. -webkit-transition-duration: 0.5s;
  401. -webkit-transition:all 0.5s ease-in-out;
  402. -moz-transition:all 0.5s ease-in-out;
  403. -o-transition:all 0.5s ease-in-out;
  404. transition:all 0.5s ease-in-out;
  405. }
  406.  
  407. .header{
  408. height:250px;
  409. width:980px;
  410. position:relative;
  411. overflow:hidden;
  412. background:{color:border};
  413. margin-top:-180px;
  414. margin-left:-100px;
  415. z-index:-9;
  416. -moz-transform: rotate(355deg);
  417. -webkit-transform: rotate(355deg);
  418. -o-transform: rotate(355deg);
  419. -ms-transform: rotate(355deg);
  420. transform: rotate(355deg);
  421. }
  422.  
  423. .png{
  424. width:380px;
  425. height:560px;
  426. position:fixed;
  427. background:url('{image:sidebar}');
  428. margin-top:40px;
  429. margin-left:470px;
  430. }
  431.  
  432. .t2{
  433. position:fixed;
  434. left:50%;
  435. top:50%;
  436. width:330px;
  437. margin-left:80px;
  438. margin-top:-220px;
  439. font-size:40px;
  440. font-family:pistilli;
  441. -moz-transform: rotate(356deg);
  442. -webkit-transform: rotate(356deg);
  443. -o-transform: rotate(356deg);
  444. -ms-transform: rotate(356deg);
  445. transform: rotate(356deg);
  446. }
  447.  
  448. .desc{
  449. position:fixed;
  450. width:270px;
  451. height:150px;
  452. text-align:justify;
  453. overflow:auto;
  454. margin-left:490px;
  455. margin-top:370px;
  456. background:{color:descbg};
  457. border:20px solid {color:descbg};
  458. color:{color:desctext};
  459. padding-top:0px;
  460. }
  461.  
  462. .desc p{
  463. line-height:17px;
  464. margin-top:-4px;
  465. }
  466.  
  467. .pagination{
  468. position:relative;
  469. width:400px;
  470. height:10px;
  471. margin-top:40px;
  472. margin-bottom:40px;
  473. z-index:7;
  474. text-align:center;
  475. background-color:transparent;
  476. font-weight:bold;
  477. }
  478.  
  479. .pagination a{
  480. color:{color:links};
  481. padding-left:10px;
  482. padding-right:10px;
  483. padding-top:2px;
  484. padding-bottom:2px;
  485. width:80px;
  486. background:{color:linksbg};
  487. -webkit-transition:all 0.5s ease-in-out;
  488. -moz-transition:all 0.5s ease-in-out;
  489. -o-transition:all 0.5s ease-in-out;
  490. transition:all 0.5s ease-in-out;
  491. }
  492.  
  493. .pagination a:hover{
  494. text-decoration:none;
  495. color:{color:hover};
  496. -webkit-transition:all 0.5s ease-in-out;
  497. -moz-transition:all 0.5s ease-in-out;
  498. -o-transition:all 0.5s ease-in-out;
  499. transition:all 0.5s ease-in-out;}
  500.  
  501.  
  502. /*END SIDEBAR*/
  503.  
  504. /*POSTS*/
  505.  
  506.  
  507. #c{
  508. height:600px;
  509. width:850px;
  510. top:50%;
  511. left:50%;
  512. margin-top:-300px;
  513. z-index:0;
  514. position:fixed;
  515. margin-left:-415px;
  516. overflow:auto;
  517. color:{color:text};
  518. overflow-x: hidden;
  519. }
  520.  
  521. .container{
  522. position:fixed;
  523. left:50%;
  524. top:50%;
  525. margin-top:-300px;
  526. margin-left:-415px;
  527. height:600px;
  528. width:850px;
  529. z-index:-9;
  530. overflow:hidden;
  531. background:{color:container};
  532. background-image:url('{image:container}');
  533. }
  534.  
  535. .container h12, .prepng h12{
  536. position:absolute;
  537. z-index:-9;
  538. font-size:20px;
  539. letter-spacing:20px;
  540. line-height:25px;
  541. color:transparent;
  542. font-family:pistilli;
  543. text-shadow: 1px 1px 0px {color:links};
  544. -webkit-text-stroke-width: 1px;
  545. -webkit-text-stroke-color: {color:linksbg};
  546. }
  547.  
  548. .prepng h12{
  549. margin-top:-100px;
  550. z-index:-9;
  551.  
  552. background:{color:container};
  553. }
  554.  
  555.  
  556. .posts {
  557. width:360px;
  558. margin-left:40px;
  559. font-family: 'work sans';
  560. color:{color:text};
  561. font-weight:normal;
  562. }
  563.  
  564. .posts p{
  565.  
  566. }
  567.  
  568. .posts a{
  569. color:{color:post links};
  570. }
  571.  
  572. .entries {
  573. width:360px;
  574. padding:20px;
  575. padding-top:20px;
  576. font-weight:normal;
  577. color:{color:text};
  578. background-color:{color:postbg};
  579. font-family: 'work sans';
  580. margin-bottom:20px;
  581. -webkit-transition-property: top, bottom;
  582. -webkit-transition-duration: 0.5s;
  583. -webkit-transition:all 0.5s ease-in-out;
  584. -moz-transition:all 0.5s ease-in-out;
  585. -o-transition:all 0.5s ease-in-out;
  586. transition:all 0.5s ease-in-out;
  587. }
  588.  
  589. .info {
  590. padding:20px;
  591. padding-bottom:0px;
  592. padding-top:20px;
  593.  
  594. margin-left:-20px;
  595. margin-top:-21px;
  596. text-align:right;
  597. font-family: 'work sans';
  598. width:360px;
  599. border-bottom:none;
  600. line-height:10px;
  601. letter-spacing:2px;
  602. text-transform:uppercase;
  603. color:{color:post links};
  604. background-color:{color:postbg};
  605. margin-bottom:10px;
  606. -webkit-transition-property: top, bottom;
  607. -webkit-transition-duration: 0.5s;
  608. -webkit-transition:all 0.5s ease-in-out;
  609. -moz-transition:all 0.5s ease-in-out;
  610. -o-transition:all 0.5s ease-in-out;
  611. transition:all 0.5s ease-in-out;
  612. }
  613.  
  614. .info i{
  615. margin-top:4px;
  616. color:{color:postbg};
  617. position:absolute;
  618. }
  619.  
  620. .info i:hover{
  621. cursor:pointer;
  622. }
  623.  
  624. .info a {
  625. color:{color:post links};
  626. -webkit-transition-property: top, bottom;
  627. -webkit-transition-duration: 0.5s;
  628. -webkit-transition:all 0.5s ease-in-out;
  629. -moz-transition:all 0.5s ease-in-out;
  630. -o-transition:all 0.5s ease-in-out;
  631. transition:all 0.5s ease-in-out;}
  632.  
  633. .info a:hover {
  634. color:{color:hover};
  635. -webkit-transition-property: top, bottom;
  636. -webkit-transition-duration: 0.5s;
  637. -webkit-transition:all 0.5s ease-in-out;
  638. -moz-transition:all 0.5s ease-in-out;
  639. -o-transition:all 0.5s ease-in-out;
  640. transition:all 0.5s ease-in-out;}
  641.  
  642. .noties{
  643. margin-top:-10px;
  644. text-align:right;
  645. }
  646.  
  647. .tags{
  648. padding:20px;
  649. margin-left:-20px;
  650. margin-bottom:-31px;
  651. font-family: 'work sans';
  652. width:360px;
  653. padding-top:10px;
  654. line-height:15px;
  655. font-style:italic;
  656. color:{color:post links};
  657. background-color:{color:postbg};
  658. text-shadow: 1px 1px 0px rgba(255,255,255,.2);
  659. -webkit-transition:all 0.5s ease-in-out;
  660. -moz-transition:all 0.5s ease-in-out;
  661. -o-transition:all 0.5s ease-in-out;
  662. transition:all 0.5s ease-in-out;
  663. }
  664.  
  665. .tags a {
  666. display:inline-block;
  667. margin-right:5px;
  668. margin-top:0px;
  669. color:{color:post links};
  670. -webkit-transition:all 0.5s ease-in-out;
  671. -moz-transition:all 0.5s ease-in-out;
  672. -o-transition:all 0.5s ease-in-out;
  673. transition:all 0.5s ease-in-out;
  674. }
  675.  
  676. .tags a:hover{
  677. color:{color:hover};
  678. }
  679.  
  680. .post_title {
  681. display:block;
  682. padding:2px;
  683. text-align:center;
  684. font-size:25px;
  685. letter-spacing:0px;
  686. font-family: 'pistilli';
  687. color:{color:links};
  688. }
  689.  
  690. .post_title a{
  691. color:{color:links};
  692. }
  693.  
  694. .text {
  695. display:block;
  696. padding:5px;
  697. text-align:justify;
  698. color:{color:Text};
  699. }
  700.  
  701. .photo{
  702. padding-top:10px;
  703. margin-left:2px;}
  704.  
  705. .photo img {
  706. display:block;
  707. max-width:350px;
  708. margin-left:-2px;
  709. }
  710.  
  711. .photoset{
  712. width:100%;
  713. margin-left:1px;
  714. padding-top:6px;
  715. }
  716.  
  717. .posts img{
  718. max-width:360px;
  719. -webkit-transition:all 0.7s ease-in-out;
  720. -moz-transition:all 0.7s ease-in-out;
  721. -o-transition:all 0.7s ease-in-out;
  722. transition:all 0.7s ease-in-out;
  723. }
  724.  
  725. .posts img:hover{
  726. -webkit-filter: grayscale(1);
  727. filter: grayscale(1);
  728. }
  729.  
  730. .video {
  731. width:345px;
  732. margin-left:-52px;
  733. }
  734.  
  735. .video iframe {
  736. width:345px;}
  737.  
  738. .posts p{
  739. color:{color:text};
  740. }
  741.  
  742. .quote {
  743. display:block;
  744. padding:10px;
  745. text-align:center;
  746. font-size:15px;
  747. letter-spacing:0px;
  748. font-family:'pistilli';
  749. color:{color:text};}
  750.  
  751. .source {
  752. display:block;
  753. padding:5px;
  754. text-align:center;
  755. font-size:9px;
  756. }
  757.  
  758. .chat li {
  759. display:block;
  760. padding:5px;
  761. color:{color:text};}
  762.  
  763. .audio{
  764. width:100%-30px;
  765. border-radius:4px;
  766. margin-top:20px;
  767. height:55px;
  768. background:#f2f2f2;padding:20px;
  769. }
  770.  
  771. .audioimg img {
  772. width:40px;
  773. height:40px;
  774. margin-left:270px;
  775. border-radius:30px;
  776. padding:4px;
  777. border:1px solid {color:border};
  778. color:{color:text};
  779. font-family: 'work sans';
  780. text-align:center;
  781. text-transform:uppercase;}
  782.  
  783. .audioinfo {
  784. margin-top:-20px;
  785. margin-left:50px;
  786. max-width:200px;
  787. overflow:scroll;
  788. color:{color:Text};}
  789.  
  790. .audioplayer{
  791. height:30px;
  792. width:30px;
  793. margin-top:-40px;
  794. margin-left:5px;
  795. font-size:15px;
  796. overflow:hidden;
  797. -webkit-transition:all 0.7s ease-in-out;
  798. -moz-transition:all 0.7s ease-in-out;
  799. -o-transition:all 0.7s ease-in-out;
  800. transition:all 0.7s ease-in-out;
  801. }
  802.  
  803. .audioimg:hover .audioplayer{
  804. opacity:1
  805. -webkit-transition:all 0.7s ease-in-out;
  806. -moz-transition:all 0.7s ease-in-out;
  807. -o-transition:all 0.7s ease-in-out;
  808. transition:all 0.7s ease-in-out;
  809. }
  810.  
  811. #ask{
  812. font-family:'work sans';
  813. width:340px;
  814. margin-left:5px;
  815. color:{color:text};
  816. font-family:'work sans';
  817. font-size:9px;
  818. }
  819.  
  820. .question{
  821. width:300px;
  822. color:{color:text};
  823. padding:1px;
  824. letter-spacing:0px;
  825. line-height:10px;
  826. margin-left:50px;
  827. font-family:'work sans';
  828. font-size:9px;
  829. }
  830.  
  831. .question b, .question a{
  832. font-size:15px;
  833. line-height:0px;
  834. padding-bottom:0px;
  835. z-index:9;
  836. font-style:italic;
  837. border-bottom:{color:text} 7px solid;
  838. color:{color:post links};
  839. }
  840.  
  841. .question img{
  842. -webkit-border-radius: 50px;
  843. -moz-border-radius: 50px;
  844. border-radius: 50px;
  845. padding:3px;
  846. margin-left:-35px;
  847. margin-top:12px;
  848. border:1px solid {color:border};
  849. }
  850. .answer{
  851. margin-top:20px;
  852. text-transform:none;
  853. color:{color:text};
  854. }
  855. /*END POSTS*/
  856.  
  857. /*scrollbar*/
  858.  
  859. ::-webkit-scrollbar {
  860. height:0px;
  861. width:0px;
  862. background-color:{color:border};}
  863.  
  864. ::-webkit-scrollbar-thumb {
  865. height:auto;
  866. background-color:{color:accent};}
  867.  
  868.  
  869. .notes {
  870. font-family:'work sans';
  871. text-align:center;
  872. text-transform:uppercase;
  873. font-size:8px;
  874. width:350px;
  875. margin-left:-30px;
  876. margin-top:20px;
  877. color:{color:border};
  878. }
  879.  
  880. .notes li{
  881. list-style-type:none;
  882. padding:5px;
  883. }
  884.  
  885. .notes img {
  886. opacity:0;
  887. display:none;
  888. }
  889.  
  890. .notes a{
  891. color:{color:post links};
  892. }
  893.  
  894. #credit {
  895. position:fixed;
  896. font-family:'work sans';
  897. color:{color:Border};
  898. text-transform:uppercase;
  899. font-weight:bold;
  900. font-size:11px;
  901. width:10px;
  902. height:10px;
  903. right:5px;
  904. bottom:5px;
  905. padding:5px;
  906. opacity:1;
  907. letter-spacing:4px;
  908. }
  909.  
  910.  
  911.  
  912. /*POP UP*/
  913. .modal{
  914. position:fixed;
  915. left:50%;
  916. top:50%;
  917. margin-left:250px;
  918. margin-top:272px;
  919. width:10px;
  920. z-index:9;
  921. }
  922.  
  923. .modalbutton{
  924. margin-left:0px;
  925. margin-top:0px;
  926. text-shadow:none;
  927.  
  928. text-decoration:none;
  929. text-transform:uppercase;
  930. }
  931.  
  932. .modalbutton a{
  933. z-index:-9;
  934. -webkit-transition:all 0.7s ease-in-out;
  935. -moz-transition:all 0.7s ease-in-out;
  936. -o-transition:all 0.7s ease-in-out;
  937. transition:all 0.7s ease-in-out;
  938.  
  939. }
  940.  
  941. .modalbutton span{
  942. min-width:10px;
  943. height:0px;
  944. margin-right:17px;
  945. margin-left:3px;
  946. margin-bottom:10px;
  947. margin-top:0px;
  948. line-height:0px;
  949. font-family:'montserrat';
  950. font-size:50px;
  951. letter-spacing:-2px;
  952. text-decoration:none;
  953. font-weight:bold;
  954. font-style:italic;
  955. text-transform:uppercase;
  956. color:{color:links};
  957. -webkit-transition:all 0.7s ease-in-out;
  958. -moz-transition:all 0.7s ease-in-out;
  959. -o-transition:all 0.7s ease-in-out;
  960. transition:all 0.7s ease-in-out;}
  961.  
  962.  
  963. .modalbutton p{
  964. color:{color:linksbg};
  965. -webkit-transition:all 0.7s ease-in-out;
  966. -moz-transition:all 0.7s ease-in-out;
  967. -o-transition:all 0.7s ease-in-out;
  968. transition:all 0.7s ease-in-out;}
  969.  
  970.  
  971. .modalbutton a:hover {
  972. color:{color:Hover};
  973. text-decoration:none;
  974. -webkit-transition:all 0.5s ease-in-out;
  975. -moz-transition:all 0.5s ease-in-out;
  976. -o-transition:all 0.5s ease-in-out;
  977. transition:all 0.5s ease-in-out;}
  978.  
  979. .modalbutton span:hover{
  980. color:{color:Hover};
  981. text-decoration:none;
  982. -webkit-transition:all 0.5s ease-in-out;
  983. -moz-transition:all 0.5s ease-in-out;
  984. -o-transition:all 0.5s ease-in-out;
  985. transition:all 0.5s ease-in-out;
  986. }
  987.  
  988.  
  989. .modalDialog {
  990. position: fixed;
  991. font-family: work sans;
  992. top:50%;
  993. margin-top:-300px ;
  994. left: 50%;
  995. height:550px;
  996. width:810px;
  997. margin-left:-415px;
  998. padding:20px;
  999. border-top:10px solid {color:container};
  1000. background-color: {color:container};
  1001. opacity:0;
  1002. -webkit-transition: opacity 400ms ease-in;
  1003. -moz-transition: opacity 400ms ease-in;
  1004. transition: opacity 400ms ease-in;
  1005. pointer-events:none;
  1006. }
  1007. .modalDialog:target {
  1008. opacity:1;
  1009. pointer-events: auto;
  1010. }
  1011. .modalDialog > div {
  1012. width: 740px;
  1013. height:450px;
  1014. position: relative;
  1015. border-radius:14px;
  1016. padding: 5px 10px 13px 10px;
  1017. background-color: {color:container};
  1018. }
  1019.  
  1020.  
  1021. .close {
  1022. color: {color:text};
  1023. line-height: 25px;
  1024. position: absolute;
  1025. right:-40px;
  1026. margin-top:-20px;
  1027. text-align: center;
  1028. font-weight: bold;
  1029. font-size:10px;
  1030. }
  1031.  
  1032. .close:hover {
  1033. color: {color:border};
  1034. }
  1035.  
  1036. .pdesc{
  1037. position:fixed;
  1038. background:{color:descbg};
  1039. color:{color:desctext};
  1040. border:20px solid {color:descbg};
  1041. width:312px;
  1042. height:40px;
  1043. margin-top:310px;
  1044. text-align:justify;
  1045. margin-left:390px;
  1046. overflow:auto;
  1047. }
  1048.  
  1049. .ppng{
  1050. position:fixed;
  1051. width:340px;
  1052. height:200px;
  1053. margin-left:390px;
  1054. margin-top:110px;
  1055. background:url('{image:popup sb}');
  1056. }
  1057.  
  1058. .ppngt{
  1059. position:fixed;
  1060. margin-left:636px;
  1061. margin-top:204px;
  1062. background-color:{color:border};
  1063. height:12px;
  1064. font-size:8px;
  1065. width:200px;
  1066. font-weight:bold;
  1067. text-align:center;
  1068. z-index:0;
  1069. text-transform:uppercase;
  1070. -moz-transform: rotate(90deg);
  1071. -webkit-transform: rotate(90deg);
  1072. -o-transform: rotate(90deg);
  1073. -ms-transform: rotate(90deg);
  1074. transform: rotate(90deg);
  1075. }
  1076.  
  1077. .ppngt p{
  1078. margin-top:1px;
  1079. }
  1080.  
  1081. .pu{
  1082. position:fixed;
  1083. margin-left:40px;
  1084. margin-top:80px;
  1085. width:330px;
  1086. height: 250px;
  1087. overflow:scroll;
  1088. text-align:justify;
  1089. border:20px solid {color:container};
  1090. height:170px;
  1091. }
  1092.  
  1093. .puim{
  1094. position:fixed;
  1095. width:770px;
  1096. height:60px;
  1097. margin-left:10px;
  1098. margin-top:20px;
  1099. letter-spacing:-1px;
  1100. text-transform:uppercase;
  1101. font-family:'pistilli';
  1102. color:{color:border};
  1103. font-size:50px;
  1104. text-align:center;
  1105. }
  1106.  
  1107. .puim p{
  1108. margin-top:-10px;
  1109. }
  1110.  
  1111. .cvv{
  1112. position:fixed;
  1113. width:350px;
  1114. margin-left:10px;
  1115. height:290px;
  1116. padding:20px;
  1117. padding-top:0px;
  1118. padding-bottom:0px;
  1119. margin-top:118px;
  1120. overflow:auto;
  1121. }
  1122.  
  1123. .cvv h6{
  1124. font-size:15px;
  1125. color:{color:postbg};
  1126. font-family:'pistilli';
  1127. text-shadow: 0px 1px 0px {color:post links};
  1128. text-align:center;
  1129. line-height:3px;
  1130. margin-top:10px;
  1131. border-left:12px solid transparent;
  1132. margin-bottom:20px;
  1133. letter-spacing:-1px;
  1134. font-style:italic;
  1135. }
  1136.  
  1137. .cvv h5{
  1138. margin-left:20px;
  1139. margin-top:360px;
  1140. font-size:8px;
  1141. color:{color:post links};
  1142. font-family:'work sans';
  1143. text-align:center;
  1144. text-transform:uppercase;
  1145. font-style:italic;
  1146. }
  1147.  
  1148. .cvv a{
  1149. display:inline-block;
  1150. padding-left: 25px;
  1151. padding-top:0px;
  1152. padding-bottom:25px;
  1153. padding-right:0px;
  1154. }
  1155.  
  1156. .cvv img{
  1157. width:80px;
  1158. height:80px;}
  1159.  
  1160. .puplinks{
  1161. position:fixed;
  1162. display:inline-block;
  1163. margin-top:435px;
  1164. margin-left:0px;
  1165. width:750px;
  1166. height:70px;
  1167. padding-bottom:2px;
  1168. overflow:visible;
  1169. line-height:0px;
  1170. text-align:center;
  1171. border-left:20px solid transparent;
  1172. z-index:79999999999;
  1173. -webkit-transition:all 0.5s ease-in-out;
  1174. -moz-transition:all 0.5s ease-in-out;
  1175. -o-transition:all 0.5s ease-in-out;
  1176. transition:all 0.5s ease-in-out
  1177. }
  1178.  
  1179. .puplinks a{
  1180. display:inline-block;
  1181. width:50px;
  1182. height:60px;
  1183. padding:7px;
  1184. font-weight:bold;
  1185. text-align:center;
  1186. text-transform:uppercase;
  1187. letter-spacing:2px;
  1188. margin-left:10px;
  1189. margin-top:0px;
  1190. font-size:8px;
  1191. margin-bottom:30px;
  1192. color:{color:links};
  1193. }
  1194.  
  1195. .puplinks a:hover{
  1196. text-decoration:none;
  1197. color:{color:hover};
  1198. }
  1199.  
  1200. .puplinks span{
  1201. display:inline-block;
  1202. font-family:pistilli;
  1203. color:{color:links bg};
  1204. font-weight:bold;
  1205. font-size:35px;
  1206. text-align:center;
  1207. line-height:54px;
  1208. letter-spacing:-4px;
  1209. }
  1210. .foot{
  1211. background:{color:border};
  1212. width:600px;
  1213. height:110px;
  1214. margin-left:-30px;
  1215. margin-top:-145px;
  1216. z-index:9;
  1217. -moz-transform: rotate(8deg);
  1218. -webkit-transform: rotate(8deg);
  1219. -o-transform: rotate(8deg);
  1220. -ms-transform: rotate(8deg);
  1221. transform: rotate(8deg);
  1222. z-index:9;
  1223. }
  1224.  
  1225. .head{
  1226. background:{color:border};
  1227. width:470px;
  1228. height:100px;
  1229. margin-left:450px;
  1230. z-index:-9;
  1231. margin-top:-25px;
  1232. -moz-transform: rotate(350deg);
  1233. -webkit-transform: rotate(350deg);
  1234. -o-transform: rotate(350deg);
  1235. -ms-transform: rotate(350deg);
  1236. transform: rotate(350deg);
  1237. z-index:9;
  1238. }
  1239.  
  1240. .prelude{
  1241. width:1000px;
  1242. height:140px;
  1243. background:{color:border};
  1244. margin-top:-65px;
  1245. margin-bottom:45px;
  1246. z-index:9;
  1247. }
  1248.  
  1249. .prepng{
  1250. width:850px;
  1251. height:440px;
  1252. margin-top:00px;
  1253. z-index:-9;
  1254. }
  1255.  
  1256.  
  1257. /*END SCROLLBAR*/
  1258.  
  1259. </style>
  1260. </ul>
  1261.  
  1262. </head>
  1263. <body>
  1264.  
  1265. <div class="container">
  1266. {block:ifdotbg}
  1267. <h12>
  1268. ......................................<br>.......................................<br>
  1269. ......................................<br>.......................................<br>
  1270. ......................................<br>.......................................<br>
  1271. ......................................<br>.......................................<br>
  1272. ......................................<br>.......................................<br>
  1273. ......................................<br>.......................................<br>
  1274. ......................................<br>.......................................<br>
  1275. ......................................<br>.......................................<br>
  1276. ......................................<br>.......................................<br>
  1277. ......................................<br>.......................................<br>
  1278. ......................................<br>.......................................<br>
  1279. ......................................<br>.......................................<br>
  1280. ......................................<br>.......................................<br>
  1281. ......................................<br>.......................................<br>
  1282.  
  1283. </h12>
  1284. {/block:ifdotbg}
  1285. <div class="sb"></div>
  1286. <div class="png"></div>
  1287. <div class="t2">{text:title1}</div>
  1288. <div id="sidebar">
  1289.  
  1290. </div>
  1291.  
  1292. </div>
  1293.  
  1294. <div class="links">
  1295. <a href="{text:link 1 URL}"><span title="{text:link 1 Title}" >.01</span></a>
  1296. <a href="{text:link 2 URL}"><span title="{text:link 2 Title}">.02</span></a>
  1297. <a href="{text:link 3 URL}"><span title="{text:link 3 Title}">.03</span></a>
  1298. <a href="{text:link 4 URL}"><span title="{text:link 4 Title}">.04</span></a></div>
  1299.  
  1300. <!--SIDEBAR-->
  1301.  
  1302. <div id="c">
  1303. <div class="prepng"><img src="{image:cover}" style="position:absolute; z-index:0; margin-top:8px;"/>{block:ifdotbg}
  1304. <h12 style="z-index:-1">
  1305. ......................................<br>.......................................<br>
  1306. ......................................<br>.......................................<br>
  1307. ......................................<br>.......................................<br>
  1308. ......................................<br>.......................................<br>
  1309. ......................................<br>.......................................<br>
  1310. ......................................<br>.......................................<br>
  1311. ......................................<br>.......................................<br>
  1312. ......................................<br>.......................................<br>
  1313. ......................................<br>.......................................<br>
  1314. ......................................<br>.......................................<br>
  1315. ......................................<br>.......................................<br>
  1316. ......................................
  1317.  
  1318. </h12>
  1319.  
  1320. {/block:ifdotbg}
  1321.  
  1322.  
  1323. </div>
  1324. <div class="head" ></div>
  1325. <div class="foot"><div class="title"><span>{title}</span></div> </div>
  1326. <div class="prelude"></div>
  1327.  
  1328. <div id="cover" style="height:0px">
  1329.  
  1330. <div class="posts">
  1331. {block:Posts}
  1332.  
  1333. <div class="entries">
  1334. <div class="info">
  1335. <div class="timego" style="text-align:left; margin-top:0px;">
  1336. <a href="{Permalink}" title="{12Hour}:{Minutes}"><span class="th th-clock-o"></span></a></div>
  1337. <div class="noterb" style="margin-top:-10px">
  1338. <a href="{Permalink}">{NoteCount}</a>&nbsp;<a href="{ReblogURL}" target="_blank" class="details"><span class="th th-reblog"></span></a></a></div></div>
  1339. {block:Text}
  1340.  
  1341. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  1342. <div class="text">{Body}</div>
  1343.  
  1344. {/block:Text}
  1345.  
  1346. <!--END TEXT POSTS-->
  1347.  
  1348. <!--PHOTO POSTS-->
  1349.  
  1350. {block:Photo}
  1351.  
  1352. <div class="photo"><center><img src="{PhotoURL-HighRES}"/></center></div>
  1353. <div class="text">{Caption}</div>
  1354.  
  1355. {/block:Photo}
  1356.  
  1357. <!--END PHOTO POSTS-->
  1358.  
  1359. <!--PHOTOSET POSTS-->
  1360.  
  1361. {block:Photoset}
  1362.  
  1363. <center><div class="photoset">{Photoset}</div></center>
  1364. <div class="text">{Caption}</div>
  1365.  
  1366. {/block:Photoset}
  1367.  
  1368. <!--END PHOTOSET POSTS-->
  1369.  
  1370. <!--QUOTE POSTS-->
  1371.  
  1372. {block:Quote}
  1373.  
  1374. <div class="quote">❝{Quote}❞ </div>
  1375.  
  1376. {/block:Quote}
  1377.  
  1378. <!--END QUOTE POSTS-->
  1379.  
  1380. <!--LINK POSTS-->
  1381.  
  1382. {block:Link}
  1383.  
  1384. <div class="post_title"><a href="{URL}">{Name}</a></div>
  1385. {block:Description}<div class="text">{Description}</div>{/block:Description}
  1386.  
  1387. {/block:Link}
  1388.  
  1389. <!--END LINK POSTS-->
  1390.  
  1391. <!--CHAT POSTS-->
  1392.  
  1393. {block:Chat}
  1394.  
  1395. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  1396. <div class="chat">
  1397. <ul>
  1398. {block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  1399. </ul>
  1400. </div>
  1401.  
  1402. {/block:Chat}
  1403.  
  1404. <!--END CHAT POSTS-->
  1405.  
  1406. <!--AUDIO POSTS-->
  1407.  
  1408. {block:Audio}
  1409.  
  1410. <div class="audio"> {block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"/><div class="audioplayer">{AudioPlayerWhite}</div></div>{/block:AlbumArt}
  1411. <div class="audioinfo">
  1412. {block:TrackName}<b>Now Playing</b> {TrackName}{/block:TrackName}{block:Artist} <b>by</b> {Artist}{/block:Artist}<br></div>
  1413. </div>
  1414. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  1415.  
  1416. {/block:Audio}
  1417.  
  1418. <!--END AUDIO POSTS-->
  1419.  
  1420. <!--VIDEO POSTS-->
  1421.  
  1422. {block:Video}
  1423.  
  1424. <center><div class="video">{Video-400}</div></center>
  1425. <div class="text">{Caption}</div>
  1426.  
  1427. {/block:Video}
  1428.  
  1429. <!--END VIDEO POSTS-->
  1430.  
  1431. <!--ANSWER POSTS-->
  1432. {block:Answer}
  1433. <div id="ask">
  1434. <div class="question">
  1435. <img src="{AskerPortraitURL-40}"/><p style="margin-top:-25px;"><b>{Asker}:</b> {Question}</p></div>
  1436. <div class="answer">
  1437. {Answer}</div></div>
  1438. {/block:answer}
  1439. <!--END ANSWER POSTS-->
  1440. {block:HasTags}
  1441. <div class="tags"> {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  1442. {/block:HasTags} {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}</div>
  1443.  
  1444. {/block:Posts}<div class="pagination">
  1445. {block:PreviousPage}<a href="{PreviousPage}">BACK /</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}{/block:Pagination}</div>
  1446.  
  1447. </div>
  1448. {/block:PermalinkPage}
  1449.  
  1450. </div>
  1451.  
  1452. </div>
  1453. </div>
  1454. </div> </div>
  1455. </div>
  1456. <div id="credit">
  1457. <a href="http://etcrnities.tumblr.com" title="etcrnities"><span class="th th-bee-o"></span></a>
  1458. </div>
  1459. </div>
  1460. </div>
  1461. <!--END POSTS-->
  1462. {block:ifpopup}
  1463. <div class="modal">
  1464. <div class="modalbutton">
  1465. <a href="#openModal" title="muses"><span title="Popup"> more!</span></a></div>
  1466.  
  1467. <div class="modalbox">
  1468.  
  1469. <div id="openModal" class="modalDialog">
  1470. <div> <a href="#close" title="Close" class="close">x</a>
  1471.  
  1472. <div class="pu">{text:popup}</div>
  1473.  
  1474. <div class="puim"><p>{text:PopupMainTitle}</p></div>
  1475.  
  1476. <div class="cvv">
  1477. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1478. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1479. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1480. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1481. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1482. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1483. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1484. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1485. <a class="icon" title="musename"><img src="https://66.media.tumblr.com/5f11ab38e1f0bfd4b9508c575321efb5/31420c832a3a3f08-33/s540x810/6db392f56f4942575e36b29af71206141abc6120.png" style="height:70px; width:70px;"/>
  1486. <!--paste new muses here-->
  1487. </div>
  1488. <div class="puplinks">
  1489. <!--before acceptance nav links-->
  1490. <a href="{text:Popup URL 1}"><span>01.</span>{text:popup link name 1}</a>
  1491. <a href="{text:Popup URL 2}"><span>02.</span>{text:popup link name 2}</a>
  1492. <a href="{text:Popup URL 3}"><span>03.</span>{text:popup link name 3}</a>
  1493. <a href="{text:Popup URL 4}"><span>04.</span>{text:popup link name 4}</a>
  1494. <a href="{text:Popup URL 5}"><span>05.</span>{text:popup link name 5}</a>
  1495. <a href="{text:Popup URL 6}"><span>06.</span>{text:popup link name 6}</a>
  1496. <a href="{text:Popup URL 7}"><span>07.</span>{text:popup link name 7}</a>
  1497. <a href="{text:Popup URL 8}"><span>08.</span>{text:popup link name 8}</a>
  1498. <a href="{text:Popup URL 9}"><span>09.</span>{text:popup link name 9}</a>
  1499. <a href="{text:Popup URL 10}"><span>10.</span>{text:popup link name 10}</a>
  1500.  
  1501. </div>
  1502. <div class="pdesc">{text:popup desc}</div>
  1503. <div class="ppng"></div>
  1504. <div class="ppngt"><p>{text:popupsbtitle}</P></div>
  1505. {/block:ifpopup}
  1506. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement