Advertisement
finchscodes

false reality time buckos | profile text

May 11th, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.67 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet">
  2. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  3. <style>
  4. ::-webkit-scrollbar {display: none;}
  5. @keyframes fadeIn {
  6. 0% {opacity:0}
  7. 100% {opacity:1;}
  8. }
  9.  
  10. .body{
  11. background: #eee;
  12. height: 600px;
  13. font-family: 'Work Sans';
  14. border: 1px solid rgba(0,0,0,0.2);
  15. width: 850px;
  16. margin: auto
  17. }
  18. .sidebar{
  19. position: relative;
  20. float: left;
  21. transition: 1s all;
  22. background: url(https://64.media.tumblr.com/a4f1e0deb058a42566cd1f1c35403b09/60439bfcb80dfa62-cd/s540x810/2233169f772500293db385d77946d458f12053c8.gifv)center;
  23. width: 350px;
  24. height: 600px;
  25. background-size: cover;
  26. }
  27. .tabcontent{
  28. overflow: auto;
  29. position: relative;
  30. font-size: 15px;
  31. display: hidden;
  32. padding: 20px;
  33. transition: all 1s;
  34. animation: fadeIn ease-in 1s;
  35. }
  36. h2{
  37. text-align: right;
  38. text-transform: uppercase;
  39. font-size: 30px;
  40. margin: 10px 20px 0px 20px;
  41. position: relative
  42. }
  43. .text{
  44. overflow: auto;
  45. text-align: justify;
  46. padding: 20px;
  47. background: #fff;
  48. height: 440px
  49. }
  50. .tablinks{
  51. background: #c4a29d;
  52. border: 1px solid rgba(0,0,0,0.2);
  53. border: none;
  54. cursor: pointer;
  55. outline: none;
  56. height: 10px;
  57. text-align: center;
  58. font-family: 'Work Sans';
  59. text-transform: uppercase;
  60. font-size: 16px;
  61. transition: all 1s
  62. }
  63. .tablinks:first-child{
  64. margin-left: 20px;
  65. }
  66. button:hover, .active {
  67. background: #b00b1e;
  68. transition: all 1s;
  69. letter-spacing: 2px
  70. }
  71. b, i, h2, legend{
  72. color: #b00b1e
  73. }
  74. fieldset{
  75. text-align: center
  76. }
  77. legend{
  78. text-align: left
  79. }
  80. .rawr{
  81. width: 125px;
  82. height: 5px;
  83. margin: 10px 0;
  84. border-radius: 10px;
  85. background: #eee;
  86. overflow: hidden
  87. }
  88. .stat{
  89. height: 5px;
  90. border-radius: 10px;
  91. background: #000
  92. }
  93. ul {
  94. padding-left:15px;
  95. list-style:none;
  96. width: 180px
  97. }
  98. .material-icons{
  99. margin-right: 10px;
  100. padding-top: 0px;
  101. position: relative;
  102. bottom:-7px
  103. }
  104. </style>
  105. <div class="body">
  106. <div class="sidebar"></div>
  107. <div style="justify-content: space-between;">
  108. <button class="tablinks" onclick="openCity(event, '1')" id="defaultOpen">About</button>
  109. <button class="tablinks" onclick="openCity(event, '2')">aesthetic</button>
  110. <button class="tablinks" onclick="openCity(event, '3')">relations</button>
  111. <button class="tablinks" onclick="openCity(event, '4')">Stats</button>
  112. <button class="tablinks" onclick="openCity(event, '5')">playlist</button>
  113. </div>
  114. <h2>character name.</h2>
  115. <div class="tabcontent" id="1">
  116. <div class="text">
  117. Lorem ipsum dolor sit amet,<b> eam habeo epicurei ne,</b> nisl tation expetendis eu mea. Pri posse congue appetere eu. Vel vitae singulis ne. Et paulo apeirian his, has modus fierent mentitum at, alia tritani est in.<i> Hinc vide gloriatur vel ne, per scripta omittantur te, at meis dictas intellegat per.</i>
  118.  
  119. <p>Mea erroribus reformidans te, probo patrioque ut. Vim in justo verterem tincidunt, in docendi copiosae detraxit nec. Nec ex fierent noluisse. Ne vim ubique mentitum, laoreet comprehensam id quo, an putent labitur definitionem eam. Causae laboramus sententiae ex ius.
  120. Lorem ipsum dolor sit amet, eam habeo epicurei ne, nisl tation expetendis eu mea. Pri posse congue appetere eu. Vel vitae singulis ne. Et paulo apeirian his, has modus fierent mentitum at, alia tritani est in. Hinc vide gloriatur vel ne, per scripta omittantur te, at meis dictas intellegat per.
  121.  
  122. <p>Mea erroribus reformidans te, probo patrioque ut. Vim in justo verterem tincidunt, in docendi copiosae detraxit nec. Nec ex fierent noluisse. Ne vim ubique mentitum, laoreet comprehensam id quo, an putent labitur definitionem eam. Causae laboramus sententiae ex ius.
  123. </div>
  124. </div>
  125. <div class="tabcontent" id="2">
  126. <div style="height:480px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:'one four' 'two five' 'three six';grid-gap:5px;margin:0 0 20px 0;">
  127. <div style="grid-area:one;background: url(PICTURE)center;background-size:cover;padding: 10px; border:1px solid rgba(0,0,0,0.2)"></div>
  128. <div style="grid-area:two;background: url(PICTURE)center;background-size:cover;padding: 10px; border:1px solid rgba(0,0,0,0.2)"></div>
  129. <div style="grid-area:three;background: url(PICTURE)center;background-size:cover;padding: 10px; border:1px solid rgba(0,0,0,0.2)"></div>
  130. <div style="grid-area:four;background: url(PICTURE)center;background-size:cover;padding: 10px; border:1px solid rgba(0,0,0,0.2)"></div>
  131. <div style="grid-area:five;background: url(PICTURE)center;background-size:cover;padding: 10px; border:1px solid rgba(0,0,0,0.2)"></div>
  132. <div style="grid-area:six;background: url(PICTURE)center;background-size:cover;padding: 10px; border:1px solid rgba(0,0,0,0.2)"></div>
  133. </div>
  134. </div>
  135. <div class="tabcontent" id="3">
  136. <div class="text">
  137. <div style="border:1px solid rgba(0,0,0,0.3);padding: 10px; margin-bottom: 10px;background: #fff">
  138. <img src="PICTURE" style="height:100px; width: 100px; object-fit: cover; float:left; margin-right: 10px">
  139. <b>NAME | RELATIONSHIP -- </b>Lorem ipsum dolor sit amet, cu ius veniam aperiam. Mel labores epicuri theophrastus ei, atqui accommodare intellegebat vix ut. Quod malorum nostrum ea . Nec mazim paulo eu.
  140. </div>
  141. <div style="border:1px solid rgba(0,0,0,0.3);padding: 10px; margin-bottom: 10px;background: #fff">
  142. <img src="PICTURE" style="height:100px; width: 100px; object-fit: cover; float:left; margin-right: 10px">
  143. <b>NAME | RELATIONSHIP -- </b>Lorem ipsum dolor sit amet, cu ius veniam aperiam. Mel labores epicuri theophrastus ei, atqui accommodare intellegebat vix ut. Quod malorum nostrum ea . Nec mazim paulo eu.
  144. </div>
  145. <div style="border:1px solid rgba(0,0,0,0.3);padding: 10px; margin-bottom: 10px;background: #fff">
  146. <img src="PICTURE" style="height:100px; width: 100px; object-fit: cover; float:left; margin-right: 10px">
  147. <b>NAME | RELATIONSHIP -- </b>Lorem ipsum dolor sit amet, cu ius veniam aperiam. Mel labores epicuri theophrastus ei, atqui accommodare intellegebat vix ut. Quod malorum nostrum ea . Nec mazim paulo eu.
  148. </div>
  149. <div style="border:1px solid rgba(0,0,0,0.3);padding: 10px; margin-bottom: 10px;background: #fff">
  150. <img src="PICTURE" style="height:100px; width: 100px; object-fit: cover; float:left; margin-right: 10px">
  151. <b>NAME | RELATIONSHIP -- </b>Lorem ipsum dolor sit amet, cu ius veniam aperiam. Mel labores epicuri theophrastus ei, atqui accommodare intellegebat vix ut. Quod malorum nostrum ea . Nec mazim paulo eu.
  152. </div>
  153. <div style="border:1px solid rgba(0,0,0,0.3);padding: 10px; margin-bottom: 10px;background: #fff">
  154. <img src="PICTURE" style="height:100px; width: 100px; object-fit: cover; float:left; margin-right: 10px">
  155. <b>NAME | RELATIONSHIP -- </b>Lorem ipsum dolor sit amet, cu ius veniam aperiam. Mel labores epicuri theophrastus ei, atqui accommodare intellegebat vix ut. Quod malorum nostrum ea . Nec mazim paulo eu.
  156. </div>
  157. </div>
  158. </div>
  159. <div class="tabcontent" id="4">
  160. <div class="text" style=" column-count: 3; height: 90px; margin-bottom: 20px">
  161. monke <div class="rawr"><div class="stat" style="width: 60%"></div></div>
  162. dinosaur <div class="rawr"><div class="stat" style="width: 20%"></div></div>
  163. no<div class="rawr"><div class="stat" style="width: 80%"></div></div>
  164. reeeee<div class="rawr"><div class="stat" style="width: 69%"></div></div>
  165. no<div class="rawr"><div class="stat" style="width: 80%"></div></div>
  166. reeeee<div class="rawr"><div class="stat" style="width: 69%"></div></div>
  167. </div>
  168. <div class="text" style="height: 170px; overflow: hidden; margin-bottom: 20px">
  169. <b>LIKES/DISLIKES</b>
  170.  
  171. <div style="display: flex;">
  172. <!--keep these shit short-->
  173. <ul>
  174. <li><span class="material-icons">favorite</span>bananas and shit<li>
  175. <li><span class="material-icons">favorite</span>monke<li>
  176. <li><span class="material-icons">favorite</span>monke<li>
  177. <li><span class="material-icons">favorite</span>monke<li>
  178. <li><span class="material-icons">favorite</span>monke<li>
  179. </ul>
  180. <ul>
  181. <li><span class="material-icons">close</span>monke<li>
  182. <li><span class="material-icons">close</span>monke<li>
  183. <li><span class="material-icons">close</span>monke<li>
  184. <li><span class="material-icons">close</span>monke<li>
  185. <li><span class="material-icons">close</span>monke<li>
  186. </ul>
  187. </div>
  188. </div>
  189. <div class="text" style="height: 60px; text-align: center; align-items: center; justify-content: center; display: flex">
  190. <b>"a quote or something i don't give a "</b>
  191. </div>
  192. </div>
  193. <div class="tabcontent" id="5">
  194. <div class="text" style="height: 445px">
  195. <fieldset style="margin-bottom: 10px; background: #fff;border:1px solid rgba(0,0,0,0.3);">
  196. <legend>♫<a href="LINK" style="text-decoration: none;color: #000;" target="_blank"> SONG</a>
  197. </legend>
  198. <i>Ooga Booga Lyrics</i>
  199. </fieldset>
  200. <fieldset style="margin-bottom: 10px; background: #fff;border:1px solid rgba(0,0,0,0.3);">
  201. <legend>♫<a href="LINK" style="text-decoration: none;color: #000;" target="_blank"> SONG</a>
  202. </legend>
  203. <i>Ooga Booga Lyrics</i>
  204. </fieldset>
  205. <fieldset style="margin-bottom: 10px; background: #fff;border:1px solid rgba(0,0,0,0.3);">
  206. <legend>♫<a href="LINK" style="text-decoration: none;color: #000;" target="_blank"> SONG</a>
  207. </legend>
  208. <i>Ooga Booga Lyrics</i>
  209. </fieldset>
  210. <fieldset style="margin-bottom: 10px; background: #fff;border:1px solid rgba(0,0,0,0.3);">
  211. <legend>♫<a href="LINK" style="text-decoration: none;color: #000;" target="_blank"> SONG</a>
  212. </legend>
  213. <i>Ooga Booga Lyrics</i>
  214. </fieldset>
  215. <fieldset style="margin-bottom: 10px; background: #fff;border:1px solid rgba(0,0,0,0.3);">
  216. <legend>♫<a href="LINK" style="text-decoration: none;color: #000;" target="_blank"> SONG</a>
  217. </legend>
  218. <i>Ooga Booga Lyrics</i>
  219. </fieldset>
  220. </div>
  221. </div>
  222. </div>
  223. <div style="text-align: center; margin: auto; padding: 10px">
  224. <a href="https://finchscodes.tumblr.com" style="text-decoration: none;color: #000; font-size: 10px; font-family: 'Work Sans'" target="_blank">CODED BY FINCH</a></div>
  225. <script>
  226. function openCity(evt, cityName) {
  227. var i, tabcontent, tablinks;
  228. tabcontent = document.getElementsByClassName("tabcontent");
  229. for (i = 0; i < tabcontent.length; i++) {
  230. tabcontent[i].style.display = "none";
  231. }
  232. tablinks = document.getElementsByClassName("tablinks");
  233. for (i = 0; i < tablinks.length; i++) {
  234. tablinks[i].className = tablinks[i].className.replace(" active", "");
  235. }
  236. document.getElementById(cityName).style.display = "block";
  237. evt.currentTarget.className += " active";
  238. }
  239.  
  240. window.onload = function(e){
  241. document.getElementById("defaultOpen").click();
  242. }
  243.  
  244. $(document).ready(function() { //If you are using jquery then use this other wise you can use normal window.onload
  245. document.getElementById("defaultOpen").click();
  246. });
  247.  
  248. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement