Advertisement
hanimjay

Lestat

Oct 17th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. [dohtml]
  2. <! A TEMPLATE BY HANIE(ORPHEUS) !>
  3.  
  4. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Montserrat|Roboto:900|Lato|Montserrat:400,800" rel="stylesheet">
  7.  
  8. <style>
  9.  
  10. #lestat-shipper{
  11. width: 350px;
  12. height: 500px;
  13. position: relative;
  14. margin: 0 auto;
  15. overflow: hidden;
  16. outline: 1.5px solid #b8674a;
  17. border: 3px solid #fff;
  18. }
  19.  
  20. #lestat-shipper ::-webkit-scrollbar {
  21. width: 2px;
  22. }
  23.  
  24. #lestat-shipper ::-webkit-scrollbar-track {
  25. background: #222;
  26. border: 0.5px solid #eee;
  27. }
  28.  
  29. #lestat-shipper ::-webkit-scrollbar-thumb {
  30. background: #AB5130;
  31. }
  32.  
  33. #lestat-shipper .cred a{
  34. text-decoration: none;
  35. position: absolute;
  36. font-family: calibri;
  37. font-size: 7px;
  38. width: 10px;
  39. height: 10px;
  40. bottom: 10px;
  41. right: 10px;
  42. color: #ddd;
  43. opacity: 0.2;
  44. }
  45.  
  46. #lestat-shipper .base{
  47. width: 350px;
  48. height: 500px;
  49. background: #1f1e22;
  50. }
  51.  
  52. #lestat-shipper .namecard{
  53. position: absolute;
  54. bottom: 0px;
  55. left: 0px;
  56. width: 350px;
  57. height: 90px;
  58. background: #972e27;
  59. }
  60.  
  61. #lestat-shipper .box{
  62. position: absolute;
  63. top: 10px;
  64. left: 9px;
  65. width: 333px;
  66. height: 390px;
  67. }
  68.  
  69. #lestat-shipper .icon{
  70. border-radius: 10px;
  71. width: 35px;
  72. height: 35px;
  73. background: url(https://i.imgur.com/znfLBhb.gif);
  74. background-size: 35px;
  75. border: 4px solid #eee;
  76. margin-top: 7px;
  77. }
  78.  
  79. #lestat-shipper .avatar{
  80. width: 60px;
  81. height: 70px;
  82. padding-left: 15px;
  83. }
  84.  
  85. #lestat-shipper .fullname{
  86. padding-top: 7px;
  87. width: 190px;
  88. height: 70px;
  89. }
  90.  
  91. #lestat-shipper f{
  92. color: #fff;
  93. font-family: 'Montserrat', sans-serif;
  94. font-size: 16px;
  95. font-weight: 800;
  96. text-transform: uppercase;
  97. letter-spacing: 1px;
  98. }
  99.  
  100. #lestat-shipper m{
  101. color: #fff;
  102. font-family: 'Montserrat', sans-serif;
  103. font-size: 16px;
  104. font-weight: 400;
  105. text-transform: uppercase;
  106. letter-spacing: 1px;
  107.  
  108. }
  109.  
  110. #lestat-shipper l{
  111. color: #fff;
  112. font-family: 'Montserrat', sans-serif;
  113. font-size: 16px;
  114. font-weight: 800;
  115. text-transform: uppercase;
  116. letter-spacing: 1px;
  117. }
  118.  
  119. #lestat-shipper .fa{
  120. margin-left: 18px;
  121. text-align: center;
  122. font-size: 20px;
  123. color: #972e27;
  124. padding: 0px 17px 10px 17px;;
  125. width: 95px;
  126. border-bottom: 0.5px solid #000;
  127. }
  128.  
  129. #lestat-shipper .minibox{
  130. width: 175px;
  131. height: 194px;
  132. background: #eee;
  133. transition: 0.7s;
  134. transform: scale(0);
  135. }
  136. #lestat-shipper .minibox:hover{
  137. width: 175px;
  138. height: 194px;
  139. background: #eee;
  140. transform: scale(1);
  141. }
  142.  
  143. #lestat-shipper .scrollbox{
  144. font-family: courier;
  145. font-style: italic;
  146. font-size: 8px;
  147. text-align: justify;
  148. line-height: 10px;
  149. width: 105px;
  150. height: 137px;
  151. overflow: auto;
  152. padding-right: 5px;
  153. margin-left: 30px;
  154. }
  155.  
  156. #lestat-shipper .hoverbox{
  157. width: 175px;
  158. height: 194px;
  159. background: #eee;
  160. }
  161.  
  162. #lestat-shipper .titlebox{
  163. width: 75px;
  164. height: 130px;
  165. overflow: auto;
  166. padding: 20px;
  167. margin-left: 30px;
  168. line-height: 10px;
  169. }
  170.  
  171. #lestat-shipper ttl{
  172. position: relative;
  173. top: 50px;
  174. left: 15px;
  175. font-family: 'Roboto', sans-serif;
  176. font-weight: 900;
  177. font-size: 20px;
  178. text-align: justify;
  179. line-height: 10px;
  180. text-transform: uppercase;
  181. padding: 5px 15px;
  182. border-right: 2px solid #000;
  183. border-bottom: 0.5px solid #000;
  184. color: #AB5130;
  185. background: #fff;
  186. }
  187.  
  188. #lestat-shipper min{
  189. position: relative;
  190. top: 50px;
  191. left: 15px;
  192. font-family: courier;
  193. font-size: 10px;
  194. font-style: italic;
  195. line-height: 10px;
  196. text-transform: lowercase;
  197. }
  198.  
  199. #lestat-shipper .quote{
  200. font-family: courier;
  201. font-size: 8px;
  202. font-style: italic;
  203. color: #eee;
  204. text-transform: lowercase;
  205. line-height: 10px;
  206. }
  207.  
  208. </style>
  209.  
  210. <center>
  211. <div id='lestat-shipper'>
  212.  
  213. <div class='base'> </div>
  214.  
  215. <div class='box'>
  216. <table cellspacing='1'>
  217. <tr>
  218. <td class='hoverbox'>
  219. <div class='titlebox'>
  220. <ttl>A</ttl><p>
  221. <min>about</min>
  222. </div>
  223. </td>
  224. <td class='hoverbox'>
  225. <div class='titlebox'>
  226. <ttl>L</ttl><p>
  227. <min>lovers</min>
  228. </div>
  229. </td>
  230. </tr>
  231.  
  232. <tr>
  233. <td class='hoverbox'>
  234. <div class='titlebox'>
  235. <ttl>F</ttl><p>
  236. <min>friends</min>
  237. </div>
  238. </td>
  239. <td class='hoverbox'>
  240. <div class='titlebox'>
  241. <ttl>E</ttl><p>
  242. <min>enemies</min>
  243. </div>
  244. </td>
  245. </tr>
  246. </table>
  247. </div>
  248.  
  249. <div class='box'>
  250. <table cellspacing='1'>
  251. <tr>
  252. <td class='minibox'>
  253. <div class='scrollbox'>
  254. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper sodales imperdiet.
  255. Nulla facilisi. Suspendisse semper tincidunt neque, sit amet commodo sapien.
  256. Fusce vel pellentesque sem. Cras nisl nibh, faucibus eget neque sed.
  257. tincidunt tempor augue.
  258. Praesent vitae ante libero. Nullam venenatis semper est, at auctor dui rhoncus sed.
  259. Ut tincidunt aliquet sem, eget mattis leo fermentum et. Etiam in ante et arcu porta accumsan.
  260. Etiam dapibus mi vitae eros maximus, ut luctus nunc rhoncus.
  261. </div>
  262. </td>
  263. <td class='minibox'>
  264. <div class='scrollbox'>
  265. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper sodales imperdiet.
  266. Nulla facilisi. Suspendisse semper tincidunt neque, sit amet commodo sapien.
  267. Fusce vel pellentesque sem. Cras nisl nibh, faucibus eget neque sed.
  268. tincidunt tempor augue.
  269. Praesent vitae ante libero. Nullam venenatis semper est, at auctor dui rhoncus sed.
  270. Ut tincidunt aliquet sem, eget mattis leo fermentum et. Etiam in ante et arcu porta accumsan.
  271. Etiam dapibus mi vitae eros maximus, ut luctus nunc rhoncus.
  272. </div>
  273. </td>
  274. </tr>
  275.  
  276. <tr>
  277. <td class='minibox'>
  278. <div class='scrollbox'>
  279. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper sodales imperdiet.
  280. Nulla facilisi. Suspendisse semper tincidunt neque, sit amet commodo sapien.
  281. Fusce vel pellentesque sem. Cras nisl nibh, faucibus eget neque sed.
  282. tincidunt tempor augue.
  283. Praesent vitae ante libero. Nullam venenatis semper est, at auctor dui rhoncus sed.
  284. Ut tincidunt aliquet sem, eget mattis leo fermentum et. Etiam in ante et arcu porta accumsan.
  285. Etiam dapibus mi vitae eros maximus, ut luctus nunc rhoncus.
  286. </div>
  287. </td>
  288. <td class='minibox'>
  289. <div class='scrollbox'>
  290. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper sodales imperdiet.
  291. Nulla facilisi. Suspendisse semper tincidunt neque, sit amet commodo sapien.
  292. Fusce vel pellentesque sem. Cras nisl nibh, faucibus eget neque sed.
  293. tincidunt tempor augue.
  294. Praesent vitae ante libero. Nullam venenatis semper est, at auctor dui rhoncus sed.
  295. Ut tincidunt aliquet sem, eget mattis leo fermentum et. Etiam in ante et arcu porta accumsan.
  296. Etiam dapibus mi vitae eros maximus, ut luctus nunc rhoncus.
  297. </div>
  298. </td>
  299. </tr>
  300. </table>
  301. </div>
  302.  
  303.  
  304. <div class='namecard'>
  305. <table>
  306. <tr>
  307. <td class='avatar'><div class='icon'></div></td>
  308. <td class='fullname'><f>first</f> <m>middle</m> <l>last</l>
  309. <div class='quote'>—— "Very few beings really seek knowledge in this world"<br>
  310. </div></td>
  311. </td>
  312. </tr>
  313. </table>
  314. </div>
  315.  
  316. <div class='cred'><a href="https://shadowplayers.jcink.net/index.php?showuser=95" title='hanie@SP'>©</a></div>
  317.  
  318. </div>
  319. </center>
  320. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement