Advertisement
ANATHEMEX

Luxury Pink 1

Apr 30th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.95 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="http://static.tumblr.com/ern0d22/6nKo0slip/tumblr_nyh5myld871rrlm8ro6_250.jpg"/>
  65.  
  66. <!-- cores-->
  67. <meta name="color:background" content="#fff5f7"/>
  68. <meta name="color:text" content="#222"/>
  69. <meta name="color:links" content="#222"/>
  70. <meta name="color:links hover" content="#000"/>
  71. <meta name="color:ask" content="#ffc0cb"/>
  72. <meta name="color:barra de rolagem" content="#eee"/>
  73. <meta name="color:barrinha" content="#ffc0cb"/>
  74.  
  75. <!-- links e textos-->
  76. <meta name="text:simbolo dos notes" content="●" />
  77. <meta name="text:frase hover" content="" />
  78. <meta name="text:link1" content="" />
  79. <meta name="text:link1 titulo" content="Home" />
  80. <meta name="text:link2" content="" />
  81. <meta name="text:link2 titulo" content="Call" />
  82. <meta name="text:link3" content="" />
  83. <meta name="text:link3 titulo" content="Secrets" />
  84. <meta name="text:link4" content="" />
  85. <meta name="text:link4 titulo" content="Vitrine" />
  86.  
  87.  
  88. </head>
  89. <style type="text/css" media="screen">
  90.  
  91. /* DEFINIÇÕES GERAIS */
  92. body{
  93. background:{color:background};
  94. color:{color:text};
  95. font-family: 'Orbitron', sans-serif;
  96. font-size:10px;
  97. text-align:left;
  98. }
  99.  
  100. /* LINKS */
  101. a{
  102. color:{color:links};
  103. text-decoration:none;
  104. }
  105. a:hover{
  106. color:{color:links hover};
  107. }
  108.  
  109. /* BARRA DE ROLAGEM */
  110. ::-webkit-scrollbar-thumb{
  111. background-color: {color:barra de rolagem};
  112. border: 0px solid {color:background};
  113. height:auto;
  114.  
  115. }
  116.  
  117. ::-webkit-scrollbar {
  118. height:1px;
  119. width:1px;
  120. background-color: {color:background};
  121. border: 0px solid {color:background};
  122. }
  123.  
  124. /*Alinhamento dos posts*/
  125. #content{
  126. float:left;
  127. margin-top:100px;
  128. margin-left:100px;
  129. width:1300px;
  130. padding-bottom:30px;
  131.  
  132. }
  133.  
  134. /*Caixas dos posts*/
  135. .caixa{
  136. position:relative;
  137. float:left;
  138. display:inline-block;
  139. width:200px;
  140. padding:3px;
  141. margin-left:15px;
  142. margin-bottom:20px;
  143. }
  144. .caixa img{
  145. max-width:200px;
  146. }
  147.  
  148. /*Posts de imagens*/
  149. .imgpost img{
  150. width:250px;
  151. }
  152.  
  153. /*Bloqueio do via e source - não retire*/
  154. .vsanna{
  155. display:none;
  156. }
  157.  
  158. /*notes*/
  159. .caixa .notes{
  160. margin-top:10px;
  161. margin-left:0px;
  162. width:200px;
  163. height:13px;
  164. line-height:17px;
  165. text-align:center;
  166. color:{color:links};
  167. font-size:8px;
  168. font-family:'Calibri';
  169. text-transform:uppercase;
  170. opacity:0;
  171. transition:.8s;
  172. }
  173.  
  174. .notes a{
  175. border:1px solid #ccc;
  176. padding:5px;
  177. background:#fff;
  178. }
  179. .caixa:hover .notes{
  180. opacity:1;
  181. transition:.8s;
  182. }
  183.  
  184. /*Titulos dos posts*/
  185. titulo{
  186. text-decoration:none;
  187. }
  188.  
  189. /*Blockquote*/
  190. blockquote {
  191. margin:5px;
  192. }
  193.  
  194. /**ask por conjugad-a (kah) - adaptada por SUGARDIC **/
  195. #pergunta a {
  196. color:#000;
  197. z-index:9999999;
  198. text-shadow:0em 0em 0.1em #fff;
  199. text-transform:none;
  200. color:{color:text};
  201. font-family:'calibri';
  202. font-size:10px;
  203. text-transform:uppercase;
  204. border-bottom:0px dashed #000;
  205. }
  206.  
  207. #pergunta w {
  208. color:#000;
  209. z-index:9999999;
  210. background:{color:background};
  211. padding:2px;
  212. border-radius:0px;
  213. height:4px;
  214. margin-top:-5px;
  215. border-right:0px solid #eee;
  216. margin-right:5px;
  217. color:{color:text};
  218. font-family:'calibri';
  219. font-size:10px;
  220. text-transform:uppercase;
  221. }
  222.  
  223. .pergunta {
  224. background:#fff;
  225. text-align:justify;
  226. padding:9px;
  227. margin-bottom:5px;
  228. margin-left:0px;
  229. margin-right:auto;
  230. border-bottom:1px solid #f5f5f5;
  231. color:#000;
  232. color:{color:text};
  233. font-family:'calibri';
  234. font-size:10px;
  235. text-transform:uppercase;
  236. margin-top:-0px;
  237. z-index:-1;
  238. border-top-right-radius:3px;
  239. border-top-left-radius:3px;
  240. }
  241.  
  242. .pergunta a{
  243. {color:ask};
  244. z-index:9999999;
  245. }
  246.  
  247. .resposta {
  248. color:{color:text};
  249. font-family:'calibri';
  250. font-size:10px;
  251. text-transform:uppercase;
  252. border:8px solid transparent;
  253. background:#fff;
  254. margin-top:-5px;
  255. border-bottom-right-radius: 3px;
  256. border-bottom-left-radius: 3px;
  257. }
  258. /** fim do código **/
  259.  
  260. /*Alinhamento da sidebar*/
  261. .txpside{
  262. position:fixed;
  263. margin-top:-7px;
  264. margin-left:200px;
  265. width:150px;
  266. height:300px;
  267. z-index:999999999999;
  268. }
  269.  
  270.  
  271. /*Imagem da sidebar*/
  272. .txpimg img{
  273. width:46px;
  274. height:46px;
  275. border:1px solid {color:barrinha};
  276. padding:5px;
  277. background:{color:background};
  278. }
  279.  
  280. html{
  281.  
  282. cursor: url('http://66.media.tumblr.com/4ced3ce245d6f19afe79f6f8c3c337d9/tumblr_inline_nqo7gvBOZ11rsc41y_500.png'), auto;
  283.  
  284. }
  285.  
  286. a, a:hover{
  287.  
  288. cursor: url('http://66.media.tumblr.com/42864f15db2b9a51ff216f2bf21dd41c/tumblr_inline_nqo7hmSiQ11rsc41y_500.png'), auto;
  289.  
  290. }
  291.  
  292. /* Menu principal*/
  293. .menu{
  294. position:fixed;
  295. margin-left:-85px;
  296. margin-top:-1px;
  297. width:1068px;
  298. height:40px;
  299. display:inline-block;
  300. color:#000;
  301. font-family:courier;
  302. text-transform: uppercase;
  303. font-size:14px;
  304. text-align:center;
  305. cursor: hand;
  306. line-height:20px;
  307. background:{color:background};
  308. padding:3px;
  309. }
  310. .menu a{
  311. display:inline-block;
  312. width:80px;
  313. height:20px;
  314. margin:1px;
  315. padding:2px;
  316. padding:1px;
  317. box-shadow:2px 2px 1px 0px pink;
  318. z-index:999999999999999999999999999999999999999999;
  319. background:#fff;
  320. }
  321. .menu a:hover{
  322. background:transparent;
  323. }
  324.  
  325.  
  326. .btx1{
  327. position:fixed;
  328. top:0px;
  329. left:0px;
  330. width:1400px;
  331. height:100px;
  332. border-top:60px Groove {color:barrinha};
  333. z-index:9999999999;
  334. }
  335.  
  336.  
  337. /* BASE DOS NOTES TOTALMENTE FEITA POR BEBRUTA
  338. - AUTORIZADA APENAS PARA A FOFA DA SUGARDIC */
  339.  
  340. .caixa .btreblog{
  341. position:absolute;
  342. background:rgba(255,255,255,.5);
  343. margin-top:-45px;
  344. margin-left:157px;
  345. width:0px;
  346. height:0px;
  347. transition:1s;
  348. opacity:0;
  349. color:white;
  350. text-transform:uppercase;
  351. font-family:'Rod';
  352. padding:4px;
  353. text-shadow:1px 0px 0px #ccc;
  354. text-align:center;
  355. border-radius:100%;
  356. line-height:20px;
  357. }
  358. .caixa .btreblog a{
  359. font-size:15px;
  360. color:#fff;
  361. }
  362.  
  363. .fa-retweet {color:#ffffff;width:auto;transition:1s;background:transparent;padding:6.5px;border-radius:100px;}
  364. .fa-retweet:hover {background:#fff;color:#e2e2e2;transition:1s;transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);border-radius:100px;}
  365.  
  366. .caixa:hover .btreblog {
  367. opacity:1;
  368. width:30px;
  369. height:30px;
  370. transition:1s;
  371. }
  372.  
  373. </style>
  374.  
  375. <body onkeydown="return false">
  376. <!-- FONTE DOS ICONS DO MENU -->
  377. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  378.  
  379. <div class="btx1"></div>
  380.  
  381. <!--slinhamento da sidebar-->
  382. <div class="txpside">
  383.  
  384. <!-- imagem da sidebar-->
  385. <div class="txpimg"><img src="{image:sidebar}"></div>
  386.  
  387. <!-- menu -->
  388. <div class="menu">
  389. <a href="{text:link1}">{text:link1 titulo}</a>
  390. <a href="{text:link2}">{text:link2 titulo}</a>
  391. <a href="{text:link3}">{text:link3 titulo}</a>
  392. <a href="{text:link4}">{text:link4 titulo}</a>
  393. </div></div>
  394.  
  395. <!--Final da sidebar-->
  396.  
  397. <!-- INICIO DOS POSTS --->
  398. <div id="content">
  399. {block:Posts}
  400. <div class="caixa">
  401.  
  402.  
  403. {block:Text}
  404. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  405. {body}
  406. <div class="notes">
  407. <a href="{permalink}" target="_blank" Title="{NoteCount} notes">{timeago}</a> -
  408. <a href="{ReblogURL}" target="_blank" Title="Reblog"><i class="fa fa-share" aria-hidden="true"></i></a>
  409. </div>
  410. {/block:Text}
  411.  
  412.  
  413.  
  414. {block:Photo}
  415. {LinkOpenTag}
  416. <div class="imgpost"><img src="{PhotoURL-400}"></div>
  417. <div class="btreblog"><a href="{ReblogURL}" target="_blank" Title="{NoteCount} notes"><i class="fa fa-retweet" aria-hidden="true"></i></a></div>
  418. {/block:indexpage}
  419. {/block:Photo}
  420.  
  421.  
  422.  
  423. {block:Photoset}
  424. <div class="imgpost">{Photoset}</div>
  425. {block:indexpage}
  426. <div class="btreblog"><a href="{ReblogURL}" target="_blank" Title="{NoteCount} notes"><i class="fa fa-retweet" aria-hidden="true"></i></a></div>
  427. {/block:indexpage}
  428. {/block:Photoset}
  429.  
  430.  
  431.  
  432. {block:Quote}
  433. {Quote}<br>
  434. <center><b>{block:Source}{Source}{/block:Source}</b></center>
  435. <div class="notes">
  436. <a href="{permalink}" target="_blank" Title="{NoteCount} notes">{timeago}</a> -
  437. <a href="{ReblogURL}" target="_blank" Title="Reblog"><i class="fa fa-share" aria-hidden="true"></i></a>
  438. </div>
  439. {/block:Quote}
  440.  
  441.  
  442.  
  443. {block:Chat}
  444. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  445. {block:Lines}
  446. {block:Label}<span>{Label}</span>{/block:Label}
  447. {Line}
  448. {/block:Lines}
  449. <div class="notes">
  450. <a href="{permalink}" target="_blank" Title="{NoteCount} notes">{timeago}</a> -
  451. <a href="{ReblogURL}" target="_blank" Title="Reblog"><i class="fa fa-share" aria-hidden="true"></i></a>
  452. </div>
  453. {/block:Chat}
  454.  
  455.  
  456.  
  457. {block:Link}
  458. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  459. {block:Description}{Description}{/block:Description}
  460. <div class="notes">
  461. <a href="{permalink}" target="_blank" Title="{NoteCount} notes">{timeago}</a> -
  462. <a href="{ReblogURL}" target="_blank" Title="Reblog"><i class="fa fa-share" aria-hidden="true"></i></a>
  463. </div>
  464. {/block:Link}
  465.  
  466.  
  467.  
  468. {block:Audio}
  469. {AudioPlayer}
  470. <div class="notes">
  471. <a href="{permalink}" target="_blank" Title="{NoteCount} notes">{timeago}</a> -
  472. <a href="{ReblogURL}" target="_blank" Title="Reblog"><i class="fa fa-share" aria-hidden="true"></i></a>
  473. </div>
  474. {/block:Audio}
  475.  
  476.  
  477.  
  478. {block:Video}
  479. {block:Indexpage}{Video-250}{/block:IndexPage}
  480. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  481. {block:Caption}{Caption}{/block:Caption}
  482. <div class="notes">
  483. <a href="{permalink}" target="_blank" Title="{NoteCount} notes">{timeago}</a> -
  484. <a href="{ReblogURL}" target="_blank" Title="Reblog"><i class="fa fa-share" aria-hidden="true"></i></a>
  485. </div>
  486. {/block:Video}
  487.  
  488.  
  489.  
  490. {block:Answer}
  491. <div class="pergunta">{Asker}: {Question}</div>
  492.  
  493. <div class="resposta">{Answer}</div>
  494. <div class="notes">
  495. <a href="{permalink}" target="_blank" Title="{NoteCount} notes">{timeago}</a> -
  496. <a href="{ReblogURL}" target="_blank" Title="Reblog"><i class="fa fa-share" aria-hidden="true"></i></a>
  497. </div>
  498. {/block:Answer}
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507. <!--bloqueio do via e source -->
  508. <div class="vsanna">
  509. {block:RebloggedFrom}
  510. <a href="{ReblogParentURL}">via</a>
  511. {/block:RebloggedFrom}
  512. {block:ContentSource}
  513. <a href="{SourceURL}">source</a>
  514. {/block:ContentSource}
  515. </div>
  516.  
  517.  
  518.  
  519.  
  520.  
  521. </div>
  522. {/block:Posts}
  523. </div>
  524. <!--fim dos posts-->
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539. <!-- script barra de rolagem e caixas do theme-->
  540. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  541. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  542. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  543. <script type="text/javascript">
  544. $(window).load(function () {
  545. $('#content').masonry(),
  546. $('.masonryWrap').infinitescroll({
  547. navSelector : "div#navigation",
  548. nextSelector : "div#navigation a#nextPage",
  549. itemSelector : ".caixa",
  550. bufferPx : 10000,
  551. extraScrollPx: 11000,
  552. loadingImg : "",
  553. loadingText : "<i> </i>",
  554. },
  555. // call masonry as a callback.
  556. function() { $('#content').masonry({ appendedContent: $(this) }); }
  557. );
  558. });
  559. </script>
  560.  
  561. {block:IndexPage}
  562. <div class="column navigation" id="navigation">
  563. {block:Pagination}
  564. {block:PreviousPage}
  565. <a href="{PreviousPage}" class="navigate">
  566. {/block:PreviousPage}
  567. {block:PreviousPage}</a>
  568. {/block:PreviousPage}
  569.  
  570. {block:NextPage}
  571. <a href="{NextPage}" class="navigate" id="nextPage">
  572. {/block:NextPage}
  573. {block:NextPage}</a>{/block:NextPage}
  574. {/block:Pagination}
  575. </div>
  576. {/block:IndexPage}
  577.  
  578. </body>
  579.  
  580. <!-------------------------------------------------------------------------->
  581. <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>
  582. <!-------------------------------------------------------------------------->
  583. </div>
  584. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement