Advertisement
LariThemes

Update 02

Sep 2nd, 2015
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. -------- CÓDIGO 1 ------ COLOQUE ACIMA DE </STYLE>
  2.  
  3.  
  4. /* BASE DE UPDATE POR @BLEAKNES| TUMBLR, MODIFICADO E ADAPTADO POR DAWALIZADA. NÃO RETIRE OS CRÉDITOS */
  5.  
  6. /*INÍCIO DA CAIXINHA */
  7.  
  8. #caixa_dawa{position:fixed; top:100px; /* SE QUISER MAIS PARA BAIXO, AUMENTE O VALOR, CASO CONTRÁRIO, DIMINUA O VALOR */
  9. left:30px; /* SE QUISER MAIS PARA DIREITA, AUMENTE O VALOR, CASO CONTRÁRIO, DIMINUA O VALOR */ /* CASO QUEIRA QUE ELA FIQUE AO LADO DIREITO AO INVÉS DO ESQUERDO, É SÓ MUDAR O LEFT PARA RIGHT */
  10. width:110px; height:160px; overflow:hidden; transition:1s;}
  11.  
  12. /*BARRA DE ROLAGEM DAS CAIXINHAS */
  13. #des_dawa::-webkit-scrollbar{height:0; width:8px; background:#fff;}
  14. #des_dawa::-webkit-scrollbar-thumb:vertical{background:#eee; /* COR DA BARRA DE ROLAGEM */ border:3px solid #fff;}
  15. #des_dawa::-webkit-scrollbar-thumb:horizontal{background:#eee; /* COR DA BARRA DE ROLAGEM */ }
  16. /*BARRA DE ROLAGEM DAS CAIXINHAS */
  17.  
  18. #cx_dawa{position:fixed; margin-left:2px; margin-top:1px; margin-bottom:0px; width:95px; height:16px; line-height:16px; padding-left:2px; text-align:center; background:#fff; /* COR DO FUNDO DA CAIXA */ opacity:100; transition:.8s;
  19. border-right:1px solid pink; /* COR DA BORDA DA CAIXA */}
  20. #caixa_dawa:hover #cx_dawa{transition:.8s; height:150px;
  21. border-color:#eee; /* COR DA BORDA DA CAIXA HOVER */;}
  22.  
  23. #titulo_dawa{position:fixed; margin-left:0px; margin-top:1px; margin-bottom:0px; width:95px; height:16px; line-height:16px; padding-left:-3px; text-align:center; font-family:gabriola; font-size:11px; text-transform:uppercase;
  24. color:#000;/* COR DO TÍTUTLO */
  25. background:#; opacity:100; transition:.8s;}
  26. #caixa_dawa:hover #titulo_dawa{opacity:100; transition:.8s;}
  27.  
  28. #des_dawa{position:fixed; overflow:auto; opacity:0; margin-left:-10px; margin-top:25px; width:93px; height:77px; line-height:13px; text-transform:uppercase; text-align:center; font-family:calibri; font-size:8px; transition:.8s; color:black; /* COR DA DESCRIÇÃO */
  29. background:#fff; /* COR DO FUNDO DA DESCRIÇÃO */ padding:2px; }
  30. #caixa_dawa:hover #des_dawa{opacity:100; transition:.8s; margin-left:1px;}
  31.  
  32. #menu_dawa{width:100px; height:13px; line-height:13px; background-color:; padding:0px; text-align:left; margin-top:120px; margin-left:1px; font-family:calibri; font-size:8px; text-transform:uppercase;
  33. color:#000; /* COR DOS LINKS */ opacity:0; z-index:99999999999; position:fixed; transition:.8s;}
  34. #menu_dawa a{color:#000; /* COR DOS LINKS */ width:40px; display:inline-block; border-radius:5px 5px 5px 5px;
  35. border:1px solid #eee; /* COR DA BORDA DA CAIXA */ padding-left:2px; margin-bottom:2px; text-align:center; transition:.8s;}
  36. #caixa_dawa:hover #menu_dawa{opacity:100; transition:.8s; margin-top:110px;}
  37. #menu_dawa a:hover {color:#aaa; /* COR DOS LINKS HOVER*/ opacity:100; box-shadow:inset 0px -15px 0px 0px #eee; transition:.8s;}
  38.  
  39. /*FIM DA CAIXINHA */
  40.  
  41.  
  42.  
  43.  
  44. -------- CÓDIGO 2 ------ COLOQUE ABAIXO DE <BODY> OU <BODY ONKEYDOWN="RETURN FALSE">
  45.  
  46.  
  47.  
  48. <!-- BASE DE UPDATE POR @BLEAKNES. MODIFICADO E ADAPTADO POR DAWALIZADA. NÃO RETIRE OS CRÉDITOS
  49. INÍCIO DA CAIXINHA -->
  50.  
  51. <div id="caixa_dawa">
  52.  
  53. <div id="cx_dawa"></div>
  54.  
  55. <div id="titulo_dawa">Glamour baby</div> <!-- TÍTULO -->
  56.  
  57. <div id="des_dawa">I'm on my Marquise diamonds, I'm a Marquise diamond, Could even make that Tiffany jealous, you say I give it to you hard, so bad, so bad, make you never wanna leave, I won't, I won't</div> <!-- DESCRIÇÃO -->
  58.  
  59.  
  60. <!----------------- INÍCIO DOS LINKS -------------->
  61. <div id="menu_dawa">
  62. <a href="/">Themes</a>
  63. <a href="/">Skins</a>
  64. <a href="/">Headers</a>
  65. <a href="/">Icons</a>
  66. </div>
  67. <!----------------- FIM DOS LINKS -------------->
  68.  
  69. </div>
  70. <!-- BASE DE UPDATE POR @BLEAKNES. MODIFICADO E ADAPTADO POR DAWALIZADA. NÃO RETIRE OS CRÉDITOS
  71. FIM DA CAIXINHA -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement