Advertisement
Neurotiico

Parceiroscss

Jan 28th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.93 KB | None | 0 0
  1. /*--------------------------------------
  2. CAIXINHA PARCEIROS POR NEUROTIICO
  3. ---------------------------------------*/
  4. #fuckoff img {border-radius: 15px 15px 15px 15px;
  5. }
  6.  
  7. #fuckoff a {
  8.     color:#000;
  9. text-decoration:none;
  10. }
  11.        
  12. #fuckoff a:hover{
  13. color:#FF4500;
  14. text-decoration:none;
  15. font-weight:bold;
  16. }
  17.    
  18. #fuckoff {    
  19. text-align:left;
  20. font-size: 14px;
  21. position:fixed;
  22. left:10px;
  23. top:-312px;
  24. -webkit-transition: all .5s ease-in-out;
  25. -moz-transition: all .5s ease-in-out;
  26. -o-transition: all .5s ease-in-out;
  27. z-index:999;
  28. }
  29.  
  30. #fuckoff img:hover {  
  31. opacity:1;!important;-webkit-filter: grayscale(0);-webkit-filter: grayscale(0); -moz-filter: grayscale(0);filter: none; filter: grayscale(0); border-radius: 20px 0px 20px 20px;-webkit-transition: all 0.7s linear;-moz-transition: all 0.7s linear;transition: all 0.7s linear;filter: blur(1px); -webkit-filter: blur(0px); -moz-filter: blur(0px); opacity: 1;-webkit-box-shadow:inset 0 0 15px 5px #ffffff, 0 0 15px 3px #ffffff;border-radius: 0px 50px 0px 50px;
  32. }
  33.  
  34. #fuckoff:hover {top:0;}
  35. #ohyeah {
  36. border-right-style:solid;
  37. border-bottom-style:solid;
  38. border-left-style:solid;
  39. border-width:1px;
  40. border-color:#000;
  41. font-family: consolas; color:#000;
  42. font-size: 14px;
  43. padding: 5px 0 5px 0;
  44. background: #fff;
  45.  
  46. width:180px;
  47. height:300px;
  48. border-bottom-right-radius: 5px;
  49. -moz-border-radius-bottomright: 5px;
  50. -webkit-border-bottom-right-radius: 5px;
  51. z-index: 9999;
  52. }
  53.  
  54. #badass {
  55. border-top-style:none;
  56. border-right-style:solid;
  57. border-bottom-style:solid;
  58. border-left-style:solid;
  59. border-width:1px;
  60. border-color:#000;
  61. font-family: consolas; color:#fff; font-size: 11px;
  62. text-align: center;
  63. height:10px;
  64. padding: 6px;
  65. background:#000;
  66. border-bottom-left-radius: 5px;
  67. -moz-border-radius-bottomleft: 5px;
  68. -webkit-border-bottom-left-radius: 5px;
  69. border-bottom-right-radius: 5px;
  70. -moz-border-radius-bottomright: 5px;
  71. -webkit-border-bottom-right-radius: 5px;
  72. width: 50px;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement