rpaccount

Mr Freeze code

Aug 27th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. <style>
  2. /* ------ IMPORT INITIAL BASE CODE -------- */
  3. @import url(https://rawgit.com/EllexideCodes/Profile-Codes/master/free/pride.css);
  4.  
  5. /*
  6. INVISIBLE CREDIT; PLEASE DON'T REMOVE
  7.  
  8. Author: Elle
  9. For: Ego [RPC Profile]
  10. Text type: CSS/HTML
  11.  
  12. COPYRIGHT REGISTRATION: https://www.copyrighted.com/work/7KBtMxU0qklMwhHX
  13.  
  14.  
  15.  
  16. ######################----########-----------------########------------------######################
  17. ######################----########-----------------########------------------######################
  18. ######################----########-----------------########------------------######################
  19. ########------------------########-----------------########------------------########
  20. ########------------------########-----------------########------------------########
  21. ######################----########-----------------########------------------######################
  22. ######################----########-----------------########------------------######################
  23. ######################----########-----------------########------------------######################
  24. ########------------------########-----------------########------------------########
  25. ########------------------########-----------------########------------------########
  26. ######################----#####################----######################----######################
  27. ######################----#####################----######################----######################
  28. ######################----#####################----######################----######################
  29. */
  30.  
  31. /*
  32. ============================================================================================================
  33. THE REST OF THE CODE IS KEPT IN MY FILE BUT IT WON'T AFFECT HOW YOUR PROFILE WILL LOOK. HERE ARE THE EDITABLE
  34. PORTIONS OF YOUR CODE. IT MAKES IT EASIER FOR YOU TO IGNORE THE PARTS OF THE CODE WHERE YOU REALLY CAN'T TOUCH
  35. BECAUSE IT MIGHT BREAK THE WHOLE THING. IT ALSO MAKES IT EASIER FOR ME TO FIX BUGS YOU MAY FIND.
  36. =============================================================================================================
  37. */
  38.  
  39.  
  40. /* ------- CHANGE BACKGROUND --------- */
  41. /* ---- YOU CAN ADD IN IMAGES IF YOU WANT ------ */
  42. body{
  43. background-image: url(https://78.media.tumblr.com/81be98d0f88217e5cf420edd4cbf30b1/tumblr_p4746cYuqj1wdokfco1_500.gif);!important;
  44. background-repeat: repeat;
  45. background-size: 99.9%}
  46.  
  47.  
  48.  
  49. /* ------ CHANGE COLORS ---------*/
  50. :root{
  51. --bar-color: !important;
  52. --title-color: #ccffff !important;
  53. --text-color: #ccffff !important;
  54. --nav-background: !important;
  55. --nav-border: #ccffff !important;
  56. --nav-hover: !important;
  57. --h1-color: #ccffff !important;
  58. --bold: #ccffff !important;
  59. }
  60.  
  61.  
  62.  
  63. /* ----- CHANGE FONTS [you have to link them first btw] -------*/
  64. #title, h1{font-family: 'Special Elite' !important;}
  65. #box{font-family: 'Averia Serif Libre' !important;}
  66.  
  67.  
  68.  
  69. /*
  70. =======================================================================================================
  71. TROUBLESHOOTING: IF YOU NEED ANY HELP, MESSAGE ME ON DISCORD: Lil Monster#3557
  72. =======================================================================================================
  73. */
  74.  
  75.  
  76. </style>
  77. <!-- DONATER PERK: DETERS CODE THEFT || IF YOU'RE NOT A DONATOR, IT'S FINE BUT IT WON'T WORK -->
  78. <script src="https://rawgit.com/EllexideCodes/Profile-Codes/master/free/credit.js"></script>
  79.  
  80.  
  81. <!-- ACTUAL PROFILE -->
  82. <div id="image">
  83. <img src="http://i.picpar.com/e1Tc.png" style="height: 100%">
  84. </div>
  85. <div id="bar"></div>
  86. <div id="content">
  87. <div id="title">Ice to meet you</div>
  88. <div id="background">
  89. <img src="" style=";border-radius:x;">
  90. </div>
  91. <div id="shadow"></div>
  92. <div id="nav">
  93. <a href="#one"><div class="nav1"></div></a>
  94. <a href="#two"><div class="nav2"></div></a>
  95. <a href="#three"><div class="nav3"></div></a>
  96. <a href="#four"><div class="nav4"></div></a>
  97. </div>
  98. <div id="box">
  99. <div id="host">
  100. <div id="one">
  101. <center><h1>Stats</h1></center>
  102. <br><br>
  103. Name <div class="s">lol</div><br>
  104. Moniker <div class="s">lol</div><br>
  105. Age <div class="s">lol</div><br>
  106. Gender <div class="s">lol</div><br>
  107. Persona <div class="s">lol</div><br>
  108. Hair <div class="s">lol</div><br>
  109. Eyes <div class="s">lol</div><br>
  110. Height <div class="s">lol</div><br>
  111. Build <div class="s">lol</div><br>
  112. Orientation <div class="s">lol</div><br>
  113. Marital Status <div class="s">lol</div><br>
  114. </div>
  115. <div id="two">
  116. <center><h1>Biography</h1></center>
  117.  
  118. Lol
  119. </div>
  120. <div id="three">
  121. <center><h1>Combat or whatever</h1></center>
  122. lol
  123.  
  124. </div>
  125. <div id="four">
  126. <center><h1>Out Of Nora</h1></center>
  127.  
  128. Lmfao
  129. </div>
  130. </div>
  131. </div>
  132. <!-- Please don't remove the credit. It's not much but it's work -->
  133. <div id="credit">
  134. <a href="https://www.copyrighted.com/work/7KBtMxU0qklMwhHX">&copy; 2018</a> || <a href="https://roleplay.char/profile.php?user=Ellexide">Ellexide Codes</a>
  135. </div>
  136. </div>
Add Comment
Please, Sign In to add comment