Advertisement
RageQxeen

Cyber Coffee

Nov 25th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.40 KB | None | 0 0
  1. <html>
  2. <body>
  3. <style type="text/css">
  4.  
  5. @import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);
  6.  
  7. html, body {
  8. background: #12c2e9; /* fallback for old browsers */
  9. background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9); /* Chrome 10-25, Safari 5.1-6 */
  10. background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9); /* 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. #image {
  31. width: 33vw;
  32. margin: 0px;
  33. border: none;
  34. height: 45vw;
  35. background-color:transparent;
  36. position: absolute;
  37. left: 2vw;
  38. bottom: 0vw;
  39. background-image:url("https://i.ibb.co/QfqVgVD/1.png");
  40. background-repeat:no-repeat;
  41. background-position: bottom;
  42. background-size: 100%;
  43. }
  44.  
  45. #bar {
  46. width: 100%;
  47. height: 7vw;
  48. left: 0vw;
  49. top: 0.5vw;
  50. position:absolute;
  51. background-color: rgba(0,0,0,0.8);
  52. }
  53.  
  54. #handle {
  55. width: 1vw;
  56. height: 3vw;
  57. right: 39vw;
  58. bottom: -3vw;
  59. position: absolute;
  60. background-color: transparent;
  61. }
  62.  
  63. #coffee {
  64. width: 11vw;
  65. height: 4vw;
  66. right: -11vw;
  67. top: 16.5vw;
  68. position: absolute;
  69. background: linear-gradient(to left, blue, violet);
  70. border-radius: 0px 20px 20px 0px;
  71. box-shadow: 10px 0px 10px 3px #000;
  72. }
  73.  
  74. #nav {
  75. background-color: transparent;
  76. width: 60vw;
  77. height: 5px;
  78. margin:auto;
  79. position: absolute;
  80. right: 13vw;
  81. top: 0.8vw;
  82. text-align: center;
  83. z-index: 10;
  84. }
  85.  
  86. #nav a, #nav a:link, #nav a:visited {
  87. display:inline-block;
  88. background: #332628;
  89. color: #332628;
  90. margin-top: 0px;
  91. margin-bottom: 0px;
  92. margin-left: 7vw;
  93. height: 100px;
  94. width: 150px;
  95. border-radius: 10px;
  96. box-shadow: 5px 5px 25px #d4dbee;
  97. -webkit-transition: 0.5s linear;
  98. -moz-transition: 0.5s linear;
  99. -o-transition: 0.5s linear;
  100. transition: 0.5s linear;
  101. }
  102.  
  103. #nav a:active, #nav a:hover {
  104. display:inline-block;
  105. height: 100px;
  106. width: 150px;
  107. border-radius: 100%;
  108. text-decoration:none;
  109. background: rgb(0,0,0,0.4);
  110. color: rgb(0,0,0,0.4);
  111. margin-left: 7vw;
  112. box-shadow: 0px 0px 5px #d4dbee;
  113. -webkit-transition: 0.5s linear;
  114. -moz-transition: 0.5s linear;
  115. -o-transition: 0.5s linear;
  116. transition: 0.5s linear;
  117. }
  118.  
  119. #icon {
  120. width: 150px;
  121. margin: 0px;
  122. border: none;
  123. height: 100px;
  124. background-color:transparent;
  125. position: absolute;
  126. background-image:url("https://i.ibb.co/NLcNwnW/9.jpg");
  127. background-repeat:no-repeat;
  128. background-position: center;
  129. background-size: cover;
  130. border-radius: 10px;
  131. border: 2px solid #000;
  132. filter: blur(4px) grayscale(100%);
  133. box-sizing: border-box;
  134. z-index: 11;
  135. transition: 0.5s;
  136. }
  137.  
  138. #icon:hover {
  139. filter: blur(0px) grayscale(0%);
  140. background-position: 40% 10%;
  141. }
  142.  
  143. #icon2 {
  144. width: 150px;
  145. margin: 0px;
  146. border: none;
  147. height: 100px;
  148. background-color:transparent;
  149. position: absolute;
  150. background-image:url("https://i.ibb.co/rZmm8pN/7.jpg");
  151. background-repeat:no-repeat;
  152. background-position: center;
  153. background-size: cover;
  154. border-radius: 10px;
  155. border: 2px solid #000;
  156. z-index: 11;
  157. filter: blur(4px) grayscale(100%);
  158. box-sizing: border-box;
  159. transition: 0.5s;
  160. }
  161.  
  162. #icon2:hover {
  163. filter: blur(0px) grayscale(0%);
  164. background-position: 40% 10%;
  165. }
  166.  
  167. #icon3 {
  168. width: 150px;
  169. margin: 0px;
  170. border: none;
  171. height: 100px;
  172. background-color:transparent;
  173. position: absolute;
  174. background-image:url("https://i.ibb.co/zfnTgc5/5.jpg");
  175. background-repeat:no-repeat;
  176. background-position: center;
  177. background-size: cover;
  178. border-radius: 10px;
  179. border: 2px solid #000;
  180. z-index: 11;
  181. filter: blur(4px) grayscale(100%);
  182. box-sizing: border-box;
  183. transition: 0.5s;
  184. }
  185.  
  186. #icon3:hover {
  187. filter: blur(0px) grayscale(0%);
  188. background-position: 40% 10%;
  189. }
  190.  
  191. #icon4 {
  192. width: 150px;
  193. margin: 0px;
  194. border: none;
  195. height: 100px;
  196. background-color:transparent;
  197. position: absolute;
  198. background-image:url("https://i.ibb.co/Srsz08Q/1.jpg");
  199. background-repeat:no-repeat;
  200. background-position: center;
  201. background-size: cover;
  202. border-radius: 10px;
  203. border: 2px solid #000;
  204. z-index: 11;
  205. filter: blur(4px) grayscale(100%);
  206. box-sizing: border-box;
  207. transition: 0.5s;
  208. }
  209.  
  210. #icon4:hover {
  211. filter: blur(0px) grayscale(0%);
  212. background-position: 40% 10%;
  213. }
  214.  
  215. #container {
  216. width: 35vw;
  217. height: 35vw;
  218. margin:auto;
  219. position: absolute;
  220. padding: 5px;
  221. right: -17.5vw;
  222. bottom: -35vw;
  223. z-index:2;
  224. box-shadow: 10px 0px 10px 10px #000;
  225. }
  226.  
  227. .border {
  228. background: linear-gradient(#b09c94, #8a624a) padding-box,
  229. linear-gradient(to right, blue, violet) border-box;
  230. border-radius: 100%;
  231. border: 4px solid transparent;
  232. }
  233.  
  234. #content {
  235. background-color: transparent;
  236. width: 26vw;
  237. height:28vw;
  238. margin:auto;
  239. position: absolute;
  240. padding: 10px;
  241. font-size: 17px;
  242. font-family: 'Share Tech Mono', cursive;
  243. color:#000;
  244. opacity: 0.98;
  245. right: 4.3vw;
  246. bottom: 1.5vw;
  247. z-index:1;
  248. }
  249.  
  250. a {text-decoration: none; color: #3a6186;}
  251. h1 {
  252. background: url(https://64.media.tumblr.com/5cbdcc95227023dc5ecb6e97499cf951/tumblr_njvmf50Pkq1r94dqgo1_500.gif);
  253. background-position: left;
  254. background-size:cover;
  255. line-height:1vw;
  256. letter-spacing: 0.2vw;
  257. font-size: 4vh;
  258. font-family: 'Libre Barcode 39 Text';
  259. text-align: center;
  260. border: .2vh solid #15181F;
  261. border-radius: 10px;
  262. color: #fff;
  263. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  264. margin-top: 1vh;
  265. }
  266. </style>
  267. <div id="bar">
  268. <div id="nav">
  269. <a href="#two"><div id="icon"></div></a>
  270. <a href="#three"><div id="icon2"></div></a>
  271. <a href="#four"><div id="icon3"></div></a>
  272. <a href="#one"><div id="icon4"></div></a>
  273. </div>
  274.  
  275. <div id="handle">
  276.  
  277. <div id="container" class="border">
  278. <div id="content">
  279.  
  280.  
  281. <div style="width: 26vw; height: 28vw; overflow-y: hidden;">
  282.  
  283. <a name="one"></a>
  284. <div style="width: 26vw; height: 28vw; overflow: auto;" align="center">
  285. <center><b>00</b>. Code made by <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html">RageQxeen</a>, do not steal.</center><br>
  286. <b>01</b>. OOC.<br>
  287. <b>02</b>. OOC.<br>
  288. <b>03</b>. OOC.<br>
  289. <b>04</b>. OOC.<br>
  290. <b>05</b>. OOC.<br>
  291. </div>
  292.  
  293. <a name="two"></a>
  294. <div style="width: 26vw; height: 28vw; overflow: auto;" align="center">
  295. <h1>The Basics</h1>
  296. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  297. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  298. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  299. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  300. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  301. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  302. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  303. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  304. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  305. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  306. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  307. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  308. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  309. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  310. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  311. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  312. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  313. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  314. </div>
  315.  
  316. <a name="three"></a>
  317. <div style="width: 26vw; height: 28vw; overflow: auto;" align="center">
  318. <h1>Abilities</h1>
  319. <b>TBA</b>
  320. </div>
  321.  
  322. <a name="four"></a>
  323. <div style="width: 26vw; height: 28vw; overflow: auto;" align="center">
  324. <h1>History</h1>
  325. <b>TBA</b>
  326. </div>
  327. </div>
  328. </div>
  329.  
  330. <div id="coffee"></div>
  331. </div>
  332. </div>
  333. </div>
  334.  
  335. <div id="image"></div>
  336.  
  337. </body>
  338. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement