Advertisement
bythestars

Wraith - WIP

Dec 11th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Atomic+Age|Dorsa|Nova+Square|Overlock+SC|Russo+One');
  4. @import url('https://fonts.googleapis.com/css?family=Anton|Cinzel|Cookie|Oswald|Playfair+Display|Roboto+Condensed');
  5.  
  6. @font-face {
  7. font-family: 'Tinee';
  8. src: url(https://dl.dropboxusercontent.com/s/167v10rh1jq60q9/slkscr.ttf);}
  9.  
  10. @font-face {
  11. font-family: 'Heck';
  12. src: url('https://dl.dropboxusercontent.com/s/ojc5ygv7xbwvtmg/Anatalia%20Script%20Regular.otf');}
  13.  
  14. body
  15. {overflow-x:hidden;
  16. background-image:
  17. url('');
  18. background-position: bottom right;
  19. background-repeat: repeat;
  20. background-attachment: fixed;
  21. background-color:#292929;
  22. font: 0px arial;
  23. color: black;}
  24.  
  25. ::-webkit-scrollbar-thumb:vertical {background-color:#2d5447; height:3px; }
  26. ::-webkit-scrollbar { height:3px; width:3px; background-color:transparent; }
  27.  
  28. ::selection {
  29. color: #29272a;
  30. background: #eee;}
  31.  
  32. a {color: #dec5af;
  33. text-decoration: none;
  34. text-transform:lowercase;
  35. font-family: 'Oswald', sans-serif;
  36. font-size:10px;
  37. -webkit-transition: all 0.5s ease-in-out;
  38. -moz-transition: all 0.5s ease-in-out;
  39. -o-transition: all 0.5s ease-in-out;
  40. -ms-transition: all 0.5s ease-in-out;
  41. transition: all 0.5s ease-in-out;
  42. }
  43.  
  44. a:hover {color: black;
  45. text-decoration: none;
  46. -webkit-transition: all 0.5s ease-in-out;
  47. -moz-transition: all 0.5s ease-in-out;
  48. -o-transition: all 0.5s ease-in-out;
  49. -ms-transition: all 0.5s ease-in-out;
  50. transition: all 0.5s ease-in-out;
  51. }
  52.  
  53. b {
  54. color:#dec5af;
  55. font-family: times, cursive;
  56. text-transform: uppercase;
  57. font-size:8px;
  58. letter-spacing: 2;
  59. }
  60.  
  61. h1 {
  62. text-transform: uppercase;
  63. border-bottom: 2px solid #000;
  64. border-image: linear-gradient(to right, #dec5af, #100b2e, #dec5af) 10;
  65. letter-spacing: 2px;
  66. font-size: 10px;
  67. padding-bottom: 10px;
  68. padding-top: 1px;
  69. width: 100%;
  70. margin: 10px auto;
  71. font-family: 'Cinzel', cursive;
  72. color: #ccc;
  73. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  74. text-align-last:center;}
  75.  
  76. hr {
  77. border:0;
  78. margin-top:5px;
  79. margin-bottom:5px;
  80. width:90%;
  81. height:1px;
  82. -moz-box-sizing:border-box;
  83. box-sizing:border-box;
  84. background-color:#292929;}
  85.  
  86. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;}
  87.  
  88. #bitch{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  89.  
  90. /*IMAGES*/
  91.  
  92. .leftimg {
  93. overflow:hidden;
  94. position:absolute;
  95. text-align:justify;
  96. bottom:-5px;
  97. left:50px;
  98. height:610px;
  99. width:310px;
  100. z-index: 1;
  101. box-shadow:1px 1px 30px #000;
  102. background-image: url('https://i.imgur.com/ScF98SQ.jpg');
  103. background-position: 0px 0px;
  104. background-attachment: absolute;
  105. -webkit-background-size: cover;
  106. -moz-background-size: cover;
  107. -o-background-size: cover;
  108. background-size: cover;}
  109.  
  110. .icon {
  111. overflow:hidden;
  112. position:absolute;
  113. text-align:justify;
  114. top:70px;
  115. right:340px;
  116. height:100px;
  117. width:100px;
  118. opacity: .5;
  119. border-radius: 50%;
  120. border: 1px solid #292929;
  121. box-shadow:1px 1px 20px #000;
  122. background-image: url('https://i.imgur.com/7r0j0h4.gif');
  123. background-position: -50px 0px;
  124. background-attachment: absolute;
  125. -webkit-background-size: cover;
  126. -moz-background-size: cover;
  127. -o-background-size: cover;
  128. background-size: cover;}
  129.  
  130. /*BACKGROUND BOXES*/
  131.  
  132. #container {
  133. position:absolute;
  134. top:45%;
  135. margin-top:-275px;
  136. left:50%;
  137. margin-left:-500px;
  138. height:600px;
  139. width:930px;
  140. background:#1c1919;
  141. border: 1px solid #000;
  142. box-shadow:1px 1px 3px #000;}
  143.  
  144. #wrapbox {
  145. background-color: rgba(41, 41, 82, .5);
  146. background-image: url('https://www.transparenttextures.com/patterns/always-grey.png');
  147. position: absolute;
  148. width:886px;
  149. height:560px;
  150. left: 10px;
  151. bottom: 10px;
  152. padding: 10px;
  153. margin: 1px;
  154. overflow:auto;}
  155.  
  156. #wrapboxtwo {
  157. background-color: rgba(191, 180, 186, .5);
  158. background-image: url('https://www.transparenttextures.com/patterns/diagmonds.png');
  159. border-top-left-radius: 75%;
  160. position: absolute;
  161. width:795px;
  162. height:540px;
  163. left: 100px;
  164. bottom: 20px;
  165. padding: 10px;
  166. margin: 1px;
  167. overflow:auto;}
  168.  
  169. /*INFO BOXES*/
  170.  
  171. #stats {
  172. background-color: #100b2e;
  173. background-image: url('https://www.transparenttextures.com/patterns/checkered-pattern.png');
  174. box-shadow:1px 1px 10px #000;
  175. text-transform: uppercase;
  176. text-align: left;
  177. color: #fff;
  178. font-size:8px;
  179. font-family: calibri, sans-serif;
  180. position: absolute;
  181. width:180;
  182. height:150;
  183. left: 400px;
  184. bottom: 40px;
  185. letter-spacing:1px;
  186. line-height: 13px;
  187. padding: 10px;
  188. margin: 1px;
  189. overflow:auto;
  190. opacity: 1;
  191. z-index:1;}
  192.  
  193. #ooc {
  194. background-color: #100b2e;
  195. background-image: url('https://www.transparenttextures.com/patterns/checkered-pattern.png');
  196. box-shadow:1px 1px 10px #000;
  197. text-transform: uppercase;
  198. text-align: left;
  199. color: #fff;
  200. font-size:8px;
  201. font-family: calibri, sans-serif;
  202. position: absolute;
  203. width:180;
  204. height:150;
  205. left: 400px;
  206. bottom: 215px;
  207. letter-spacing:1px;
  208. line-height: 13px;
  209. padding: 10px;
  210. margin: 1px;
  211. overflow:auto;
  212. opacity: 1;
  213. z-index:1;}
  214.  
  215. #desc {
  216. background-color: #100b2e;
  217. background-image: url('https://www.transparenttextures.com/patterns/checkered-pattern.png');
  218. box-shadow:1px 1px 10px #000;
  219. text-transform: uppercase;
  220. text-align: left;
  221. color: #fff;
  222. font-size:8px;
  223. font-family: calibri, sans-serif;
  224. position: absolute;
  225. width:250;
  226. height:325;
  227. right: 49px;
  228. bottom: 40px;
  229. letter-spacing:1px;
  230. line-height: 13px;
  231. padding: 10px;
  232. margin: 1px;
  233. overflow:auto;
  234. opacity: 1;
  235. z-index:1;}
  236.  
  237. /*NAVIGATION*/
  238.  
  239. .navbar {position: absolute; left: 410px; top: 170px; z-index: 3000; opacity: 1; }
  240.  
  241. .link1 {border-radius:50%; background-color: #dec5af; position: absolute; height: 15px; width: 15px; border: 1px solid #292929; box-shadow: 0px 0px 5px #1f2233;}
  242. .link1:hover {background-color: #292952; box-shadow: 0px 0px 5px #1f2233; opacity: 1;}
  243.  
  244. .link2 {border-radius:50%; background-color: #dec5af; position: absolute; left: 30px; height: 15px; width: 15px; border: 1px solid #292929; box-shadow: 0px 0px 5px #1f2233;}
  245. .link2:hover {background-color: #292952; box-shadow: 0px 0px 5px #1f2233; opacity: 1;}
  246.  
  247. .link3 {border-radius:50%; background-color: #dec5af; position: absolute; left: 60px; height: 15px; width: 15px; border: 1px solid #292929; box-shadow: 0px 0px 5px #1f2233;}
  248. .link3:hover {background-color: #292952; box-shadow: 0px 0px 5px #1f2233; opacity: 1;}
  249.  
  250. .abox, .abox2 {
  251. background-color: #100b2e;
  252. background-image: url('https://www.transparenttextures.com/patterns/checkered-pattern.png');
  253. text-transform: uppercase;
  254. text-align: left;
  255. color: #fff;
  256. font-size:8px;
  257. font-family: calibri, sans-serif;
  258. position: absolute;
  259. width:250;
  260. height:325;
  261. right: 49px;
  262. bottom: 40px;
  263. letter-spacing:1px;
  264. line-height: 13px;
  265. padding: 10px;
  266. margin: 1px;
  267. overflow:auto;
  268. opacity: 1;
  269. z-index:1;}
  270.  
  271. .slide {z-index: -1; opacity: 0;}
  272.  
  273. .slide:target {left: 0; opacity: 1; z-index: 1000;}
  274.  
  275. /*NAME HEADERS*/
  276.  
  277. #tt { z-index: 1000; padding: 50; letter-spacing: 20; position: absolute; right: -29px; top: 70px; font-family: 'Dorsa', sans-serif; font-size:100px;
  278. -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(transparent, transparent), url('https://i.imgur.com/ZuD4GGj.gif') repeat; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center center; background-size: cover;}
  279. #ttshadow { z-index: 10; padding: 50; letter-spacing: 20; position: absolute; right: -29px; top: 70px; font-family: 'Dorsa', sans-serif; font-size: 100px; color: #000; text-shadow: -1px 1px .5px #000; opacity: 0.8;}
  280.  
  281. #ttsmall { z-index: 10000; letter-spacing: 3; position: absolute; left: 410px; top: 195px; text-transform: uppercase; font-family: 'Russo One', sans-serif; font-size:15px;
  282. background: -webkit-linear-gradient(#000, #000, #000);
  283. -webkit-background-clip: text;
  284. -webkit-text-fill-color: transparent;}
  285.  
  286. </style>
  287.  
  288. <div id="bitch" oncontextmenu="return false;">
  289.  
  290. <div id= "container">
  291. <div id= "wrapbox"></div>
  292. <div id= "wrapboxtwo"></div>
  293.  
  294. <div class= "leftimg"></div>
  295. <div class= "rightimg"></div>
  296. <div class= "icon"></div>
  297.  
  298. <div class="navbar">
  299. <a class="link1" href="#1"></a>
  300. <a class="link2" href="#2"></a>
  301. <a class="link3" href="#3"></a>
  302. </div>
  303.  
  304. <div id= "tt">{WRAITH}</div>
  305. <div id= "ttshadow">{WRAITH}</div>
  306. <div id= "ttsmall">bang bang baby<i>!</i></div>
  307.  
  308. <div id= "ooc">
  309. <h1>out of character</h1>
  310. <b>001.</b> profile design by <a href= "https://roleplay.chat/profile.php?user=UFO" target="_blank">ufo @ rpc</a> for branch. do not steal or redistribute.<br>
  311. <b>002.</b> this character was made for <a href= "https://roleplay.chat/profile.php?user=Poppy" target="_blank">poppy</a>. she gets top priority. <br>
  312. <b>003.</b> chat scenes are preferred, some exceptions can be made. ic drama of epic proportions is my fetish.<br>
  313. </div>
  314.  
  315. <div id= "stats">
  316. <h1>statistics</h1>
  317. <font style=float:left><b>Name</b> </font> <font style=float:right>Mathias Halvorsen.</font><br>
  318. <font style=float:left><b>Alias</b> </font> <font style=float:right>Branch.</font><br>
  319. <font style=float:left><b>Gender</b> </font> <font style=float:right>Male.</font><br>
  320. <font style=float:left><b>Height</b> </font> <font style=float:right>7'0".</font><br>
  321. <font style=float:left><b>Weight</b> </font> <font style=float:right>275 lbs.</font><br>
  322. <font style=float:left><b>Occupation</b> </font> <font style=float:right>Mercenary.</font><br>
  323. <font style=float:left><b>Orientation</b> </font> <font style=float:right>Heterosexual.</font><br>
  324. <font style=float:left><b>M. Status</b> </font> <font style=float:right>Single.</font><br>
  325. </div>
  326.  
  327. <div id= "desc">
  328. <h1>history & background</h1>
  329. words here.
  330. </div>
  331.  
  332.  
  333. <div id="1" class="slide">
  334. <div class="abox">
  335. <h1>abilities</h1>
  336. put whatever here.
  337. </div></div>
  338.  
  339. <div id="2" class="slide">
  340. <div class="abox2">
  341. <h1>alliances</h1>
  342. <a target="_blank" href="https://roleplay.chat/profile.php?user=Poppy">
  343. <img style="border: 2px solid #30705b; border-radius: 50%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  344.  
  345. <a target="_blank" href="">
  346. <img style="border: 2px solid #30705b; border-radius: 50%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  347.  
  348. <a target="_blank" href="">
  349. <img style="border: 2px solid #30705b; border-radius: 50%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  350.  
  351. <a target="_blank" href="">
  352. <img style="border: 2px solid #30705b; border-radius: 50%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  353.  
  354. <a target="_blank" href="">
  355. <img style="border: 2px solid #30705b; border-radius: 50%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  356.  
  357. <a target="_blank" href="">
  358. <img style="border: 2px solid #30705b; border-radius: 50%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  359. </div></div>
  360.  
  361. </div>
  362.  
  363. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement