Advertisement
ANATHEMEX

EX VITRINE

Jul 5th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.20 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. ╠═════• VITRINE BY : TXPUSSY •═════╣
  10. ║ • • • ║
  11. ║ DON'T COPY ║
  12. ║ FEITA PARA PARA O USO ║
  13. ║ EXCLUSIVO DE TXPUSSY ║
  14. ╠═══• DON'T REMOVE THE CREDITS •═══╣
  15. ║ • • • ║
  16. ║ ║
  17. ╚══════════════════════════════════════════════════════════════════════════╝
  18. --->
  19.  
  20. <!-- Script do efeito "digitando" na aba do navegador -->
  21. <script type="text/javascript">
  22. function tb8_makeArray(n){
  23. this.length = n;
  24. return this.length;
  25. }
  26. tb8_messages = new tb8_makeArray(3);
  27. tb8_messages[0] = "{title}";
  28. tb8_messages[1] = "{title}";
  29. tb8_messages[2] = "{title}";
  30. tb8_rptType = 'infinite';
  31. tb8_rptNbr = 5;
  32. tb8_speed = 100;
  33. tb8_delay = 2000;
  34. var tb8_counter=1;
  35. var tb8_currMsg=0;
  36. var tb8_tekst ="";
  37. var tb8_i=0;
  38. var tb8_TID = null;
  39. function tb8_pisi(){
  40. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  41. document.title = tb8_tekst;
  42. tb8_sp=tb8_speed;
  43. tb8_i++;
  44. if (tb8_i==tb8_messages[tb8_currMsg].length){
  45. tb8_currMsg++;
  46. tb8_i=0;
  47. tb8_tekst="";
  48. tb8_sp=tb8_delay;
  49. }
  50. if (tb8_currMsg == tb8_messages.length){
  51. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  52. clearTimeout(tb8_TID);
  53. return;
  54. }
  55. tb8_counter++;
  56. tb8_currMsg = 0;
  57. } tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  58. }
  59. tb8_pisi()
  60. </script>
  61.  
  62. <!-- Fontes -->
  63. <link href='https://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  64.  
  65. <!-- Appearance -->
  66. <!-- imagens-->
  67. <meta name="image:sidebar" content=""/>
  68.  
  69. <!-- cores-->
  70. <meta name="color:background" content="#eeeeee"/>
  71. <meta name="color:barra de rolagem" content="#cccc"/>
  72.  
  73. <!-- links e textos-->
  74. <meta name="text:titulo" content="Sugardic Designs" />
  75. <meta name="text:link1" content="" //>
  76. <meta name="text:link1 titulo" content="Return" />
  77. <meta name="text:link2" content="/" />
  78. <meta name="text:link2 titulo" content="Costumize" />
  79. <meta name="text:link3" content="/" />
  80. <meta name="text:link3 titulo" content="icons" />
  81. <meta name="text:link4" content="/" />
  82. <meta name="text:link4 titulo" content="headers" />
  83.  
  84. </head>
  85. <style type="text/css" media="screen">
  86.  
  87.  
  88.  
  89. /* Definições gerais, fundo do theme, fonte principal, cor dos textos */
  90. body{
  91. background:{color:background};
  92. color:{color:textos};
  93. font-family:Tahoma;
  94. font-size:10px;
  95. text-align:left;
  96. }
  97.  
  98.  
  99. /* Links */
  100. a{
  101. color:{color:links};
  102. text-decoration:none;
  103. }
  104.  
  105.  
  106. /* Links hover */
  107. a:hover{
  108. color:{color:links hover};
  109. }
  110.  
  111.  
  112. /* BARRA DE ROLAGEM */
  113. ::-webkit-scrollbar-thumb{
  114. background-color: {color:barra de rolagem};
  115. height:auto;
  116.  
  117. }
  118.  
  119. ::-webkit-scrollbar {
  120. height:4px;
  121. width:4px;
  122. }
  123.  
  124. .fundotitle {
  125. background:#fff;
  126. width:1368px;
  127. height:150px;
  128. margin-top:-10px;
  129. margin-left:-10px;
  130. }
  131. .titulo {
  132. position:fixed;
  133. margin-top:-150px;
  134. margin-left:0px;
  135. width:1368px;
  136. height:150px;
  137. font-family: 'Sacramento', sans-serif;
  138. font-size:50px;
  139. color:#dcbabe;
  140. text-shadow:0px 2px 0px #eee;
  141. transition:0.6s;
  142. z-index:999999;
  143. line-height:140px;
  144. text-align:center;
  145. }
  146.  
  147. /* Menu */
  148. .menu{
  149. position:fixed;
  150. margin-left:-10px;
  151. margin-top:0px;
  152. width:1362px;
  153. height:40px;
  154. display:inline-block;
  155. color:#000;
  156. cursor: hand;
  157. line-height:20px;
  158. text-align:left;
  159. background:#fff;
  160. padding:3px;
  161. text-align:center;
  162. z-index:999;
  163. border-top:1px solid #ccc;
  164. }
  165. .menu a{
  166. color:#dcbabe;
  167. font-family:courier;
  168. text-transform: uppercase;
  169. font-size:14px;
  170. text-align:center;
  171. display:inline-block;
  172. margin-left:45px;
  173. width:80px;
  174. height:15px;
  175. margin-top:10px;
  176. padding:2px;
  177. padding:1px;
  178. }
  179. .menu a:hover{
  180. color:#ccc;
  181. }
  182.  
  183. .aviso{
  184. position:fixed;
  185. width:250px;
  186. height:460px;
  187. padding:2px;
  188. margin-top:47px;
  189. margin-left:1105px;
  190. overflow:auto;
  191. background:#fff;
  192. text-align:left;
  193. }
  194.  
  195. .tluxury-pink{
  196. color:#dcbabe;
  197. font-size:18px;
  198. font-family:calibri;
  199. position:fixed;
  200. width:259px;
  201. height:30px;
  202. margin-top:55px;
  203. margin-left:0px;
  204. text-transform:uppercase;
  205. background:#fff;
  206. border-bottom:1px solid #ccc;
  207. text-align:center;
  208. line-height:30px;
  209. }
  210.  
  211. .luxury-pink{
  212. position:fixed;
  213. width:255px;
  214. height:150px;
  215. padding:2px;
  216. margin-top:86px;
  217. margin-left:0px;
  218. overflow:auto;
  219. background:#fff;
  220. }
  221.  
  222. .luxury-pink a{
  223. display:inline-block;
  224. padding:3px;
  225. width:50px;
  226. height:12px;
  227. line-height:12px;
  228. font-family:'calibri';
  229. font-size:9px;
  230. text-align:center;
  231. text-transform:uppercase;
  232. color:#ddd;
  233. background:#fff;
  234. border:1px solid #ccc;
  235. transition:.80s;
  236. margin-top:3px;
  237. margin-bottom:2px;
  238. margin-left:2px;
  239. transition:.80s;
  240. }
  241. .luxury-pink a:hover{
  242. box-shadow:inset 0px 0px 0px 10px #f1f1f1;
  243. border-color:#ccc;
  244. color:#dcbabe;
  245. transition:.80s;
  246. }
  247.  
  248. .tluxury-black{
  249. color:#dcbabe;
  250. font-size:18px;
  251. font-family:calibri;
  252. position:fixed;
  253. width:259px;
  254. height:30px;
  255. top:203px;
  256. left:273px;
  257. text-transform:uppercase;
  258. background:#fff;
  259. border-bottom:1px solid #ccc;
  260. text-align:center;
  261. line-height:30px;
  262. }
  263.  
  264. .luxury-black{
  265. position:fixed;
  266. width:255px;
  267. height:150px;
  268. padding:2px;
  269. top:234px;
  270. left:273px;
  271. overflow:auto;
  272. background:#fff;
  273. }
  274.  
  275. .luxury-black a{
  276. display:inline-block;
  277. padding:3px;
  278. width:50px;
  279. height:12px;
  280. line-height:12px;
  281. font-family:'calibri';
  282. font-size:9px;
  283. text-align:center;
  284. text-transform:uppercase;
  285. color:#ddd;
  286. background:#fff;
  287. border:1px solid #ccc;
  288. transition:.80s;
  289. margin-top:3px;
  290. margin-bottom:2px;
  291. margin-left:2px;
  292. transition:.80s;
  293. }
  294. .luxury-black a:hover{
  295. box-shadow:inset 0px 0px 0px 10px #f1f1f1;
  296. border-color:#ccc;
  297. color:#dcbabe;
  298. transition:.80s;
  299. }
  300.  
  301. .tgangster{
  302. color:#dcbabe;
  303. font-size:18px;
  304. font-family:calibri;
  305. position:fixed;
  306. width:259px;
  307. height:30px;
  308. top:203px;
  309. left:538px;
  310. text-transform:uppercase;
  311. background:#fff;
  312. border-bottom:1px solid #ccc;
  313. text-align:center;
  314. line-height:30px;
  315. }
  316.  
  317. .gangster{
  318. position:fixed;
  319. width:255px;
  320. height:150px;
  321. padding:2px;
  322. top:234px;
  323. left:538px;
  324. overflow:auto;
  325. background:#fff;
  326. }
  327.  
  328. .gangster a{
  329. display:inline-block;
  330. padding:3px;
  331. width:50px;
  332. height:12px;
  333. line-height:12px;
  334. font-family:'calibri';
  335. font-size:9px;
  336. text-align:center;
  337. text-transform:uppercase;
  338. color:#ddd;
  339. background:#fff;
  340. border:1px solid #ccc;
  341. transition:.80s;
  342. margin-top:3px;
  343. margin-bottom:2px;
  344. margin-left:2px;
  345. transition:.80s;
  346. }
  347. .gangster a:hover{
  348. box-shadow:inset 0px 0px 0px 10px #f1f1f1;
  349. border-color:#ccc;
  350. color:#dcbabe;
  351. transition:.80s;
  352. }
  353.  
  354.  
  355. .tvitrine{
  356. color:#dcbabe;
  357. font-size:18px;
  358. font-family:calibri;
  359. position:fixed;
  360. width:131px;
  361. height:30px;
  362. top:203px;
  363. left:804px;
  364. text-transform:uppercase;
  365. background:#fff;
  366. border-bottom:1px solid #ccc;
  367. text-align:center;
  368. line-height:30px;
  369. }
  370.  
  371. .vitrine{
  372. position:fixed;
  373. width:127px;
  374. height:150px;
  375. padding:2px;
  376. top:234px;
  377. left:804px;
  378. overflow:auto;
  379. background:#fff;
  380. }
  381.  
  382. .vitrine a{
  383. display:inline-block;
  384. padding:3px;
  385. width:50px;
  386. height:12px;
  387. line-height:12px;
  388. font-family:'calibri';
  389. font-size:9px;
  390. text-align:center;
  391. text-transform:uppercase;
  392. color:#ddd;
  393. background:#fff;
  394. border:1px solid #ccc;
  395. transition:.80s;
  396. margin-top:3px;
  397. margin-bottom:2px;
  398. margin-left:2px;
  399. transition:.80s;
  400. }
  401. .vitrine a:hover{
  402. box-shadow:inset 0px 0px 0px 10px #f1f1f1;
  403. border-color:#ccc;
  404. color:#dcbabe;
  405. transition:.80s;
  406. }
  407.  
  408. .turls{
  409. color:#dcbabe;
  410. font-size:18px;
  411. font-family:calibri;
  412. position:fixed;
  413. width:159px;
  414. height:30px;
  415. top:203px;
  416. left:943px;
  417. text-transform:uppercase;
  418. background:#fff;
  419. border-bottom:1px solid #ccc;
  420. text-align:center;
  421. line-height:30px;
  422. }
  423.  
  424. .urls{
  425. position:fixed;
  426. width:155px;
  427. height:420px;
  428. padding:2px;
  429. top:234px;
  430. left:943px;
  431. overflow:auto;
  432. background:#fff;
  433. }
  434.  
  435. url{
  436. margin-top:3px;
  437. margin-left:3px;
  438. display:inline-block;
  439. padding:3px;
  440. color:#ccc;
  441. border:1px solid #ccc;
  442. text-align:center;
  443. font-size:7px;
  444. width:62px;
  445. height:13px;
  446. line-height:13px;
  447. margin-bottom:3px;
  448. text-transform:uppercase
  449. }
  450.  
  451. .twish{
  452. color:#dcbabe;
  453. font-size:18px;
  454. font-family:calibri;
  455. position:fixed;
  456. width:361px;
  457. height:30px;
  458. top:395px;
  459. left:7px;
  460. text-transform:uppercase;
  461. background:#fff;
  462. border-bottom:1px solid #ccc;
  463. text-align:center;
  464. line-height:30px;
  465. }
  466. .wish{
  467. position:fixed;
  468. width:357px;
  469. height:157px;
  470. padding:2px;
  471. margin-top:278px;
  472. margin-left:-1px;
  473. overflow:auto;
  474. background:#fff;
  475. }
  476. .wish a{
  477. display:inline-block;
  478. padding-left:10px;
  479. margin-top:2px;
  480. width:340px;
  481. height:20px;
  482. line-height:20px;
  483. font-family:'Calibri';
  484. font-size:10px;
  485. text-align:left;
  486. text-transform:uppercase;
  487. color:#ccc;
  488. border:1px solid #ccc;
  489. transition:.80s;
  490. margin-bottom:2px;
  491. margin-left:3px;
  492. background:#fff;
  493. }
  494. .wish a:hover{
  495. box-shadow:inset 350px 0 0 #ddd;
  496. transition:.80s;
  497. color:#fff;
  498. }
  499.  
  500. .tsites{
  501. color:#dcbabe;
  502. font-size:18px;
  503. font-family:calibri;
  504. position:fixed;
  505. width:557px;
  506. height:30px;
  507. top:395px;
  508. left:378px;
  509. text-transform:uppercase;
  510. background:#fff;
  511. border-bottom:1px solid #ccc;
  512. text-align:center;
  513. line-height:30px;
  514. }
  515. .sites{
  516. position:fixed;
  517. width:553px;
  518. height:157px;
  519. padding:2px;
  520. margin-top:278px;
  521. margin-left:370px;
  522. overflow:auto;
  523. background:#fff;
  524. }
  525. .sites a{
  526. display:inline-block;
  527. padding-left:2px;
  528. width:267px;
  529. height:20px;
  530. line-height:20px;
  531. font-family:'Calibri';
  532. font-size:10px;
  533. text-align:left;
  534. text-transform:uppercase;
  535. color:#ccc;
  536. border:1px solid #ccc;
  537. transition:.80s;
  538. margin-bottom:2px;
  539. margin-top:2px;
  540. margin-left:2px;
  541. background:#fff;}
  542.  
  543. .sites a:hover{
  544. transition:.80s;
  545. background:#ddd;
  546. color:#fff;
  547.  
  548. }
  549.  
  550. .flores{
  551. color:#dcbabe;
  552. font-size:30px;
  553. font-family:calibri;
  554. position:fixed;
  555. width:928px;
  556. height:65px;
  557. top:593px;
  558. left:7px;
  559. text-transform:uppercase;
  560. background:#fff;
  561. text-align:center;
  562. line-height:65px;
  563. }
  564.  
  565. </style>
  566.  
  567.  
  568. <body onkeydown="return false">
  569.  
  570. <div class="fundotitle"></div>
  571. <div class="titulo">{text:titulo}</div>
  572.  
  573. <!-- menu -->
  574. <div class="menu">
  575. <a href="{text:link1}">{text:link1 titulo}</a>
  576. <a href="{text:link2}">{text:link2 titulo}</a>
  577. <a href="{text:link3}">{text:link3 titulo}</a>
  578. <a href="{text:link4}">{text:link4 titulo}</a>
  579. </div>
  580.  
  581. <div class="aviso">
  582. <div style="float:center; width:240px; height:25px; padding:2px; margin-left:3px; margin-top:-3px; background:#eee; text-align:right; font-family:'calibri'; color:rgba(0,0,0,.5); font-size:9px; text-transform:uppercase;">Sua regra aqui.</div>
  583. <div style="float:center; width:240px; height:25px; padding:2px; margin-left:3px; margin-top:3px; background:#eee; text-align:right; font-family:'calibri'; color:rgba(0,0,0,.5); font-size:9px; text-transform:uppercase;">Sua regra aqui.</div>
  584. <div style="float:center; width:240px; height:25px; padding:2px; margin-left:3px; margin-top:3px; background:#eee; text-align:right; font-family:'calibri'; color:rgba(0,0,0,.5); font-size:9px; text-transform:uppercase;">Sua regra aqui.</div>
  585. <div style="float:center; width:240px; height:25px; padding:2px; margin-left:3px; margin-top:3px; background:#eee; text-align:right; font-family:'calibri'; color:rgba(0,0,0,.5); font-size:9px; text-transform:uppercase;">Sua regra aqui.</div>
  586. <div style="float:center; width:240px; height:25px; padding:2px; margin-left:3px; margin-top:3px; background:#eee; text-align:right; font-family:'calibri'; color:rgba(0,0,0,.5); font-size:9px; text-transform:uppercase;">Sua regra aqui.</div>
  587.  
  588. <p><iframe frameborder="0" height="260" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/sugardic.tumblr.com" width="250px"></iframe></p>
  589. <br>
  590. </div>
  591.  
  592. <div class="tluxury-pink">Luxury Simmple / Pink</div> <!-- TÍTULO -->
  593. <div class="luxury-pink">
  594.  
  595. <a href="">Preview</a>
  596. <a href="">Código</a>
  597. <a href="/">Preview</a>
  598. <a href="/">Código</a>
  599. <a href="/">Preview</a>
  600. <a href="/">Código</a>
  601. <a href="/">Preview</a>
  602. <a href="/">Código</a>
  603. <a href="/">Preview</a>
  604. <a href="/">Código</a>
  605. <a href="/">Preview</a>
  606. <a href="/">Código</a>
  607. </div></div>
  608.  
  609. <div class="tluxury-black">Black Luxury</div> <!-- TÍTULO -->
  610. <div class="luxury-black">
  611. <a href="/">Preview</a>
  612. <a href="/">Código</a>
  613. <a href="/">Preview</a>
  614. <a href="/">Código</a>
  615. <a href="/">Preview</a>
  616. <a href="/">Código</a>
  617. <a href="/">Preview</a>
  618. <a href="/">Código</a>
  619. <a href="/">Preview</a>
  620. <a href="/">Código</a>
  621. <a href="/">Preview</a>
  622. <a href="/">Código</a>
  623. </div>
  624.  
  625.  
  626. <div class="tgangster">Gangster</div> <!-- TÍTULO -->
  627. <div class="gangster">
  628. <a href="/">Preview</a>
  629. <a href="/">Código</a>
  630. <a href="/">Preview</a>
  631. <a href="/">Código</a>
  632. <a href="/">Preview</a>
  633. <a href="/">Código</a>
  634. <a href="/">Preview</a>
  635. <a href="/">Código</a>
  636. <a href="/">Preview</a>
  637. <a href="/">Código</a>
  638. <a href="/">Preview</a>
  639. <a href="/">Código</a>
  640. </div>
  641.  
  642. <div class="tvitrine">Vitrine</div> <!-- TÍTULO -->
  643. <div class="vitrine">
  644. <a href="/">Preview</a>
  645. <a href="/">Código</a>
  646. <a href="/">Preview</a>
  647. <a href="/">Código</a>
  648. <a href="/">Preview</a>
  649. <a href="/">Código</a>
  650. <a href="/">Preview</a>
  651. <a href="/">Código</a>
  652. <a href="/">Preview</a>
  653. <a href="/">Código</a>
  654. </div>
  655.  
  656. <div class="turls">Urls</div> <!-- TÍTULO -->
  657. <div class="urls">
  658. <url>url aqui</url>
  659. <url>url aqui</url>
  660. <url>url aqui</url>
  661. <url>url aqui</url>
  662. <url>url aqui</url>
  663. <url>url aqui</url>
  664. </div>
  665.  
  666. <div class="twish">Tutoriais</div> <!-- TÍTULO -->
  667. <div class="wish">
  668. <a href="/">Algo aqui</a>
  669. <a href="/">Algo aqui</a>
  670. <a href="/">Algo aqui</a>
  671. <a href="/">Algo aqui</a>
  672. </div>
  673.  
  674. <div class="tsites">Sites Úteis</div> <!-- TÍTULO -->
  675. <div class="sites">
  676. <a href="/">Algo aqui</a>
  677. <a href="/">Algo aqui</a>
  678. <a href="/">Algo aqui</a>
  679. <a href="/">Algo aqui</a>
  680. <a href="/">Algo aqui</a>
  681. <a href="/">Algo aqui</a>
  682. </div>
  683. </div>
  684.  
  685. <div class="flores">🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 🌺 </div> <!-- TÍTULO -->
  686.  
  687. </div>
  688. <!-------------------------------------------------------------------------->
  689. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css"> <a class="lcredit icon theme" href="http://babytix.co.vu/">Install Theme</a>
  690. <!--------------------------------------------------------------------------->
  691. </body>
  692.  
  693.  
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement