BappidyBoopidy

Code Comic

Feb 1st, 2018 (edited)
1,176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.22 KB | None | 0 0
  1. <style>
  2. /*
  3.      
  4.     AUTHOR: Elle
  5.     LANGUAGE: HTML/CSS
  6.     FOR: Cyclone [RPC PROFILE]
  7.     SOURCE: https://pastebin.com/raw/tckGHLPZ -
  8.     REGISTRATION: https://www.copyrighted.com/work/2PKqDybNAqyK7xoN ;
  9.     LICENSE WILL NOT BE GIVEN TO ANYONE || DO NOT REMOVE ANY OF THE CREDIT HIDDEN AND IN OOC
  10.      
  11.      IMAGES USED IN THIS PROFILE ARE NOT MINE; ONLY THE CODE IS
  12.      
  13.      READ THE DISCLAIMER SHOWCASED IN https://ellexide-codes.tumblr.com/disclaimer
  14.    
  15.      
  16. ######################----########-----------------########------------------######################
  17. ######################----########-----------------########------------------######################
  18. ######################----########-----------------########------------------######################
  19. ########------------------########-----------------########------------------########
  20. ########------------------########-----------------########------------------########
  21. ######################----########-----------------########------------------######################
  22. ######################----########-----------------########------------------######################
  23. ######################----########-----------------########------------------######################
  24. ########------------------########-----------------########------------------########
  25. ########------------------########-----------------########------------------########
  26. ######################----#####################----######################----######################
  27. ######################----#####################----######################----######################
  28. ######################----#####################----######################----######################
  29.      
  30.      
  31.     */
  32.    
  33.    
  34.     /*
  35.     ============================================================================================================
  36.     THE REST OF THE CODE IS KEPT IN MY FILE BUT IT WON'T AFFECT HOW YOUR PROFILE WILL LOOK. HERE ARE THE EDITABLE
  37.     PORTIONS OF YOUR CODE. IT MAKES IT EASIER FOR YOU TO IGNORE THE PARTS OF THE CODE WHERE YOU REALLY CAN'T TOUCH
  38.     BECAUSE IT MIGHT BREAK THE WHOLE THING. IT ALSO MAKES IT EASIER FOR ME TO FIX BUGS YOU MAY FIND.
  39.     =============================================================================================================
  40.     */
  41.    
  42.    
  43.     /*---- CHANGE BACKGROUND ----*/
  44.     body{
  45.         background-image: url('https://s-media-cache-ak0.pinimg.com/originals/e0/d7/94/e0d794dae91b3879031c3ace1a6fe4b0.jpg') !important;
  46.     background-size: 25% !important;
  47.     }
  48.     #ooc{
  49.         background-image: url('http://l.rgbimg.com/cache1v0cla/users/x/xy/xymonau/600/oc3d1gm.jpg') !important;
  50.         background-size: 70% !important;
  51.     }
  52.    
  53.     :root{
  54.         --box-background: url('https://media.istockphoto.com/vectors/snow-of-halftone-cubes-on-blue-sky-background-vector-id524719421?k=6&m=524719421&s=612x612&w=0&h=zxX8KxN6vM5KJHggal4PH2kDK1rV6tOw3wcbWZGiH_E=') !important;
  55.         /* I EXTREMELY SUGGEST NOT CHANGING THE BACKGROUND OF THE MAIN CODE AND *IF YOU HAVE TO* PLEASE
  56.         CONTACT ELLE ON HOW TO PROPERLY DO IT. IF YOU DON'T SEE WHAT I MEAN, GO AHEAD AND TRY
  57.         CHANGING IT.
  58.        
  59.         IF YOU REALLY WANT TO DO IT YOURSELF REFER TO THE NEXT PART*/
  60.     }
  61.    
  62.     /* ------ MAIN BOX BACKGROUND --------*/
  63.     /* ---- AFTER YOU CHANGE THE LINK ABOVE MESS AROUND WITH THIS UNTIL YOU FIND GET IT PERFECTLY ALIGNED ----*/
  64.     #skew-background{
  65.         top: -5% !important;
  66.         left: -30% !important;
  67.         height: 124.5% !important;
  68.         width: 107.7% !important;
  69.     }
  70.    
  71.    
  72.    
  73.     /* --------- CHANGE COLORS ----------*/
  74.     :root{
  75.         --scrollbar: #db1313 !important;
  76.         --h1: #db1313 !important;
  77.         --bold: #db1313 !important;
  78.         --link: #db1313 !important;
  79.         --link-outline: #ffee00 !important;
  80.         --sheet-color: linear-gradient(360deg,#ffee00 50%, rgba(255, 255, 0, 0.5)) !important;
  81.         --name: #db1313 !important;
  82.         --pad-color: linear-gradient(180deg, #ddd, rgba(221, 221, 221, 0.8)) !important;
  83.         --mainbox-pad: #8cd4ff !important;
  84.     }
  85.    
  86.     /*
  87.         ========= INFORMATION ===========
  88.         WHAT ARE THE PADS AND SHEETS?
  89. THE PADS AND SHEETS ARE VERY FADED OVERLAYS TO THE BACKGROUNDS OF THE DIFFERENT BOXES.
  90. WITHOUT THEM, THE PATTERNS OF THE BACKGROUNDS ARE TOO INTENSE THAT THE WORDS GET DROWNED
  91. OUT. WHEN YOU CHANGE THEM, REFER TO THE MAIN COLOR FOUND IN YOUR IMAGE LIKE BLUE,
  92. OR YELLOW, OR PEACH, AND CHANGE IT TO THAT COLOR
  93.     */
  94.    
  95.    
  96.    
  97.     /* -------- CHANGE FONTS [you have to link them first]----------*/
  98.     h1{font-family: 'Bangers' !important; font-size: 3.5vh !important;}
  99.     #name{font-family: 'Bangers' !important; font-size: 20vh !important;}
  100.     .words, #actualbox{font-family: 'Bubblegum Sans' !important;}
  101.    
  102.    
  103.     /* ------- OPTION ADD A NEW GALLERY/FRIENDS TAB -----------*/
  104.     .three{right: 35%;}
  105.     .four{right: 38%;}
  106.     /* -- IF IT'S THREE TABS USE THIS --*/
  107.     /*#bottom-left{
  108.         width: 28% !important;
  109.         right: 35.7% !important;
  110.     }*/
  111.     /* -- IF IT'S FOUR TABS USE THIS --*/
  112.     /*#bottom-left{
  113.         width: 25% !important;
  114.         right: 38.7% !important;
  115.     }*/
  116.    
  117.     /*
  118.        =======================================================================================================
  119.         TROUBLESHOOTING: IF YOU NEED ANY HELP, MESSAGE ME ON DISCORD: Lil Monster#3557
  120.        =======================================================================================================
  121.     */
  122.    
  123.     </style>
  124. <!-- LOAD IN CSS FILE -->
  125. <link href="https://ellexidecodes.github.io/Profile-Codes/free/cyclone.css" rel="stylesheet">
  126.     <!-- DONATER PERK: DETERS CODE THEFT || IF YOU'RE NOT A DONATOR, IT'S FINE BUT IT WON'T WORK -->
  127.     <script src="https://ellexidecodes.github.io/Profile-Codes/free/credit.js"></script>
  128.    
  129.    
  130.     <!-- ACTUAL PROFILE -->
  131.     <div id="sheet"></div>      
  132.     <div id="mainimg">
  133.         <img src="https://i.imgur.com/sKdgIZy.png" height="100%" width="100%">
  134.     </div>
  135.     <div id="border">
  136.         <div id="boom">
  137. <img src="https://i.imgur.com/QNtL3Jb.png" height="100%" width="100%">
  138.         </div>
  139.     </div>
  140.     <div id="bottom-right"></div>
  141.     <div id="bottom-left"></div>
  142.     <div id="name">CYCLONE</div>
  143.     <a href="#bio" class="nav one"></a>
  144.     <a href="#info" class="nav two"></a>
  145.     <!-- additional tabs -->
  146.     <!--<a href="#idname" class="nav three"></a>
  147.        <a href="#idname" class="nav four"></a>-->
  148.     <div id="ooc">
  149.         <div id="pad"></div>
  150.         <div class="words">
  151. <center><h1>Out of Character</h1></center>
  152. <b>𝞅</b> This code is made and copyrighted by <a href="https://themonstrousdev.github.io/" target="_blank">The Monster</a> for anyone to use freely. DM <b>Deum</b> for a code of your own.<br>
  153. <b>𝞅</b> PM friendly.<br>
  154. <b>𝞅</b> Female typist.<br>
  155. <b>𝞅</b> Story is great. I much prefer story.<br>
  156. <b>𝞅</b> More bullets.<br>
  157. <b>𝞅</b> More bulleeeeeets.<br>
  158. <b>𝞅</b> Why is this a thing?<br>
  159. <b>𝞅</b> I just wanna test the overflow okay?<br>
  160. <b>𝞅</b> You can edit them later. Huehuehuehue.<br>
  161. <b>𝞅</b> FIGHT ME.
  162.         </div>
  163.     </div>
  164.     <div id="box"><div class="pad"></div></div>
  165.     <div id="box-skew">
  166.         <div id="skew-background"><div class="pad"></div></div>
  167.     </div>
  168.     <div id="actualbox">
  169.         <div id="host">
  170. <div id="info" class="info">
  171.     <center><h1>Information</h1></center>
  172.     <b>Name</b><div class="r">Arisa-Jane Jones</div><br>
  173.     <b>Moniker</b><div class="r">AJ, Cyclone</div><br>
  174.     <b>Age</b><div class="r">28</div><br>
  175.     <b>Height</b><div class="r">5'9</div><br>
  176.     <b>Species</b><div class="r">Human</div><br>
  177.     <b>Origin</b><div class="r">Moscow, Russia</div><br>
  178.     <b>Location</b><div class="r">New York City, New York</div><br>
  179.     <b>Occupation</b><div class="r">Thief, Gang Member, Mechanic</div>
  180. </div>
  181. <br>
  182. <div id="bio" class="info">
  183.     <center><h1>Biography</h1></center>
  184.         If you can't roll with the big kids, go back to the sandbox. I ain't no baby sitter.
  185.         <center><b>Bold</b> <i>Italics</i> <s>Strikethrough</s> <u>Underline</u> <a href="#">Link</a></center>
  186. </div>
  187. <!-- GALLERY TAB -->
  188. <!--<br>
  189. <div id="gallery" class="info">
  190.    <center><h1>Gallery</h1></center>
  191.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  192.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  193.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  194.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  195.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  196.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  197.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  198.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  199.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  200.    <a href="linkhere" target="_blank"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>&nbsp;
  201. </div>-->
  202. <!-- FRIENDS TAB -->
  203. <!--<br>
  204. <div id="friends" class="info">
  205.    <center><h1>Friends</h1></center>
  206.    <center>
  207.    <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  208.    <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  209.    <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  210.    <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  211.    <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  212.    <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  213.    <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  214.    <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  215.    <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  216.    <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  217.    </center>-->
  218.         </div>
  219.     </div>
  220. </div>
  221.     <audio controls controlsList="nodownload" src="http://k003.kiwi6.com/hotlink/n7rtbp8pgh/Willow_-_Fireball.mp3" type="audio/mpeg"></audio>
  222.     <!-- CREDIT PLEASE DO NOT REMOVE -->
  223.     <div id="credit">
  224.         <a href="https://www.copyrighted.com/work/2PKqDybNAqyK7xoN"><font style="font-family: Bangers; font-size: 3vh;">&copy;</font> 2018</a> || <a href="https://themonstrousdev.github.io/" target="_blank">The Monster</a>
  225.     </div>
  226.     </body>
Add Comment
Please, Sign In to add comment