Advertisement
bythestars

HELGA CODE

Nov 25th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. @font-face { font-family: caviar dreams; src: url(https://dl.dropboxusercontent.com/s/q50589lvhm47jq8/CaviarDreams.ttf); }
  8. @font-face { font-family: Thunder Strike; src: url(https://dl.dropboxusercontent.com/s/vrsjyoo9kvtx2lb/Thunder%20Strike.ttf); }
  9. @font-face { font-family: Human; src: url(https://dl.dropboxusercontent.com/s/r1g2epiepqzip0z/Atelier%20du%20Machiniste.ttf); }
  10. @font-face { font-family: Arkadia; src: url(https://dl.dropboxusercontent.com/s/jken28xo4b4z73k/Arkadia.ttf); }
  11.  
  12. body {
  13. font-family: verdana;
  14. font-size: 10px;
  15. background-color: #050426;
  16. background-image: url('https://www.transparenttextures.com/patterns/checkered-pattern.png');
  17. background-attachment: fixed;
  18. background-position: bottom left;
  19. background-repeat: repeat;
  20. text-align: justify;
  21. color: #212121;
  22. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;
  23. }
  24.  
  25. b, strong {font-family:'verdana'; font-variant: small-caps; font-size: 10px; color: #363640; font-weight:normal; letter-spacing: -1px;}
  26. i {color: #61505b; font-family: 'calibri'; font-variant: small-caps; font-size:9pt; letter-spacing:0px}
  27. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  28. s {color: #820000; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #212121 0px 0px 1px;}
  29. big {color: #004A9D; font-size: 15px; font-weight: light; letter-spacing: 0px; font-family: caviar dreams; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #491F1D 0px 0px 1px;}
  30. small {color: #3B2F7F; font-size: 18px; font-weight: light; letter-spacing: -1px; font-family: verdana; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  31.  
  32. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  33. -moz-border-radius: 0px 0px 0px 0px;
  34. border-radius:0px 0px 0px 0px;}
  35. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:20px;
  36. -moz-border-radius: 0px 0px 0px 0px;
  37. border-radius:0px 0px 0px 0px;}
  38. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:20px !important;
  39. -moz-border-radius: 0px 0px 0px 0px;
  40. border-radius:0px 0px 0px 0px;}
  41. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  42.  
  43. h1 {
  44. font-family: caviar dreams;
  45. color: #004A9D;
  46. font-size: 17px;
  47. line-height: 5px;
  48. text-transform: uppercase;
  49. text-align: right;
  50. letter-spacing: 1px;
  51. border-top: 1px solid #004A9D;
  52. }
  53.  
  54. #name {
  55. position: fixed;
  56. left: 400px;
  57. top: 540px;
  58. background: transparent;
  59. font-family: 'Arkadia';
  60. font-size: 50px;
  61. width: 800px;
  62. background: url('https://i.imgur.com/5w72P9G.gif');
  63. background-position: 70;
  64. background-size: auto;
  65. background-repeat: repeat;
  66. -webkit-text-fill-color: transparent;
  67. -webkit-background-clip: text;
  68. display: block;
  69. text-align: center center
  70. text-transform: lowercase;
  71. letter-spacing: px;
  72. opacity: 0.6;
  73. z-index: 1000;
  74. }
  75.  
  76. #main {
  77. position: fixed;
  78. top: 300px;
  79. left: 355px;
  80. width: 700px;
  81. height: 285px;
  82. border: #0F1E55 7px solid;
  83. padding: 5px;
  84. background-color: #7893C2;
  85. z-index: 500;
  86. font-variant: small-caps;
  87. overflow: auto;
  88. }
  89.  
  90. #ooc {
  91. position: fixed;
  92. left: 660px;
  93. top: 309px;
  94. width: 402px;
  95. height: 230px;
  96. padding: 5px;
  97. color: #666;
  98. background-color: #7893C2;
  99. z-index: 5000;
  100. font-variant: small-caps;
  101. overflow: auto;
  102. }
  103.  
  104. #mf {
  105. position: fixed;
  106. top: 298px;
  107. left: 355px;
  108. width: 300px;
  109. height: 300px;
  110. padding: 5px;
  111. background-color: #242424;
  112. background-repeat: no-repeat;
  113. background-image: url('https://i.imgur.com/pUcp9fH.jpg');
  114. background-position: -180px -80px;
  115. background-size: 560px;
  116. z-index: 1000;
  117. -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  118. clip-path: polygon(0 0, 0% 100%, 100% 0);
  119. }
  120.  
  121. #line {
  122. position: fixed;
  123. top: 549px;
  124. left: 360px;
  125. width: 702px;
  126. height: 50px;
  127. padding: 5px;
  128. background-color: #0F1E55;
  129. z-index: 1000;
  130. }
  131.  
  132. #navi {
  133. position: fixed;
  134. top: 180px;
  135. left: 290px;
  136. width: 1000px;
  137. height: 30px;
  138. background-color: transparent;
  139. z-index: 600;
  140. transform: rotate(-45deg);
  141. }
  142.  
  143. .box {
  144. position: fixed;
  145. left: 660px;
  146. top: 310px;
  147. width: 402px;
  148. height: 229px;
  149. padding: 5px;
  150. color: #666;
  151. font-family: verdana;
  152. text-align: justify;
  153. font-size: 10px;
  154. line-height: 13px;
  155. overflow: auto;
  156. background-color: #7893C2;
  157. opacity: 1;
  158. font-variant: small-caps;
  159. transition: all 1s ease-in-out;
  160. z-index: 4000;
  161. }
  162.  
  163. .box:target {
  164. top: 310px;
  165. left: 660px;
  166. opacity: 1;
  167. z-index: 7000;
  168. }
  169.  
  170. a.nav:link, a.nav:active, a.nav:visited{
  171. letter-spacing: 1px;
  172. text-transform: lowercase;
  173. display: inline-block;
  174. width: 50px;
  175. height: 10px;
  176. color: #0D316F;
  177. font-family: 'Abel', sans-serif;
  178. margin: 5px;
  179. background-color: #1A549E;
  180. text-align: center;
  181. line-height: 10px;
  182. font-size: 10px;
  183. word-spacing: 1px;
  184. font-variant: small-caps;
  185. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  186. -webkit-transition: all 0.4s ease-out;
  187. -moz-transition: all 0.4s ease-out;
  188. }
  189.  
  190. a.nav:hover{
  191. background-color: transparent;
  192. text-decoration: none;
  193. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  194. }
  195.  
  196. a {
  197. color: #d0ced2;
  198. text-decoration: none;
  199. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  200. }
  201.  
  202. a:hover {
  203. color: #2B3742;
  204. text-decoration: none;
  205. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  206. }
  207.  
  208. .soul{
  209. height: 50px;
  210. width: 50px;
  211. border: #9f9596 2px solid;
  212. opacity: 0.7;
  213. z-index: 200;
  214. margin-left: 350px;
  215. }
  216.  
  217. </style>
  218.  
  219. <div id="main"></div> <div id="line"></div>
  220.  
  221. <div id="name">☠ Raising More than the dead</div>
  222.  
  223. <div id="mf"></div>
  224.  
  225. <div id="navi">
  226. <a class="nav" href="#one"></a>
  227. <a class="nav" href="#two"></a>
  228. <a class="nav" href="#three"></a>
  229. <a class="nav" href="#four"></a>
  230. <a class="nav" href="#five"></a>
  231. </div>
  232.  
  233. <div id="ooc">
  234. <h1>Out of Character</h1>
  235. <big>Note</big>: Code was made for Helga only. Leave <a href="/profile.php?user=Bee">Bee</a> a PM/RPCmail for inquires for a profile.
  236. <br><big>O2</big>.
  237. <br><big>O3</big>.
  238. <br><big>O4</big>.
  239. <br><big>O5</big>.
  240. <br><big>O6</big>.
  241. </div>
  242.  
  243. <div id="one" class="box">
  244. <h1>I feel the breath of ghosts</h1>
  245. <big>Name(s):</big> <font style=float:right>Helga Drumm, Helga the Horrid</font>
  246. <br><big>Birthdate:</big> <font style=float:right>Winter Solstice</font>
  247. <br><big>Race:</big> <font style=float:right>Human</font>
  248. <br><big>Hometown:</big> <font style=float:right>*, Gelida, Lysithea</font>
  249. <br><big>Occupation:</big> <font style=float:right>Necromancer, Cleric of Pelor</font>
  250. <br><big>Marital Status:</big> <font style=float:right> Left <a href="/profile.php?user=">you</a> love notes on their headstones</font>
  251. <br><big>Orientation:</big> <font style=float:right>Pansexual</font>
  252. <br><big>Alignment:</big> <font style=float:right>Believes herself to be Lawful Good</font>
  253. <br><big>Height:</big> <font style=float:right>5'11"</font>
  254. <br><big>Build:</big> <font style=float:right>Mesomorph, Curvaceous</font>
  255. <br><big>Hair Colour:</big> <font style=float:right>Pale Blonde</font>
  256. <br><big>Eye Hue:</big> <font style=float:right>Sapphire Blue</font>
  257. <br><big>Features:</big> <font style=float:right>Pale complexion, Pouty Lips, Smells of Mint and Frost</font>
  258. </div>
  259.  
  260. <div id="two" class="box">
  261. <h1>Languages</h1>
  262. Common, Elven, Dwarvish, Orcish
  263.  
  264. <h1>Knowledges</h1>
  265. Religion, History, Arcana, Geography, Planes<br>
  266.  
  267. <h1>Traits</h1>
  268. Bluff, Concentration, Climb, Decipher Script, Diplomacy, Gather Information, Heal, Intimidate, Jump, Listen, Ride, Search, Sense Motive, Spellcraft, Spot, Survival, Swim, Use Rope<br>
  269.  
  270. <h1>Feats</h1>
  271. Turn/Rebuke Undead, Combat Casting, Great Fortitude, Improved Initiative, Alignment Aura, Spontaneous Casting
  272. </div></div>
  273.  
  274. <div id="three" class="box">
  275. <h1>Like fingers on my skin</h1>
  276. Box 3
  277. </div>
  278.  
  279. <div id="four" class="box">
  280. <h1>Tracing senseless patterns</h1>
  281. Box 4
  282. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement