Advertisement
QueenOfGeckos

Clouds

Jun 11th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.20 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Charmonman|Kaushan+Script|Old+Standard+TT');
  2.  
  3. /*
  4. PLEASE DO NOT REMOVE THIS CREDIT
  5. DO NOT REMOVE THE CREDIT AT THE BOTTOM EITHER!
  6. CREATOR: GREEN BEAN
  7. There is a Javascript at the base that prevents right click. Do not remove it.
  8. */
  9.  
  10.  
  11.  
  12. body {
  13. background: #e3eded;
  14. background-image: url("https://i.imgur.com/zXG57sd.jpg");
  15. background-repeat: repeat;
  16. background-size: 100% 100%;
  17. background-position: bottom right;
  18. overflow: hidden;
  19. }
  20.  
  21.  
  22. .seal{
  23. position:absolute;
  24. top: 25%;
  25. left: 25%;
  26. width: 70%;
  27. height: 270px;
  28. overflow:hidden;
  29. z-index:20;
  30. }
  31.  
  32. .far{
  33. width: 70%;
  34. height: 270px;
  35. overflow:auto;
  36. }
  37.  
  38. .goon{
  39. color: #6D0A3A;
  40. font-size:14px;
  41. text-align:justify;
  42. line-height:15px;
  43. font-family: 'Old Standard TT', serif;
  44. letter-spacing:0.3px;
  45. margin: 5px;
  46. }
  47. a.gone:link, a.gone:active, a.gone:visited{
  48. font-family: 'Kaushan Script', cursive;
  49. text-transform: uppercase;
  50. text-decoration: none;
  51. font-size: 24px;
  52. line-height: 24px;
  53. letter-spacing: -1px;
  54. color: #634051;
  55. margin-right:12px;
  56. z-index:10;
  57. }
  58.  
  59. a.gone:hover{
  60. text-shadow:-4px 0px 0px #232a68;
  61. }
  62.  
  63. b {
  64. color: #;
  65. font-weight:bold;
  66. letter-spacing: 1px;
  67. }
  68.  
  69. i{
  70. color:#634051;
  71. font-style:italic;
  72. }
  73.  
  74. u{
  75. font-style:italic;
  76. text-decoration:noneunderline;
  77. }
  78.  
  79. a:active, a:link, a:visited{
  80. color:#3D1126;
  81. text-decoration:underline;
  82. }
  83.  
  84. a:hover{
  85. cursor:all-scroll;
  86. color:#634051;
  87. text-decoration:line-through;
  88. }
  89.  
  90. h1 {
  91. font-family: 'Charmonman', cursive;
  92. size: 40px;
  93. text-align:center;
  94. letter-spacing: 7px;
  95. border-bottom: 0px solid #ffffff;}
  96. ::-webkit-scrollbar {width: 3px;}
  97. ::-webkit-scrollbar-thumb:vertical {
  98. height: 10px;background-color: #4F104F;}
  99. ::-webkit-scrollbar-thumb:horizontal {
  100. height: 10px;background-color: #4F104F;border: 0px ;width: 15px;}
  101.  
  102. .glisten{
  103. margin: auto;
  104. position: absolute;
  105. top: 0; left: 0; bottom: 0; right: 0;}
  106.  
  107.  
  108.  
  109.  
  110. #fangs{
  111. width: 400px;
  112. height: 520px;
  113. background: #transparent;
  114. background-image: url("https://i.imgur.com/U4s82MC.png");
  115. background-repeat: no-repeat;
  116. background-size: 100% 100%;
  117. background-position: bottom left;
  118. z-index: 4;
  119. animation: ruby 3s 1;
  120. -webkit-animation: ruby 3s 1;
  121. }
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. .navi{
  130. position: absolute;
  131. bottom: 36%;
  132. right: 26%;
  133. width: 50px;
  134. z-index:99;
  135. animation: ruby 3s 1;
  136. -webkit-animation: ruby 3s 1;
  137. }
  138. #credit {
  139. position: fixed;
  140. bottom: 20px;
  141. right: 20px;
  142. background-color: transparent;
  143. animation: ruby 3s 1;
  144. -webkit-animation: ruby 3s 1;
  145. }
  146.  
  147. @keyframes ruby{
  148. from{
  149. right: -50%;
  150. opacity: 0;
  151. }
  152. }
  153.  
  154. @-webkit-keyframes ruby{
  155. from{
  156. right: -50%;
  157. opacity: 0;
  158. }
  159. }
  160.  
  161. .portrait {
  162. pointer-events:none;
  163. position: absolute;
  164. top: 0px;
  165. left: 0px;
  166. width: 50%;
  167. height: 95%;
  168. background: url(https://i.imgur.com/7mOFHQ7.png);
  169. background-size: 50%;
  170. background-repeat: no-repeat;
  171. z-index: 20;
  172. animation: ruby 3s 1;
  173. -webkit-animation: ruby 3s 1;
  174. }
  175.  
  176.  
  177. .wordy{
  178. position:absolute;
  179. z-index:4;
  180. height:14%;
  181. width:35%;
  182. top:15%;
  183. right:20%;
  184. font-family:'Kaushan Script', cursive;
  185. font-size: 4.5vw;
  186. color:#FFF;
  187. background-image:url(https://i.imgur.com/UBSm5j9.gif);
  188. background-size:100%;
  189. background-repeat:no-repeat;
  190. background-position:center;
  191. -webkit-text-fill-color: transparent;
  192. -webkit-background-clip: text;
  193. -webkit-text-stroke-width: 1px;
  194. -webkit-text-stroke-color: #371432;
  195. -ms-transform: rotate(13deg);
  196. -webkit-transform: rotate(13deg);
  197. transform: rotate(13deg);
  198. animation: ruby 3s 1;
  199. -webkit-animation: ruby 3s 1;
  200. }
  201.  
  202. .navflower {
  203. pointer-events:none;
  204. position: absolute;
  205. top: 2%;
  206. left: 20%;
  207. width: 100%;
  208. height: 100%;
  209. background: url(https://i.imgur.com/pZjbvh0.png);
  210. background-size: 100%;
  211. background-repeat: no-repeat;
  212. z-index: 4;
  213. animation: ruby 3s 1;
  214. -webkit-animation: ruby 3s 1;
  215. }
  216.  
  217.  
  218. #crystals {
  219. position:fixed;
  220. top:0;
  221. left:0;
  222. width:480px;
  223. height:100%;
  224. }
  225. @-webkit-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  226. @-moz-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  227. @-o-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  228. @keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  229.  
  230.  
  231.  
  232. #crystals .crystal_01 {
  233. position:absolute;
  234. width:100%;
  235. height:100%;
  236. background:url(https://i.imgur.com/85u3G2k.png)repeat-y;
  237. -webkit-animation: bg-crystal001 30s infinite;
  238. -moz-animation: bg-crystal001 30s infinite;
  239. -o-animation: bg-crystal001 30s infinite;
  240. animation: bg-crystal001 30s infinite;
  241. -webkit-animation-timing-function: linear;
  242. -moz-animation-timing-function: linear;
  243. -o-animation-timing-function: linear;
  244. animation-timing-function: linear;
  245. }
  246. @-webkit-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  247. @-moz-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  248. @-o-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  249. @keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  250. #crystals .crystal_02 {
  251. position:absolute;
  252. width:100%;
  253. height:100%;
  254. background:url(https://i.imgur.com/hJCIWGm.png)repeat-y;
  255. -webkit-animation: bg-crystal002 60s infinite;
  256. -moz-animation: bg-crystal002 60s infinite;
  257. -o-animation: bg-crystal002 60s infinite;
  258. animation: bg-crystal002 60s infinite;
  259. -webkit-animation-timing-function: linear;
  260. -moz-animation-timing-function: linear;
  261. -o-animation-timing-function: linear;
  262. animation-timing-function: linear;
  263. }
  264. @-webkit-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  265. @-moz-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  266. @-o-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  267. @keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  268. #crystals .crystal_03 {
  269. position:absolute;
  270. width:100%;
  271. height:100%;
  272. left:50%;
  273. margin-left:-180px;
  274. background:url(https://i.imgur.com/urVL6Zq.png)repeat-y;
  275. -webkit-animation: bg-crystal003 90s infinite;
  276. -moz-animation: bg-crystal003 90s infinite;
  277. -o-animation: bg-crystal003 90s infinite;
  278. animation: bg-crystal003 90s infinite;
  279. -webkit-animation-timing-function: linear;
  280. -moz-animation-timing-function: linear;
  281. -o-animation-timing-function: linear;
  282. animation-timing-function: linear;
  283. }
  284.  
  285. #worldCrystals {
  286. position:fixed;
  287. top:150px;
  288. left:0;
  289. width:100%;
  290. height:520px;
  291. }
  292. #worldCrystals .crystal_01 {
  293. position:absolute;
  294. width:100%;
  295. height:100%;
  296. background:url(https://i.imgur.com/tqJGxNK.png)no-repeat -500px 0px;
  297. }
  298. @-webkit-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  299. @-moz-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  300. @-o-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  301. @keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  302. #worldCrystals .crystal_02 {
  303. position:absolute;
  304. width:100%;
  305. height:100%;
  306. background:url(https://i.imgur.com/ZClBZjA.png)repeat-x;
  307. -webkit-animation: bg-crystal004 60s infinite;
  308. -moz-animation: bg-crystal004 60s infinite;
  309. -o-animation: bg-crystal004 60s infinite;
  310. animation: bg-crystal004 60s infinite;
  311. -webkit-animation-timing-function: linear;
  312. -moz-animation-timing-function: linear;
  313. -o-animation-timing-function: linear;
  314. animation-timing-function: linear;
  315. }
  316. @-webkit-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  317. @-moz-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  318. @-o-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  319. @keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  320. #worldCrystals .crystal_03 {
  321. position:absolute;
  322. width:100%;
  323. height:100%;
  324. left:50%;
  325. margin-left:-180px;
  326. background:url(https://i.imgur.com/hdqRX1V.png)repeat-x;
  327. -webkit-animation: bg-crystal005 90s infinite;
  328. -moz-animation: bg-crystal005 90s infinite;
  329. -o-animation: bg-crystal005 90s infinite;
  330. animation: bg-crystal005 90s infinite;
  331. -webkit-animation-timing-function: linear;
  332. -moz-animation-timing-function: linear;
  333. -o-animation-timing-function: linear;
  334. animation-timing-function: linear;
  335. }
  336.  
  337. _______
  338.  
  339. <div id="container">
  340. <div id="worldCrystals">
  341. <div class="crystal_01"></div>
  342. <div class="crystal_02"></div>
  343. <div class="crystal_03"></div>
  344. </div>
  345. <div id="crystals">
  346. <div class="crystal_01"></div>
  347. <div class="crystal_02"></div>
  348. <div class="crystal_03"></div>
  349. </div>
  350. <div class="navi">
  351. <a href="#hello" class="gone"><font size="24">✛</font></a><Br><Br>
  352. <a href="#my" class="gone"><font size="24">✜</font></a><Br><BR>
  353. <a href="#dearest" class="gone"><font size="24">✛</font></a><br><Br>
  354. <a href="#servant" class="gone"><font size="24">✜</font></a>
  355. </div>
  356. <div id="fangs" class="glisten"><div class="navflower">
  357. </div>
  358.  
  359. <div class="seal">
  360.  
  361. <div id="hello" class="far"><div class="goon">
  362.  
  363. <h1>Tab 1</h1>
  364. <font style="float:left"><b>✦Stat✦</b></font>
  365. <font style="float:right">Stat</font><br>
  366. <font style="float:left"><b>✦Stat✦</b></font>
  367. <font style="float:right">Stat</font><br>
  368. <font style="float:left"><b>✦Stat✦</b></font>
  369. <font style="float:right">Stat</font><br>
  370. <font style="float:left"><b>✦Stat✦</b></font>
  371. <font style="float:right">Stat</font><br>
  372. <font style="float:left"><b>✦Stat✦</b></font>
  373. <font style="float:right">Stat</font><br>
  374. <font style="float:left"><b>✦Stat✦</b></font>
  375. <font style="float:right">Stat</font><br>
  376. <font style="float:left"><b>✦Stat✦</b></font>
  377. <font style="float:right">Stat</font><br>
  378. <font style="float:left"><b>✦Stat✦</b></font>
  379. <font style="float:right">Stat</font><br>
  380. <font style="float:left"><b>✦Stat✦</b></font>
  381. <font style="float:right">Stat</font><br><Br><br>
  382.  
  383. <b>BOLD</b> <i>ITALICS</i> <Strike>STRIKE</Strike> <a href="" target="_blank" title="link stuff.">LINK</a>
  384. </div></div>
  385. <div id="my" class="far"><div class="goon">
  386. <h1>Tab 2</h1>
  387.  
  388. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam vel sapien odio. Maecenas tincidunt lacus tempus commodo vehicula. Sed dignissim vulputate lorem vel eleifend. Curabitur laoreet vitae diam quis auctor. Aliquam laoreet at nulla quis pellentesque. Ut pharetra rhoncus efficitur. Proin non elementum erat, tristique ultricies sem. Vestibulum et orci sem. Donec ut velit neque. Pellentesque bibendum auctor urna sit amet semper. Quisque auctor sed libero a malesuada. Donec efficitur malesuada tincidunt. Suspendisse feugiat turpis ut ornare pretium.</p>
  389.  
  390. <p>Pellentesque tincidunt, orci sed sagittis suscipit, erat dui consequat ligula, vitae posuere enim quam nec velit. Quisque at ex et orci finibus semper. Aenean iaculis, tortor eu ultrices sollicitudin, leo sapien sagittis enim, nec commodo diam quam vel magna. Nulla facilisi. Nunc vitae cursus est, quis aliquet justo. Aenean erat lacus, elementum sit amet aliquam eget, sodales nec risus. Donec odio est, feugiat et gravida non, imperdiet ac eros. Aenean ligula turpis, volutpat vel ex nec, fringilla sollicitudin purus. Quisque consectetur sapien et tincidunt efficitur. Aenean ultrices iaculis ipsum, fringilla suscipit ante euismod et. Praesent placerat ante metus, et aliquet mauris feugiat ac. Nullam in ante consequat ex congue ultrices. Etiam eget iaculis libero. Proin ac tempus lectus. Nam volutpat porttitor congue.</p>
  391.  
  392. <p>Vivamus sed rutrum nisl. Fusce rutrum eros non risus cursus porta. Vivamus quis bibendum enim. Maecenas semper finibus consequat. Mauris id augue eget turpis blandit porta. Morbi bibendum mollis convallis. Sed congue, ligula eget feugiat sagittis, felis risus ultrices est, quis venenatis turpis neque a mi. Praesent at porta diam. Pellentesque luctus ante sed sodales ultricies.</p>
  393.  
  394. <p>Phasellus pharetra leo sed justo sodales tristique congue nec nisl. Sed eu purus ac nulla vestibulum finibus in vitae leo. Pellentesque ornare iaculis vestibulum. Phasellus ultrices ut tortor ac dictum. Nam venenatis tempor mauris. Phasellus at rutrum mi, quis lobortis lorem. Integer imperdiet, magna a bibendum dapibus, erat purus convallis libero, ac dapibus diam neque quis mi.</p>
  395.  
  396. <p>Etiam at quam in turpis mollis aliquam. Donec rutrum consequat mi. Aliquam ultrices tempus porttitor. Cras lobortis massa eget blandit ultrices. Donec risus lacus, facilisis fermentum dui eget, rutrum tristique justo. Duis feugiat felis ut nibh egestas mollis. Sed pellentesque, nisi et finibus volutpat, orci metus molestie mi, sodales finibus ex odio vel elit. Curabitur nec eros vitae quam gravida luctus id vitae justo. Donec elementum dolor mi, eu accumsan ante laoreet ac.</p>
  397.  
  398. </div></div>
  399. <div id="dearest" class="far"><div class="goon">
  400. <h1>Tab3</h1>
  401. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut ut iaculis dolor. Maecenas finibus mauris ipsum, ac posuere elit blandit sit amet. In posuere rhoncus massa. Vivamus diam odio, vulputate eleifend ultrices at, dignissim vitae ligula. Morbi bibendum dui quis nibh feugiat accumsan. Integer non finibus tortor, id volutpat nisi. Ut lectus massa, condimentum sit amet quam nec, efficitur consectetur orci. Morbi ipsum ex, vestibulum id eros non, volutpat sodales dui. Sed rhoncus ac nulla eget consectetur. Integer consectetur maximus augue. Ut consectetur varius massa nec tempor. Integer nec neque commodo, sollicitudin nisl vitae, tincidunt arcu.</p>
  402.  
  403. <p>Maecenas non mauris dapibus, lacinia sapien tempus, lacinia nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Fusce interdum pellentesque sem, quis molestie ipsum accumsan quis. Duis sit amet interdum velit. Quisque volutpat blandit odio at gravida. Phasellus eu orci at est venenatis lobortis eu ut urna. Aliquam nisi purus, posuere et vehicula ac, consequat ut justo. Mauris tellus mi, convallis sit amet nunc sed, interdum condimentum nisi. Praesent in tellus neque. Aliquam tempor leo in magna ornare gravida. Nulla dictum purus non lacus ultricies, eu facilisis quam maximus.</p>
  404. </div></div>
  405.  
  406.  
  407. <div id="servant" class="far"><div class="goon">
  408. <h1>Rules</h1>
  409. ▪ OOC.<br>
  410. ▪ OOC.<br>
  411. ▪ OOC.<br>
  412. ▪ OOC.<br>
  413. ▪ OOC.<br>
  414. ▪ OOC.<br>
  415.  
  416. </div></div></div>
  417. </div></div></div></div></div>
  418. <div class="portrait">
  419. </div>
  420.  
  421. <div class="wordy">
  422. place holder
  423. </div>
  424.  
  425.  
  426. </div>
  427. <div id="credit">
  428. <a target="_blank" href="https://roleplay.chat/profile.php?user=Green+Bean" target="_blank" title="Code was created by Green Bean Do NOT touch, this Please! If you want a code just mail Green Bean directly. She will gladly hook you up. With some freebies or cheapo comissions."><img src="https://i.imgur.com/uP9E5Pz.png" height="90px"></a></div>
  429.  
  430. <script src="jquery.min.js"></script>
  431. <script type="text/javascript">
  432. $(document).ready(function () {
  433. //Disable full page
  434. $("body").on("contextmenu",function(e){
  435. return false;
  436. });
  437.  
  438. //Disable part of page
  439. $("#id").on("contextmenu",function(e){
  440. return false;
  441. });
  442. });
  443. </script>
  444. <script type="text/javascript">
  445. $(document).ready(function () {
  446. //Disable cut copy paste
  447. $('body').bind('cut copy paste', function (e) {
  448. e.preventDefault();
  449. });
  450.  
  451. //Disable mouse right click
  452. $("body").on("contextmenu",function(e){
  453. return false;
  454. });
  455. });
  456. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement