Advertisement
florels

theme #43 - COMING OVER

Jun 24th, 2015
4,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.21 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6.  
  7. COMING OVER theme by
  8. F L O R E L S (✿◠‿◠) ////
  9. started jun 24, 2015
  10. finished jun 24, 2015
  11. published jun 24, 2015
  12.  
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20. <link rel="icon" href="{Favicon}"/>
  21. <title>{Title}</title>
  22. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  23.  
  24. <meta name="image:background" content="" />
  25.  
  26. <meta name="color:background" content="#fff" />
  27. <meta name="color:blog title" content="#000" />
  28. <meta name="color:description" content="#000" />
  29. <meta name="color:description border" content="#000" />
  30. <meta name="color:description link" content="#000" />
  31. <meta name="color:link" content="#000" />
  32. <meta name="color:link hover" content="#000" />
  33. <meta name="color:nav link" content="#000" />
  34. <meta name="color:nav link hover" content="#000" />
  35. <meta name="color:permalink" content="#000" />
  36. <meta name="color:permalink bg" content="#fcebd5" />
  37. <meta name="color:permalink bg hover" content="#fff" />
  38. <meta name="color:permalink hover" content="#000" />
  39. <meta name="color:post background" content="#fff" />
  40. <meta name="color:scrollbar" content="#000" />
  41. <meta name="color:text" content="#000" />
  42. <meta name="color:top border" content="#fcebd5" />
  43.  
  44. <meta name="if:post bg" content="0"/>
  45. <meta name="if:2 columns" content="1"/>
  46. <meta name="if:tiled bg image" content="0"/>
  47. <meta name="if:custom link 1" content="1" />
  48. <meta name="if:custom link 2" content="1" />
  49. <meta name="if:custom link 3" content="1" />
  50.  
  51. <meta name="text:ask link" content="/ask" />
  52. <meta name="text:link 1 url" content="/" />
  53. <meta name="text:link 1 url" content="/" />
  54. <meta name="text:link 1 title" content="link 1" />
  55. <meta name="text:link 2 url" content="/" />
  56. <meta name="text:link 2 title" content="link 2" />
  57. <meta name="text:link 3 url" content="/" />
  58. <meta name="text:link 3 title" content="link 3" />
  59.  
  60. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  61.  
  62.  
  63.  
  64. {block:IndexPage}
  65. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  66. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  67.  
  68. <script type="text/javascript">
  69. $(window).load(function () {
  70. $('#posts').masonry(),
  71. $('.masonryWrap').infinitescroll({
  72. navSelector : "div.navigation",
  73. // selector for the paged navigation (it will be hidden)
  74. nextSelector : ".navigation a#next",
  75. // selector for the NEXT link (to page 2)
  76. itemSelector : ".post",
  77. // selector for all items you'll retrieve
  78. bufferPx : 10000,
  79. extraScrollPx: 10000,
  80. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  81. loadingText : "<em></em>",
  82. },
  83. // call masonry as a callback.
  84. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  85. );
  86. });
  87. </script>
  88. {/block:IndexPage}
  89.  
  90.  
  91.  
  92. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  93.  
  94.  
  95.  
  96. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  97. <script>
  98. (function($){
  99. $(document).ready(function(){
  100. $("[title]").style_my_tooltips({
  101. tip_follows_cursor:true,
  102. tip_delay_time:0,
  103. tip_fade_speed:0
  104. }
  105. );
  106. });
  107. })(jQuery);
  108. </script>
  109.  
  110.  
  111.  
  112.  
  113. <style type="text/css">
  114.  
  115.  
  116. iframe#tumblr_controls {
  117. top: 0% !important;
  118. right:0% !important;
  119. position: fixed !important;}
  120.  
  121.  
  122. body {
  123. margin:0px;
  124. padding:0px;
  125. margin-top:0px;
  126. margin-bottom:0px;
  127. font-family:'Times New Roman';
  128. font-size:11px;
  129. color:{color:text};
  130. background-image:url('{image:background}');
  131. background-attachment:fixed;
  132. {block:ifnottiledbgimage}
  133. background-size:cover;
  134. {/block:ifnottiledbgimage}
  135. background-color:{color:background};}
  136.  
  137. #s-m-t-tooltip{
  138. font-family:'Times New Roman';
  139. font-size: 9px;
  140. color:#000;
  141. background-color:#fff;
  142. text-align: center;
  143. letter-spacing:1px;
  144. min-width:50px;
  145. max-width:120px;
  146. overflow:auto;
  147. text-transform:lowercase;
  148. display: none;
  149. font-style:italic;
  150. position: absolute;
  151. z-index: 999999999999;
  152. padding:3px 3px 1px 3px;
  153. margin:30px 0 15px 10px;
  154. -webkit-transition: all 0.2s ease-in-out;
  155. -moz-transition: all 0.2s ease-in-out;
  156. transition: all 0.2s ease-in-out;}
  157.  
  158. a {
  159. color:{color:link};
  160. text-decoration:underline;
  161. -webkit-transition: all 0.2s ease-in-out;
  162. -moz-transition: all 0.2s ease-in-out;
  163. -o-transition: all 0.2s ease-in-out;}
  164.  
  165. a:hover {
  166. ;-webkit-transition-duration: 0.4s;
  167. color:{color:link hover};
  168. text-decoration:none;}
  169.  
  170. /** theme by F L O R E L S (✿◠‿◠) //// **/
  171.  
  172. a:active,a:focus {outline:0;}
  173.  
  174. ::-webkit-scrollbar-thumb{
  175. background-color:{color:scrollbar};
  176. border:7px solid {color:background};
  177. height:7px;}
  178.  
  179. ::-webkit-scrollbar {
  180. height:16px;
  181. width:16px;
  182. background-color:{color:background};}
  183.  
  184. #top {
  185. height:10px;
  186. width:100%;
  187. top:0;
  188. z-index:999;
  189. position:fixed;
  190. background-color:{color:top border};}
  191.  
  192. #sidebar {
  193. z-index:4;
  194. height:auto;
  195. padding:20px;
  196. width:180px;
  197. bottom:20px;
  198. position:fixed;
  199. {block:ifsidebarbg}
  200. background-color:{color:sidebar bg};
  201. {/block:ifsidebarbg}
  202. {block:IndexPage}
  203. {block:if2columns}
  204. left:635px;
  205. {/block:if2columns}
  206. {block:ifnot2columns}
  207. left:930px;
  208. {/block:ifnot2columns}
  209. {/block:IndexPage}
  210. {block:PermalinkPage}
  211. margin-left:480px;
  212. {/block:PermalinkPage}}
  213.  
  214. #blogtitle{
  215. position:relative;
  216. height:auto;
  217. z-index:5;
  218. color:{color:blog title};
  219. font-weight:bold;
  220. font-size:25px;
  221. text-align:right;
  222. font-family:'Times New Roman';
  223. width:;}
  224.  
  225. #description {
  226. text-align:justify;
  227. color:{color:description};
  228. font-family:'Times New Roman';
  229. position:relative;
  230. border-width:1px 0;
  231. border-style:solid;
  232. border-color:{color:description border};
  233. font-size:1em;
  234. font-style:italic;
  235. z-index:6;
  236. padding:5px 5px;
  237. width:170px;}
  238.  
  239. #description a{
  240. z-index:7;
  241. position:relative;
  242. color:{color:description link};
  243. text-decoration:underline;}
  244.  
  245. #description a:hover{
  246. text-decoration:none;}
  247.  
  248. #navlinks {
  249. position:relative;
  250. z-index:5;
  251. width:180px;
  252. margin-top:10px;
  253. line-height:160%;
  254. text-align:center;}
  255.  
  256. #navlinks a {
  257. color:{color:nav link};
  258. text-decoration:none;
  259. font-size:10px;
  260. margin:0 5px;}
  261.  
  262. #navlinks a:hover {
  263. color:{color:nav link hover};
  264. font-style:italic;
  265. text-decoration:none;}
  266.  
  267. #notes {
  268. padding-left:20px;
  269. padding-top:5px;
  270. position:relative;
  271. float:left;
  272. font-size:1em;}
  273.  
  274. li.notes {
  275. float:left;
  276. width:400px;
  277. padding-left:5px;
  278. margin-top:10px;
  279. overflow-x:hidden;
  280. overflow-y:scroll;
  281. list-style-type:none;
  282. font-weight:normal;
  283. font-size:1em;
  284. text-transform:none;}
  285.  
  286. /** theme by F L O R E L S (✿◠‿◠) //// **/
  287.  
  288. li.note {
  289. padding-top:2px;
  290. opacity:1;}
  291.  
  292. li.note img.avatar {
  293. width:14px;
  294. height:14px;}
  295.  
  296. .permalink {
  297. color:{color:permalink};
  298. position:relative;
  299. background-color:{color:permalink bg};
  300. display:block;
  301. font-size:10px;
  302. word-spacing:15px;
  303. opacity:1;
  304. letter-spacing:1px;
  305. padding:10px 0;
  306. right:0;
  307. text-align:center;
  308. margin:10px 0 0 0;
  309. -webkit-transition: all 0.4s ease-in-out;
  310. -moz-transition: all 0.4s ease-in-out;
  311. -o-transition: all 0.4s ease-in-out;}
  312.  
  313. .post:hover .permalink {
  314. background-color:{color:permalink bg hover};}
  315.  
  316. .permalink a{
  317. color:{color:permalink};
  318. font-family:'Times New Roman';
  319. text-decoration:none;}
  320.  
  321. .permalink a:hover{
  322. text-decoration:none;
  323. font-style:italic;}
  324.  
  325. .buttons {
  326. position:absolute;
  327. top:10px;
  328. opacity:0;
  329. padding:10px;
  330. color:{color:buttons text};
  331. font-size:10px;
  332. left:4px;
  333. font-family:'Times New Roman';
  334. list-style:none;
  335. -webkit-transition: all 0.3s ease-in-out;
  336. -moz-transition: all 0.3s ease-in-out;
  337. transition: all 0.3s ease-in-out;}
  338.  
  339. .buttons li {
  340. border:1px solid {color:buttons border};
  341. float:left;
  342. background-color:{color:buttons bg};
  343. padding:2px 5px 1px 5px;
  344. margin-left:6px;}
  345.  
  346. .buttons a{
  347. color:{color:buttons text};
  348. text-decoration:none;}
  349.  
  350. .buttons a:hover{
  351. text-decoration:underline;}
  352.  
  353. .post:hover .buttons{
  354. opacity:1;
  355. display:block;
  356. -webkit-transition: all 0.3s ease-in-out;
  357. -moz-transition: all 0.3s ease-in-out;
  358. transition: all 0.3s ease-in-out;}
  359.  
  360. .buttons a:hover{
  361. background-color:rgba(0, 0, 0, 0);}
  362.  
  363. .headings{
  364. font-size:1.4em;
  365. text-align:left;
  366. font-style:italic;}
  367.  
  368. .audiopost {
  369. {block:IndexPage}
  370. width:220px;
  371. padding-bottom:10px;
  372. {/block:IndexPage}
  373. {block:PermalinkPage}
  374. width:400px;
  375. padding-bottom:110px;
  376. {/block:PermalinkPage}}
  377.  
  378. .albumart {
  379. position:absolute;
  380. {block:IndexPage}
  381. width:50px;
  382. height:50px;
  383. {/block:IndexPage}
  384. {block:PermalinkPage}
  385. width:150px;
  386. height:150px;
  387. {/block:PermalinkPage}}
  388.  
  389. .albumart img {
  390. float:left;
  391. {block:IndexPage}
  392. width:50px;
  393. height:50px;
  394. {/block:IndexPage}
  395. {block:PermalinkPage}
  396. width:150px;
  397. height:150px;
  398. {/block:PermalinkPage}}
  399.  
  400. /** theme by F L O R E L S (✿◠‿◠) //// **/
  401.  
  402. .playbox {
  403. opacity:0.6;
  404. width:27px;
  405. height:30px;
  406. overflow:hidden;
  407. position:absolute;
  408. z-index:2;
  409. {block:IndexPage}
  410. margin-left:11px;
  411. margin-top:12px;
  412. {block:IndexPage}
  413. {block:PermalinkPage}
  414. margin-left:60px;
  415. margin-top:61px;
  416. {/block:PermalinkPage}}
  417.  
  418. .info {
  419. margin-top:2px;
  420. line-height:12px;
  421. font-size:10px;
  422. font-family:'Times New Roman';
  423. {block:IndexPage}
  424. margin-left:58px;
  425. {block:IndexPage}
  426. {block:PermalinkPage}
  427. margin-left:158px;
  428. {/block:PermalinkPage}}
  429.  
  430. #posts {
  431. position:absolute;
  432. z-index:1;
  433. margin:20px 0 130px 20px;
  434. {block:IndexPage}
  435. {block:ifnot2columns}
  436. width:900px;
  437. {/block:ifnot2columns}
  438. {block:if2columns}
  439. width:600px;
  440. {/block:if2columns}
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. width:400px;
  444. border-radius:{text:post radius}px;
  445. padding:15px;
  446. {block:ifpostbg}
  447. background:{color:post background};
  448. {/block:ifpostbg}
  449. {/block:PermalinkPage}}
  450.  
  451. .post {
  452. {block:IndexPage}
  453. margin:15px;
  454. padding:10px;
  455. width:250px;
  456. {/block:IndexPage}
  457. {block:PermalinkPage}
  458. width:400px;
  459. {/block:PermalinkPage}
  460. float:left;
  461. position:relative;
  462. {block:ifpostbg}
  463. background:{color:post background};
  464. {/block:ifpostbg}
  465. font-family:'Times New Roman';
  466. font-size:1em;
  467. color:{color:text};}
  468.  
  469. .post img{
  470. max-width:100%;
  471. -webkit-transition: all 0.4s ease-in-out;
  472. -moz-transition: all 0.4s ease-in-out;
  473. transition: all 0.4s ease-in-out;}
  474.  
  475. .photo {
  476. height:auto;
  477. -webkit-transition: all 0.4s ease-in-out;
  478. -moz-transition: all 0.4s ease-in-out;
  479. transition: all 0.4s ease-in-out;}
  480.  
  481. .quote {
  482. text-align:center;
  483. font-size:1.2em;}
  484.  
  485. .quotesource {
  486. text-align:right;}
  487.  
  488. /** theme by F L O R E L S (✿◠‿◠) //// **/
  489.  
  490. .captions {
  491. margin-top:-8px;}
  492.  
  493. #pleasedontremove{
  494. position:fixed;
  495. right:5px;
  496. z-index:6;
  497. top:27px;}
  498.  
  499. /** theme by F L O R E L S (✿◠‿◠) //// **/
  500.  
  501. </style>
  502. </head>
  503.  
  504. <body>
  505.  
  506. <div id="pleasedontremove"><a href="http://emmalucys.com/" target="_blank" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  507.  
  508. <div id="top"></div>
  509.  
  510. <div id="sidebar">
  511. <div id="blogtitle">{Title}</div>
  512. <div id="description">{description}</div>
  513. <div id="navlinks">
  514. <a href="/">home,</a>
  515. <a href="{text:ask link}">message,</a>
  516. <a href="/archive">archive,</a>
  517. {block:ifcustomlink1}<a href="{text:link 1 url}">{text:link 1 title},</a>{/block:ifcustomlink1}
  518. {block:ifcustomlink2}<a href="{text:link 2 url}">{text:link 2 title},</a>{/block:ifcustomlink2}
  519. {block:ifcustomlink3}<a href="{text:link 3 url}">{text:link 3 title},</a>{/block:ifcustomlink3}
  520. <a href="http://emmalucys.com">theme</a>
  521. </div>
  522.  
  523. </div>
  524.  
  525.  
  526.  
  527.  
  528.  
  529. <div id="posts">
  530.  
  531. {block:Posts}
  532.  
  533. {block:Text}
  534. <div class="post">
  535. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  536. {block:IndexPage}
  537. <div class="permalink">
  538. <a href="{Permalink}">{NoteCount}</a>,
  539. <a href="{ReblogURL}">reblog</a>
  540. </div>
  541. {/block:IndexPage}
  542. </div>
  543. {/block:Text}
  544.  
  545.  
  546. {block:Photo}
  547. <div class="post"><div class="photo">
  548. {block:IndexPage}
  549. <a href="{permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>
  550. <div class="permalink">
  551. <a href="{Permalink}">{NoteCount}</a>,
  552. <a href="{ReblogURL}">reblog</a>
  553. </div>
  554. {/block:IndexPage}
  555.  
  556. {block:PermalinkPage}
  557. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  558. {/block:PermalinkPage}
  559. </div></div>
  560. {/block:Photo}
  561.  
  562.  
  563. {block:Photoset}
  564. <div class="post">
  565. {block:IndexPage}
  566. {Photoset}
  567. <div class="permalink">
  568. <a href="{Permalink}">{NoteCount}</a>,
  569. <a href="{ReblogURL}">reblog</a>
  570. </div>
  571. {/block:IndexPage}
  572. {block:PermalinkPage}
  573. {Photoset-400}
  574. {/block:PermalinkPage}
  575. </div>
  576. {/block:Photoset}
  577.  
  578.  
  579. {block:Quote}
  580. <div class="post">
  581. <div class="quote">
  582. '<i>{Quote}</i>'
  583. </div>
  584. <div class="quotesource">
  585. — {Source}
  586. </div>
  587. {block:IndexPage}
  588. <div class="permalink">
  589. <a href="{Permalink}">{NoteCount}</a>,
  590. <a href="{ReblogURL}">reblog</a>
  591. </div>
  592. {/block:IndexPage}
  593. </div>
  594. {/block:Quote}
  595.  
  596.  
  597. {block:Link}
  598. <div class="post">
  599. <div class="headings">
  600. <a href="{URL}">{Name}</a>
  601. </div>
  602. {block:Description}{Description}{/block:Description}
  603. {block:IndexPage}
  604. <div class="permalink">
  605. <a href="{Permalink}">{NoteCount}</a>,
  606. <a href="{ReblogURL}">reblog</a>
  607. </div>
  608. {/block:IndexPage}
  609. </div>
  610. {/block:Link}
  611.  
  612.  
  613. {block:Chat}
  614. <div class="post">
  615. {block:Title}{Title}{/block:Title}<br>
  616. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  617. {/block:Label}{/block:Lines}
  618. {block:IndexPage}
  619. <div class="permalink">
  620. <a href="{Permalink}">{NoteCount}</a>,
  621. <a href="{ReblogURL}">reblog</a>
  622. </div>
  623. {/block:IndexPage}
  624. </div>
  625. {/block:Chat}
  626.  
  627.  
  628. {block:Video}
  629. <div class="post">
  630. {block:IndexPage}
  631. {Video-500}
  632. <div class="permalink">
  633. <a href="{Permalink}">{NoteCount}</a>,
  634. <a href="{ReblogURL}">reblog</a>
  635. </div>
  636. {/block:IndexPage}
  637. {block:PermalinkPage}
  638. {Video-400}
  639. {/block:PermalinkPage}
  640. </div>
  641. {/block:Video}
  642.  
  643.  
  644. {block:Audio}
  645. <div class="post">
  646. <div class="audiopost">
  647. {block:AlbumArt}
  648. <div class="albumart">
  649. <img src="{AlbumArtURL}">
  650. </div>
  651. {/block:AlbumArt}
  652. {block:AudioPlayer}
  653. <div class="playbox">
  654. {AudioPlayerWhite}
  655. </div>
  656. {/block:AudioPlayer}
  657. <div class="info">
  658. Artist: <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</br>
  659. Title: <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</br>
  660. Album: <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}</br>
  661. Plays: {FormattedPlayCount}{/block:PlayCount}
  662. </div>
  663. </div>
  664. {block:IndexPage}
  665. <div class="permalink">
  666. <a href="{Permalink}">{NoteCount}</a>,
  667. <a href="{ReblogURL}">reblog</a>
  668. </div>
  669. {/block:IndexPage}
  670. </div>
  671. {/block:Audio}
  672.  
  673.  
  674. {block:Answer}
  675. <div class="post">
  676. <b>{Asker} asked:</b></p> {Question}</p>
  677. <p><br><br><b>Answer:</b>{Answer}
  678. {block:IndexPage}
  679. <div class="permalink">
  680. <a href="{Permalink}">{NoteCount}</a>,
  681. <a href="{ReblogURL}">reblog</a>
  682. </div>
  683. {/block:IndexPage}
  684. </div>
  685. {/block:Answer}
  686.  
  687.  
  688. {block:PermalinkPage}
  689. <div class="notes">
  690. {block:Date}{Caption}<b>Posted:</b> {TimeAgo}</br>{/block:Date}
  691. {block:NoteCount}<b>Notes:</b>{NoteCount}</br>{/block:NoteCount}
  692. {block:RebloggedFrom}<b>Reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>{/block:RebloggedFrom}
  693. {block:ContentSource}<b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a></br>{/block:ContentSource}
  694. {block:hastags}<b>Tagged with:</b> {block:tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:tags}</br>{/block:hastags}
  695. {PostNotes}</div>
  696. {/block:PermalinkPage}
  697.  
  698.  
  699. {/block:posts}
  700.  
  701.  
  702. </div></div>
  703.  
  704. </body>
  705.  
  706. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement