Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. #profile-container {background: none;}
  2.  
  3. .surr {position: absolute; top: 20px; width: 1200px;}
  4.  
  5. .aside {
  6. background: url(http://i.imgur.com/4XcRVFG.png);
  7. margin: 50px auto -50;
  8. background-size: 120% 200%;
  9. padding: 20px;
  10. background-position: -70px -90px;
  11. width: 350px;
  12. height: 500px;
  13. box-sizing: border-box;
  14. box-shadow: 0 0 20px rgba(0,0,0,.9);
  15. border-radius: 25px;
  16. border: 1px solid black;
  17. webkit-transform: skewY(-5deg);
  18. -moz-transform: skewY(-5deg);
  19. -ms-transform: skewY(-5deg);
  20. -o-transform: skewY(-5deg);
  21. transform: skewY(-5deg);
  22.  
  23. }
  24.  
  25. b, strong {color: #debfe4;border-bottom: 1px dotted #debfe4;}
  26.  
  27. .topbar {position: absolute; top: -11px; left: 340px; width: 760px; text-align: left; background: black; font-family: times; padding: 10px; color: white; font-size: small;}
  28. .bottombar {position: absolute; top: 445px; left: 340px; text-align: center; width: 760px; background: black; font-family: times; padding: 10px; color: white; font-size: small;}
  29.  
  30. .leon {position: absolute; top: 70px; left: 350px; height: 315px; width: 750px; background: black; padding: 10px; color: white; font-size: small; font-family: times; text-align: justify;}
  31.  
  32. .title {position: absolute; color: white; top: -20px; font-size: 50px; left: 850px; width: 300px; font-family: playdate; text-shadow: 2px 2px #debfe4;}
  33.  
  34. @font-face{
  35. font-family: playdate;
  36. src: url(https://dl.dropboxusercontent.com/s/oi0itewwsnr1uon/Allura-Regular.otf);
  37. }
  38. /* unvisited link */
  39. a:link {text-decoration: none;
  40. color: #debfe4;
  41. }
  42.  
  43. /* visited link */
  44. a:visited {
  45. color: #debfe4;
  46. }
  47.  
  48. /* mouse over link */
  49. a:hover {
  50. color: white;
  51. }
  52.  
  53. /* selected link */
  54. a:active {
  55. color: #debfe4;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement