Advertisement
RageQxeen

BlueBuckin'Bull

Aug 13th, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1. <html>
  2. <body>
  3. <script defer>
  4. window.onload = function() {
  5. var isCtrl = false;
  6. document.onkeyup=function(e)
  7. {
  8. if(e.which == 17)
  9. isCtrl=false;
  10. }
  11. document.onkeydown=function(e)
  12. {
  13. if(e.which == 17)
  14. isCtrl=true;
  15. if((e.which == 85) || (e.which == 67) && (isCtrl == true))
  16. {
  17. return false;
  18. }
  19. }
  20. var isNS = (navigator.appName == "Netscape") ? 1 : 0;
  21. if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
  22. function mischandler(){
  23. return false;
  24. }
  25. function mousehandler(e){
  26. var myevent = (isNS) ? e : event;
  27. var eventbutton = (isNS) ? myevent.which : myevent.button;
  28. if((eventbutton==2)||(eventbutton==3)) return false;
  29. }
  30. document.oncontextmenu = mischandler;
  31. document.onmousedown = mousehandler;
  32. document.onmouseup = mousehandler;
  33.  
  34. if (document.addEventListener) { // IE >= 9; other browsers
  35. document.addEventListener('contextmenu', function(e) {
  36. alert(" Try asking RageQxeen for her codes instead."); //here you draw your own menu
  37. e.preventDefault();
  38. }, false);
  39. } else { // IE < 9
  40. document.attachEvent('oncontextmenu', function() {
  41. alert("O sun, abide to death.");
  42. window.event.returnValue = false;
  43. });
  44. }
  45. };
  46. </script>
  47. <style type="text/css">
  48.  
  49. @import url(https://fonts.googleapis.com/css?family=Play|Aboreto|Cinzel);
  50.  
  51. html, body {
  52. background: rgb(158,187,195);
  53. background: -moz-linear-gradient(312deg, rgba(158,187,195,1) 0%, rgba(210,219,234,1) 100%);
  54. background: -webkit-linear-gradient(312deg, rgba(158,187,195,1) 0%, rgba(210,219,234,1) 100%);
  55. background: linear-gradient(312deg, rgba(158,187,195,1) 0%, rgba(210,219,234,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ebbc3",endColorstr="#d2dbea",GradientType=1);
  57. }
  58.  
  59. ::-webkit-scrollbar-button:vertical:{
  60. background-color: #transparent;}
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {
  63. background-color:#transparent;
  64. height:150px;}
  65.  
  66. ::-webkit-scrollbar-thumb:horizontal {
  67. background-color:#transparent;
  68. height:60px;}
  69.  
  70.  
  71. ::-webkit-scrollbar {
  72. height:60px;
  73. width:5px;
  74. background-color:#transparent;}
  75.  
  76. #image {
  77. width: 30vw;
  78. margin: 0px;
  79. border: none;
  80. height: 40vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 0vw;
  84. bottom: -5vw;
  85. background-image:url("https://i.ibb.co/5Lpw7yd/1.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. z-index: 5;
  90. }
  91.  
  92. #bar{
  93. background-color: #000;
  94. width: 99.5vw;
  95. height: 35vw;
  96. margin: auto;
  97. padding: 5px;
  98. position: absolute;
  99. left: 0vw;
  100. bottom: 5vw;
  101. background-image: url('https://i.pinimg.com/originals/da/f3/7e/daf37edc98e7d53f11d71b4bc3e10cb2.jpg');
  102. background-size: cover;
  103. background-position: bottom;
  104. border-top: 2px solid #000;
  105. border-bottom: 2px solid #000;
  106. }
  107.  
  108. #container {
  109. background-color: rgb(0,0,0,0.2);
  110. width: 55vw;
  111. height: 30vw;
  112. margin:auto;
  113. position: absolute;
  114. padding: 5px;
  115. left: 15vw;
  116. bottom: 3vw;
  117. z-index:1;
  118. }
  119.  
  120. #content {
  121. background-color: rgb(0,0,0,0.8);
  122. width: 25vw;
  123. height: 29vw;
  124. margin:auto;
  125. position: absolute;
  126. padding: 10px;
  127. font-family: 'Play', cursive;
  128. color:#ededed;
  129. opacity: 0.98;
  130. left: 1vw;
  131. bottom: 0.1vw;
  132. z-index:1;
  133. border: #000000 solid 2px;
  134. }
  135.  
  136. #friends {
  137. background-color: rgb(0,0,0,0.8);
  138. width: 25.5vw;
  139. height: 13.3vw;
  140. margin:auto;
  141. position: absolute;
  142. padding: 10px;
  143. font-family: 'Play', cursive;
  144. color:#ededed;
  145. opacity: 0.98;
  146. right: 1vw;
  147. top: 0.5vw;
  148. z-index:1;
  149. border: #000000 solid 2px;
  150. }
  151.  
  152. #ooc {
  153. background-color: rgb(0,0,0,0.8);
  154. width: 25.5vw;
  155. height: 13.3vw;
  156. margin:auto;
  157. position: absolute;
  158. padding: 10px;
  159. font-family: 'Play', cursive;
  160. color:#ededed;
  161. opacity: 0.98;
  162. right: 1vw;
  163. bottom: 0.5vw;
  164. z-index:1;
  165. border: #000000 solid 2px;
  166. }
  167.  
  168. .name {position: absolute;
  169. font-family: 'Cinzel';
  170. color: #fff;
  171. font-size: 4vw;
  172. top: -4vw;
  173. left: 38vw;
  174. width: 40vw;
  175. height: 9vw;
  176. border: 0px solid #000;
  177. text-align: justify;
  178. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  179. overflow: auto;
  180. padding:5px 5px 5px 5px;
  181. z-index: 5;}
  182.  
  183. .title { background: transparent;
  184. background:url('https://64.media.tumblr.com/dbb3ec605979f02dab61f1d98c67576e/tumblr_otb6ajEHRH1qzxv73o1_540.gifv') 50px 50px repeat;
  185. background-position: bottom;
  186. position: absolute;
  187. font-family: 'Cinzel';
  188. font-size: 4vw;
  189. top: -4vw;
  190. left: 38vw;
  191. width: 40vw;
  192. height: 9vw;
  193. text-align: justify;
  194. padding:5px 5px 5px 5px;
  195. -webkit-text-fill-color: transparent;
  196. -webkit-background-clip: text;
  197. z-index: 6;}
  198.  
  199.  
  200. i{color: #9ebbc3;}
  201. b{color: #d2dbea;}
  202. a{color: #36a7cf; text-decoration: none;}
  203.  
  204. h1{border-bottom: 1px solid #9ebbc3; text-align: center; font-size: 35px; font-family: 'Aboreto', cursive; color: #36a7cf;}
  205. h2{border-bottom: 1px solid #9ebbc3; text-align: center; font-size: 35px; font-family: 'Aboreto', cursive; color: #36a7cf;}
  206. h3{border-bottom: 1px solid #9ebbc3; text-align: center; font-size: 35px; font-family: 'Aboreto', cursive; color: #36a7cf;}
  207. h4{border-bottom: 1px solid #9ebbc3; text-align: center; font-size: 35px; font-family: 'Aboreto', cursive; color: #36a7cf;}
  208. h5{border-bottom: 1px solid #9ebbc3; text-align: center; font-size: 35px; font-family: 'Aboreto', cursive; color: #36a7cf;}
  209. </style>
  210.  
  211. <div id="bar">
  212.  
  213. <div class="name">The Blue Bull</div>
  214. <div class="title">The Blue Bull</div>
  215.  
  216. <div id="image"></div>
  217. <div id="container">
  218. <div id="content">
  219. <div style="width: 25vw; height: 29vw; overflow-y: hidden;">
  220.  
  221. <a name="one"></a>
  222. <div style="width: 25vw; height: 29vw; overflow: auto;" align="left">
  223. <h1>The Basics</h1>
  224. <span style="float:left;"><b>Name</b></span><span style="float:right;">Blu</span><br>
  225. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Nicknames</span><br>
  226. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  227. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">27</span><br>
  228. <span style="float:left;"><b>Height</b></span><span style="float:right;">How tall?</span><br>
  229. <span style="float:left;"><b>Weight</b></span><span style="float:right;">How heavy?</span><br><br>
  230. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Sexuality?</span><br>
  231. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Dating? Who?</span><br>
  232. <span style="float:left;"><b>Race</b></span><span style="float:right;">Minotaur</span><br>
  233. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Eye color</span><br>
  234. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Hair/fur color</span><br><br>
  235. <span style="float:left;"><b>F-List</b></span><span style="float:right;"><a target="_blank" href="LINK" target="_blank">If there is one, title it here</a></span><br>
  236. </div>
  237. </div>
  238. </div>
  239.  
  240. <div id="friends">
  241. <div style="width: 25.5vw; height: 13.3vw; overflow-y: hidden;">
  242.  
  243. <a name="one"></a>
  244. <div style="width: 25.5vw; height: 13.3vw; overflow: auto;" align="center">
  245. <h1>Connections</h1>
  246. <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="100" width="100" align="left" border="5" title="WORDS"></a>
  247. <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="100" width="100" align="left" border="5" title="WORDS"></a>
  248. <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="100" width="100" align="left" border="5" title="WORDS"></a>
  249. <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="100" width="100" align="left" border="5" title="WORDS"></a>
  250. </div>
  251. </div>
  252. </div>
  253.  
  254. <div id="ooc">
  255. <div style="width: 25.5vw; height: 13.3vw; overflow-y: hidden;">
  256.  
  257. <a name="one"></a>
  258. <div style="width: 25.5vw; height: 13.3vw; overflow: auto;" align="left">
  259. <h1>Out of Character</h1>
  260. <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>
  261. <b>01</b>. OOC<br>
  262. <b>02</b>. OOC<br>
  263. <b>03</b>. OOC<br>
  264. <b>04</b>. OOC<br>
  265. <b>05</b>. OOC<br>
  266. </div>
  267. </div>
  268. </div>
  269. </div>
  270. </div>
  271. </body>
  272. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement