Advertisement
skittlezbro

triangle O:

Oct 17th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. !--start-->
  2.  
  3. <meta name="if:Show firsttriangle" content="1" />
  4.  
  5.  
  6. <meta name="color:triangle 1" content="#E66C50"/>
  7. <meta name="color:main border" content="#ffffff"/>
  8. !---above <style type="text/css"> ---->
  9.  
  10. {block:ifshowfirsttriangle}#buttsex {
  11.  
  12. font-family:calibri;
  13. color:#000000;
  14. z-index:3;
  15. overflow:hidden;
  16. height:0px;
  17. width:120px;
  18. position:fixed;
  19. margin-left:5px;
  20. margin-top:162px;
  21. width:120px;
  22. border-top: 18px solid transparent;
  23. border-left: 20px solid {color:triangle 1};
  24. border-bottom: 18px solid transparent;
  25. ;-webkit-transition: all 0.5s ease-out;
  26. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  27.  
  28.  
  29.  
  30. }
  31.  
  32. #buttsex:hover {
  33. background-color:#fcf2f0;
  34. border-top: 0px solid transparent;
  35. border-bottom: 0px solid transparent;
  36. height:160px; /* --- <<<<<this is where you change the height of the box for the FIRST triangle ---*/
  37. width:200px;
  38. border-left: 10px solid {color:main border};
  39. ;-webkit-transition: all 0.5s ease-out;
  40. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  41.  
  42.  
  43.  
  44. }
  45.  
  46.  
  47.  
  48. #inside {
  49. text-transform:uppercase;
  50. border:1px solid #000000;
  51. letter-spacing:1px;
  52. font-size:13px;
  53. width:190px;
  54. padding:5px;
  55. opacity:0;
  56. position:absolute;
  57. text-align:center;
  58. line-height:100%;
  59.  
  60. ;-webkit-transition: all 0.5s ease-out;
  61. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  62. }
  63.  
  64. #buttsex:hover #inside {
  65. opacity:1;
  66. ;-webkit-transition: all 0.5s ease-out;
  67. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  68. }
  69. {/block:ifshowfirsttriangle}
  70.  
  71.  
  72.  
  73.  
  74. }
  75.  
  76.  
  77. /*<--end-->
  78.  
  79.  
  80. !----under body-->
  81.  
  82. <div id="buttsex">
  83. <span id="titleyo"></span>
  84. <div id="inside">
  85. <p align="center">
  86. ////-100 Death ////-71 Life ////-11 Storm ////-2 Balance
  87.  
  88. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement