Advertisement
hanimjay

for Ralu

Dec 23rd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1.  
  2. [dohtml]
  3. <! A TEMPLATE BY HANIE(ORPHEUS) !>
  4.  
  5. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  6. <link href="https://fonts.googleapis.com/css?family=Muli|Montserrat:500,800|Playfair+Display:900" rel="stylesheet">
  7.  
  8. <style>
  9. #for-ralu {
  10. position: relative;
  11. overflow: hidden;
  12. margin: 0px auto;
  13. width: 500px;
  14. height: 200px;
  15. outline: 1px solid #BAB132;
  16. border: 4px solid #fff;
  17. background: url(https://i.imgur.com/Pki7Bkc.png);
  18. }
  19.  
  20. #for-ralu ::-webkit-scrollbar {
  21. width: 4px;
  22. }
  23.  
  24. #for-ralu ::-webkit-scrollbar-track {
  25. border: 0.5px solid #222;
  26. background: #BAB132;
  27. }
  28.  
  29. #for-ralu ::-webkit-scrollbar-thumb {
  30. background: #222;
  31. }
  32.  
  33. #for-ralu .base{
  34. position: relative;
  35. width: 500px;
  36. height: 200px;
  37. background: #111;
  38. opacity: 0;
  39. transition: 0.7s;
  40. }
  41. #for-ralu:hover .base{
  42. opacity: 0.95;
  43. }
  44.  
  45. #for-ralu .textbase{
  46. position: absolute;
  47. top: 85px;
  48. width: 228px;
  49. left: -230px;
  50. height: 100px;
  51. background: #BAB132;
  52. transition-delay: 1s;
  53. transition-duration: 0.7s;
  54. }
  55. #for-ralu:hover .textbase{
  56. left: 15px;
  57. }
  58. #for-ralu:not(:hover) .textbase{
  59. transition-duration: 0.7s;
  60. transition-delay: 0s;
  61. }
  62.  
  63. #for-ralu .textbox{
  64. font-family: 'Muli', sans-serif;
  65. font-size: 9px;
  66. overflow: auto;
  67. position: absolute;
  68. bottom: 0px;
  69. width: 182px;
  70. left: 20px;
  71. top: 17px;
  72. height: 64px;
  73. color: #000;
  74. background: transparent;
  75. line-height: 11px;
  76. text-align: justify;
  77. padding-right: 8px;
  78. }
  79.  
  80. #for-ralu .polygon{
  81. position: absolute;
  82. top: -90px;
  83. width: 280px;
  84. left: 0px;
  85. height: 70px;
  86. background: #72E1DD;
  87. -webkit-clip-path: polygon(0 0, 100% 0, 100% 51%, 87% 100%, 0 100%);
  88. clip-path: polygon(0 0, 100% 0, 100% 51%, 87% 100%, 0 100%);
  89. transition-delay: 1s;
  90. transition-duration: 0.7s;
  91. }
  92. #for-ralu:hover .polygon{
  93. top: 0px;
  94. }
  95. #for-ralu:not(:hover) .polygon{
  96. transition-duration: 0.7s;
  97. transition-delay: 0s;
  98. }
  99.  
  100. #for-ralu .navbar{
  101. position: absolute;
  102. top: 20px;
  103. left: 20px;
  104. width: 217px;
  105. height: 28px;
  106. background: #000;
  107. }
  108.  
  109. #for-ralu .fa{
  110. font-size: 11px;
  111. width: 36px;
  112. height: 19px;
  113. padding-top: 9px;
  114. transition: 0.5s;
  115. color: #fff;
  116. }
  117. #for-ralu .fa:hover{
  118. color: #111;
  119. background: #72E1DD;
  120. }
  121.  
  122.  
  123. #for-ralu .side{
  124. position: absolute;
  125. right: -240px;
  126. width: 225px;
  127. height: 200px;
  128. background: transparent;
  129. top: 0px;
  130. transition-delay: 1s;
  131. transition-duration: 0.7s;
  132. }
  133. #for-ralu:hover .side{
  134. right: 0px;
  135. }
  136. #for-ralu:not(:hover) .side{
  137. transition-duration: 0.7s;
  138. transition-delay: 0s;
  139. }
  140.  
  141. #for-ralu .sidebase{
  142. position: absolute;
  143. top: 15px;
  144. width: 189px;
  145. right: 15px;
  146. height: 100px;
  147. background: #fff;
  148. }
  149. #for-ralu .sidebase2{
  150. position: absolute;
  151. bottom: 15px;
  152. width: 225px;
  153. right: 15px;
  154. height: 140px;
  155. background: #fff;
  156. -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  157. clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  158. }
  159.  
  160. #for-ralu .title{
  161. font-family: 'Montserrat', sans-serif;
  162. font-weight: 800;
  163. font-size: 12px;
  164. position: absolute;
  165. padding-top: 10px;
  166. top: 25px;
  167. left: 33px;
  168. width: 165px;
  169. height: 25px;
  170. background: #000;
  171. color: #fff;
  172. text-transform: uppercase;
  173. }
  174.  
  175. #for-ralu .avatar{
  176. position: absolute;
  177. top: 72px;
  178. left: 5px;
  179. width: 90px;
  180. height: 90px;
  181. background: url(https://i.imgur.com/hzJyId4.gif);
  182. background-size: 90px;
  183. border: 5px solid #72E1DD;
  184. border-radius: 100px;
  185. }
  186.  
  187. #for-ralu .request{
  188. font-family: 'Montserrat', sans-serif;
  189. font-weight: 500;
  190. font-size: 9px;
  191. position: absolute;
  192. top: 87px;
  193. left: 110px;
  194. width: 85px;
  195. height: 85px;
  196. color: #111;
  197. line-height: 14px;
  198. }
  199.  
  200. #for-ralu b{
  201. color:#BAB132;
  202. }
  203.  
  204. #for-ralu .cred a{
  205. font-family: Calibri;
  206. font-size: 8px;
  207. position: absolute;
  208. bottom: 21px;
  209. right: 23px;
  210. opacity: 1;
  211. color: #333;
  212. line-height: 10px;
  213. transition-duration: 0.7s;
  214. transition-delay: 0.3s;
  215. text-decoration: none;
  216. }
  217.  
  218. </style>
  219.  
  220. <center>
  221. <div id='for-ralu'>
  222.  
  223. <div class='base'></div>
  224.  
  225. <div class='polygon'>
  226. <div class='navbar'>
  227. <a href="YOURLINKHERE" title="deviantart"><i class="fa fa-deviantart" style="margin-left:-4px;padding-left:7px;"></i></a>
  228. <a href="YOURLINKHERE" title="pinterest"><i class="fa fa-pinterest-p" style="margin-left:-4px;"></i></a>
  229. <a href="YOURLINKHERE" title="hof"><i class="fa fa-trophy" style="margin-left:-4px;"></i></a>
  230. <a href="YOURLINKHERE" title="website"><i class="fa fa-desktop" style="margin-left:-4px;"></i></a>
  231. <a href="YOURLINKHERE" title="facebook"><i class="fa fa-facebook" style="margin-left:-4px;"></i></a>
  232. <a href="YOURLINKHERE" title="fiverr"><i class="fa fa-chain" style="margin-left:-4px;padding-right:2px;"></i></a>
  233. </div>
  234. </div>
  235.  
  236. <div class='textbase'>
  237. <div class='textbox'>
  238. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin in consectetur dolor. Duis vel auctor arcu. Cras consequat ut nunc at imperdiet. Proin semper, odio ut tempor sollicitudin, felis dui pretium nunc, tempus aliquam diam felis in diam. Mauris dapibus elit ut libero mattis ultricies. Vivamus fermentum porttitor tellus, vitae lobortis massa euismod elementum. Donec pellentesque ac urna at vulputate. Sed vel scelerisque sem, quis venenatis massa. Curabitur et bibendum mi. Nulla sodales porta lacus auctor eleifend. Aliquam elementum sodales tellus at feugiat.
  239. </div>
  240. </div>
  241.  
  242. <div class='side'>
  243. <div class='sidebase'></div>
  244. <div class='sidebase2'></div>
  245.  
  246. <div class='title'>put your title here</div>
  247. <div class='avatar'></div>
  248.  
  249. <div class='request'>
  250. currently<br>
  251. <b>open</b> / <s>close</s><br>
  252. for request<br>
  253. <i class="fa fa-pencil-square-o" style="font-size:17px;color:#000;"></i>
  254. </div>
  255.  
  256. <div class='cred'><a href="https://shadowplayers.jcink.net/index.php?showuser=95" title='hanie ©'>©</a></div>
  257. </div>
  258.  
  259. </div>
  260. </center>
  261. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement