html-tutorials

WILDBLISSE

Aug 21st, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. #bananas {
  2. text-align: center;
  3. font-size: 11px;
  4. position:fixed;
  5. left:5px;
  6. top:-111px;
  7. -webkit-transition: all .5s ease-in-out;
  8. -moz-transition: all .5s ease-in-out;
  9. -o-transition: all .5s ease-in-out;
  10. z-index:999;
  11. }
  12.  
  13. #bananas:hover {top:0px;}
  14.  
  15. #apple {
  16.  
  17. border-right-style:dashed;
  18.  
  19. border-bottom-style:dashed;
  20.  
  21. border-left-style:dashed;
  22.  
  23. border-width:1px;
  24.  
  25. border-color:#000;
  26.  
  27. padding: 5px 0 5px 0;
  28.  
  29. background: #fff;
  30.  
  31. width:100px;
  32.  
  33. height:100px;
  34.  
  35. border-bottom-right-radius: 5px;
  36.  
  37. -moz-border-radius-bottomright: 5px;
  38.  
  39. -webkit-border-bottom-right-radius: 5px;
  40.  
  41. z-index: 9999;
  42.  
  43. }
  44.  
  45. #appletab {
  46. border-top-style:none;
  47. border-right-style:dashed;
  48. border-bottom-style:dashed;
  49. border-left-style:dashed;
  50. border-width:1px;
  51. border-color:#000;
  52. text-align: center;
  53. height:11px;
  54. padding: 2px 0 8px 0;
  55. background:#fff;
  56. border-bottom-left-radius: 5px;
  57. -moz-border-radius-bottomleft: 5px;
  58. -webkit-border-bottom-left-radius: 5px;
  59. border-bottom-right-radius: 5px;
  60. -moz-border-radius-bottomright: 5px;
  61. -webkit-border-bottom-right-radius: 5px;
  62. width: 100px;
  63. }
  64.  
  65. #melons {
  66. text-align: center;
  67. font-size: 11px;
  68. position:fixed;
  69. left:106px;
  70. top:-111px;
  71. -webkit-transition: all .5s ease-in-out;
  72. -moz-transition: all .5s ease-in-out;
  73. -o-transition: all .5s ease-in-out;
  74. z-index:999;
  75. }
  76.  
  77. #melons:hover {top:0px;}
  78.  
  79. #kiwi {
  80. border-right-style:dashed;
  81. border-bottom-style:dashed;
  82. border-left-style:dashed;
  83. border-width:1px;
  84. border-color:#000;
  85. padding: 5px 0 5px 0;
  86. background: #fff;
  87. width:200px;
  88. height:100px;
  89. border-bottom-right-radius: 5px;
  90. -moz-border-radius-bottomright: 5px;
  91. -webkit-border-bottom-right-radius: 5px;
  92. z-index: 9999;
  93. }
  94.  
  95. #kiwitab {
  96. border-top-style:none;
  97. border-right-style:dashed;
  98. border-bottom-style:dashed;
  99. border-left-style:dashed;
  100. border-width:1px;
  101. border-color:#000;
  102. text-align: center;
  103. height:11px;
  104. padding: 2px 0 8px 0;
  105. background:#fff;
  106. border-bottom-left-radius: 5px;
  107. -moz-border-radius-bottomleft: 5px;
  108. -webkit-border-bottom-left-radius: 5px;
  109. border-bottom-right-radius: 5px;
  110. -moz-border-radius-bottomright: 5px;
  111. -webkit-border-bottom-right-radius: 5px;
  112. width: 200px;
  113. }
  114.  
  115. <!--by cristallite-->
Advertisement
Add Comment
Please, Sign In to add comment