Advertisement
ANATHEMEX

Luxury Simple 5

Jul 22nd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head profile="http://gmpg.org/xfn/11">
  4.  
  5. <!--
  6. ╔══════════════════════════════════════════════════════════════════════════╗
  7. ║ ║
  8. ║ BASE BY : WARVADA ║
  9. ╠═════• THEME BY : SUGARDIC •═════╣
  10. ║ • • • ║
  11. ║ DON'T COPY ║
  12. ╠═══• DON'T REMOVE THE CREDITS •═══╣
  13. ║ • • • ║
  14. ║ ║
  15. ╚══════════════════════════════════════════════════════════════════════════╝
  16. ->
  17.  
  18. <!-- favicon -->
  19. <link rel="shortcut icon" href="{favicon}">
  20.  
  21. <!-- script do efeito do titulo na aba do navegador (efeito digitando) -->
  22. <script type="text/javascript">
  23. function tb8_makeArray(n){ this.length = n;
  24. return this.length;
  25. } tb8_messages = new tb8_makeArray(3);
  26. tb8_messages[0] = "{title}";
  27. tb8_messages[1] = "{title}";
  28. tb8_messages[2] = "{title}";
  29. tb8_rptType = 'infinite';
  30. tb8_rptNbr = 5;
  31. tb8_speed = 100;
  32. tb8_delay = 2000;
  33. var tb8_counter=1;
  34. var tb8_currMsg=0;
  35. var tb8_tekst ="";
  36. var tb8_i=0;
  37. var tb8_TID = null;
  38. function tb8_pisi(){
  39. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  40. document.title = tb8_tekst;
  41. tb8_sp=tb8_speed; tb8_i++;
  42. if (tb8_i==tb8_messages[tb8_currMsg].length){ tb8_currMsg++;
  43. tb8_i=0; tb8_tekst="";
  44. tb8_sp=tb8_delay;
  45. }
  46. if (tb8_currMsg == tb8_messages.length){ if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){ clearTimeout(tb8_TID);
  47. return;
  48. } tb8_counter++;
  49. tb8_currMsg = 0;
  50. }
  51. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  52. } tb8_pisi()
  53. </script>
  54.  
  55.  
  56.  
  57. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  58. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  59.  
  60.  
  61.  
  62. <!-- Appearance -->
  63. <!-- imagens-->
  64. <meta name="image:sidebar" content=""/>
  65.  
  66. <meta name="image:sidebar" content=""/>
  67.  
  68. <!-- cores-->
  69. <meta name="color:background" content="#f3f3f3"/>
  70. <meta name="color:text" content="#767676"/>
  71. <meta name="color:links" content="#818181"/>
  72. <meta name="color:links hover" content="#dcbabe"/>
  73. <meta name="color:titulo" content="#dcbabe"/>
  74.  
  75. <!-- links e textos-->
  76. <meta name="text:link1" content="" />
  77. <meta name="text:link1 titulo" content="" />
  78. <meta name="text:link2" content="" />
  79. <meta name="text:link2 titulo" content="" />
  80. <meta name="text:link3" content="" />
  81. <meta name="text:link3 titulo" content="" />
  82. <meta name="text:link4" content="" />
  83. <meta name="text:link4 titulo" content="" />
  84.  
  85. </head>
  86. <style type="text/css" media="screen">
  87.  
  88. /* DEFINIÇÕES GERAIS */
  89. body{
  90. background:{color:background};
  91. color:{color:text};
  92. font-family: 'Orbitron', sans-serif;
  93. font-size:10px;
  94. text-align:left;
  95. }
  96.  
  97. /* LINKS */
  98. a{
  99. color:{color:links};
  100. text-decoration:none;
  101. }
  102. a:hover{
  103. color:{color:links hover};
  104. }
  105.  
  106. /* BARRA DE ROLAGEM */
  107. ::-webkit-scrollbar-thumb{
  108. background-color: #fff;
  109. border:1px solid #ccc;
  110. height:auto;
  111.  
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height:7px;
  116. width:7px;
  117. background-color: #ccc;
  118. border: 3px solid {color:background};
  119. }
  120.  
  121. /* DETALHE */
  122. .arv {
  123. position:fixed;
  124. left:0px;
  125. top:0px;
  126. z-index:999;
  127. }
  128. .arv img {
  129. width:auto;
  130. }
  131.  
  132. .lado-esque{
  133. position:fixed;
  134. left:350px;
  135. top:0px;
  136. width:40px;
  137. height:700px;
  138. background:#fff;
  139. border:1px solid #ccc;
  140. }
  141.  
  142. .lado-dire{
  143. position:fixed;
  144. left:1110px;
  145. top:0px;
  146. width:40px;
  147. height:700px;
  148. background:#fff;
  149. border:1px solid #ccc;
  150. }
  151.  
  152. /* ALINHAMENTO DOS POSTS */
  153. #content{
  154. float:left;
  155. margin-top:25px;
  156. margin-left:400px;
  157. width:680px;
  158. padding-bottom:30px;
  159. background:#fff;
  160. border:1px solid #ccc;
  161. }
  162.  
  163. /* CAIXA DOS POSTS */
  164. .caixa{
  165. position:relative;
  166. float:left;
  167. display:inline-block;
  168. width:170px;
  169. padding:15px;
  170. margin-left:20px;
  171. background:#fff;
  172. margin-top:20px;
  173. border:1px solid #ccc;
  174. }
  175. .caixa img{
  176. max-width:170px;
  177. }
  178.  
  179. /* POSTS DE IMAGENS */
  180. .imgpost img{
  181. width:170px;
  182. }
  183.  
  184. /* BLOQUEIO DE VIA E SOURCE */
  185. .vsanna{
  186. display:none;
  187. }
  188.  
  189. /* NOTES */
  190. .caixa .notes{
  191. margin-top:10px;
  192. margin-left:-16px;
  193. width:100px;
  194. height:13px;
  195. line-height:13px;
  196. text-align:center;
  197. color:{color:links};
  198. font-size:8px;
  199. font-family:'Calibri';
  200. text-transform:uppercase;
  201. border-right:1px solid #ccc;
  202. border-top:1px solid #ccc;
  203. border-bottom:1px solid #ccc;
  204. background:#fff;
  205. }
  206. .caixa:hover .notes{
  207. }
  208.  
  209. /* TITULO DOS POSTS */
  210. titulo{
  211. text-decoration:none;
  212. }
  213.  
  214.  
  215. /* BLOCKQUOTE */
  216. blockquote{
  217. margin:5px;
  218. }
  219.  
  220. /******* ESTILO DE ASK POR THIS-IS-HTML (POETA-ABALADA) *********/
  221. .picon {float:left; margin-top:-1px;}
  222. .perguntou {width:93%;text-align:left;padding:6px;font-family:calibri;font-size:10px;background-color:#fff;-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.43);}
  223. .pergunta {width:93%;text-align:left;padding:6px;font-family:calibri;font-size:10px;background-color:#fff;-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.43);}
  224. .respondeu {width:100%;font-family:calibri;background-color:; padding:0px;
  225. font-size:11px;}
  226. /******* ESTILO DE ASK POR THIS-IS-HTML (POETA-ABALADA) *********/
  227.  
  228. .titulo {position:fixed;margin-top:102px; margin-left:70px; width:414px; height:30px;font-family: 'Sacramento', sans-serif; font-size:24px; color:#dcbabe;text-shadow:0px 2px 0px #eee;transition:0.6s;border-radius:20px 0px 0px 20px;z-index:999999;line-height:22px;text-align:center;}
  229.  
  230.  
  231. /* ALINHAMENTO DA SIDEBAR */
  232. .txpside{
  233. position:fixed;
  234. margin-top:120px;
  235. margin-left:230px;
  236. width:75px;
  237. height:75px;
  238. background:#000;
  239. padding:10px;
  240. background:#fff;
  241. border:1px solid #ccc;
  242. }
  243.  
  244. /* IMAGEM DA SIDEBAR */
  245. .txpimg img{
  246. width:60px;
  247. height:60px;
  248. padding:5px;
  249. outline-offset:-12px;
  250. outline:5px solid rgba(255,255,255,.5);
  251. border:2px solid #f3f3f3;
  252. background:#fff;
  253. }
  254.  
  255. .side1:before{
  256. position:absolute;
  257. margin-top:85px;
  258. margin-left:26px;
  259. width:0;
  260. height:0;
  261. border:12px solid transparent;
  262. border-top:13px solid #ccc;
  263. content:" ";
  264. }
  265. .side1:after{
  266. position:absolute;
  267. margin-top:9px;
  268. margin-left:28px;
  269. width:0;
  270. height:0;
  271. border:10px solid transparent;
  272. border-top:10px solid #fff;
  273. content:" ";
  274. }
  275.  
  276. html{
  277. cursor: url('http://36.media.tumblr.com/afb8e1cbadf52e54cabc9f24681388b8/tumblr_inline_o6avhhqZVL1rsc41y_500.png'), auto;
  278. }
  279. a, a:hover{
  280. cursor: url('http://67.media.tumblr.com/d2da0e83d84819e5eafa20c3b5f1cfe3/tumblr_inline_o6avjlaD721rsc41y_500.png'), auto;
  281.  
  282. }
  283.  
  284. /* MENU */
  285. .txpmenu{
  286. position:fixed;
  287. margin-top:25px;
  288. margin-left:-11px;
  289. width:89px;
  290. height:auto;
  291. padding:3px;
  292. background:#fff;
  293. text-align:left;
  294. opacity:0;
  295. transition:.80s;
  296. border:1px solid #ccc;
  297. }
  298. .txpmenu a{
  299. display:block;
  300. padding:0;
  301. width:80px;
  302. height:18px;
  303. text-shadow:0 0 2px #fff;
  304. line-height:18px;
  305. color:black;
  306. text-transform:uppercase;
  307. font-size:10px;
  308. font-family:'gabriola';
  309. margin-bottom:5px;
  310. margin-top:5px;
  311. margin-left:5px;
  312. background:#f9f9f9;
  313. transition:.80s;
  314. }
  315. .txpmenu a:hover{
  316. text-shadow:0 0 2px #fff;
  317. transition:.80s;
  318. box-shadow:inset 100px 0 0 {color:links hover};
  319. }
  320. /* HOVER DO MENU */
  321. .txpside:hover .txpmenu{
  322. opacity:1;
  323. transition:.80s;
  324. }
  325.  
  326. /* BASE DOS NOTES TOTALMENTE FEITA POR BEBRUTA
  327. - AUTORIZADA APENAS PARA A FOFA DA SUGARDIC */
  328.  
  329. .caixa .btreblog{
  330. position:absolute;
  331. background:rgba(255,255,255,.5);
  332. margin-top:-28px;
  333. margin-left:10px;
  334. width:18px;
  335. height:18px;
  336. line-height:18px;
  337. border:1px solid #fff
  338. ; opacity:0;
  339. transition:1.2s;
  340. text-align:;
  341. padding-left:5px;
  342. text-shadow:1px 0px 0px #000;
  343. }
  344. .caixa .btreblog a{
  345. font-size:12px;
  346. color:white;
  347. text-transform:uppercase;
  348. font-family:'rod';
  349. }
  350. .btreblog a:hover{
  351. color:{color:links hover};
  352. }
  353.  
  354. .caixa:hover .btreblog {
  355. opacity:1;
  356. transition:.8s;
  357. color:{color:links hover};
  358. }
  359. .caixa .bttime{
  360. position:absolute;
  361. background:rgba(255,255,255,.5);
  362. margin-top:-28px;
  363. margin-left:40px;
  364. width:18px;
  365. height:18px;
  366. line-height:18px;
  367. border:1px solid #fff
  368. ; opacity:0;
  369. transition:1.2s;
  370. text-align:;
  371. padding-left:5px;
  372. text-shadow:1px 0px 0px #000;
  373. }
  374. .caixa .bttime a{
  375. font-size:12px;
  376. color:white;
  377. text-transform:uppercase;
  378. font-family:'rod';
  379. }
  380. .bttime a:hover{
  381. color:{color:links hover};
  382. }
  383. .caixa:hover .bttime {
  384. opacity:1;
  385. transition:.8s;
  386. }
  387. .caixa .btnotes{
  388. position:absolute;
  389. background:rgba(255,255,255,.5);
  390. margin-top:-28px;
  391. margin-left:70px;
  392. width:15px;
  393. height:18px;
  394. line-height:18px;
  395. border:1px solid #fff;
  396. text-align:;
  397. padding-left:5px;
  398. opacity:0;
  399. transition:1s;
  400. text-shadow:1px 0px 0px #000;
  401. }
  402. .caixa .btnotes a{
  403. font-size:12px;
  404. color:white;
  405. text-transform:uppercase;
  406. font-family:'Rod';
  407. }
  408. .btnotes a:hover{
  409. color:{color:links hover};
  410. }
  411. .caixa:hover .btnotes {
  412. opacity:1;
  413. transition:.8s;
  414. }
  415.  
  416. </style>
  417.  
  418. <body onkeydown="return false">
  419. <div class="lado-esque"></div>
  420. <div class="lado-dire"></div>
  421. <div class="arv"><img src="http://static.tumblr.com/nipbkt5/rpfo1qycz/cortinawjt2.png" /></div>
  422. <!-- FONTE DOS ICONS DO MENU -->
  423. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  424. <link href='https://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  425.  
  426. <!-- ALINHAMENTO DA SIDEBAR -->
  427. <div class="titulo">Baby Girl! </div>
  428. <div class="txpside">
  429. <div class="side1">
  430.  
  431. <!-- IMAGEM DA SIDEBAR -->
  432. <div class="txpimg"><img src="{image:sidebar}"></div>
  433.  
  434. <!-- MENU -->
  435. <div class="txpmenu">
  436. <a href="{text:link1}">{text:link1 titulo}</a>
  437. <a href="{text:link2}">{text:link2 titulo}</a>
  438. <a href="{text:link3}">{text:link3 titulo}</a>
  439. <a href="{text:link4}">{text:link4 titulo}</a>
  440. </div>
  441. </div></div>
  442. <!-- FINAL DA SIDEBAR -->
  443.  
  444. <!-- INICIO DOS POSTS --->
  445. <div id="content">
  446. {block:Posts}
  447. <div class="caixa">
  448.  
  449.  
  450. {block:Text}
  451. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  452. {body}
  453. <div class="notes">
  454. <a href="{permalink}">{NoteCount} notes</a> /
  455. <a href="{ReblogURL}" target="_blank">Reblog!</a>
  456. </div>
  457. {/block:Text}
  458.  
  459.  
  460.  
  461. {block:Photo}
  462. {LinkOpenTag}
  463. <div class="imgpost"><img src="{PhotoURL-400}"></div>
  464. {block:indexpage}<div class="btreblog"><a href="{ReblogURL}"><i class="fa fa-retweet" aria-hidden="true"></i></a></div>
  465. <div class="bttime"><a href="{Permalink}" target="_blank" title="{timeago}"><i class="fa fa-share-alt"></i> </a></div>
  466. <div class="btnotes"><a href="{Permalink}" target="_blank" title="{NoteCount}"><i class="fa fa-folder-open"></i></a></div>
  467. {/block:indexpage}
  468. {/block:Photo}
  469.  
  470.  
  471.  
  472. {block:Photoset}
  473. <div class="imgpost">{Photoset}</div>
  474. {block:indexpage}<div class="btreblog"><a href="{ReblogURL}"><i class="fa fa-retweet" aria-hidden="true"></i></a></div>
  475. <div class="bttime"><a href="{Permalink}" target="_blank" title="{timeago}"><i class="fa fa-share-alt"></i> </a></div>
  476. <div class="btnotes"><a href="{Permalink}" target="_blank" title="{NoteCount}"><i class="fa fa-folder-open"></i></a></div>
  477. {/block:indexpage}
  478. {/block:Photoset}
  479.  
  480.  
  481.  
  482. {block:Quote}
  483. {Quote}<br>
  484. <center><b>{block:Source}{Source}{/block:Source}</b></center>
  485. <div class="notes">
  486. <a href="{permalink}">{NoteCount} notes</a> /
  487. <a href="{ReblogURL}" target="_blank">Reblog!</a>
  488. </div>
  489. {/block:Quote}
  490.  
  491.  
  492.  
  493. {block:Chat}
  494. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  495. {block:Lines}
  496. {block:Label}<span>{Label}</span>{/block:Label}
  497. {Line}
  498. {/block:Lines}
  499. <div class="notes">
  500. <a href="{permalink}">{NoteCount} notes</a> /
  501. <a href="{ReblogURL}" target="_blank">Reblog!</a>
  502. </div>
  503. {/block:Chat}
  504.  
  505.  
  506.  
  507. {block:Link}
  508. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  509. {block:Description}{Description}{/block:Description}
  510. <div class="notes">
  511. <a href="{permalink}">{NoteCount} notes</a> /
  512. <a href="{ReblogURL}" target="_blank">Reblog!</a>
  513. </div>
  514. {/block:Link}
  515.  
  516.  
  517.  
  518. {block:Audio}
  519. {AudioPlayer}
  520. <div class="notes">
  521. <a href="{permalink}">{NoteCount} notes</a> /
  522. <a href="{ReblogURL}" target="_blank">Reblog!</a>
  523. </div>
  524. {/block:Audio}
  525.  
  526.  
  527.  
  528. {block:Video}
  529. {block:Indexpage}{Video-250}{/block:IndexPage}
  530. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  531. {block:Caption}{Caption}{/block:Caption}
  532. <div class="notes">
  533. <a href="{permalink}">{NoteCount} notes</a> /
  534. <a href="{ReblogURL}" target="_blank">Reblog!</a>
  535. </div>
  536. {/block:Video}
  537.  
  538.  
  539.  
  540. {block:Answer}
  541. <img src="{AskerPortraitURL-24}" class="picon">
  542. <div class="perguntou">&nbsp;&nbsp;<b>{Asker} me perguntou:</b></div> <div class="pergunta">{Question}</div>
  543. <div class="respondeu">{Answer}</div>
  544. <div class="notes">
  545. <a href="{permalink}">{NoteCount} notes</a> /
  546. <a href="{ReblogURL}" target="_blank">Reblog!</a>
  547. </div>
  548. {/block:Answer}
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557. <!--bloqueio do via e source -->
  558. <div class="vsanna">
  559. {block:RebloggedFrom}
  560. <a href="{ReblogParentURL}">via</a>
  561. {/block:RebloggedFrom}
  562. {block:ContentSource}
  563. <a href="{SourceURL}">source</a>
  564. {/block:ContentSource}
  565. </div>
  566.  
  567.  
  568.  
  569.  
  570.  
  571. </div>
  572. {/block:Posts}
  573. </div>
  574. <!--fim dos posts-->
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589. <!-- script barra de rolagem e caixas do theme-->
  590. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  591. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  592. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  593. <script type="text/javascript">
  594. $(window).load(function () {
  595. $('#content').masonry(),
  596. $('.masonryWrap').infinitescroll({
  597. navSelector : "div#navigation",
  598. nextSelector : "div#navigation a#nextPage",
  599. itemSelector : ".caixa",
  600. bufferPx : 10000,
  601. extraScrollPx: 11000,
  602. loadingImg : "",
  603. loadingText : "<i> </i>",
  604. },
  605. // call masonry as a callback.
  606. function() { $('#content').masonry({ appendedContent: $(this) }); }
  607. );
  608. });
  609. </script>
  610.  
  611. {block:IndexPage}
  612. <div class="column navigation" id="navigation">
  613. {block:Pagination}
  614. {block:PreviousPage}
  615. <a href="{PreviousPage}" class="navigate">
  616. {/block:PreviousPage}
  617. {block:PreviousPage}</a>
  618. {/block:PreviousPage}
  619.  
  620. {block:NextPage}
  621. <a href="{NextPage}" class="navigate" id="nextPage">
  622. {/block:NextPage}
  623. {block:NextPage}</a>{/block:NextPage}
  624. {/block:Pagination}
  625. </div>
  626. {/block:IndexPage}
  627.  
  628. </body>
  629.  
  630. <!-------------------------------------------------------------------------->
  631. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css"> <a class="lcredit icon theme" href="http://sugardic.co.vu/">Install Theme</a>
  632. <!-------------------------------------------------------------------------->
  633. </div>
  634. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement