Advertisement
RageQxeen

Mobius

Nov 25th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.49 KB | None | 0 0
  1. <html>
  2. <body>
  3. <style type="text/css">
  4.  
  5. @import url(https://fonts.googleapis.com/css?family=Staatliches|Cinzel);
  6.  
  7. html, body {
  8. background: #5A3F37; /* fallback for old browsers */
  9. background: -webkit-linear-gradient(to right, #2C7744, #5A3F37); /* Chrome 10-25, Safari 5.1-6 */
  10. background: linear-gradient(to right, #2C7744, #5A3F37); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  11. }
  12.  
  13. ::-webkit-scrollbar-button:vertical:{
  14. background-color: #transparent;}
  15.  
  16. ::-webkit-scrollbar-thumb:vertical {
  17. background-color:#transparent;
  18. height:150px;}
  19.  
  20. ::-webkit-scrollbar-thumb:horizontal {
  21. background-color:#transparent;
  22. height:60px;}
  23.  
  24.  
  25. ::-webkit-scrollbar {
  26. height:60px;
  27. width:5px;
  28. background-color:#transparent;}
  29.  
  30. .cover {
  31. background:url('https://thumbs.gfycat.com/RingedSpicyKodiakbear-size_restricted.gif');
  32. opacity: 0.2;
  33. position: absolute;
  34. width: 100vw;
  35. height: 100vh;
  36. left: 0vw;
  37. top: 0vw;
  38. z-index: 1;
  39. overflow: hidden;
  40. }
  41.  
  42. #image {
  43. width: 30vw;
  44. margin: 0px;
  45. border: none;
  46. height: 50vw;
  47. background-color:transparent;
  48. position: absolute;
  49. left: 0vw;
  50. bottom: 0vw;
  51. background-image:url("https://i.ibb.co/B6rwh3v/2.png");
  52. background-repeat:no-repeat;
  53. background-position: bottom;
  54. background-size: 100%;
  55. z-index: 3;
  56. }
  57.  
  58. #container {
  59. background-color: transparent;
  60. background-image:url("https://1.bp.blogspot.com/-GA5eLpc8__8/Xqf_AlAYroI/AAAAAAAAF40/btV317R7ExoGNwQWFs2RcHzWRxTnPNg7gCLcBGAsYHQ/w1200-h630-p-k-no-nu/Anime%2BSci-Fi%2BBackground%2B09.jpg");
  61. background-repeat:no-repeat;
  62. background-position: bottom;
  63. background-size: cover;
  64. width: 65vw;
  65. height: 30vw;
  66. margin:auto;
  67. position: absolute;
  68. padding: 5px;
  69. left: 12vw;
  70. bottom: 3vw;
  71. z-index:2;
  72. box-shadow: 0px 10px 15px #000;
  73. border-right: solid 4px #000;
  74. border-bottom: solid 4px #000;
  75. border-top: solid 4px #000;
  76. }
  77.  
  78. #content {
  79. background-color: rgb(0, 0, 0, 0.8);
  80. width: 47vw;
  81. height: 21.5vw;
  82. margin:auto;
  83. position: absolute;
  84. padding: 10px;
  85. font-family: 'Staatliches', cursive;
  86. font-size: 18px;
  87. color: #fff;
  88. right: 0.5vw;
  89. bottom: .25vw;
  90. z-index:1;
  91. }
  92.  
  93. #bar {
  94. padding: 10px;
  95. width: 47vw;
  96. height: 6vw;
  97. right: 0.5vw;
  98. top: 0.5vw;
  99. position:absolute;
  100. background-color: rgba(0,0,0,0.8);
  101. }
  102.  
  103. #nav {
  104. background-color: transparent;
  105. width: 45vw;
  106. height: 5px;
  107. margin:auto;
  108. position: absolute;
  109. right: 2.3vw;
  110. top: 1.3vw;
  111. text-align: center;
  112. z-index: 10;
  113. }
  114.  
  115. #nav a, #nav a:link, #nav a:visited {
  116. display:inline-block;
  117. background: #332628;
  118. color: #332628;
  119. margin-top: 0px;
  120. margin-bottom: 0px;
  121. margin-left: 1vw;
  122. height: 90px;
  123. width: 140px;
  124. border-radius: 10px;
  125. box-shadow: 5px 5px 25px #d4dbee;
  126. -webkit-transition: 0.5s linear;
  127. -moz-transition: 0.5s linear;
  128. -o-transition: 0.5s linear;
  129. transition: 0.5s linear;
  130. }
  131.  
  132. #nav a:active, #nav a:hover {
  133. display:inline-block;
  134. height: 90px;
  135. width: 140px;
  136. border-radius: 100%;
  137. text-decoration:none;
  138. background: rgb(0,0,0,0.4);
  139. color: rgb(0,0,0,0.4);
  140. margin-left: 1vw;
  141. box-shadow: 0px 0px 5px #d4dbee;
  142. -webkit-transition: 0.5s linear;
  143. -moz-transition: 0.5s linear;
  144. -o-transition: 0.5s linear;
  145. transition: 0.5s linear;
  146. }
  147.  
  148. #icon {
  149. width: 140px;
  150. margin: 0px;
  151. border: none;
  152. height: 90px;
  153. background-color:transparent;
  154. position: absolute;
  155. background-image:url("https://i.ibb.co/42tZC7R/4.jpg");
  156. background-repeat:no-repeat;
  157. background-position: center;
  158. background-size: cover;
  159. border-radius: 10px;
  160. border: 2px solid #000;
  161. filter: blur(4px) grayscale(100%);
  162. box-sizing: border-box;
  163. z-index: 11;
  164. transition: 0.5s;
  165. }
  166.  
  167. #icon:hover {
  168. filter: blur(0px) grayscale(0%);
  169. background-position: 40% 10%;
  170. }
  171.  
  172. #icon2 {
  173. width: 140px;
  174. margin: 0px;
  175. border: none;
  176. height: 90px;
  177. background-color:transparent;
  178. position: absolute;
  179. background-image:url("https://i.ibb.co/d5GxSTD/5.jpg");
  180. background-repeat:no-repeat;
  181. background-position: center;
  182. background-size: cover;
  183. border-radius: 10px;
  184. border: 2px solid #000;
  185. z-index: 11;
  186. filter: blur(4px) grayscale(100%);
  187. box-sizing: border-box;
  188. transition: 0.5s;
  189. }
  190.  
  191. #icon2:hover {
  192. filter: blur(0px) grayscale(0%);
  193. background-position: 40% 10%;
  194. }
  195.  
  196. #icon3 {
  197. width: 140px;
  198. margin: 0px;
  199. border: none;
  200. height: 90px;
  201. background-color:transparent;
  202. position: absolute;
  203. background-image:url("https://i.ibb.co/MkgtTmH/7.jpg");
  204. background-repeat:no-repeat;
  205. background-position: center;
  206. background-size: cover;
  207. border-radius: 10px;
  208. border: 2px solid #000;
  209. z-index: 11;
  210. filter: blur(4px) grayscale(100%);
  211. box-sizing: border-box;
  212. transition: 0.5s;
  213. }
  214.  
  215. #icon3:hover {
  216. filter: blur(0px) grayscale(0%);
  217. background-position: 40% 30%;
  218. }
  219.  
  220. #icon4 {
  221. width: 140px;
  222. margin: 0px;
  223. border: none;
  224. height: 90px;
  225. background-color:transparent;
  226. position: absolute;
  227. background-image:url("https://i.ibb.co/56Nqs8T/8.jpg");
  228. background-repeat:no-repeat;
  229. background-position: center;
  230. background-size: cover;
  231. border-radius: 10px;
  232. border: 2px solid #000;
  233. z-index: 11;
  234. filter: blur(4px) grayscale(100%);
  235. box-sizing: border-box;
  236. transition: 0.5s;
  237. }
  238.  
  239. #icon4:hover {
  240. filter: blur(0px) grayscale(0%);
  241. background-position: 40% 10%;
  242. }
  243.  
  244. #icon5 {
  245. width: 150px;
  246. margin: 0px;
  247. border: none;
  248. height: 100px;
  249. background-color:transparent;
  250. position: absolute;
  251. background-image:url("https://i.ibb.co/d76fFs5/2.jpg");
  252. background-repeat:no-repeat;
  253. background-position: center;
  254. background-size: cover;
  255. border-radius: 10px;
  256. border: 2px solid #000;
  257. z-index: 11;
  258. filter: blur(4px) grayscale(100%);
  259. box-sizing: border-box;
  260. transition: 0.5s;
  261. }
  262.  
  263. #icon5:hover {
  264. filter: blur(0px) grayscale(0%);
  265. background-position: 40% 10%;
  266. }
  267.  
  268. .name {position: absolute;
  269. font-family: 'Cinzel';
  270. color: #fff;
  271. font-size: 4vw;
  272. top: -4.5vw;
  273. right: -0.8vw;
  274. width: 52.5vw;
  275. height: 5vw;
  276. border: 0px solid #000;
  277. text-align: justify;
  278. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  279. overflow: auto;
  280. padding:5px 5px 5px 5px;
  281. z-index: 5;}
  282.  
  283. .title { background: transparent;
  284. background:url('https://blenderartists.org/uploads/default/original/4X/d/6/e/d6e0a4c4153a5820c0c7cc28b7ee5356b30333b1.gif') 50px 50px repeat;
  285. background-position: center;
  286. position: absolute;
  287. font-family: 'Cinzel';
  288. font-size: 4vw;
  289. top: -4.5vw;
  290. right: -0.8vw;
  291. width: 52.5vw;
  292. height: 5vw;
  293. text-align: justify;
  294. padding:5px 5px 5px 5px;
  295. -webkit-text-fill-color: transparent;
  296. -webkit-background-clip: text;
  297. z-index: 6;}
  298.  
  299. .alias {position: absolute;
  300. font-family: 'Cinzel';
  301. background-color: transparent;
  302. background: -webkit-linear-gradient(right, #880808, #2C7744, #8a0303);
  303. -webkit-background-clip: text;
  304. -webkit-text-fill-color: transparent;
  305. font-size: 2.5vw;
  306. bottom: 13.5vw;
  307. right: -17vw;
  308. width: 31vw;
  309. height: 3vw;
  310. text-align: center;
  311. transform: rotate(90deg);
  312. overflow: auto;
  313. padding:5px 5px 5px 5px;
  314. z-index: 3;}
  315.  
  316. a {text-decoration: none; color: #2C7744;}
  317. h1 {
  318. background: url(https://blenderartists.org/uploads/default/original/4X/d/6/e/d6e0a4c4153a5820c0c7cc28b7ee5356b30333b1.gif);
  319. background-position: left;
  320. background-size:cover;
  321. line-height:1vw;
  322. letter-spacing: 0.2vw;
  323. font-size: 4vh;
  324. font-family: 'Cinzel';
  325. text-align: center;
  326. border: .2vh solid #15181F;
  327. border-radius: 10px;
  328. color: #880000;
  329. filter: drop-shadow(0px 0px 10px #15181F);
  330. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  331. margin-top: 1vh;
  332. }
  333. </style>
  334. <div class="cover"></div>
  335.  
  336. <div id="image"></div>
  337.  
  338.  
  339. <div id="container">
  340.  
  341. <div class="name">The Serpentine Scientist</div>
  342. <div class="title">The Serpentine Scientist</div>
  343. <div class="alias"><b>Ouroboros Infinitum</b></div>
  344.  
  345. <div id="bar">
  346. <div id="nav">
  347. <a href="#five"><div id="icon"></div></a>
  348. <a href="#two"><div id="icon2"></div></a>
  349. <a href="#three"><div id="icon3"></div></a>
  350. <a href="#four"><div id="icon4"></div></a>
  351. <a href="#one"><div id="icon5"></div></a>
  352. </div>
  353. </div>
  354.  
  355. <div id="content">
  356. <div style="width: 47vw; height: 21.5vw; overflow-y: hidden;">
  357.  
  358. <a name="one"></a>
  359. <div style="width: 47vw; height: 21.5vw; overflow: auto;" align="left">
  360. <h1>Out of Character</h1>
  361. <center><b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.</center><br>
  362. <b>01</b>. OOC<br>
  363. <b>02</b>. OOC<br>
  364. <b>03</b>. OOC<br>
  365. <b>04</b>. OOC<br>
  366. <b>05</b>. OOC<br>
  367. </div>
  368.  
  369. <a name="two"></a>
  370. <div style="width: 47vw; height: 21.5vw; overflow: auto;" align="left">
  371. <h1>Abilities</h1>
  372. <b>TBA</b>
  373. </div>
  374.  
  375.  
  376. <a name="three"></a>
  377. <div style="width: 47vw; height: 21.5vw; overflow: auto;" align="left">
  378. <h1>History</h1>
  379. <b>TBA</b>
  380. </div>
  381.  
  382. <a name="four"></a>
  383. <div style="width: 47vw; height: 21.5vw; overflow: auto;" align="left">
  384. <h1>Connections</h1>
  385. <b>TBA</b>
  386. </div>
  387.  
  388. <a name="five"></a>
  389. <div style="width: 47vw; height: 21.5vw; overflow: auto;" align="left">
  390. <h1>The Basics</h1>
  391. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  392. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  393. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  394. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  395. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  396. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  397. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  398. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  399. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  400. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  401. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  402. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  403. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  404. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  405. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  406. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  407. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  408. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. </body>
  414. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement