Advertisement
hallowimg

HALLOW v1

Jun 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cookie|Pacifico');
  3. @import url('https://fonts.googleapis.com/css?family=Mukta|Overpass|Quicksand|Ubuntu');
  4. @import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Gamja+Flower|Jua|Muli|Tenali+Ramakrishna');
  5.  
  6. body{
  7. background-image:url('http://inn.spb.ru/images/300/DSC100302480.jpg');
  8. background-repeat:no-repeat;
  9. background-size:100%;
  10. }
  11.  
  12. ::-webkit-scrollbar {display: none}
  13.  
  14. h1{
  15. color:#0028BF;
  16. font-family: 'Pacifico', sans-serif;
  17. }
  18.  
  19. hr {
  20. border:0;
  21. margin-bottom:5px;
  22. width:90%;
  23. height:1px;
  24. -moz-box-sizing:border-box;
  25. box-sizing:border-box;
  26. background-color:#000;
  27. }
  28. a{
  29. color:#0065FF
  30. }
  31.  
  32. b{
  33. color:#003E9D;
  34. }
  35.  
  36. .image img {
  37. bottom: 3vh;
  38. left: 6vh;
  39. position: absolute;
  40. height: 75vh;
  41. width:40vh;
  42. overflow:auto;
  43. filter: drop-shadow(0 0 .9vh #fff);
  44. z-index:1;
  45. }
  46.  
  47. .box {
  48. position:absolute;
  49. background-color:#C5DCFF;
  50. opacity: 0.5;
  51. height:55vh;
  52. width:44.1vh;
  53. right:103vh;
  54. top:10vh;
  55. border-style:double;
  56. border-color:#0854CA;
  57. z-index:2;
  58. }
  59. .box2 {
  60. position:absolute;
  61. background-color:#C5DCFF;
  62. opacity: 0.5;
  63. height:55vh;
  64. width:44.1vh;
  65. right:53vh;
  66. top:10vh;
  67. border-style:double;
  68. border-color:#0854CA;
  69. }
  70.  
  71. .box3 {
  72. position:absolute;
  73. background-color:#C5DCFF;
  74. opacity: 0.5;
  75. height:55vh;
  76. width:44.1vh;
  77. right:3vh;
  78. top:10vh;
  79. border-style:double;
  80. border-color:#0854CA;
  81. }
  82.  
  83. .stats {
  84. position:absolute;
  85. padding: 1px;
  86. font-family: 'Tenali Ramakrishna', sans-serif;
  87. font-size:16px;
  88. color:#262626;
  89. text-align:justify;
  90. line-height:24px;
  91. height:52.3vh;
  92. width:41vh;
  93. right:104.7vh;
  94. top: 12vh;
  95. overflow: auto;
  96. z-index:3;
  97. }
  98. .rels {
  99. position:absolute;
  100. padding: 1px;
  101. font-family: 'Tenali Ramakrishna', sans-serif;
  102. font-size:16px;
  103. color:#262626;
  104. text-align:justify;
  105. line-height:24px;
  106. height:52.3vh;
  107. width:41vh;
  108. right:54.7vh;
  109. top: 12vh;
  110. overflow: auto;
  111. }
  112. .ooc {
  113. position:absolute;
  114. padding: 1px;
  115. font-family: 'Tenali Ramakrishna', sans-serif;
  116. font-size:16px;
  117. color:#262626;
  118. text-align:justify;
  119. line-height:24px;
  120. height:52.3vh;
  121. width:41vh;
  122. right:4.7vh;
  123. top: 12vh;
  124. overflow: auto;
  125. }
  126.  
  127. .title{
  128. background: url('https://gifimage.net/wp-content/uploads/2017/09/anime-ocean-gif-14.gif') 0px 0px repeat;
  129. background-repeat:no-repeat;
  130. -webkit-background-clip: text;
  131. -webkit-text-fill-color: transparent;
  132. font-family: 'Pacifico', cursive;
  133. font-size:10.6vh;
  134. font-weight:bold;
  135. top:-2.5vh;
  136. left:15vh;
  137. filter: drop-shadow(0 0 .4vh #0023A9);
  138. line-height:22.8vh;
  139. position: absolute;
  140. z-index:1;
  141. }
  142.  
  143. .line{
  144. background-color:#0895CA;
  145. height:45vh;
  146. width:250vh;
  147. left:0vh;
  148. top:15.2vh;
  149. position:absolute;
  150. }
  151. .credit {
  152. overflow:hidden;
  153. position:fixed;
  154. text-align:justify;
  155. bottom:2vh;
  156. right:2vh;
  157. height:5vh;
  158. width:5vh;
  159. padding:0vh;
  160. opacity: .8;
  161. background-image: url('https://i.imgur.com/Ldl49Wz.png');
  162. background-position:top center;
  163. background-attachment: absolute;
  164. -webkit-background-size: cover;
  165. -moz-background-size: cover;
  166. -o-background-size: cover;
  167. background-size: cover;}
  168.  
  169. div.tooltipMessage {
  170. z-index: 600;
  171. position: absolute;
  172. width: 220px;
  173. font-family: verdana;
  174. font-variant: small-caps;
  175. font-size: 10px;
  176. text-align: justify;
  177. }
  178.  
  179. div.tooltipMessage > span {
  180. display: inline-block;
  181. background: #fff;
  182. padding: 4px 5px;
  183. color: #0854CA;
  184. border: 1px solid #0854CA;
  185. border-radius: 5px;
  186. }
  187. div.tooltipMessage.left > span {
  188. float: right;
  189. }
  190. </style>
  191. <a href= "https://roleplay.chat/profile.php?user=Hallow" target="_blank"><div class= "credit"></div></a>
  192.  
  193.  
  194. <div class="line"></div>
  195. <div class="title">NAME</div>
  196. <div class="box"></div>
  197.  
  198. <div class="image">
  199. <img src="https://i.imgur.com/wEABBvM.png">
  200. </div>
  201. <div class="stats">
  202. <h1><center>Stats</center></h1>
  203. <hr>
  204. <center>
  205. <font style=float:left><b>STAT HERE:</b></font> <font style=float:right>STAT HERE</font><br>
  206. <font style=float:left><b>STAT HERE:</b></font> <font style=float:right>STAT HERE</font><br>
  207. <font style=float:left><b>STAT HERE:</b></font> <font style=float:right>STAT HERE</font><br>
  208. <font style=float:left><b>STAT HERE:</b></font> <font style=float:right>STAT HERE</font><br>
  209. <font style=float:left><b>STAT HERE:</b></font> <font style=float:right>STAT HERE</font><br>
  210. <font style=float:left><b>STAT HERE:</b></font> <font style=float:right>STAT HERE</font><br>
  211. <font style=float:left><b>STAT HERE:</b></font> <font style=float:right>STAT HERE</font><br>
  212. <font style=float:left><b>STAT HERE:</b></font> <font style=float:right>STAT HERE</font><br>
  213.  
  214.  
  215. <br><br>
  216. <h1>Bio</h1>
  217. <hr>
  218. words
  219. <br><br>
  220. words
  221. <br><br>
  222. words
  223. </center>
  224. </div>
  225.  
  226. <div class="box2"></div>
  227. <div class="rels">
  228. <center>
  229. <h1>Relationships</h1>
  230. <hr>
  231.  
  232. <a target="blank" title="Friend here." href="https://roleplay.chat/profile.php?user=USERNAME HERE"><img src="https://i.imgur.com/8zyB92D.png" width="70" height="70" style=border-radius:50px></a>
  233.  
  234. <a target="blank" title="Friend here." href="https://roleplay.chat/profile.php?user=USERNAME HERE"><img src="https://i.imgur.com/8zyB92D.png" width="70" height="70" style=border-radius:50px></a>
  235.  
  236. <a target="blank" title="Friend here." href="https://roleplay.chat/profile.php?user=USERNAME HERE"><img src="https://i.imgur.com/8zyB92D.png" width="70" height="70" style=border-radius:50px></a>
  237.  
  238. </center>
  239. </div>
  240. <div class="box3"></div>
  241. <div class="ooc">
  242. <center>
  243. <h1>OOC</h1>
  244. <hr>
  245. <font style=float:left><b>001.</b></font> <font style=float:right>This code is <a target="_blank" href="https://roleplay.chat/profile.php?user=Hallow" title="">Hallow's.</a>
  246. </font><br><br>
  247. <font style=float:left><b>002.</b></font> <font style=float:right>OOC.</font><br><br>
  248. <font style=float:left><b>003.</b></font> <font style=float:right>OOC.</font><br><br>
  249. <font style=float:left><b>004.</b></font> <font style=float:right>OOC.</font><br><br>
  250. <font style=float:left><b>005.</b></font> <font style=float:right>OOC.</font><br><br>
  251. <font style=float:left><b>006.</b></font> <font style=float:right>OOC.</font><br><br>
  252.  
  253.  
  254.  
  255. </center>
  256. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement