Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. #profile-container {
  2. width: 100%;
  3. height: 100%;
  4. background:none;
  5. };
  6.  
  7. ul.enlarge{
  8. list-style-type:none; /*remove the bullet point*/
  9. margin-right:0;
  10. }
  11. ul.enlarge li{
  12. position: relative;
  13. height: 75px; width: 125px; top: -14px; left: 32%;;}
  14. margin:4px 4px 4px 4px;
  15. }
  16. ul.enlarge img{
  17. background-color:001133;
  18. padding: 2px;
  19. -webkit-box-shadow: 0 0 4px rgba(132, 132, 0, .75);
  20. -moz-box-shadow: 0 0 4px rgba(132, 132, 0, .75);
  21. box-shadow: 0 0 4px rgba(132, 132, 0, .75);
  22. -webkit-border-radius: 4px;
  23. -moz-border-radius: 4px;
  24. border-radius: 4px;
  25. }
  26. ul.enlarge span{
  27. position:absolute;
  28. left: -9999px;
  29. background-color:#001133;
  30. padding: 2px;
  31. font-family: 'Droid Sans', sans-serif;
  32. font-size:.9em;
  33. text-align: center;
  34.  
  35. }
  36. ul.enlarge li:hover{
  37. z-index: 50;
  38. cursor:pointer;
  39. }
  40. ul.enlarge span img{
  41. padding:2px;
  42. background:#ccc;
  43. }
  44. ul.enlarge li:hover span{
  45. top: -60px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
  46. left: 125px; /*distance from the left of the thumbnail to the left of the popup image*/
  47. }
  48.  
  49. .vicarious{ Background Properties } body { background-image:url("http://i.imgur.com/iMoBlFH.jpg"); background-attachment:fixed; background-repeat:no-repeat; background-position:top left; background-size: cover; top left; background-height:95%,100%;} -webkit-box-shadow: 7px 7px 5px rgba(19, 4, 0, 0.75); -moz-box-shadow: 7px 7px 5px rgba(19, 4, 0, 0.75); box-shadow: 7px 7px 5px rgba(19, 4, 0, 0.75); } .vic_table tr { margin:0px; } .vic_table td { margin:0px; width:100%; } .profileInfo{padding:5px; } .vicarious{ Google Chrome Scrollbar } ::-webkit-scrollbar {width: 10px;} ::-webkit-scrollbar-track {border: 1px solid ;}
  50. .ami{ height: 70px; width: 70px; border:3px solid black; outline: 2px solid white; background: black; position: absolute; top: 0px; left: 3px; color: transparent;overflow: hidden;}
  51.  
  52.  
  53. #a {
  54. background-image: url("http://orig00.deviantart.net/a33b/f/2012/220/2/9/sansa_stark_banner_by_indiamoon-d5a8zfy.png");
  55. height: 110px;
  56. width: 700px;}
  57.  
  58. .circle { width:450px;height:190px; background-color: #000; opacity: 0.5; box-shadow: 10px -10px rgba(0,0,0,0.8); -moz-box-shadow: 10px -10px rgba(0,0,3,0.8); -webkit-box-shadow: 10px -10px rgba(0,0,3,0.8); -o-box-shadow: 10px -10px rgba(0,0,3,0.8); border-radius:100px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement