Advertisement
GoldLeej

Small CSS

Apr 24th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. body, html {background: url(http://wallpapers.wallbase.cc/rozne/wallpaper-2855348.jpg) no-repeat center; background-size:cover; background-color: #000000;}
  2.  
  3. .panel h2{display:none}
  4.  
  5. .panel{-moz-border-radius:10px; border-radius:10px;}
  6.  
  7. body, a, a:hover{cursor:url(),auto;}
  8.  
  9. .panel {opacity:0.50; filter:alpha(opacity=50) ; }
  10.  
  11. #id_about:hover { opacity: 100; filter: alpha(opacity=100) }
  12. #id_details:hover { opacity: 100; filter: alpha(opacity=100) }
  13. #id_contact:hover { opacity: 100; filter: alpha(opacity=100) }
  14. #id_equipment:hover { opacity: 100; filter: alpha(opacity=100) }
  15. #id_wishlist:hover { opacity: 100; filter: alpha(opacity=100) }
  16. #id_footprints:hover { opacity: 100; filter: alpha(opacity=100) }
  17. #id_friends:hover { opacity: 100; filter: alpha(opacity=100) }
  18. #id_comments:hover { opacity: 100; filter: alpha(opacity=100) }
  19.  
  20.  
  21. #id_comments {overflow: auto; height: 68px; }
  22.  
  23.  
  24.  
  25. .media_panel {
  26. position:fixed;
  27. bottom:0px;
  28. left:0px;
  29. height:0px!important;
  30. width:100%;
  31. overflow:hidden;
  32. }
  33.  
  34. .media_panel h2 {
  35. display:none;
  36. }
  37.  
  38. .media_panel object {
  39. position:absolute;
  40. left:0px;
  41. bottom:0px;
  42. width:100%!important;
  43. height:300px!important;
  44. }
  45.  
  46. .panel {opacity: .3;}
  47. .panel:hover {opacity: 1!important; transition: 3s!important;}
  48.  
  49. #id_footprints{overflow: auto; overflow-x: hidden; overflow-y: auto; height: 150px;}
  50.  
  51. #id_wishlist{overflow: auto; overflow-x: hidden; overflow-y: hidden; height: 50px;}
  52. #id_wishlist{overflow-y: auto; padding-right: 500px; height: 50px; width: 200px;}
  53.  
  54.  
  55. #id_about {height: 200px; overflow: hidden}
  56. #id_about:hover {overflow-x: hidden; overflow-y: auto}
  57.  
  58. &autoplay=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement