Advertisement
kissingliamsthemes

Euphoria Theme

May 13th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  9. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  10. <script type="text/javascript" charset="utf-8">
  11. var $j = jQuery.noConflict();
  12. $j(function() {
  13. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  14. $j("img").lazyload({
  15. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  16. effect: "fadeIn",
  17. });
  18. });
  19. </script>
  20.  
  21. <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Raleway:100,200,300,400" rel="stylesheet">
  22. <style>
  23. @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Raleway:100,200,300,400');
  24. </style>
  25.  
  26. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  27. </script>
  28.  
  29.  
  30.  
  31. <!-- Theme by @ilyhazz
  32. Please read the rules first
  33. Thx -->
  34.  
  35. <!-- COLORS -->
  36.  
  37. <meta name="color:text" content="#777777"/>
  38. <meta name="color:link" content="#bbbbbb"/>
  39. <meta name="color:border" content="#f5f5f5"/>
  40. <meta name="color:scrollbar" content="#bbbbbb"/>
  41. <meta name="color:selection" content="#bbbbbb"/>
  42. <meta name="color:postinfo" content="#bbbbbb"/>
  43. <meta name="color:linkhover" content="#eeeeee"/>
  44.  
  45.  
  46. <!-- IMAGES -->
  47.  
  48. <meta name="image:sidebar" content=""/>
  49.  
  50. <!-- LINKS -->
  51.  
  52. <meta name="text:link 1" content="link 1"/>
  53. <meta name="text:link 1 url" content="/" />
  54. <meta name="text:link 2" content="link 2"/>
  55. <meta name="text:link 2 url" content="/" />
  56. <meta name="text:link 3" content="link 3"/>
  57. <meta name="text:link 3 url" content="/" />
  58. <meta name="text:link 4" content="link 4"/>
  59. <meta name="text:link 4 url" content="/" />
  60. <meta name="if:hide captions" content="0"/>
  61.  
  62. <!-- TEXT -->
  63.  
  64. <style type="text/css">
  65.  
  66. ::selection {background: #fff; color:{color:selection};}
  67. ::-moz-selection {background: #fff; color:{color:selection};}
  68. ::-webkit-selection {background: #fff; color:{color:selection};}
  69.  
  70. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar}; border: 4px solid #fff; height:auto; border-bottom:none;}
  71.  
  72. ::-webkit-scrollbar {height:9px;width:9px;background-color:#fff; border:4px solid #fff;}
  73.  
  74. ::selection {background-color:#fff;}
  75.  
  76. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  77.  
  78. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  79.  
  80. /* -- like and reblog buttons -- */
  81.  
  82. svg {
  83. width:10px;
  84. height:auto;
  85. opacity:.5;
  86. padding:1px;
  87. overflow:visible;
  88. }
  89. .controls a {
  90. position:relative;
  91. display:inline-block;
  92. overflow:hidden;
  93. padding:1px;
  94. width:12px;
  95. height:12px;
  96. }
  97. .controls .reblog {
  98. opacity:.93;
  99. }
  100. .controls .reblog svg {
  101. width:9px;
  102. margin-top:1px;
  103. }
  104. .controls .like .liked + svg {
  105. opacity:1;
  106. }
  107. .controls .like .liked + svg path {
  108. fill:#ec5a5a;
  109. }
  110. .controls .like .like_button {
  111. position:relative;
  112. }
  113. .controls .like .like_button iframe {
  114. position:absolute;
  115. top:0;
  116. left:0;
  117. bottom:0;
  118. right:0;
  119. z-index:2;
  120. opacity:0;
  121. }
  122.  
  123. #buttons {
  124. margin:0 auto; margin-top:-40px;
  125. background:#fff;
  126. padding:12px;
  127. width:33px;
  128. }
  129.  
  130.  
  131. /* --- BODY ---*/
  132.  
  133.  
  134. body {
  135. font-style:none;
  136. background:#ffffff;
  137. margin:0px; color:{color:text};
  138. font-family: 'Open Sans Condensed', sans-serif;
  139. font-size:11px;
  140. line-height:100%;
  141. }
  142.  
  143. blockquote {
  144. border-left:1px solid {color:border};
  145. padding-left:5px;
  146. margin:11px;
  147. }
  148.  
  149. a {
  150. color:{color:link};
  151. }
  152.  
  153. a {
  154. text-decoration:none;
  155. -webkit-transition:all .3s ease-in-out;
  156. -moz-transition:all .3s ease-in-out;
  157. -o-transition:all .3s ease-in-out;
  158. -ms-transition:all .3s ease-in-out;
  159. transition:all .3s ease-in-out;
  160. }
  161.  
  162. a:hover {
  163. color:{color:linkhover}
  164. }
  165.  
  166.  
  167. h1 , h2 {
  168. font-size:8px;
  169. line-height:100%;
  170. font-weight:100;
  171. text-align:justify;
  172. letter-spacing:1px;
  173. text-transform:uppercase;
  174. font-family: 'Open Sans', sans-serif;
  175. }
  176.  
  177.  
  178. #entries {
  179. width:400px;
  180. margin:0 auto;
  181. margin-top:211px;
  182. }
  183.  
  184. #post {
  185. width:400px;
  186. font-style:none;
  187. margin-bottom:120px;
  188. padding:20px;
  189. background:#fff;
  190. border: solid 1px #f5f5f5;
  191. }
  192.  
  193.  
  194. /* --- SIDEBAR ---*/
  195.  
  196.  
  197. .sidebar {
  198. height:200px;
  199. margin-left: 120px;
  200. margin-top:0px;
  201. padding:20px;
  202. width:200px;
  203. position:fixed;
  204. background:#fff;
  205. }
  206.  
  207. .sidebarimage img {
  208. width:40px;
  209. padding:5px;
  210. border-radius:20%;
  211. background:#fff;
  212. text-align:center;
  213. }
  214.  
  215. .title {
  216. font-family: 'Open Sans Condensed', sans-serif;
  217. font-size:11px;
  218. text-align:left;
  219. letter-spacing:1px;
  220. width:80px;
  221. margin-left:125px;
  222. margin-top:-25px;
  223. padding:5px; padding-left:2px;
  224. border-bottom: dashed 1px #f5f5f5;
  225. text-transform:uppercase;
  226. background:#fff;
  227. color:{color:text};
  228. }
  229.  
  230.  
  231.  
  232. #description {
  233. margin-left: 78px;
  234. margin-top:11px;
  235. width:120px;
  236. background:#fff;
  237. line-height: 100%;
  238. text-align:left;
  239. text-transform:none;
  240. font-family: 'Open Sans Condensed', sans-serif;
  241. font-size:11px;
  242. }
  243.  
  244. /* --- LINKS ---*/
  245.  
  246. #links {
  247. font-family: 'Open Sans Condensed', sans-serif;
  248. width:80px;
  249. margin-left: 78px;
  250. margin-top:11px;
  251. text-align:left;
  252. padding:5px;
  253. border-left: dashed 1px #f5f5f5;
  254. background:#fff;
  255. }
  256.  
  257.  
  258. #links a {
  259. display:block;
  260. font-family: 'Open Sans Condensed', sans-serif;
  261. letter-spacing:1px;
  262. font-size:10px;
  263. padding:3px;
  264. text-align:left;
  265. }
  266.  
  267. #s-m-t-tooltip{
  268. /* basic */
  269. max-width:300px;
  270. z-index:10;
  271. margin:24px 14px 7px 12px;
  272. /* style and design */
  273. padding:2px;
  274. background:#222; /* fallback if rgba not supported */
  275. background:rgba(0,0,0,0.8);
  276. font-size:11px;
  277. color:#fff;
  278. opacity:0.5;
  279. }
  280.  
  281. #s-m-t-tooltip {
  282.  
  283. max-width:300px; /* maximum width */
  284.  
  285. background:#fff; /* color background */
  286.  
  287. font-size:8px; /* font size */
  288.  
  289. color:{color:text}; /* font color */
  290.  
  291. letter-spacing:1px; /* font spacing */
  292.  
  293. text-transform:uppercase; /* uppercase, lowercase, none */
  294.  
  295. padding:3px; /* padding size */
  296.  
  297. margin:20px 0px 0px 20px; /* margin size */
  298.  
  299. z-index:9999999999999999999999;
  300.  
  301. border-radius: 2px; /* border radius */
  302.  
  303. }
  304.  
  305. /* --- POST INFO ---*/
  306.  
  307. #info {
  308. font-family: 'Open Sans Condensed', sans-serif;
  309. font-size:10px;
  310. line-height:100%;
  311. width:400px;
  312. letter-spacing:0.5px;
  313. text-align:left;
  314. border-top: dashed 1px #f5f5f5;
  315. padding:5px; padding-left:0px;
  316. margin-top:20px;
  317. text-transform:uppercase;
  318. }
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325. /* --- POST NOTES --- */
  326.  
  327. ol.notes {
  328. display:block;
  329. text-align:right;
  330. list-style-type:none;
  331. width:400px;
  332. padding:11px;
  333. }
  334.  
  335. ol.notes img.avatar {display: none;}
  336.  
  337. ol.notes li.note{
  338. padding:11px;
  339. }
  340.  
  341. .pagenotes {
  342. text-align:left;
  343. margin-top:15px;
  344. margin-left:11px;
  345. }
  346.  
  347.  
  348. #pt {
  349. font-size:11px;
  350. letter-spacing:0.5px;
  351. width:400px;
  352. text-transform:uppercase;
  353. background:#fff;
  354. font-family: 'Open Sans Condensed', sans-serif;
  355. padding:5px;
  356. border-top:none; border-left:none; border-right:none;
  357. }
  358.  
  359.  
  360. /* CHAT */
  361.  
  362. ul.chat{
  363. list-style:none;
  364. margin-left:-40px;
  365. padding:11px;
  366. }
  367.  
  368. .chat span {
  369. float: left;
  370. padding:11px;
  371. }
  372.  
  373. #label {
  374. font-size:11px;
  375. font-weight:100;
  376. font-family: 'Open Sans', sans-serif;
  377. padding:5px; padding-left:0px;
  378.  
  379. }
  380.  
  381. #quote {
  382. font-size:11px;
  383. line-height:100%;
  384. text-align:left;
  385. font-family: 'Open Sans', sans-serif;
  386. }
  387.  
  388. #qs {
  389. font-family: 'Open Sans Condensed', sans-serif;
  390. font-size:11px;
  391. font-style:italic;
  392. font-weight:none;
  393. letter-spacing:0.5px;
  394. text-transform:lowercase;
  395. }
  396.  
  397.  
  398. /* QUESTIONS */
  399.  
  400. .question{
  401. margin-bottom:20px;
  402. text-transform:none;
  403. }
  404.  
  405. .answer {
  406. font-size:10px;
  407. }
  408.  
  409. .askerimg{
  410. position:relative;
  411. display:inline-block;
  412. margin-right:5px;
  413. margin-top:10px;
  414.  
  415. }
  416.  
  417. .askerimg img {
  418. border-radius:100%;
  419. }
  420.  
  421.  
  422. .audio {
  423. height:60px;
  424. margin-left:-11px;
  425. width:400px;
  426. border:1px; border-width:1px; border-color:{color:border}; border-style:solid; border-top:none; border-right:none; border-left:none;
  427. }
  428.  
  429.  
  430. #musicinfo {
  431. line-height:120%;
  432. font-style:italic;
  433. font-weight:100;
  434. }
  435.  
  436.  
  437.  
  438. /* --- NAV ---*/
  439.  
  440. #pagi
  441. {
  442. font-size:11px;
  443. margin-top:70px;
  444. margin:0 auto;
  445. width:400px;
  446. position:static;
  447. height:20px;
  448. text-transform:lowercase;
  449. font-family: 'Open Sans Condensed', sans-serif;
  450. text-align:center;
  451. letter-spacing:-0.5px;
  452. font-style:italic;
  453. background:#fff;
  454. }
  455.  
  456.  
  457.  
  458.  
  459. /* --- CREDIT ---*/
  460.  
  461. #mine a{
  462. position:fixed;
  463. padding:5px;
  464. font-family: 'Open Sans Condensed', sans-serif;
  465. font-size:11px;
  466. right:11px;
  467. bottom:11px;
  468. text-align:center;
  469. background:#fff;
  470. color:{color:text};
  471. }
  472.  
  473.  
  474. {CustomCSS}</style></head><body>
  475.  
  476.  
  477. <div class="sidebar">
  478.  
  479. <center>
  480.  
  481. <div class="sidebarimage"><a href="/"><img src="{image:sidebar}"/></a></div>
  482.  
  483. </center>
  484.  
  485. <div class="title">{title}</div>
  486.  
  487. <div id="description">{Description}</div>
  488.  
  489. <div id="links">
  490.  
  491. <a href="{text:link 1 url}">{text:link 1}</a>
  492. <a href="{text:link 2 url}">{text:link 2}</a>
  493. <a href="{text:link 3 url}">{text:link 3}</a>
  494. <a href="{text:link 4 url}">{text:link 4}</a>
  495. </div>
  496.  
  497.  
  498. <div id="scrollbar">{scrollbar}</div>
  499. {block:HasPages}{block:Pages}
  500. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  501. </div></center></div></a>
  502.  
  503. <div id="entries">
  504. {block:Posts}<div id="post">
  505.  
  506. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  507.  
  508. {block:blockquote}{/block:blockquote}
  509.  
  510. {block:Photo}
  511. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:Caption}
  512. {/block:Photo}
  513.  
  514. {block:Photoset}
  515. <center>{Photoset-400}</center>
  516. {/block:Photoset}
  517.  
  518. <div id="quote">{block:Quote}{Quote}
  519. <p>
  520. <div id="qs">{block:Source}
  521. — {Source}{/block:Source}</div>{/block:Quote}</p>
  522. </div>
  523.  
  524.  
  525. <!--CAPTIONS-->
  526. {block:Ifhidecaptions}
  527. {block:permalink}
  528. {block:Caption}
  529. {Caption}
  530. {/block:Caption}
  531. {/block:permalink}
  532. {/block:Ifhidecaptions}
  533. {block:Ifnothidecaptions}
  534. {block:Caption}
  535. {Caption}
  536. {/block:Caption}
  537. {/block:Ifnothidecaptions}
  538.  
  539. <!--ANSWER POST-->
  540. {block:Answer}
  541. <div class="askerimg"><img src="{AskerPortraitURL-16}"></div>
  542. <u>{Asker}: </u></span>
  543. <span class="question">{Question}</span>
  544. <p><div class="answer">{Answer}</div>
  545. {/block:Answer}
  546.  
  547.  
  548. {block:Audio}
  549. <div class="audio">
  550. {block:AudioPlayer}
  551. {AudioPlayerWhite}
  552. {/block:AudioPlayer}
  553. </div>
  554. <br><div id="musicinfo">
  555. {block:TrackName}{TrackName}{/block:TrackName}<br>
  556. {block:Artist}{Artist}{/block:Artist} —
  557. {block:Album}{Album}{/block:Album}
  558. </div>
  559. {/block:Audio}
  560.  
  561. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  562.  
  563. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="label">{Label} {/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  564.  
  565. <!--POST INFORMATION-->
  566. <div id="info">
  567. <!--PERMALINK-->
  568. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} // {block:Date}{DayofWeek} {Month} {DayofMonth}{/block:Date}</a>
  569.  
  570. </div>
  571.  
  572. <!--VIA AND SOURCE-->
  573.  
  574. <div id="buttons">
  575. <div class="controls">
  576. <a href="{ReblogURL}" target="_blank" class="reblog">
  577. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  578. </a>
  579. <a href="#" class="like">{LikeButton}
  580. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  581. </a>
  582. </div>
  583. </div>
  584.  
  585.  
  586. <div id="taggies">
  587. {block:Tags}<span class="lnr lnr-file-empty"></span>
  588. <a href="{TagURL}">#{Tag} </a>
  589. {/block:Tags}
  590.  
  591. </div>
  592.  
  593.  
  594. {block:Video}{Video-400}{/block:Video}
  595. </div>
  596.  
  597. {block:PostNotes}<div id="pt">{PostNotes}</div>{/block:PostNotes}
  598. {/block:Posts}</div>
  599.  
  600.  
  601.  
  602. <div id="pagi"> {block:Pagination}
  603. {block:PreviousPage}
  604. <a href="{PreviousPage}">LAST</a>
  605. {/block:PreviousPage}
  606.  
  607. {block:NextPage}
  608. <a href="{NextPage}">NEXT</a>
  609. {/block:NextPage}
  610. {/block:Pagination}
  611. </div>
  612.  
  613.  
  614. <!-- start of script tooltip -->
  615. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  616.  
  617. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  618.  
  619. <script>
  620.  
  621. (function($){
  622.  
  623. $(document).ready(function(){
  624.  
  625. $("a[title]").style_my_tooltips({
  626.  
  627. tip_follows_cursor:true,
  628.  
  629. tip_delay_time:90,
  630.  
  631. tip_fade_speed:600,
  632.  
  633. attribute:"title"
  634.  
  635. });
  636.  
  637. });
  638.  
  639. })(jQuery);
  640.  
  641. </script>
  642.  
  643. <!-- end of script tooltip -->
  644.  
  645. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  646.  
  647. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  648.  
  649. <script type="text/javascript"
  650. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  651.  
  652.  
  653.  
  654. <div id="mine">
  655. <a href="http://apheilon.tumblr.com" title="theme by apheilon"><i class="fa fa-code"></i></a>
  656.  
  657. </div>
  658. </body>
  659. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement