Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. ABOUT ME:
  2.  
  3. <style>
  4.  
  5. #snapchat {
  6. width: 142px;
  7. height: 240px;
  8. background-color:#7a797a;
  9. overflow: hidden;
  10. float:right;
  11. top:0px;
  12. }
  13.  
  14.  
  15. #square {
  16. width: 18px;
  17. height: 18px;
  18. border: 2px solid #f1bcb6;
  19. background-color: #e8e4e1;
  20. border-radius: 5px;
  21. position: absolute;
  22. top: 100px;
  23. left: 25px;
  24. }
  25.  
  26.  
  27. .open {
  28. width: 18px;
  29. height: 18px;
  30. background-color: #676566;
  31. border: 2px solid #E80021;
  32. border-radius: 5px;
  33. position: absolute;
  34. top: 100px;
  35. left: 25px;
  36. }
  37.  
  38. #username {
  39. font: normal 12px Oswald;
  40. color: #f1bcb6;
  41. text-transform: uppercase;
  42. position: absolute;
  43. top: 100px;
  44. left: 50px;
  45. line-height: 150%;
  46. }
  47.  
  48. #snapchat #screen {
  49. position: relative;
  50. width: 142px;
  51. height: 240px;
  52. overflow: hidden;
  53. }
  54.  
  55. #caption, #first, #second, #third, #fourth, #closing{
  56. position: absolute;
  57. width: 142px;
  58. height: 240px;
  59.  
  60. }
  61.  
  62. #first, #second, #third, #fourth, #closing {
  63. left: 142px;
  64. }
  65.  
  66. #snapchat #screen #caption {
  67. width: 142px;
  68. font: normal 8px Oswald;
  69. height:10px;
  70. letter-spacing: 1px;
  71. text-transform: uppercase;
  72. text-align: center;
  73. padding: 7px;
  74. background-image:url(https://i.imgur.com/qwTtelA.png);
  75. color: #e7e3e0;
  76. position: absolute;
  77. top: 190px;
  78. opacity: 1;
  79. }
  80.  
  81. .hov {
  82. width: 142px;
  83. text-align: center;
  84. position: absolute;
  85. top: 122px;
  86. left: 0px;
  87. font: bold 8px Oswald;
  88. letter-spacing:2px;
  89. text-transform: uppercase;
  90. color: #f1bcb6;
  91. opacity: 1;
  92. }
  93.  
  94. #snaptime {
  95. position:relative;
  96. top:5px;
  97. left:120px;
  98. width:15px;
  99. height:15px;
  100. padding:2px;
  101. background-color:rgba(0,0,0,.7);
  102. -webkit-border-radius:15px;
  103. -moz-border-radius:15px;
  104. border-radius:15px;
  105. font: bold 10px Oswald;
  106. color:#cecccd;
  107. line-height:15px;
  108. text-align:center;
  109. }
  110.  
  111. .t1{
  112. border: 2px solid #676566;
  113. }
  114.  
  115.  
  116. #snapchat #screen #first {
  117. background: url(https://i.imgur.com/o9CMg3Y.png);
  118. }
  119.  
  120. #snapchat #screen #second {
  121. background: url(https://i.imgur.com/OjY8qJF.png);
  122. }
  123.  
  124. #snapchat #screen #third {
  125. background: url(https://i.imgur.com/AadSvS3.png);
  126. }
  127.  
  128. #snapchat #screen #fourth {
  129. background: url(https://i.imgur.com/IWknrmQ.png);
  130. }
  131.  
  132.  
  133. #snapchat #screen #closing {
  134. background: #f1bcb6;
  135. }
  136.  
  137. #snapchat:hover #screen #first {
  138. left: 0px; transition-delay: 0s;
  139. transition: 0.8s;
  140. -moz-transition: 0.8s;
  141. -webkit-transition: 0.8s;
  142. -o-transition: 0.8s;
  143. }
  144.  
  145. #snapchat:hover #screen #second {
  146. left: 0px; transition-delay: 3.0s;
  147. }
  148.  
  149. #snapchat:hover #screen #third {
  150. left: 0px; transition-delay: 6.0s;
  151. }
  152.  
  153. #snapchat:hover #screen #fourth {
  154. left: 0px; transition-delay: 9.0s;
  155. }
  156.  
  157.  
  158.  
  159.  
  160. #snapchat:hover #screen #closing {
  161. left: 0px; transition-delay: 12s;
  162. }
  163.  
  164.  
  165.  
  166. #sidetext{
  167. width:142px;
  168. height:240px;
  169. background-color: #f1bcb6;
  170. background-image:url(https://i.imgur.com/KES83EP.png);
  171. float:left;
  172. }
  173.  
  174.  
  175.  
  176. h3{
  177. background-color:#cecccd;
  178. margin:0px;
  179. padding:5px;
  180. text-align:justify;
  181. font: 700 14px Oswald;
  182. text-transform:uppercase;
  183. color:#040404;
  184. }
  185.  
  186.  
  187.  
  188.  
  189. h3 sub {
  190. display: block;
  191. font: bold 8px Oswald;
  192. text-transform: uppercase;
  193. padding-top: 5px;
  194. text-align: justify;
  195. color: #e7e3e0;
  196. margin-top: 5px;
  197. border-top: 1px solid #f1bcb6;
  198. letter-spacing: 2px;
  199. }
  200.  
  201. </style>
  202.  
  203.  
  204. INTERESTS:
  205.  
  206. <div id="sidetext">
  207.  
  208.  
  209. <center><h3><sub>We put her down in a shallow grave, she wears a dress like a body bag every day.</sub></h3></center>
  210.  
  211. </div>
  212.  
  213. <div id="snapchat">
  214. <div id="screen">
  215.  
  216. <div id="square"></div>
  217. <div id="username">kaegallagh</div>
  218. <div class="hov">Hover for snaps.</div>
  219.  
  220. <div id="first"><div id="snaptime" class="t5">4</div><div id="caption">Ready for the gainsss.</div></div>
  221.  
  222. <div id="second"><div id="snaptime" class="t4">3</div><div id="caption">Like father, like daughter.</div></div>
  223.  
  224. <div id="third"><div id="snaptime" class="t3">2</div><div id="caption">#heaintevenbleeding.</div></div>
  225.  
  226.  
  227. <div id="fourth"><div id="snaptime" class="t2">1</div><div id="caption">This is a good look for me.</div></div>
  228.  
  229.  
  230. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement