Advertisement
QueenOfGeckos

Curtains Rise

Jun 23rd, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 KB | None | 0 0
  1. <style>
  2. /*
  3. PLEASE DO NOT REMOVE THIS CREDIT
  4. DO NOT REMOVE THE CREDIT AT THE BOTTOM EITHER!
  5. CREATOR: BLINKY// Hakuno Kishinami
  6. There is a Javascript at the base that prevents right click. Do not remove it. If you do not have Java you don't need to worry about it. But please do not remove it. You'll break the code.
  7.  
  8. */
  9.  
  10.  
  11. @import url("https://fonts.googleapis.com/css?family=Voltaire|Abel");
  12. ::-webkit-scrollbar {
  13. width: 0.3vw;
  14. height: 0.3vw;
  15. }
  16. ::-webkit-scrollbar-track {
  17. border-radius: 2px;
  18. background-color: cyan;
  19. }
  20. ::-webkit-scrollbar-thumb {
  21. border-radius: 0px;
  22. background-color: cornflowerblue;
  23. }
  24. body{background: #000;
  25. background-image: url('http://www.texasmusicpickers.com/wp-content/uploads/2015/11/Spotlight.jpg');
  26. background-size: cover;}
  27. .doors {
  28. box-sizing: border-box;
  29. position: relative;
  30. width: 100%;
  31. height: 100%;
  32. overflow: hidden;
  33. }
  34.  
  35. .doors .key {
  36. position: absolute;
  37. top: 0%;
  38. width: 100%;
  39. color: yellow;
  40. z-index: 10;
  41. text-align: center;
  42. font-size: 48px;
  43. font-family: "Trebuchet MS";
  44. text-transform: uppercase;
  45. text-shadow: 5px 0 2px #000;
  46. transition: transform 2s ease-in-out;
  47. }
  48.  
  49. .doors:hover .key {
  50. transform: scale(0);
  51. }
  52.  
  53. .doors .left {
  54. display: inline-block;
  55. position: absolute;
  56. top: 0;
  57. left: 0;
  58. width: 50%;
  59. height: 100%;
  60. box-shadow: 3px 0 4px #111;
  61. background-image: url("https://i.imgur.com/c3Je2XE.png");
  62. background-size: cover;
  63. background-repeat: no-repeat;
  64. transition: width 2s ease-in-out;
  65. }
  66. .doors .right {
  67. display: inline-block;
  68. position: absolute;
  69. top: 0;
  70. right: 0;
  71. width: 50%;
  72. height: 100%;
  73. box-shadow: 3px 0 4px #111;
  74. background-image: url("https://i.imgur.com/c3Je2XE.png");
  75. background-size: cover;
  76. background-repeat: no-repeat;
  77. transform: scaleX(-1);
  78. transition: width 2s ease-in-out;
  79. }
  80.  
  81. .doors:hover .left, .doors:hover .right {
  82. width: 5%;
  83. }
  84.  
  85. .inner {
  86. width: 100%;
  87. height: 100%;
  88. }
  89.  
  90. .image {
  91. border-radius: 50%;
  92. -webkit-transition: -webkit-transform .8s ease-in-out;
  93. transition: transform .8s ease-in-out;
  94. }
  95. .image:hover {
  96. -webkit-transform: rotate(360deg);
  97. transform: rotate(360deg);
  98. }
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. #content {
  107. position: fixed;
  108. width: 100%;
  109. height: 70%;
  110. background: transparent;
  111. top: 15%;
  112. left: 0%;
  113. transition-duration: 1s;
  114. }
  115.  
  116.  
  117.  
  118. @keyframes whoosh {
  119. 0% {
  120. opacity: 1;
  121. }
  122. 100% {
  123. opacity: 0;
  124. }
  125. }
  126.  
  127. @-webkit-keyframes whoosh {
  128. 0% {
  129. opacity: 1;
  130. }
  131. 100% {
  132. opacity: 0;
  133. }
  134. }
  135.  
  136.  
  137. #pluto {
  138. position: fixed;
  139. height: 96%;
  140. width: 25%;
  141. background: transparent;
  142. left: 36.7%;
  143. transition-duration: 1s;
  144. }
  145.  
  146. #content:hover #garnet {
  147. opacity: 1;
  148. left: 6%;
  149. transition-duration: 1.5s;
  150. }
  151.  
  152. #content:hover #guarding {
  153. opacity: 1;
  154. right: 6%;
  155. transition-duration: 1.5s;
  156. }
  157.  
  158. #garnet {
  159. position: absolute;
  160. overflow: auto;
  161. height: 92.5%;
  162. width: 25%;
  163. background: #161616;
  164. border-radius: 10px;
  165. border: 3px solid;
  166. border-color: #42d1f4;
  167. left: 35%;
  168. padding: 15px;
  169. opacity: 0;
  170. transition-duration: 1s;
  171. font-family: "Forum";
  172. font-size: 2.3vh;
  173. color: #eee;
  174.  
  175. }
  176.  
  177. #guarding {
  178. position: absolute;
  179. overflow: auto;
  180. height: 92.5%;
  181. width: 25%;
  182. background: #161616;
  183. border-radius: 10px;
  184. border: 3px solid;
  185. border-color: #42d1f4;
  186. right: 35%;
  187. padding: 15px;
  188. opacity: 0;
  189. transition-duration: 1s;
  190. font-family: "Forum";
  191. font-size: 2.3vh;
  192. color: #eee;
  193. }
  194.  
  195. #gate,
  196. #time {
  197. width: 100%;
  198. height: 100%;
  199. position: relative;
  200. overflow: hidden;
  201.  
  202. }
  203.  
  204. #leftbox,
  205. #right {
  206. width: 100%;
  207. height: 100%;
  208. overflow: auto;
  209.  
  210. }
  211. }
  212.  
  213. #leftbox:target,
  214. #rightbox:target {
  215. animation: appear 1.5s 1;
  216. -webkit-animation: appear 1.5s 1;
  217. }
  218.  
  219. @keyframes appear {
  220. from {
  221. opacity: 0;
  222. }
  223. to {
  224. opacity: 1;
  225. }
  226. }
  227.  
  228. @-webkit-keyframes appear {
  229. from {
  230. opacity: 0;
  231. }
  232. to {
  233. opacity: 1;
  234. }
  235. }
  236.  
  237. h1 {
  238. font-family: century;
  239. font-weight: normal;
  240. line-height: 9px;
  241. text-transform: uppercase;
  242. text-align: center;
  243. }
  244.  
  245. a {
  246. font-family: 'Voltaire', sans-serif;
  247. color: #42d1f4;
  248. text-decoration: none;
  249. }
  250.  
  251. a:hover {
  252. color: #eee;
  253. }
  254.  
  255. .hue {
  256. float: right;
  257. }
  258.  
  259. .lovely {
  260. position: fixed;
  261. top: 20%;
  262. Left: 40%;
  263. right: 40%;
  264. background-color: transparent;
  265. z-index: -90; }
  266. </style>
  267.  
  268.  
  269. <div class="doors">
  270. <div class="key"><img src="https://i.imgur.com/MQfyM4n.png" height="500px" class="image"></div>
  271. <div class="left"></div>
  272. <div class="inner">
  273. <div id="sheet"></div>
  274. <div id="content">
  275. <div id="pluto">
  276.  
  277. </div>
  278.  
  279. <div id="garnet">
  280. <div id="gate">
  281. <div id="leftbox">
  282. <center><h1>Stats</h1></center>
  283. <a>Stat</a> <div class="hue">Stat</div><br>
  284. <a>Stat</a> <div class="hue">Stat</div><br>
  285. <a>Stat</a> <div class="hue">Stat</div><br>
  286. <a>Stat</a> <div class="hue">Stat</div><br>
  287. <a>Stat</a> <div class="hue">Stat</div><br>
  288. <a>Stat</a> <div class="hue">Stat</div><br>
  289. <a>Stat</a> <div class="hue">Stat</div><br>
  290. <a>Stat</a> <div class="hue">Stat</div><br>
  291. <a>Stat</a> <div class="hue">Stat</div><br>
  292. <a>Stat</a> <div class="hue">Stat</div><br>
  293.  
  294. <h1>Relationships</h1><Br>
  295. <div style="overflow: auto; width:100%; height:50%;"><font size="-1px"> <a target="_blank" href="Linkr">'Lovely' Assistant/Sister</a></font></div>
  296.  
  297.  
  298.  
  299.  
  300.  
  301. </div>
  302. </div>
  303. </div>
  304.  
  305.  
  306. <div id="guarding">
  307. <div id="time">
  308. <div id="rightbox">
  309. <Center><h1>Personality</h1></center>
  310.  
  311. <div style="overflow: auto; width:100%; height:50%;"><font size="-1px"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam vitae pharetra risus. Duis eget nisl nulla. Suspendisse non nunc vulputate, cursus orci non, iaculis dui. Sed fermentum iaculis sem. In hac habitasse platea dictumst. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In eleifend vehicula egestas. Cras elementum nulla eget tellus pellentesque semper. Cras scelerisque erat vel elit posuere, ac vulputate sapien rutrum. Nullam a fringilla enim. Cras sodales nunc magna, vitae sollicitudin dui feugiat non. Aliquam a aliquet dolor.</p>
  312.  
  313. <p>In hac habitasse platea dictumst. Curabitur eget imperdiet augue, vel dapibus leo. Etiam nec arcu sit amet nunc tincidunt auctor. Sed sit amet ultricies odio, nec laoreet justo. Mauris massa tortor, blandit et quam ac, viverra fermentum sem. Vestibulum porta est sapien, sit amet fermentum ante pulvinar sit amet. Etiam volutpat vitae lorem nec sollicitudin. Nunc venenatis volutpat blandit. Integer ut metus tempor, ultricies dolor vel, pharetra sapien. Morbi fermentum a lacus vitae hendrerit. Sed vel interdum lectus, vitae molestie risus.</p>
  314.  
  315. <p>Donec nec imperdiet nunc, in commodo quam. Aenean euismod aliquet commodo. Proin quis maximus odio. Pellentesque interdum erat libero, ac pulvinar justo rutrum ac. Etiam gravida, risus faucibus elementum maximus, odio nulla tincidunt neque, id aliquet velit purus vitae libero. Vivamus ac nunc ullamcorper ipsum tincidunt efficitur sit amet sed justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In eu bibendum magna. Fusce gravida ligula vel ipsum malesuada, eu molestie tortor luctus. Curabitur pellentesque ultricies varius. Pellentesque varius, augue vestibulum eleifend tincidunt, lectus felis porttitor sem, a facilisis mi nisl sit amet dui.</p>
  316.  
  317. <p>Duis feugiat orci vitae faucibus scelerisque. Mauris vulputate ligula non ex hendrerit tempus. Nam efficitur at lorem eget tincidunt. Donec scelerisque urna vel orci porta tristique. Duis nec nisi mauris. Nullam dolor ante, tempus quis bibendum sit amet, suscipit viverra turpis. Nullam eu nulla arcu. Donec non felis a augue lobortis pharetra. Praesent vehicula elementum nisi nec imperdiet. Nam nec libero dapibus, eleifend est et, pharetra eros. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc mauris velit, euismod fermentum augue et, ornare aliquam ipsum. Sed molestie lorem metus, maximus rutrum magna venenatis nec. Nunc posuere orci efficitur, lacinia ante a, aliquet urna.</p>
  318. </font></div>
  319.  
  320. <center><h1>Rules/OOC</h1></center>
  321. <div style="overflow: auto; width:100%; height:50%;"><font size="-2px">
  322. ✦ Rules<br>
  323. ✧ Rules<br>
  324. ✦ Rules<br>
  325. ✧ Rules<br>
  326. ✦ Rules<br>
  327. ✧ Rules<br>
  328. ✦ Rules<br>
  329. ✧ Rules<br>
  330.  
  331. </font></div>
  332. </div>
  333.  
  334. </div>
  335. </div>
  336. </div>
  337. <div class="lovely">
  338. <img src="https://i.imgur.com/7IDtObZ.png" height="80%"></div>
  339.  
  340.  
  341. <div class="right"></div>
  342. </div>
  343.  
  344.  
  345.  
  346.  
  347.  
  348. <div style="position: fixed; bottom: 20px; left: 0px; background-color: transparent;">
  349. <a target="_blank" href="https://roleplay.chat/profile.php?user=hakuno%20kishinami" target="_blank" title="Code was created by Blinky/Hakuno Kishinami. Do NOT touch. Please! If you want a copy or want it please ask. Mail them on Hakuno Kishinami."><img src="https://i.imgur.com/uP9E5Pz.png" height="10%"></a></div>
  350.  
  351.  
  352.  
  353.  
  354. <script src="jquery.min.js"></script>
  355. <script type="text/javascript">
  356. $(document).ready(function () {
  357. //Disable full page
  358. $("body").on("contextmenu",function(e){
  359. return false;
  360. });
  361.  
  362. //Disable part of page
  363. $("#id").on("contextmenu",function(e){
  364. return false;
  365. });
  366. });
  367. </script>
  368. <script type="text/javascript">
  369. $(document).ready(function () {
  370. //Disable cut copy paste
  371. $('body').bind('cut copy paste', function (e) {
  372. e.preventDefault();
  373. });
  374.  
  375. //Disable mouse right click
  376. $("body").on("contextmenu",function(e){
  377. return false;
  378. });
  379. });
  380. </script>
  381.  
  382. <div style="position: fixed; bottom: 20px; right: 0px; background-color: transparent;">
  383. <a target="_blank" href="https://roleplay.chat/profile.php?user=Hakuno+Kishinami" target="_blank" title="Code was created by Blinky/Hakuno Kishinami. Do NOT touch. Please! If you want a copy or want it please ask. She will share. "><img src="https://i.imgur.com/n6pkfKn.png" height="10%"></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement