Advertisement
Carolaine_Vieira

#16 Dark

Sep 16th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.15 KB | None | 0 0
  1. <!-- ─────────╔╗────────────╔╗
  2. ─────────║║───────────╔╝╚╗
  3. ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
  4. ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
  5. ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
  6. ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
  7. ──────║║
  8. ──────╚╝
  9. -->
  10.  
  11.  
  12.  
  13. <head>
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46.  
  47. <title>{title}</title>
  48. <link rel="shortcut icon" href="{Favicon}"/>
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51.  
  52.  
  53. <meta name="color:Background" content="#171e51"/>
  54. <meta name="color:Perma bg" content="#171e51"/>
  55. <meta name="color:Text" content="#82868a"/>
  56. <meta name="color:Header Bg" content="#000000"/>
  57. <meta name="color:Nav link" content="#ffffff"/>
  58. <meta name="color:Desc" content="#ffffff"/>
  59. <meta name="color:Link" content="#444444"/>
  60. <meta name="color:Link Hover" content="#7bd7c2"/>
  61. <meta name="if:2 Column" content="1"/>
  62. <meta name="if:Font1" content="1"/>
  63. <meta name="if:Font2" content="0"/>
  64. <meta name="image:Sidebar" content="https://secure.static.tumblr.com/f57146d66c9206a74fd55d83ecc1d158/s2qsk1o/9oynusol7/tumblr_static_874zi2ixga8skso8kcsswgo40.png"/>
  65. <meta name="image:Background" content="http://i.imgur.com/AbpRJfZ.png"/>
  66. <meta name="image:Header" content=""/>
  67. <meta name="text:Codigo do player" content="codigo" />
  68. <meta name="text:Sua Url" content="amplamente" />
  69. <meta name="text:link1" content="link 1" />
  70. <meta name="text:link1url" content="/" />
  71. <meta name="text:link2" content="link 2" />
  72. <meta name="text:link2url" content="/" />
  73. <meta name="text:link3" content="link 3" />
  74. <meta name="text:link3url" content="/" />
  75. <meta name="text:link4" content="link 4" />
  76. <meta name="text:link4url" content="/" />
  77. <meta name="text:link5" content="link 5" />
  78. <meta name="text:link5url" content="/" />
  79. <meta name="color:Scrollbar" content="#fff"/>
  80. <meta name="color:Accent 1" content="#ff0008" />
  81. <meta name="color:Accent 2" content="#df9a6c" />
  82. <meta name="color:Accent 3" content="#ffffff" />
  83. <meta name="color:Accent 4" content="#ff0008" />
  84. <meta name="color:Accent 5" content="#394acb" />
  85.  
  86. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  87. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  88. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  89. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  90. <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  91.  
  92. <style type="text/css">
  93.  
  94. #credit{
  95. position:fixed;
  96. font-family:calibri;
  97. text-transform:uppercase;
  98. z-index:999;
  99. bottom:10px;
  100. right:10px;
  101. width:60px;
  102. height:10px;
  103. padding-bottom:1px;
  104. overflow:hidden;
  105. text-align:center;
  106. font-size:8px;
  107. letter-spacing:1px;
  108. opacity:1;
  109. background:transparent;
  110. -webkit-transition: all 0.3s linear;
  111. -moz-transition: all 0.3s linear;
  112. transition: all 0.3s linear;
  113. }
  114.  
  115.  
  116. #credit a{
  117. color:#999;
  118. }
  119.  
  120. .credit_u{
  121. line-height:10px;
  122. -webkit-transition: all 0.3s linear;
  123. -moz-transition: all 0.3s linear;
  124. transition: all 0.3s linear;
  125. }
  126.  
  127. #credit a:hover .credit_u{
  128. margin-top:-13px;
  129. -webkit-transition: all 0.3s linear;
  130. -moz-transition: all 0.3s linear;
  131. transition: all 0.3s linear;
  132. }
  133.  
  134. .credit_h{
  135. line-height:16px;
  136. font-size:8px;
  137. }
  138.  
  139.  
  140. #bubble-music {
  141. position:fixed;
  142. right:270px;
  143. top:20px;
  144. width:30px;
  145. height:30px;
  146. background-color:#000;
  147. overflow:hidden;
  148. -webkit-transition: all 0.5s ease-out;
  149. -moz-transition: all 0.5s ease-out;
  150. transition: all 0.5s ease-out;
  151. z-index:6;
  152. border-radius:3px;
  153.  
  154.  
  155. }
  156.  
  157. #bubble-music:hover {
  158. border-radius:9px;
  159. -moz-border-radius:9px;
  160. width:140px;
  161. height:30px;
  162. }
  163.  
  164. .music_embed {
  165. margin:-23px 0 0 70px;
  166. z-index:1;
  167. font-family:consolas;
  168. font-size:8px;
  169. -webkit-transition: all 0.5s ease-out;
  170. -moz-transition: all 0.5s ease-out;
  171. transition: all 0.5s ease-out
  172. }
  173.  
  174. #bubble-music:hover .music_embed {
  175. margin:-23px 0 0 34px;
  176. opacity:1;
  177. }
  178.  
  179.  
  180. .popup_block{
  181. display:none;
  182. background:#fff;
  183. padding:20px;
  184. border:1px solid #eee;
  185. float:left;
  186. position:fixed;
  187. top:50%;left:50%;
  188. z-index: 99999;
  189. -webkit-box-shadow: 0px 0px 20px #eee;
  190. -moz-box-shadow: 0px 0px 20px #eee;
  191. box-shadow: 0px 0px 20px #000;
  192. }
  193.  
  194. *html #fade {position: absolute;}
  195. *html .popup_block {position: absolute;}
  196. #fade {
  197. display:none;
  198. position:fixed;
  199. left:0px;
  200. top:0px;
  201. width:100%;
  202. height:100%;
  203. z-index:9999;
  204. background:#000;
  205. opacity:0.5;
  206. }
  207.  
  208. body{
  209. cursor:crosshair;
  210. color:{color:Text};
  211. {block:IfFont1}font-family: 'Cookie', cursive; {/block:IfFont1}
  212. {block:IfFont2} font-family:Poiret One; font-weight:bold; {/block:IfFont2}
  213. font-size:15px;
  214. background-color:{color:Background};
  215. background-image: url("{image:background}");
  216.  
  217. }
  218.  
  219. #post{
  220. margin-top:225px;
  221. {block:If2Column}width:1100px;{/block:If2Column}
  222. {block:IfNot2Column}width:650px; margin-left:450px;
  223. {block:IfNot2Column}
  224. margin-left:250px;
  225. margin-right:auto;
  226. background-color:transparent;
  227. padding:5px;
  228. }
  229.  
  230. a{
  231. color:{color:Link};
  232. text-decoration:none;
  233. -webkit-transition:all 0.3s ease-out;
  234. -moz-transition:all 0.3s ease-out;
  235. transition:all 0.3s ease-out;
  236.  
  237. }
  238.  
  239. a:hover{
  240.  
  241. color:{color:Link Hover};
  242. -webkit-transition:all 0.3s ease-out;
  243. -moz-transition:all 0.3s ease-out;
  244. transition:all 0.3s ease-out;
  245.  
  246. }
  247.  
  248. .entry{
  249. padding:2px;
  250. background-color:transparent;
  251. {block:If2Column}width:250px;{block:If2Column}
  252. {block:IfNot2Column}width:300px;{block:IfNot2Column}
  253. float:right;
  254. margin:5px;
  255. {block:PermalinkPage}
  256. width:500px;
  257. height:auto;
  258. background:#fff;
  259. {/block:PermalinkPage}
  260. }
  261.  
  262. .entry img{
  263. {block:IfNot2Column}width:300px;{block:IfNot2Column}
  264. float:right;
  265. margin:2px;
  266. }
  267.  
  268. .entry .perm{
  269.  
  270. text-transform:uppercase;
  271. background:{color:perma bg};
  272. padding:5px;
  273. text-align:center;
  274. margin-top:0px;
  275. margin-left:0px;
  276. {block:If2Column}width:240px;{block:If2Column}
  277. {block:IfNot2Column}width:290px;{block:IfNot2Column}
  278. height:auto;
  279. position:absolute;
  280. opacity:0.0;
  281. font-family: 'Open Sans', sans-serif;
  282. font-size:8px;
  283. -webkit-transition:all 0.5s ease-out;
  284. -moz-transition:all 0.5s ease-out;
  285. transition:all 0.5s ease-out;
  286.  
  287. }
  288.  
  289. .entry .perm a{color:{color:nav link};}
  290. .entry .perm a:hover{color:{color:link hover};}
  291. .entry:hover .perm{
  292.  
  293. opacity:1;
  294. margin-left:-2px;
  295. -webkit-transition:all 0.5s ease-out;
  296. -moz-transition:all 0.5s ease-out;
  297. transition:all 0.5s ease-out;
  298.  
  299. }
  300.  
  301. @import url(https://fonts.googleapis.com/css?family=Cookie);
  302.  
  303. #sidebar{
  304. background-color:{color:Header Bg};
  305. width:1120px;
  306. top:0px;
  307. left:225px;
  308. padding:3px;
  309. text-align:center;
  310. float:center;
  311. height:220px;
  312. position:fixed;
  313. z-index:5;
  314. background-image: url("{image:header}");
  315. }
  316.  
  317. #sidebar img {
  318. margin-bottom:2px;
  319.  
  320. padding:3px;
  321. -webkit-transition: all 0.5s ease;
  322. -moz-transition: all 0.5s ease;
  323. -o-transition: all 0.5s ease;
  324. -ms-transition: all 0.5s ease;
  325. transition: all 0.5s ease;
  326.  
  327. }
  328.  
  329. #sidebar img:hover{
  330. -webkit-transform: rotate(-360deg);
  331. -moz-transform: rotate(-360deg);
  332. -o-transform: rotate(-360deg);
  333. -ms-transform: rotate(-360deg);
  334. transform: rotate(-360deg);
  335. -webkit-transition: all 0.5s ease;
  336. -moz-transition: all 0.5s ease;
  337. -o-transition: all 0.5s ease;
  338. -ms-transition: all 0.5s ease;
  339. transition: all 0.5s ease;
  340. }
  341.  
  342.  
  343. #side{
  344.  
  345. margin-right:auto;
  346. margin-left:auto;
  347. float:center;
  348. margin-top:5px;
  349. height:150px;
  350. padding:5px;
  351. border-radius:100%;
  352.  
  353. }
  354.  
  355. .pagination {
  356. display: none;
  357. }
  358.  
  359. ::-webkit-scrollbar {height:5px; width:5px;}
  360.  
  361. ::-webkit-scrollbar-track-piece {
  362. background-color:{color:background};
  363. }
  364.  
  365. ::-webkit-scrollbar-thumb {
  366. width:5px; height:5px;
  367. border-radius:3px;
  368. background-color:{color:scrollbar};
  369. border:2px solid {color:background};
  370. }
  371.  
  372. #poxa {margin-top:auto;
  373. margin-left:auto;
  374. text-align:center;
  375. float:center;
  376. }
  377. #poxa a {
  378. padding:2px;
  379. font-size:10px;
  380. text-align:center;
  381. margin-left:5px;
  382. margin-bottom:7px;
  383. font-family:calibri;
  384. text-transform:uppercase;
  385. color:{color:nav link};
  386. display:inline-block;
  387. -webkit-transition:all 0.3s ease-out;
  388. -moz-transition:all 0.3s ease-out;
  389. transition:all 0.3s ease-out;
  390. border-bottom:2px solid {color:Header Bg};
  391. }
  392. #poxa a:hover {
  393. padding-right:20px;
  394. padding-left:20px;
  395. color:{color:nav link};
  396. -webkit-transition:all 0.3s ease-out;
  397. -moz-transition:all 0.3s ease-out;
  398. transition:all 0.3s ease-out;}
  399.  
  400. #poxa a:hover:nth-child(5n+1){border-bottom:2px solid {color:Accent 1};}
  401. #poxa a:hover:nth-child(5n+2){border-bottom:2px solid {color:Accent 2};}
  402. #poxa a:hover:nth-child(5n+3){border-bottom:2px solid {color:Accent 3};}
  403. #poxa a:hover:nth-child(5n+4){border-bottom:2px solid {color:Accent 4};}
  404. #poxa a:hover:nth-child(5n+5){border-bottom:2px solid {color:Accent 5};}
  405.  
  406. #bottom1 {
  407. position:fixed;
  408. width:1150px;
  409. bottom:0;
  410. height:27px;
  411. z-index:3;
  412. background-color:{color:Header Bg};
  413. background-image: url("{image:header}");
  414. left:225px;
  415. }
  416.  
  417. .description {
  418.  
  419. padding:2px;
  420. margin-left:auto;
  421. margin-right:auto;
  422. width:auto;
  423. background:transparent;
  424. font-size:12px;
  425. {block:IfFont1}
  426. font-family: 'Poiret One', cursive;
  427. {/block:IfFont1}
  428. {block:IfFont2}font-family: 'Indie Flower', cursive;{/block:IfFont2}
  429. text-align:center;
  430. color:{color:desc};
  431.  
  432. }
  433. {CustomCSS}
  434.  
  435. </style>
  436. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  437.  
  438. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  439.  
  440. <script>
  441. $(function(){
  442. var $container = $('#post');
  443. $container.imagesLoaded(function(){
  444. $container.masonry({
  445. itemSelector: '.entry',
  446. });
  447. });
  448. $container.infinitescroll({
  449. itemSelector : ".entry",
  450. navSelector : "div.pagination",
  451. nextSelector : ".pagination a#next",
  452. loadingImg : "",
  453. loadingText : "<em></em>",
  454. bufferPx : 10000,
  455. extraScrollPx: 12000,
  456. },
  457. // trigger Masonry as a callback
  458. function( newElements ) {
  459. var $newElems = $( newElements ).css({ opacity: 0 });
  460. // ensure that images load before adding to masonry layout
  461. $newElems.imagesLoaded(function(){
  462. $newElems.animate({ opacity: 1 });
  463. $container.masonry( 'appended', $newElems, true );
  464. });
  465. }
  466. );
  467. });
  468. </script>
  469.  
  470. </head>
  471. <body>
  472.  
  473. <div id="bubble-music">
  474. <img style="margin:7px;" src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
  475. <div class="music_embed">
  476. {text:codigo do player}
  477. </div>
  478. </div>
  479.  
  480.  
  481. <div id="sidebar">
  482.  
  483. <img id="side" src="{image:sidebar}">
  484.  
  485. <div id="poxa">
  486.  
  487. <a href="{text:link1url}">{text:link1}</a>
  488. <a href="#?w=300" rel="box1" class="poplight">ask</a>
  489. <a href="{text:link2url}">{text:link2}</a>
  490. <a href="{text:link3url}">{text:link3}</a>
  491. <a href="{text:link4url}">{text:link4}</a>
  492. <a href="{text:link5url}">{text:link5}</a>
  493.  
  494.  
  495. </div>
  496.  
  497. <div class="description">{Description}
  498.  
  499. </div>
  500.  
  501. </div></div>
  502. <div id="bottom1"></div>
  503.  
  504. <div id="post">
  505. {block:Posts}
  506. <div class="entry">
  507.  
  508. <div class="perm">
  509.  
  510. <a href="{Permalink}">{TimeAgo}</a> | <a href="{ReblogURL}">Reblog</a> | <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  511.  
  512. {block:Title}<h1>{Title}</h1>{/block:Title}
  513.  
  514. {block:Text}{Body}{/block:Text}
  515.  
  516. {block:Photo}
  517. {block:If2Column}
  518. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If2Column}
  519.  
  520. {block:IfNot2Column}
  521. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot2Column}
  522. {/block:Photo}
  523.  
  524. {block:Photoset}
  525.  
  526. {block:If2Column}
  527. {Photoset-250}
  528. {/block:If2Column}
  529.  
  530. {block:IfNot2Column}
  531. {Photoset-500}
  532. {/block:IfNot2Column}
  533.  
  534. {/block:Photoset}
  535.  
  536.  
  537. {block:Quote}
  538. {Quote}
  539. <div align="right">
  540. {block:Source}-{Source}{/block:Source}
  541. </div>
  542. {/block:Quote}
  543.  
  544.  
  545. {block:Video}
  546. {block:If2Column}
  547. {Video-250}
  548. {/block:If2Column}
  549.  
  550. {block:IfNot2Column}
  551. {Video-500}
  552. {/block:IfNot2Column}<br>
  553. {PlayCountWithLabel}
  554. {/block:Video}
  555.  
  556.  
  557. {block:Link}
  558. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  559. {block:Description}{Description}{/block:Description}
  560. {/block:Link}
  561.  
  562. {block:Chat}
  563. {block:Lines}
  564. {block:Label}
  565. <br>{Label}
  566. {/block:Label}
  567. &nbsp;{Line}
  568. {/block:Lines}
  569. {/block:Chat}
  570.  
  571. {block:Audio}
  572. {AudioPlayerGrey}
  573. <br><div align="right">{block:Artist}
  574. Artist: {Artist}</div>
  575. {/block:Artist}<br>
  576. {block:Caption}{Caption}{/block:Caption}
  577. {/block:Audio}
  578.  
  579.  
  580. {block:Answer}
  581. {Asker} asked <b>{Question}</b><Br>
  582. {Answer}
  583. {/block:Answer}
  584.  
  585. {block:PermalinkPage}
  586. {block:Caption}
  587. {Caption}
  588. {/block:Caption}
  589. <br>
  590. {block:NoteCount}
  591. {NoteCount} notes
  592. {/block:NoteCount}
  593. <Br>
  594. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  595. {/block:PermalinkPage}
  596. </div>
  597.  
  598. {/block:Posts}
  599.  
  600. </div>
  601. <!--Pagination-->
  602. <div class="pagination">
  603. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  604. </div>
  605. <div id="box1" class="popup_block">
  606. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:sua url}.tumblr.com" width="100%"></iframe><br>
  607.  
  608.  
  609. </div>
  610.  
  611. </div></div></div></div></div></div></div></div></div></div>
  612. <div id="credit"><a href="http://amplamente.tumblr.com"><div class="credit_u">theme</div><div class="credit_h">amplamente</div></a></div>
  613. </body>
  614. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement