Advertisement
hyperpt

πŸŒ™ THEME #8: CICI πŸŒ™

Sep 16th, 2016
669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 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>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10.  
  11. πŸŒ™ THEME #8: FIRE & DESIRE BY HYPERPT - DO NOT REMOVE CREDIT OR REDISTRIBUTE!! πŸŒ™
  12.  
  13. --->
  14.  
  15.  
  16. <meta name="color:background" content="#0f0f0f"/>
  17. <meta name="color:container" content="#0f0f0f"/>
  18. <meta name="color:text" content="#9f9f9f"/>
  19. <meta name="color:title color" content="#b6b6b6"/>
  20. <meta name="color:text shadow" content="#0f0f0f"/>
  21. <meta name="color:sidebar" content="#1a1a1a">
  22. <meta name="color:desc text" content="#9f9f9f"/>
  23. <meta name="color:desc bg" content="#2e2e2e"/>
  24. <meta name="color:accent" content="#525252"/>
  25. <meta name="color:link" content="#c9c9c9"/>
  26. <meta name="color:link bg" content="#c9c9c9"/>
  27. <meta name="color:link hover" content="#282828"/>
  28. <meta name="color:border" content="#525252"/>
  29. <meta name="color:post background" content="#1a1a1a"/>
  30. <meta name="color:background" content="#0f0f0f"/>
  31. <meta name="color:info" content="#0f0f0f"/>
  32. <meta name="color:scrollbar" content="#525252"/>
  33. <meta name="color:scrollbar bg" content="#0f0f0f"/>
  34.  
  35. <meta name="image:sidebar1" content=""/>
  36. <meta name="image:sidebar2" content=""/>
  37.  
  38. <meta name="text:link1url" content="/"/>
  39. <meta name="text:link1hover" content="link 1"/>
  40. <meta name="text:link2url" content="/"/>
  41. <meta name="text:link2hover" content="link 2"/>
  42. <meta name="text:link3url" content="/"/>
  43. <meta name="text:link3hover" content="link 3"/>
  44. <meta name="text:link4url" content="/"/>
  45. <meta name="text:link4hover" content="link 4"/>
  46.  
  47. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  48.  
  49. <style type="text/css">
  50.  
  51. #s-m-t-tooltip {
  52. max-width:350px;
  53. opacity:1;
  54. padding:3px 4px 5px 4px;
  55. margin:-35px 0px -10px 30px;
  56. background-color:{color:link bg};
  57. border: 1px solid {color:border};
  58. box-shadow:1px 1px 1px {color:box shadow};
  59. font-size:10px;
  60. font-weight: bold;
  61. font-style: italic;
  62. letter-spacing:0px;
  63. text-transform:none;
  64. color:{color:accent};
  65. z-index:1000;
  66.  
  67. }
  68.  
  69. ::-webkit-scrollbar-thumb {
  70. height:auto;
  71. background-color:{color:scrollbar};
  72.  
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. height:5px;
  77. width:2px;
  78. background-color:{color:scrollbar bg};
  79.  
  80. }
  81.  
  82. body {
  83. background:{color:background};
  84. margin:0px;
  85. color:{color:text};
  86. font-size:10px;
  87. line-height:100%;
  88. font-family: arial;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:link};
  96. text-shadow: 1px 1px 1px {color:text shadow} ;
  97. -webkit-transition:all 0.7s ease-in-out;
  98. -moz-transition:all 0.7s ease-in-out;
  99. -o-transition:all 0.7s ease-in-out;
  100. transition:all 0.7s ease-in-out;
  101. }
  102.  
  103. a:hover {
  104. color:{color:link hover};
  105. -webkit-transition:all 0.5s ease-in-out;
  106. -moz-transition:all 0.5s ease-in-out;
  107. -o-transition:all 0.5s ease-in-out;
  108. transition:all 0.5s ease-in-out;
  109. }
  110.  
  111. b, i, em, strong{
  112. color:{color:accent};
  113. padding:2px;
  114. padding-top:0px;
  115. padding-bottom:0px;
  116. margin-bottom:5px;
  117. }
  118.  
  119. h1,h2 {
  120. text-decoration:none;
  121. text-align: center;
  122. padding: 8px;
  123. font-size:15px;
  124. background: {color:accent};
  125. border-radius: 6px;
  126. color:{color:title};
  127. text-shadow: 1px 1px 1px {color:text shadow} ;
  128. }
  129.  
  130. img {
  131. border:none;
  132. }
  133.  
  134. blockquote {
  135. padding-left:5px;
  136. border-left:2px solid;
  137. }
  138.  
  139. blockquote blockquote {
  140. padding-left:5px;
  141. border-left:2px solid;
  142. }
  143.  
  144. all {
  145. font-size:15px;
  146. }
  147.  
  148. #entries {
  149. padding:20px;
  150. width:250px;
  151. margin-left:550px;
  152. margin-top:80px;
  153. }
  154.  
  155. #post {
  156. width:250px;
  157. padding-bottom:20px;
  158. background: {color:post background};
  159. padding: 20px;
  160. border: 1px solid {color:border};
  161. }
  162.  
  163. #title {
  164. position: fixed;
  165. top: 187px;
  166. left: 191px;
  167. font-size: 13px;
  168. padding: 8px;
  169. text-align: center;
  170. font-family: helvetica;
  171. letter-spacing: 0px;
  172. text-shadow: 1px 1px 1px {color:text shadow} ;
  173. background-color: transparent;
  174. color: {color:title color};
  175. width: 220px;
  176. z-index:1;
  177. -webkit-transition:all 0.7s ease-in-out;
  178. -moz-transition:all 0.7s ease-in-out;
  179. -o-transition:all 0.7s ease-in-out;
  180. transition:all 0.7s ease-in-out;
  181.  
  182. }
  183.  
  184. #title:hover {
  185. color:{color:link hover};
  186. letter-spacing: 2px;
  187. text-shadow: 2px 2px 0px {color:text shadow};
  188. -webkit-transition:all 0.5s ease-in-out;
  189. -moz-transition:all 0.5s ease-in-out;
  190. -o-transition:all 0.5s ease-in-out;
  191. transition:all 0.5s ease-in-out;
  192. }
  193.  
  194.  
  195. #topbar {
  196. position: fixed;
  197. background-color:{color:topbar};
  198. margin-top: 24px;
  199. margin-left: 170px;
  200. width: 756px;
  201. height: 15px;
  202. padding: 5px;
  203. border: 1px solid {color:border};
  204. text-align: left;
  205. overflow: auto;
  206. line-height: 15px;
  207. z-index: 0;
  208. }
  209.  
  210. #sidebarimage {
  211. width: 250px;
  212. z-index: 0;
  213. }
  214.  
  215. #sidebarimage1 img {
  216. position: fixed;
  217. border: 1px solid {color:border};
  218. padding: 2px;
  219. top: 215px;
  220. left: 422px;
  221. width: 70px;
  222. height: 70px;
  223. z-index: 0;
  224. }
  225.  
  226. #sidebarimage2 img {
  227. position: fixed;
  228. border: 1px solid {color:border};
  229. padding: 2px;
  230. top: 215px;
  231. left: 500px;
  232. width: 70px;
  233. height: 70px;
  234. z-index: 0;
  235. }
  236.  
  237. #description {
  238. position: fixed;
  239. text-shadow: 1px 1px 1px {color:text shadow} ;
  240. color: {color:desc text};
  241. font-size:10px;
  242. background-color:{color:desc bg};
  243. margin-top: 213px;
  244. margin-left: 422px;
  245. width: 144px;
  246. height: 90px;
  247. padding: 5px;
  248. border: 1px solid {color:border};
  249. text-align: left;
  250. overflow: auto;
  251. line-height: 15px;
  252. z-index: 1;
  253. }
  254.  
  255. #contain{
  256. position:fixed;
  257. width:170px;
  258. height:220px;
  259. margin-top:122px;
  260. margin-left:410px;
  261. border:5px solid {color:border};
  262. overflow:auto;
  263. z-index:0;
  264. background:{color:sidebar};
  265. -webkit-transition:all 0.5s ease-in-out;
  266. -moz-transition:all 0.5s ease-in-out;
  267. -o-transition:all 0.5s ease-in-out;
  268. transition:all 0.5s ease-in-out
  269.  
  270. }
  271.  
  272. #contain2{
  273. position:fixed;
  274. height:420px;
  275. width: 330px;
  276. padding: 20px;
  277. padding-left:250px;
  278. margin-top:30px;
  279. margin-left:-200px;
  280. border-top:5px solid {color:border};
  281. border-left:5px solid {color:border};
  282. border-right:5px solid {color:border};
  283. border-bottom:24px solid {color:border};
  284. overflow:auto;
  285. overflow-x:hidden;
  286. z-index:-1;
  287. background:{color:container};
  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. #link1 {
  296. background-color:{color:link bg};
  297. border-radius:20px;
  298. width: 15px;
  299. color: {color:link};
  300. padding:6px;
  301. position:fixed;
  302. font-size:10px;
  303. text-align:center;
  304. line-height:0px;
  305. overflow:auto;
  306. margin-top:324px;
  307. margin-left:439px;
  308. font-family:'arial';
  309. text-shadow: 1px 1px 1px {color:text shadow} ;
  310. z-index:3;
  311. }
  312.  
  313. #link2 {
  314. background-color:{color:link bg};
  315. border-radius:20px;
  316. width: 15px;
  317. color: {color:link};
  318. padding:6px;
  319. position:fixed;
  320. font-size:9px;
  321. text-align:center;
  322. line-height:8px;
  323. overflow:auto;
  324. margin-top:324px;
  325. margin-left:470px;
  326. font-family:'arial';
  327. text-shadow: 1px 1px 1px {color:text shadow} ;
  328. z-index:3;
  329. }
  330.  
  331. #link3 {
  332. background-color:{color:link bg};
  333. border-radius:20px;
  334. width: 15px;
  335. color: {color:link};
  336. padding:6px;
  337. position:fixed;
  338. font-size:9px;
  339. text-align:center;
  340. line-height:8px;
  341. overflow:auto;
  342. margin-top:324px;
  343. margin-left:501px;
  344. font-family:'arial';
  345. text-shadow: 1px 1px 1px {color:text shadow} ;
  346. z-index:3;
  347. }
  348.  
  349. #link4 {
  350. background-color:{color:link bg};
  351. border-radius:20px;
  352. width: 15px;
  353. color: {color:link};
  354. padding:6px;
  355. position:fixed;
  356. font-size:9px;
  357. text-align:center;
  358. line-height:8px;
  359. overflow:auto;
  360. margin-top:324px;
  361. margin-left:532px;
  362. font-family:'arial';
  363. text-shadow: 1px 1px 1px {color:text shadow} ;
  364. z-index:3;
  365. }
  366.  
  367. #linkbar{
  368. position:fixed;
  369. width:170px;
  370. height:25px;
  371. margin-top:322px;
  372. margin-left:415px;
  373. overflow:auto;
  374. z-index:0;
  375. background:{color:border};
  376.  
  377. }
  378.  
  379. #pagination {
  380. position: fixed;
  381. background-color: {color:link bg};
  382. border-radius:15px;
  383. text-shadow: 1px 1px 1px {color:text shadow} ;
  384. font color: {color:link};
  385. padding: 6px;
  386. height: 10px;
  387. top: 596px;
  388. left: 935px;
  389. font-size:9px;
  390. text-align:center;
  391. font-weight: bold;
  392. font-style: italic;
  393. }
  394.  
  395. #info {
  396. text-align: left;
  397. text-transform: lowercase;
  398. padding:5px;
  399. font-size:8px;
  400. border:1px solid {color:border};
  401. margin-bottom:-4px;
  402. margin-top:14px;
  403. margin-left:00px;
  404. width:280px;
  405. background:{color:info};
  406. }
  407.  
  408. #info2 {
  409. text-align: center;
  410. text-transform: lowercase;
  411. padding:5px;
  412. font-size:8px;
  413. border:1px solid {color:border};
  414. margin-bottom:0px;
  415. margin-top:-1px;
  416. margin-left:00px;
  417. width:280px;
  418. background:{color:info};
  419. }
  420.  
  421. #question1 {
  422. border-radius: 6px;
  423. background: {color:accent};
  424. padding:7px;
  425. width: 230px;
  426. }
  427.  
  428. #asker {
  429. float:left;
  430. margin-right:5px;
  431. background: {color:post background};
  432. }
  433.  
  434. #quote{
  435. font-size: 15px;
  436. font-style: italic;
  437. font-weight: bold;
  438. letter-spacing: .5px;
  439. text-transform: none;
  440. line-height: 15px;
  441. }
  442.  
  443. #cred {
  444. border: 1px solid {color:border};
  445. position: fixed;
  446. bottom: 10px;
  447. right: 10px;
  448. padding: 5px;
  449. padding-left: 1px;
  450. font-size: 10px;
  451. background: black;
  452. }
  453.  
  454. #cred:hover {
  455. font-style: italic;
  456. background: black;
  457. -o-transition:color .2s ease-out, background 1s ease-in;
  458. -ms-transition:color .2s ease-out, background 1s ease-in;
  459. -moz-transition:color .2s ease-out, background 1s ease-in;
  460. -webkit-transition:color .2s ease-out, background 1s ease-in;}
  461.  
  462. hr.separator {
  463. height: 10px;
  464. border: none;
  465. border-bottom: {color:text} solid 1px; margin: .5em 0 .5em; }
  466.  
  467. #asker2 {
  468. text-transform: none;
  469. font-weight:none;
  470. font-size: 9px
  471. background: {color:post background};
  472. }
  473.  
  474. #question {
  475. padding: 3px;
  476. margin-left: -3px;
  477. background: {color:accent};
  478. }
  479.  
  480. .songart{
  481. float:left;
  482. margin-right:10px;
  483. }
  484.  
  485. .songart img{
  486. width:50px;
  487. height:50px;
  488. }
  489.  
  490. .audioinfo{
  491. background-color:{color:post background};
  492. height: 50px;
  493. width: 205px;
  494. margin-left: 55px;
  495. }
  496.  
  497. .songtitle{
  498. margin-bottom:1px;
  499. margin-left:5px;
  500. text-transform: lowercase;
  501. font-size: 9px;
  502. font-weight: bold;
  503. letter-spacing: 1px;
  504. }
  505.  
  506. .songauthor{
  507. margin-bottom:10px;
  508. font-size:7px;
  509. margin-left:7px;
  510. text-transform: lowercase;
  511. }
  512.  
  513. .trackdetails {
  514. width: 341px;
  515. padding:10px;
  516. display:inline-block;
  517. margin-left: 51px;
  518. margin-top:-7px;
  519. height: 10px;
  520. line-height:170%;
  521. text-transform:uppercase;
  522. letter-spacing:1px;
  523. font-size:7px;
  524. }
  525.  
  526. #audioplayer {
  527. background-color:{color:post background};
  528. width: 20px;
  529. height: 20px;
  530. opacity: 0.5;
  531. Overflow:hidden;
  532. position:absolute;
  533. margin-top: -45px;
  534. margin-left: 5px;
  535. padding: 10px;
  536.  
  537. }
  538.  
  539. #chat {
  540. padding:5px;
  541. background-color:{color:post background};
  542. margin-left:10px;
  543. padding-left:8px;
  544. margin-bottom:0px;
  545. }
  546.  
  547. .chat ul {
  548. list-style: none;
  549. margin-top: -7px;
  550. margin-left:-12px;
  551. margin-bottom:0px;
  552. padding: 0px;
  553. font-size:10px;
  554. text-transform:none;
  555. display:inline-block;
  556. width:820px;
  557. }
  558.  
  559. .chat li {
  560. margin-bottom:-1px;
  561. padding: 6px;
  562. width: 50%;
  563. }
  564. .chat .odd {
  565. float: left;
  566. }
  567.  
  568. .chat .even {
  569. float: left;
  570. background-color:{color:post background};
  571. color:{color:posts};
  572. }
  573. #post img.main_photo {
  574. width: 100%;
  575. }
  576. #post img {
  577. max-width: 100%;
  578. height: auto;
  579. }
  580. #post .photo img {
  581. opacity: 1;
  582. -webkit-transition: all 0.5s ease;
  583. -moz-transition: all 0.5s ease;
  584. -o-transition: all 0.5s ease;
  585. transition: all 0.5s ease;
  586. margin: 0;
  587. line-height: 0;
  588. }
  589. .tumblr_post.photo p { display: none; }
  590.  
  591.  
  592.  
  593. {CustomCSS}</style></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  594.  
  595. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  596.  
  597. <script>
  598.  
  599. (function($){
  600.  
  601. $(document).ready(function(){
  602.  
  603. $("a[title]").style_my_tooltips({
  604.  
  605. tip_follows_cursor:true,
  606.  
  607. tip_delay_time:90,
  608.  
  609. tip_fade_speed:600,
  610.  
  611. attribute:"title"
  612.  
  613. });
  614.  
  615. });
  616.  
  617. })(jQuery);
  618.  
  619. </script><body>
  620.  
  621.  
  622. <div id="description">{description}</div>
  623. <div id="contain">
  624.  
  625. </div>
  626. <div id="linkbar"></div>
  627. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  628. <div id="sidebarimage1"><img src="{image:sidebar1}"></div>
  629.  
  630. </div>
  631.  
  632.  
  633. <div id="link1"><a href="{text:link1url}"a title="{text:link1hover}"><i class="fa fa-user" aria-hidden="true"></i></a></div>
  634. <div id="link2"><a href="{text:link2url}"a title="{text:link2hover}"><i class="fa fa-comment" aria-hidden="true"></i></a></div>
  635. <div id="link3"><a href="{text:link3url}"a title="{text:link3hover}"><i class="fa fa-book" aria-hidden="true"></i></a></div>
  636. <div id="link4"><a href="{text:link4url}"a title="{text:link4hover}"><i class="fa fa-folder" aria-hidden="true"></i></i></a></div>
  637.  
  638.  
  639.  
  640. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><i class="fa fa-chevron-circle-left" aria-hidden="true"></i> {/block:PreviousPage}
  641. {block:NextPage}<a href="{NextPage}"><i class="fa fa-chevron-circle-right" aria-hidden="true"></i></a>{/block:NextPage}{/block:Pagination}
  642.  
  643. </div>
  644. </div>
  645.  
  646.  
  647. <div id="entries"> <div id="contain2">{block:Posts} <div id="info">
  648. <i class="fa fa-calendar" aria-hidden="true"></i> <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}{/block:Date}</a> <i class="fa fa-comments" aria-hidden="true"></i>
  649. <a href="{Permalink}">{NoteCount} notes</a>
  650. {block:RebloggedFrom} <i class="fa fa-copyright" aria-hidden="true"></i> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}</div>{block:PostNotes}{PostNotes}{/block:PostNotes}<div id="post">
  651. {block:Text}<all>{block:Title}{Title}{/block:Title}</all>{Body}{/block:Text}
  652. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  653. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  654. {block:Quote}<div id="quote">❝ {Quote} ❞</div>{block:Source}<br><blockquote> β€” {Source}</blockquote>{/block:Source}{/block:Quote}
  655.  
  656. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  657.  
  658. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<br><div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label} <b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  659.  
  660. {block:Audio}
  661. {block:AlbumArt}
  662. <div class="songart">
  663. <img src="{AlbumArtURL}">
  664. </div>
  665. {/block:AlbumArt}
  666. <div class="audioinfo">
  667. <div class="songtitle">
  668. {block:TrackName}
  669. {TrackName}
  670. {/block:TrackName}
  671. </div>
  672. <div class="songauthor">
  673. by
  674. {block:Artist}
  675. {Artist}
  676. {/block:Artist}
  677. </div>
  678. </div>
  679. <div id="audioplayer">
  680. {AudioPlayerWhite}
  681. </div>
  682. {/block:Audio}
  683.  
  684. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  685.  
  686. {block:Answer}
  687. <div id="asker"></div>
  688. <div id="asker2"><center><i class="fa fa-paper-plane-o" aria-hidden="true"></i> {Asker} inquired </center></div>
  689. <div id="question1">
  690. <div id="question"><center>{Question}</center></div></div>
  691. <br><div id="answer">{Answer}</div>
  692. {/block:Answer}
  693.  
  694.  
  695.  
  696. </div>
  697. <div id="info2">{block:HasTags} {block:Tags} <i class="fa fa-tags" aria-hidden="true"></i> <a href="{TagURL}">{Tag}</a>{/block:Tags} {/block:HasTags}</div>
  698. {/block:Posts}</div>
  699. </div>
  700.  
  701. <div id="cred"><a href="http://hyperpt.tumblr.com" a title="hyperpt">πŸŒ™</a></div>
  702.  
  703. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement