Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. /*Body of Profile*/
  2.  
  3. body { background:none; }
  4. #scroller { padding: 35px 0; box-sizing: border-box; }
  5. #profile-container { width:750px;background:#333; }
  6. #profile-container {background:none;}
  7.  
  8. body { background:none; }
  9. #profile-container { width:750px;background:#333; }
  10. .pfor{display:none;}
  11. #profile{border:none; background:None;}
  12. #profile-container { width:750px;background-color:transparent; }
  13.  
  14. body{
  15. background-image:url('http://cdn.mysitemyway.com/etc-mysitemyway/backgrounds/legacy-previews/backgrounds/polka-dots-and-squares/polka-dots-and-squares-003601-lime-green.jpg');
  16. background-repeat:no-repeat;
  17. background-size:100%;
  18. background-position: right;
  19. background-color:#000000;
  20. }
  21.  
  22. /*Fonts*/
  23.  
  24. @font-face {
  25. font-family: deibi;
  26. src: url('https://dl.dropboxusercontent.com/s/2xqddpxfltypa0n/deibi.otf');
  27. }
  28.  
  29. /*Lala Boxes*/
  30.  
  31. .box {
  32. position: absolute;
  33. left: -400px;
  34. top: 125px;
  35. background-color: #000000;
  36. border: 5px double #173b0b;
  37. width: 1390px;
  38. height: 200px;
  39. padding: 25px;
  40. margin: 25px;
  41. z-index: 1px;
  42. }
  43.  
  44.  
  45. .Line {
  46. position: absolute;
  47. left: -400px;
  48. top: 377px;
  49. background-color: #173b0b;
  50. border-width: 5px;
  51. border-style: double;
  52. border-color: #000000 #000000;
  53. width: 1445px;
  54. height: 1px;
  55. padding: 5px;
  56. margin: 5px;
  57. z-index: 1;
  58. }
  59.  
  60.  
  61. /*Lala Moving Font*/
  62.  
  63. .h2
  64. {
  65. font-family: 'deibi', Helvetica;
  66. font-weight: 100;
  67. top: 70px;
  68. position: absolute;
  69. width:100%;
  70. text-align: center;
  71. font-size: 3em;
  72. color: #000000;
  73. animation: fadeUpIn 3s;
  74. -webkit-animation: fadeUpIn 3s; /* Safari and Chrome */
  75. }
  76.  
  77. @-webkit-keyframes fadeUpIn /* Safari and Chrome */
  78. {
  79. from { opacity:0; top:150px; }
  80. to { opacity:1; top: 70px; }
  81.  
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement