Advertisement
hanimjay

Pureblood (thread)

Aug 12th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  2. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  3.  
  4. <style>
  5. #pureblood-thread{
  6. background: url(https://i.imgur.com/H5jwXe5.jpg);
  7. background-size: 600px;
  8. background-position: center;
  9. width: 350px;
  10. height: 600px;
  11. margin: 0px auto;
  12. position: relative;
  13. overflow: hidden;
  14. }
  15.  
  16. #pureblood-thread .overlay{
  17. background: #000;
  18. width: 350px;
  19. height: 600px;
  20. position: relative;
  21. opacity: 0.8;
  22. }
  23.  
  24. #pureblood-thread ::-webkit-scrollbar {
  25. width: 0px;
  26. }
  27.  
  28. #pureblood-thread ::-webkit-scrollbar-track {
  29. border: 1px solid #000;
  30. }
  31.  
  32. #pureblood-thread ::-webkit-scrollbar-thumb {
  33. border: 1px solid #000;
  34. }
  35.  
  36. #pureblood-thread .title{
  37. width: 350px;
  38. height: 42px;
  39. background: transparent;
  40. position: absolute;
  41. top: 55px;
  42. left: 5px;
  43. font-family: 'Roboto', serif;
  44. font-size: 12.5px;
  45. letter-spacing: 10px;
  46. line-height: 18px;
  47. color: #aaa;
  48. text-transform: uppercase;
  49. font-style: italic;
  50. opacity: 0.9;
  51. }
  52.  
  53. #pureblood-thread .title2{
  54. width: 350px;
  55. height: 42px;
  56. background: transparent;
  57. position: absolute;
  58. top: 44px;
  59. left: -13px;
  60. font-family: 'Roboto', serif;
  61. font-size: 13px;
  62. letter-spacing: 10px;
  63. line-height: 18px;
  64. color: #1a472a;
  65. text-transform: uppercase;
  66. font-weight: bold;
  67. }
  68.  
  69. #pureblood-thread .title3{
  70. width: 350px;
  71. height: 42px;
  72. background: transparent;
  73. position: absolute;
  74. top: 70px;
  75. left: 5px;
  76. font-family: 'Roboto', serif;
  77. font-size: 13px;
  78. letter-spacing: 10px;
  79. line-height: 18px;
  80. color: #1a472a;
  81. text-transform: uppercase;
  82. font-weight: bold;
  83. opacity: 0.8;
  84. }
  85.  
  86. #pureblood-thread .border{
  87. width: 350px;
  88. height: 380px;
  89. background: #000;
  90. border-top: 1px solid #2a623d;
  91. border-bottom: 1px solid #2a623d;
  92. position: absolute;
  93. top: 145px;
  94. }
  95.  
  96. #pureblood-thread .box{
  97. background: #111;
  98. border: 30px solid #111;
  99. width: 220px;
  100. height: 220px;
  101. margin: 0px auto;
  102. position: absolute;
  103. top: 65px;
  104. left: 35px;
  105. opacity: 0.75;
  106. }
  107.  
  108. #pureblood-thread .textbox{
  109. background: #111;
  110. border: 30px solid #111;
  111. outline: 1.5px solid #3B8254;
  112. width: 200px;
  113. height: 200px;
  114. margin: 0px auto;
  115. position: absolute;
  116. top: -20px;
  117. left: -20px;
  118. color: #aaaaaa;
  119. overflow: auto;
  120. font-family: 'Roboto', sans-serif;
  121. font-size: 9px;
  122. letter-spacing: 0px;
  123. text-align: justify;
  124. line-height: 13px;
  125. }
  126.  
  127. #pureblood-thread .icon{
  128. width: 350px;
  129. height: 380px;
  130. background: transparent;
  131. position: absolute;
  132. bottom: 0px;
  133. left: -43px;
  134. color: #5d5d5d;
  135. text-align: right;
  136. font-size: 380px;
  137. opacity: 0.35;
  138. }
  139.  
  140. #pureblood-thread .tags{
  141. background: transparent;
  142. width: 260px;
  143. height: 30px;
  144. margin: 0px auto;
  145. position: absolute;
  146. bottom: 15px;
  147. left: 45px;
  148. text-transform: uppercase;
  149. text-align: right;
  150. color: #aaa;
  151. font-size: 8px;
  152. font-family: 'Roboto', sans-serif;
  153. }
  154. #pureblood-thread .tags t{
  155. color: #888;
  156. font-size: 8px;
  157. letter-spacing: 1.5px;
  158. font-weight: bold;
  159. margin-right: 10px;
  160. }
  161. #pureblood-thread .tags b{
  162. color: #3B8254;
  163. font-family: 'Roboto', sans-serif;
  164. font-size: 8px;
  165. letter-spacing: 2px;
  166. line-height: 10px;
  167. margin-left: 10px;
  168. border-bottom: 0.5px dashed #999;
  169. padding-bottom: 3px;
  170. }
  171.  
  172. #pureblood-thread .avatar{
  173. background: #000;
  174. width: 55px;
  175. height: 55px;
  176. position: absolute;
  177. top: 114px;
  178. left: 144px;
  179. transform: rotate(-45deg);
  180. border: 5px solid #111;
  181. outline: 1.5px solid #2a623d;
  182. }
  183. #pureblood-thread .avatar img{
  184. width: 52px;
  185. height: 52px;
  186. opacity: 0.65;
  187. margin-top: 0.5px;
  188. }
  189.  
  190. #pureblood-thread a{
  191. text-decoration: none;
  192. color: #3B8254;
  193. }
  194.  
  195. </style>
  196.  
  197. <center>
  198. <div id='pureblood-thread'>
  199.  
  200. <div class='overlay'></div>
  201.  
  202. <div class='title'>pureblood</div>
  203. <div class='title2'>pureblood</div>
  204. <div class='title3'>pureblood</div>
  205.  
  206. <div class='border'>
  207. <div class='icon'>
  208. <span class="th th-cobra-o"></span>
  209. </div>
  210.  
  211. <div class='box'>
  212. <div class='textbox'>
  213. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In semper neque non elit venenatis cursus in consectetur nunc. Interdum et malesuada fames ac ante ipsum primis in faucibus. Duis viverra augue vitae velit convallis, in semper nulla eleifend. Quisque facilisis justo placerat, facilisis sapien ut, condimentum augue. Ut ut dapibus magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
  214. <p>
  215. Aenean et tellus est. Vestibulum et pharetra odio. Ut quis ipsum magna. Vestibulum euismod finibus mauris id accumsan. Nulla imperdiet ornare nisl quis condimentum. Nam et aliquam nulla, a varius justo. Donec laoreet mauris eget sem mattis euismod. Maecenas fringilla consequat libero, sed lobortis turpis dapibus sit amet. In porttitor lacinia turpis vel hendrerit. Nunc sit amet ultricies est. Vivamus enim ante, egestas eget efficitur sit amet, imperdiet ut nulla. Etiam dictum efficitur ullamcorper. Mauris vel auctor neque.
  216. <p>
  217. Aliquam dictum risus in enim euismod volutpat. In pulvinar erat et iaculis tincidunt. Integer ultrices malesuada sapien, quis molestie elit lobortis eu. Nullam dapibus semper nulla, eget accumsan sem pharetra a. In porttitor ipsum et ligula faucibus pellentesque. Nam vehicula, nibh auctor ornare fermentum, mauris felis mollis sem, id euismod ligula dolor at massa. Nam commodo metus ut vestibulum commodo. Morbi tincidunt pretium mi, quis consequat purus suscipit nec. Cras quis pulvinar elit.
  218. </div>
  219. </div>
  220. </div>
  221.  
  222. <div class='avatar'>
  223. <a href="https://shadowplayers.jcink.net/index.php?showuser=95" title="hanie ©">
  224. <img src='https://i.imgur.com/ZlleOrt.gif'></a>
  225. </div>
  226.  
  227. <div class='tags'>
  228. <t>tags</t>// <a href='#'><b># your tag here #</b></a>
  229. </div>
  230.  
  231. </div>
  232. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement