Advertisement
Takakashi_z

geeg

Dec 3rd, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. <style>
  2. /* This is the code for the table - the entire profile */
  3. table {
  4. padding:3px;
  5. text-align:center;
  6. }
  7. /* This the lines that you see between the pictures and headers, if you change the color and the type of border, it will look different */
  8. hr {
  9. border:1px solid #8d2d38;
  10. }
  11. /* This is the header for the tables, this is used for the states like "height" "Age" "weight" etc */
  12. th {
  13. width:50px;
  14. font-weight: normal;
  15. font-family:"Yanone Kaffeesatz";
  16. color:#bf3c44;
  17. font-size:20px;
  18. margin:auto;
  19. font-weight:bold;
  20. }
  21. /* This is the main part of the profile, the background color will change the entire */
  22. td{
  23. background-color:#002e38;
  24. text-align:center;
  25. font-family:"Dancing Script";
  26. color:#b34560;
  27. font-size:18px;
  28. padding:10px;
  29. }
  30. /* This is the style for the paragraph (this is anything in the <p></p>) changing the color will change the font color*/
  31. p{
  32. text-align:center;
  33. font-family:"Dancing Script";
  34. color:#b34560;
  35. font-size:18px;
  36. }
  37. /* This is the background color and background image for the entire profile, so outside the box */
  38. body {
  39. background-color:transparent;
  40. background-image:url(https://cdn.discordapp.com/attachments/707482780887679009/914996492165611591/istockphoto-1129391117-612x612.jpg);
  41. }
  42. /* face-color is the color of the box that you can click and scroll around. track-color is the color of the track where you scroll the bar. shadow-color is the outline of the box you scroll. arrow-color is the color of the arrows at the top and bottom. */
  43. html {
  44. scrollbar-face-color: #412ed1;
  45. scrollbar-track-color:#00000;
  46. scrollbar-shadow-color:#00000;
  47. scrollbar-arrow-color:#412ed1;
  48. }
  49. /* This is for if you're using the tabs for the multiple images */
  50. #pic{
  51. width:320px;
  52. }
  53. </style>
  54.  
  55. <html>
  56. <!-- For the dropbox links, copy everything after /s/ in your dropbox link and paste it. Get rid of dl=0 -->
  57. <center><center><embed src="https://dl.dropboxusercontent.com/s/x8lcox4f6bp4rx5/Doja%20Cat%20-%20Streets.mp3" height=0px width=0px></center>
  58. <!-- This is for google fonts. go to the website (fonts.google.com), pick your fonts (select them), place the link here (should be able to generate a link with <link> option, not @import) Place the link after "href=", in the quotes -->
  59. <link href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&family=Comforter&family=Yanone+Kaffeesatz&family=Dancing+Script&display=swap" rel="stylesheet">
  60. <br>
  61. <!-- This is what appears in the header of the window, next to the BYOND icon in the top left -->
  62. <head><title>Namigakure Loyalist</title></head>
  63.  
  64. <body>
  65. <!-- bgcolor is for the background of the border around the table -->
  66. <table align="center" width="320px" bgcolor="#000000" colspan="320px">
  67. <tr>
  68. <!-- td is main part of profile -->
  69. <td colspan="2">
  70. <center><font color=#bf3c44 face="Yanone Kaffeesatz" size=5>
  71. <div id=pic>
  72. <!-- ### Make sure the link here matches with the link in the first button ### -->
  73. <img src="https://i.ibb.co/Mh1TPXX/tuxpi-com-1638414485.jpg" width=320>
  74. </div>
  75. <hr>
  76. <p><font face="Comforter" font color=#412ed1 size=12>Nakamura, Isao</font></p>
  77. "<font color=#ecc57a face="Open Sans Condensed" size=5>"It's for your safety, not mine." </font>"
  78. <hr>
  79. <!-- Don't touch the border on this, this basically makes the border invisible. -->
  80. <table style=border:0px #000000 solid;>
  81. <tr>
  82. <th>Age</th>
  83. <th>Height</th>
  84. <th>Weight</th>
  85. <th>Hair</th>
  86. <th>Eyes</th>
  87. </tr>
  88. <tr>
  89. <td>14</td>
  90. <td>5'7"</td>
  91. <td>Average Weight</td>
  92. <td>Blonde</td>
  93. <td>Black</td>
  94. </tr>
  95. </table>
  96. <hr>
  97. <u><b>Noteable Features</b></u>
  98. <br>
  99. <p>Constantly donning a re-breather mask that obscures his lower mouth.
  100. <hr>
  101. <u><b>Goals</b></u>
  102. <br>
  103. <p>???</p>
  104. <hr>
  105. </td>
  106. </table>
  107. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement