Advertisement
ANATHEMEX

VITRINE ANTIGA - PRETA

Apr 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 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. ╠═══• DON'T REMOVE THE CREDITS •═══╣
  13. ║ • • • ║
  14. ║ ║
  15. ╚══════════════════════════════════════════════════════════════════════════╝
  16. --->
  17.  
  18. <!-- Script do efeito "digitando" na aba do navegador -->
  19. <script type="text/javascript">
  20. function tb8_makeArray(n){
  21. this.length = n;
  22. return this.length;
  23. }
  24. tb8_messages = new tb8_makeArray(3);
  25. tb8_messages[0] = "{title}";
  26. tb8_messages[1] = "{title}";
  27. tb8_messages[2] = "{title}";
  28. tb8_rptType = 'infinite';
  29. tb8_rptNbr = 5;
  30. tb8_speed = 100;
  31. tb8_delay = 2000;
  32. var tb8_counter=1;
  33. var tb8_currMsg=0;
  34. var tb8_tekst ="";
  35. var tb8_i=0;
  36. var tb8_TID = null;
  37. function tb8_pisi(){
  38. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  39. document.title = tb8_tekst;
  40. tb8_sp=tb8_speed;
  41. tb8_i++;
  42. if (tb8_i==tb8_messages[tb8_currMsg].length){
  43. tb8_currMsg++;
  44. tb8_i=0;
  45. tb8_tekst="";
  46. tb8_sp=tb8_delay;
  47. }
  48. if (tb8_currMsg == tb8_messages.length){
  49. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  50. clearTimeout(tb8_TID);
  51. return;
  52. }
  53. tb8_counter++;
  54. tb8_currMsg = 0;
  55. } tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  56. }
  57. tb8_pisi()
  58. </script>
  59.  
  60. <!-- Fontes -->
  61.  
  62.  
  63. <!-- Appearance -->
  64. <!-- imagens-->
  65. <meta name="image:sidebar" content=""/>
  66.  
  67. <!-- cores-->
  68. <meta name="color:fundo do theme" content="#eeeeee"/>
  69. <meta name="color:barra de rolagem" content="#cccc"/>
  70.  
  71. <!-- links e textos-->
  72. <meta name="text:link1" content="/" />
  73. <meta name="text:link1 titulo" content="Return" />
  74. <meta name="text:link2" content="/" />
  75. <meta name="text:link2 titulo" content="Costumize" />
  76. <meta name="text:link3" content="/" />
  77. <meta name="text:link3 titulo" content="icons" />
  78. <meta name="text:link4" content="/" />
  79. <meta name="text:link4 titulo" content="headers" />
  80.  
  81. </head>
  82. <style type="text/css" media="screen">
  83.  
  84.  
  85.  
  86. /* Definições gerais, fundo do theme, fonte principal, cor dos textos */
  87. body{
  88. background:{color:fundo do theme};
  89. color:{color:textos};
  90. font-family:Tahoma;
  91. font-size:10px;
  92. text-align:left;
  93. }
  94.  
  95.  
  96. /* Links */
  97. a{
  98. color:{color:links};
  99. text-decoration:none;
  100. }
  101.  
  102.  
  103. /* Links hover */
  104. a:hover{
  105. color:{color:links hover};
  106. }
  107.  
  108.  
  109. /* BARRA DE ROLAGEM */
  110. ::-webkit-scrollbar-thumb{
  111. background-color: {color:Barra de rolagem};
  112. border: 0px solid #COR DO BACKGROUD DO SEU THEME;
  113. height:auto;
  114.  
  115. }
  116.  
  117. ::-webkit-scrollbar {
  118. height:7px;
  119. width:7px;
  120. background-color: {color:fundo do theme};
  121. border: 0px solid #COR DO BACKGROUND DO SEU THEME;
  122. }
  123.  
  124. /* Caixinhas */
  125. .caixinha1{
  126. position:relative;
  127. top:-100px;
  128. left:200px;
  129. width:1px;
  130. height:2400px;
  131. background:#222;
  132. }
  133.  
  134. .caixinha2{
  135. position:relative;
  136. top:-100px;
  137. left:860px;
  138. width:1px;
  139. height:900px;
  140. background:#222;
  141. }
  142.  
  143. /* Menu */
  144. .menu{
  145. position:fixed;
  146. margin-left:1px;
  147. margin-top:-8px;
  148. width:859px;
  149. height:58px;
  150. display:inline-block;
  151. color:#000;
  152. cursor: hand;
  153. line-height:20px;
  154. text-align:left;
  155. background:{color:fundo do theme};
  156. padding:3px;
  157. z-index:999;
  158. }
  159. .menu a{
  160. color:#222;
  161. font-family:courier;
  162. text-transform: uppercase;
  163. font-size:14px;
  164. text-align:center;
  165. display:inline-block;
  166. margin-left:45px;
  167. width:80px;
  168. height:20px;
  169. margin-top:20px;
  170. padding:2px;
  171. padding:1px;
  172. border-bottom:2px solid {color:fundo do theme};
  173. background:{color:fundo do theme};
  174. }
  175. .menu a:hover{
  176. background:transparent;
  177. box-shadow:0px 3px 0px 0px #222;
  178. border-bottom:2px solid #ccc;
  179. }
  180.  
  181. /* TRAÇO */
  182. .traco{
  183. position:fixed;
  184. margin-top:17px;
  185. margin-left:40px;
  186. width:780px;
  187. height:1px;
  188. background:#222;
  189. }
  190.  
  191. /* TITULOS */
  192. .titulo {
  193. position:relative;
  194. color:#222;
  195. text-shadow:0em 0.0em 0.1em #ddd;
  196. font-size:80px;
  197. text-transform:uppercase;
  198. margin-top:-2250px;
  199. margin-left:240px;
  200. font-family:helvetica neue, helvetica;
  201. line-height:2px;
  202. font-weight:bold;
  203. letter-spacing:5.5px;z-index:2;
  204. background:#;
  205. width:780px;
  206. text-align:Center;
  207. border-bottom:1px solid #222;
  208. height:53px;
  209. }
  210. .titulo a {
  211. color:#222;
  212. }
  213. .titulo i {
  214. color:#fff;
  215. background:#000;
  216. font-size:10px;
  217. margin-left:250px;
  218. text-shadow:0em 0.0em 0.1em rgba(0,0,0,.0);
  219. font-family:calibri;
  220. width:150px;
  221. margin-top:50px;
  222. }
  223.  
  224. .titulo2 {
  225. position:relative;
  226. color:#222;
  227. text-shadow:0em 0.0em 0.1em #ddd;
  228. font-size:80px;
  229. text-transform:uppercase;
  230. margin-top:30px;
  231. margin-left:240px;
  232. font-family:helvetica neue, helvetica;
  233. line-height:100px;
  234. font-weight:bold;
  235. letter-spacing:5.5px;z-index:2;
  236. background:#;
  237. width:780px;
  238. text-align:Center;
  239. border-bottom:1px solid #222;
  240. border-top:1px solid #222;
  241. height:100px;
  242. }
  243. .titulo2 a {
  244. color:#222;
  245. }
  246. .titulo2 i {
  247. color:#fff;
  248. background:#222;
  249. font-size:10px;
  250. margin-left:250px;
  251. text-shadow:0em 0.0em 0.1em rgba(0,0,0,.0);
  252. font-family:calibri;
  253. width:150px;
  254. margin-top:50px;
  255. }
  256.  
  257. .titulo3 {
  258. position:relative;
  259. color:#222;
  260. text-shadow:0em 0.0em 0.1em #ddd;
  261. font-size:80px;
  262. text-transform:uppercase;
  263. margin-top:30px;
  264. margin-left:240px;
  265. font-family:helvetica neue, helvetica;
  266. line-height:100px;
  267. font-weight:bold;
  268. letter-spacing:5.5px;z-index:2;
  269. background:#;
  270. width:780px;
  271. text-align:Center;
  272. border-bottom:1px solid #222;
  273. border-top:1px solid #222;
  274. height:100px;
  275. }
  276. .titulo3 a {
  277. color:#222;
  278. }
  279. .titulo3 i {
  280. color:#fff;
  281. background:#222;
  282. font-size:10px;
  283. margin-left:250px;
  284. text-shadow:0em 0.0em 0.1em rgba(0,0,0,.0);
  285. font-family:calibri;
  286. width:150px;
  287. margin-top:50px;
  288. }
  289.  
  290. /* Parte dos themes */
  291. .tfeminino{
  292. color:#222;
  293. font-size:30px;
  294. font-family:Marck Script;
  295. position:relative;
  296. width:440px;
  297. height:30px;
  298. margin-top:10px;
  299. margin-left:400px;
  300. padding-left:4px;
  301. text-align:center;
  302. text-transform:none;
  303. }
  304. .feminino{
  305. position:relative;
  306. width:540px;
  307. height:relative;
  308. padding:2px;
  309. margin-top:10px;
  310. margin-left:380px;
  311. overflow:auto;
  312. background:{color:fundo do theme};
  313. text-align:left;
  314. }
  315. .feminino a{
  316. display:inline-block;
  317. padding:0;
  318. width:100px;
  319. height:20px;
  320. line-height:20px;
  321. font-family:'calibri';
  322. font-size:10px;
  323. text-align:center;
  324. text-transform:uppercase;
  325. color:#222;
  326. background:{color:background};
  327. transition:.80s;
  328. margin-bottom:2px;
  329. margin-left:15px;
  330. margin-bottom:10px;
  331. transition:.80s;
  332. border:1px solid #222;
  333. }
  334. .feminino a:hover{
  335. box-shadow:inset 0px 0px 0px 13px #ddd;
  336. transition:.80s;
  337. }
  338.  
  339. .tmasculino{
  340. color:#222;
  341. font-size:30px;
  342. font-family:Marck Script;
  343. position:relative;
  344. width:440px;
  345. height:30px;
  346. margin-top:10px;
  347. margin-left:400px;
  348. padding-left:4px;
  349. text-align:center;
  350. text-transform:none;
  351. }
  352. .masculino{
  353. position:relative;
  354. width:540px;
  355. height:relative;
  356. padding:2px;
  357. margin-top:10px;
  358. text-align:left;
  359. margin-left:380px;
  360. overflow:auto;
  361. background:{color:fundo do theme};
  362. }
  363. .masculino a{
  364. display:inline-block;
  365. padding:0;
  366. width:100px;
  367. height:20px;
  368. line-height:20px;
  369. font-family:'calibri';
  370. font-size:10px;
  371. text-align:center;
  372. text-transform:uppercase;
  373. color:#222;
  374. background:{color:fundo do theme};
  375. border:1px solid {color:borda pop up};
  376. transition:.80s;
  377. margin-bottom:2px;
  378. margin-left:15px;
  379. margin-bottom:10px;
  380. transition:.80s;
  381. border:1px solid #222;
  382. }
  383. .masculino a:hover{
  384. box-shadow:inset 0px 0px 0px 13px #ddd;
  385. transition:.80s;
  386. }
  387.  
  388. .tvitrine{
  389. color:#222;
  390. font-size:30px;
  391. font-family:Marck Script;
  392. position:relative;
  393. width:480px;
  394. height:30px;
  395. margin-top:10px;
  396. margin-left:400px;
  397. padding-left:4px;
  398. text-align:center;
  399. text-transform:none;
  400. }
  401. .vitrine{
  402. position:relative;
  403. width:540px;
  404. height:relative;
  405. padding:2px;
  406. margin-top:10px;
  407. margin-left:380px;
  408. text-align:left;
  409. overflow:auto;
  410. background:{color:fundo do theme};
  411. }
  412. .vitrine a{
  413. display:inline-block;
  414. padding:0;
  415. width:100px;
  416. height:20px;
  417. line-height:20px;
  418. font-family:'calibri';
  419. font-size:10px;
  420. text-align:center;
  421. text-transform:uppercase;
  422. color:#222;
  423. background:{color:fundo do theme};
  424. border:1px solid {color:borda pop up};
  425. transition:.80s;
  426. margin-bottom:2px;
  427. margin-left:15px;
  428. margin-bottom:10px;
  429. transition:.80s;
  430. border:1px solid #222;
  431. }
  432. .vitrine a:hover{
  433. box-shadow:inset 0px 0px 0px 13px #ddd;
  434. transition:.80s;
  435. }
  436.  
  437. .tdivul{
  438. color:#222;
  439. font-size:30px;
  440. font-family:Marck Script;
  441. position:relative;
  442. width:480px;
  443. height:30px;
  444. margin-top:10px;
  445. margin-left:400px;
  446. padding-left:4px;
  447. text-align:center;
  448. text-transform:none;
  449. }
  450. .divul{
  451. position:relative;
  452. width:540px;
  453. height:55px;
  454. padding:2px;
  455. margin-top:10px;
  456. margin-left:380px;
  457. text-align:left;
  458. overflow:auto;
  459. background:{color:fundo do theme};
  460. }
  461. .divul a{
  462. display:inline-block;
  463. padding:0;
  464. width:100px;
  465. height:20px;
  466. line-height:20px;
  467. font-family:'calibri';
  468. font-size:10px;
  469. text-align:center;
  470. text-transform:uppercase;
  471. color:#222;
  472. background:{color:fundo do theme};
  473. border:1px solid {color:borda pop up};
  474. transition:.80s;
  475. margin-bottom:2px;
  476. margin-left:15px;
  477. margin-bottom:10px;
  478. transition:.80s;
  479. border:1px solid #222;
  480. }
  481. .divul a:hover{
  482. box-shadow:inset 0px 0px 0px 13px #ddd;
  483. transition:.80s;
  484. }
  485.  
  486. /***************** PARTE TUTORIAIS **********************/
  487. .twish{
  488. color:#222;
  489. font-size:30px;
  490. font-family:Marck Script;
  491. position:relative;
  492. width:440px;
  493. height:30px;
  494. margin-top:5px;
  495. margin-left:400px;
  496. padding-left:4px;
  497. text-align:center;
  498. text-transform:none;
  499. }
  500. .wish{
  501. position:relative;
  502. width:540px;
  503. height:relative;
  504. padding:2px;
  505. margin-top:10px;
  506. margin-left:350px;
  507. overflow:auto;
  508. text-align:center;
  509. }
  510. .wish a{
  511. display:inline-block;
  512. padding-left:10px;
  513. width:340px;
  514. height:20px;
  515. line-height:20px;
  516. font-family:'Calibri';
  517. font-size:10px;
  518. text-align:left;
  519. text-transform:uppercase;
  520. color:#222;
  521. border:1px solid #222;
  522. transition:.80s;
  523. margin-bottom:2px;
  524. margin-left:2px;
  525. background:{color:fundo do theme};
  526. }
  527. .wish a:hover{
  528. box-shadow:inset 350px 0 0 #ddd;
  529. transition:.80s;
  530. }
  531.  
  532. /* PARTE DAS URLS */
  533. .turlb{
  534. color:#222;
  535. font-size:30px;
  536. font-family:Marck Script;
  537. position:relative;
  538. width:440px;
  539. height:30px;
  540. margin-top:0px;
  541. margin-left:400px;
  542. padding-left:4px;
  543. text-align:center;
  544. text-transform:none;
  545. }
  546. .urlb{
  547. position:relative;
  548. width:540px;
  549. height:relative;
  550. padding:2px;
  551. margin-top:10px;
  552. margin-left:350px;
  553. overflow:auto;
  554. background:{color:fundo do theme};
  555. text-align:center;
  556. }
  557. url{
  558. display:inline-block;
  559. padding:5px;
  560. background:{color:fundo do theme};
  561. color:#222;
  562. border:1px solid #222;
  563. text-align:center;
  564. width:107px;
  565. margin-bottom:10px;
  566. }
  567.  
  568. /***************** PARTE DOS SITES UTEIS **********************/
  569. .tsites{
  570. color:#222;
  571. font-size:30px;
  572. font-family:Marck Script;
  573. position:relative;
  574. width:440px;
  575. height:30px;
  576. margin-top:10px;
  577. margin-left:400px;
  578. padding-left:4px;
  579. text-align:center;
  580. text-transform:none;
  581. }
  582. .sites{
  583. position:relative;
  584. width:540px;
  585. height:relative;
  586. padding:2px;
  587. margin-top:10px;
  588. margin-left:350px;
  589. overflow:auto;
  590. text-align:center;
  591. }
  592. .sites a{
  593. display:inline-block;
  594. padding-left:10px;
  595. width:140px;
  596. height:20px;
  597. line-height:20px;
  598. font-family:'Calibri';
  599. font-size:8px;
  600. text-align:left;
  601. text-transform:uppercase;
  602. color:#222;
  603. border:1px solid #222;
  604. transition:.80s;
  605. margin-bottom:2px;
  606. margin-left:2px;
  607. background:{color:fundo do theme};}
  608. .sites a:hover{
  609. transition:.80s;
  610. background:#ddd;
  611.  
  612. }
  613. </style>
  614.  
  615.  
  616. <body onkeydown="return false">
  617.  
  618. <div class="caixinha1">
  619. <!-- menu -->
  620. <div class="menu">
  621. <a href="{text:link1}">{text:link1 titulo}</a>
  622. <a href="{text:link2}">{text:link2 titulo}</a>
  623. <a href="{text:link3}">{text:link3 titulo}</a>
  624. <a href="{text:link4}">{text:link4 titulo}</a>
  625. <div class="traco"></div>
  626. <div class="caixinha2"></div></div>
  627. </div>
  628. <div class="titulo"> THEMES </a></div>
  629.  
  630. </div>
  631. </div>
  632. </div>
  633.  
  634. <!-- AQUI É O COMEÇO DO I-FRAME --------------------------------------------->
  635.  
  636. <!-- I-FRAME: Caixa dos themes -->
  637. <div class="tfeminino">Feminino</div> <!-- TÍTULO -->
  638. <div class="feminino">
  639. <a href="/">Theme 00x</a>
  640. <a href="/">Code</a>
  641. <a href="/">Theme 00x</a>
  642. <a href="/">Code</a>
  643. <a href="/">Theme 00x</a>
  644. <a href="/">Code</a>
  645. <a href="/">Theme 00x</a>
  646. <a href="/">Code</a>
  647. <a href="/">Theme 00x</a>
  648. <a href="/">Code</a>
  649. <a href="/">Theme 00x</a>
  650. <a href="/">Code</a>
  651. </div>
  652.  
  653. <div class="tmasculino">Masculino</div> <!-- TÍTULO -->
  654. <div class="masculino">
  655. <a href="/">Theme 00x</a>
  656. <a href="/">Code</a>
  657. <a href="/">Theme 00x</a>
  658. <a href="/">Code</a>
  659. <a href="/">Theme 00x</a>
  660. <a href="/">Code</a>
  661. <a href="/">Theme 00x</a>
  662. <a href="/">Code</a>
  663. <a href="/">Theme 00x</a>
  664. <a href="/">Code</a>
  665. <a href="/">Theme 00x</a>
  666. <a href="/">Code</a>
  667. </div>
  668.  
  669. <div class="tvitrine">Vitrine</div> <!-- TÍTULO -->
  670. <div class="vitrine">
  671. <a href="/">Theme 00x</a>
  672. <a href="/">Code</a>
  673. <a href="/">Theme 00x</a>
  674. <a href="/">Code</a>
  675. <a href="/">Theme 00x</a>
  676. <a href="/">Code</a>
  677. <a href="/">Theme 00x</a>
  678. <a href="/">Code</a>
  679. <a href="/">Theme 00x</a>
  680. <a href="/">Code</a>
  681. <a href="/">Theme 00x</a>
  682. <a href="/">Code</a>
  683. </div>
  684.  
  685. <div class="tdivul">Família/Divulgação</div> <!-- TÍTULO -->
  686. <div class="divul">
  687. <a href="/">Theme 00x</a>
  688. <a href="/">Code</a>
  689. <a href="/">Theme 00x</a>
  690. <a href="/">Code</a>
  691. <a href="/">Theme 00x</a>
  692. <a href="/">Code</a>
  693. <a href="/">Theme 00x</a>
  694. <a href="/">Code</a>
  695. <a href="/">Theme 00x</a>
  696. <a href="/">Code</a>
  697. <a href="/">Theme 00x</a>
  698. <a href="/">Code</a>
  699. </div>
  700.  
  701. <div class="titulo2"> Tutos e Urls </a></div>
  702.  
  703. <div class="twish">Tutoriais</div> <!-- TÍTULO -->
  704. <div class="wish">
  705. <a href="/">ALGO AQUI</a>
  706. <a href="/">ALGO AQUI</a>
  707. <a href="/">ALGO AQUI</a>
  708. <a href="/">ALGO AQUI</a>
  709. <a href="/">ALGO AQUI</a>
  710. <a href="/">ALGO AQUI</a>
  711. <a href="/">ALGO AQUI</a>
  712. </div>
  713. </div>
  714.  
  715. <div class="turlb">Urls Disponiveis</div> <!-- TÍTULO -->
  716. <div class="urlb">
  717.  
  718. <url>url aqui</url>
  719. <url>url aqui</url>
  720. <url>url aqui</url>
  721. <url>url aqui</url>
  722. <url>url aqui</url>
  723. <url>url aqui</url>
  724. <url>url aqui</url>
  725. <url>url aqui</url>
  726. <url>url aqui</url>
  727. <url>url aqui</url>
  728. <url>url aqui</url>
  729. <url>url aqui</url>
  730.  
  731.  
  732. </div>
  733.  
  734. <div class="titulo3"> Sites úteis </a></div>
  735.  
  736. <div class="tsites">Sites Úteis</div> <!-- TÍTULO -->
  737. <div class="sites">
  738. <a href="/">Algo aqui</a>
  739. <a href="/">Algo aqui</a>
  740. <a href="/">Algo aqui</a>
  741. <a href="/">Algo aqui</a>
  742. <a href="/">Algo aqui</a>
  743. <a href="/">Algo aqui</a>
  744. <a href="/">Algo aqui</a>
  745. <a href="/">Algo aqui</a>
  746. <a href="/">Algo aqui</a>
  747. <a href="/">Algo aqui</a>
  748. <a href="/">Algo aqui</a>
  749. <a href="/">Algo aqui</a>
  750.  
  751. </div>
  752.  
  753. </div>
  754.  
  755.  
  756. <!-- I-FRAME: Caixa da ask -->
  757. <br>
  758. <br>
  759. <br>
  760. <br><br>
  761. <br>
  762. <br>
  763. <br>
  764. <center><iframe frameborder="0" scrolling="no" width="500px" height="200px" src="http://www.tumblr.com/ask_form/sugardic.tumblr.com" style="background-color:#222; overflow:hidden;padding:15px" id="ask_form"></iframe></center>
  765. </div>
  766. <!-- AQUI É O FINAL DO I-FRAME ---------------------------------------------->
  767.  
  768. <!-------------------------------------------------------------------------->
  769. <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>
  770. <!--------------------------------------------------------------------------->
  771. </body>
  772.  
  773.  
  774. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement