Advertisement
hanimjay

for Mari

Dec 31st, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1.  
  2.  
  3. [dohtml]
  4. <! A GIFT TO MARI FROM HANIE !>
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Montseratt:800|Muli:400" rel="stylesheet">
  7. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  8.  
  9. <style>
  10. #for-mari{
  11. width: 500px;
  12. height: 200px;
  13. background: url(https://i.imgur.com/w4hAo6r.png);
  14. position: relative;
  15. margin: 0px auto;
  16. overflow: hidden;
  17. outline: 0.5px solid #ccc;
  18. outline-offset: 2px;
  19. }
  20.  
  21. #for-mari ::-webkit-scrollbar {
  22. width: 2px;
  23. }
  24.  
  25. #for-mari ::-webkit-scrollbar-track {
  26. background: #fff;
  27. border: 0.5px solid #eee;
  28. }
  29.  
  30. #for-mari ::-webkit-scrollbar-thumb {
  31. background: #cfcfcf;
  32. }
  33.  
  34. #for-mari .base{
  35. position: absolute;
  36. right: 0px;
  37. width: 364px;
  38. height: 200px;
  39. background: #222;
  40. transition: 1s;
  41. opacity: 0;
  42. }
  43. #for-mari:hover .base{
  44. opacity: 1;
  45. }
  46.  
  47. #for-mari .title{
  48. font-family: 'Montseratt', sans-serif;
  49. font-weight: 800;
  50. font-size: 15px;
  51. position: absolute;
  52. top: -28px;
  53. left: 0px;
  54. width: 270px;
  55. height: 30px;
  56. background: transparent;
  57. color: #eee;
  58. text-transform: uppercase;
  59. letter-spacing: 0.5px;
  60. text-align: left;
  61. }
  62. #for-mari t1{
  63. color: #EBAA8A;
  64. }
  65.  
  66. #for-mari .foreground{
  67. position: absolute;
  68. top: 55px;
  69. right: 66px;
  70. width: 270px;
  71. height: 115px;
  72. background: #ddd;
  73. transition-delay: 1s;
  74. transition-duration: 1s;
  75. }
  76.  
  77. #for-mari .avatar{
  78. position: absolute;
  79. bottom: 18px;
  80. right: -40px;
  81. width: 60px;
  82. height: 60px;
  83. border: 9px solid #EBAA8A;
  84. outline: 1px solid #eee;
  85. background: url(https://78.media.tumblr.com/43515133d7c4df05c6e6013363bdcffc/tumblr_inline_nyryt15yfn1qlt39u_250.gif);
  86. background-size: 60px;
  87. }
  88.  
  89. #for-mari .textbox{
  90. font-family: 'Muli', sans-serif;
  91. font-weight: 400;
  92. font-size: 9px;
  93. color: #000;
  94. line-height: 10px;
  95. position: absolute;
  96. top: 14px;
  97. left: 20px;
  98. width: 150px;
  99. height: 50px;
  100. border: 18px solid #fff;
  101. outline: 1px solid #ccc;
  102. overflow: auto;
  103. padding-right: 5px;
  104. text-align: justify;
  105. background: #fff;
  106. }
  107.  
  108. #for-mari .navbase{
  109. position: absolute;
  110. top: 0px;
  111. left: -140px;
  112. height: 200px;
  113. width: 100px;
  114. background: #ddd;
  115. padding-left: 18px;
  116. padding-right: 18px;
  117. transition: 1s;
  118. }
  119. #for-mari:hover .navbase{
  120. left: 0px;
  121. }
  122.  
  123. #for-mari .nav{
  124. font-family: 'Montseratt', sans-serif;
  125. font-size: 8px;
  126. font-weight: 800;
  127. text-transform: uppercase;
  128. background: #222;
  129. width: 80px;
  130. height: 19px;
  131. padding-top: 7px;
  132. margin-bottom: 3.5px;
  133. transition: 0.5s;
  134. border: 0.5px solid #222;
  135. line-height: 10px;
  136. }
  137.  
  138. #for-mari .nav:hover{
  139. background: #fff;
  140. border: 0.5px solid #ccc;
  141. }
  142.  
  143. #for-mari .nav2{
  144. background: #ddd;
  145. width: 80px;
  146. height: 19px;
  147. padding-top: 6px;
  148. line-height: 10px;
  149. }
  150.  
  151. #for-mari .fa{
  152. color: #EBAA8A;
  153. margin-right: 5px;
  154. font-size: 10px;
  155. }
  156.  
  157. #for-mari a{
  158. text-decoration: none;
  159. color: #ccc;
  160. transition: 0.5s;
  161. line-height: 10px;
  162. }
  163. #for-mari a:hover{
  164. color: #222;
  165. }
  166.  
  167. </style>
  168.  
  169. <center>
  170. <div id="for-mari">
  171.  
  172. <div class="navbase"><br>
  173. <div class="nav"><a href="YOURLINKHERE"><i class="fa fa-gift"></i>xmas</a></div>
  174. <div class="nav"><a href="YOURLINKHERE"><i class="fa fa-code"></i>code</a></div>
  175. <div class="nav"><a href="YOURLINKHERE"><i class="fa fa-bookmark"></i>tracker</a></div>
  176. <div class="nav"><a href="YOURLINKHERE"><i class="fa fa-trophy"></i>hof</a></div>
  177. <div class="nav"><a href="YOURLINKHERE"><i class="fa fa-deviantart"></i>deviant</a></div>
  178. <div class="nav2"><a href="https://shadowplayers.jcink.net/index.php?showuser=95" title="hanie ©"><i class="fa fa-heart-o" style="color:#EBAA8A;font-size:8px;"></i></a></div>
  179. </div>
  180.  
  181. <div class="base">
  182.  
  183. <div class="foreground">
  184. <div class="title"><t1>young</t1> volcanoes</div>
  185.  
  186. <div class="textbox">
  187. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce ac scelerisque erat, vitae suscipit elit. Praesent commodo mi et augue tempor accumsan. Praesent a nulla sem. Donec ultricies hendrerit nisl at iaculis. Sed lacus quam, ornare a rhoncus ac, volutpat vitae lorem. Phasellus porttitor gravida varius. Etiam rhoncus augue in ex elementum tincidunt. Proin semper ipsum id turpis consectetur, eget dictum ligula mollis. Praesent non quam eget lorem rutrum commodo et a nulla. Nulla varius consequat risus quis viverra.
  188. </div>
  189.  
  190. <div class="avatar"></div>
  191. </div>
  192.  
  193. </div>
  194.  
  195. </div>
  196. </center>
  197. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement