Kawaii-Lau

Personality Scale [Add-on]

Jul 8th, 2021 (edited)
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.53 KB | None | 0 0
  1. <!--
  2.   ╔═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╗
  3.    Thank you for using my code!
  4.   ╚═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╝
  5. Rules to Follow:
  6.  
  7. ✶ Do not EVER delete or remove the credits of the coder or claim this code as your own.
  8. ✶ Do not redistribute this code, no matter how much you edited it as a base or otherwise!
  9. ✶ If you need any help in fixing codes, contact me on Discord (Kawaii-lau#4770).
  10. ✶ If you like to share this code, send to your friends the link of my blog, kawaii-lau.tumblr.com , and support me!
  11.  
  12. If you like a custom code, check out my blog to see if requests are open!
  13. XOXO, Lauren.
  14.     ╔═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╗
  15.       2020 © Coding by Kawaii-Lau
  16.     ╚═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╝
  17.  
  18. HOW TO USE:
  19. 1.) Insert code anywhere in your code as it is.
  20. 2.) Use "Search" (Ctrl + F) and type "margin-left". You'll see that keyword along with a percent number after it (ex. "margin-left:0%")
  21. 3.) Change the percent with 0% being the lowest and 100% being the highest, until you get the desired position of the scale.
  22. 4.) Do the same for all other scales <3
  23. OPTIONAL: Find :root to change colors of scale and words!
  24. -->
  25.  
  26. <style>
  27.  
  28. /* Change Colors */
  29.  
  30. :root {
  31.     --scale-line:black;
  32.     --anchor:white;
  33.     --text-color:black;
  34. }
  35.  
  36.  
  37. /* PERSONA SCALE  */
  38.         .persona {
  39.             width: 65%;
  40.             margin: 0px auto;
  41.             color:var(--text-color);
  42.         }
  43.  
  44.         .per-scale {
  45.             height: 5px;
  46.             border-top: 3px solid var(--scale-line);
  47.             margin: 10px 0px 30px 0px
  48.         }
  49.  
  50.         .per-anchor {
  51.             margin-top: -19px;
  52.             width: 10px;
  53.             height: 10px;
  54.             border: 6px double var(--scale-line);
  55.             background-color: var(--anchor);
  56.             border-radius: 100%
  57.         }
  58.  
  59.         .per-scale .per-before {
  60.             position: relative;
  61.             width:calc(100% + 184px);
  62.             margin: -12px 0px 0px -75px;
  63.        
  64.         }
  65.  
  66.         .per-low {
  67.             width:70px;
  68.             text-align:right;
  69.         }
  70.  
  71.         .per-after {
  72.             float:right;
  73.             margin-top:-18px;
  74.         }
  75.  
  76.         .per-high {width:100px}
  77.  
  78.  
  79. </style>
  80.  
  81. <div class="persona">
  82. <br>
  83. <!-- PERSONA SCALE #1 -->
  84. <div class="per-scale">
  85. <div class="per-before"><div class="per-low" >Introvert</div>
  86. <div class="per-after"><div class="per-high">Extrovert</div></div></div>
  87.  
  88. <!-- SOCIAL ENERGY PERSONA SCALE ADJUST -->
  89. <div class="per-anchor" style="margin-left:95%;"></div>
  90. </div>
  91.            
  92. <!-- PERSONA SCALE #2 -->
  93. <div class="per-scale">
  94. <div class="per-before"><div class="per-low" >Honest</div>
  95.    <div class="per-after"><div class="per-high">Deceptive</div></div></div>
  96.  
  97. <!-- TRUTHFULNESS PERSONA SCALE ADJUST -->
  98. <div class="per-anchor" style="margin-left:0%;"></div>
  99. </div>
  100.  
  101. <!-- PERSONA SCALE #3 -->
  102. <div class="per-scale">
  103. <div class="per-before"><div class="per-low">Meek</div>
  104.    <div class="per-after"><div class="per-high">Confident
  105. </div></div></div>
  106.  
  107. <!-- CONFIDENCE PERSONA SCALE ADJUST -->
  108. <div class="per-anchor" style="margin-left:0%;"></div>
  109. </div>
  110.  
  111. <!-- PERSONA SCALE #4 -->
  112. <div class="per-scale">
  113. <div class="per-before"><div class="per-low" >Chaste</div>
  114.    <div class="per-after"><div class="per-high">Lustful
  115. </div></div></div>
  116.  
  117. <!-- ABSTINENCE PERSONA SCALE ADJUST -->
  118. <div class="per-anchor" style="margin-left:0%;"></div>
  119. </div>
  120.  
  121. <!-- PERSONA SCALE #5 -->
  122. <div class="per-scale">
  123. <div class="per-before"><div class="per-low" >Selfless</div>
  124.    <div class="per-after"><div class="per-high"><div class="per-high">Selfish</div></div></div></div>
  125.  
  126. <!-- SELFISHNESS PERSONA SCALE ADJUST -->
  127. <div class="per-anchor" style="margin-left:0%;"></div>
  128. </div>
  129.            
  130. <!-- PERSONA SCALE #6 -->
  131. <div class="per-scale">
  132. <div class="per-before"><div class="per-low" >Humorous</div>
  133.    <div class="per-after"><div class="per-high">Serious</div></div></div>
  134.  
  135. <!-- SERIOUSNESS PERSONA SCALE ADJUST -->
  136. <div class="per-anchor" style="margin-left:0%;"></div>
  137. </div>
  138.  
  139. <!-- PERSONA SCALE #7 -->
  140. <div class="per-scale">
  141. <div class="per-before"><div class="per-low" >Logical</div>
  142.    <div class="per-after"><div class="per-high">Irrational
  143. </div></div></div>
  144.  
  145. <!-- ANALYTICAL PERSONA SCALE ADJUST -->
  146. <div class="per-anchor" style="margin-left:0%;"></div>
  147. </div>
  148.  
  149. <!-- PERSONA SCALE #8 -->
  150. <div class="per-scale">
  151. <div class="per-before"><div class="per-low" >Creative</div>
  152.    <div class="per-after"><div class="per-high">Critical
  153. </div></div></div>
  154.  
  155. <!-- CREATIVITY PERSONA SCALE ADJUST -->
  156. <div class="per-anchor" style="margin-left:0%;"></div>
  157. </div>
  158.            
  159. <!-- PERSONA SCALE #9 -->
  160. <div class="per-scale">
  161. <div class="per-before"><div class="per-low" >Optimist</div>
  162.    <div class="per-after"><div class="per-high">Pessimist
  163. </div></div></div>
  164.  
  165. <!-- OUTLOOK PERSONA SCALE ADJUST -->
  166. <div class="per-anchor" style="margin-left:0%;"></div>
  167. </div>
  168.  
  169. <!-- PERSONA SCALE #10 -->
  170. <div class="per-scale">
  171. <div class="per-before"><div class="per-low" >Patient</div>
  172.    <div class="per-after"><div class="per-high">Short-tempered</div></div></div>
  173.  
  174. <!-- PATIENCE PERSONA SCALE ADJUST -->
  175. <div class="per-anchor" style="margin-left:0%;"></div>
  176. </div>    
  177.  
  178.           <!-- END OF PERSONA // DO NOT REMOVE CREDITS!!-->
  179.   <div style="text-align:center;font-size:10px;margin-top:-20px">2021 &copy; Coding by <a href="https://kawaii-lau.tumblr.com" style="color:inherit;text-decoration:none;">Kawaii-Lau</a></div>
  180.           </div>
  181.  
Add Comment
Please, Sign In to add comment