Advertisement
wolfnoir

[F2U] AIM Chat

Aug 2nd, 2022 (edited)
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. <div class="aolcontainer" style="
  2. width: 500px;
  3. margin: auto;
  4. border-width: 3px 3px 3px 3px;
  5. border-style: solid;
  6. border-color: #0166fb;
  7. border-radius: 3px;">
  8.  
  9. <div class="aolheader" style="
  10. width: 100%;
  11. background: linear-gradient(#0054e8, #0166fb);
  12. display: inline-block;">
  13.  
  14. <div class="aolheadertext" style="
  15. font-family: 'MS Gothic';
  16. color: white;
  17. vertical-align: middle;
  18. padding: 5px;
  19. font-weight: bold;
  20. display: inline-block;">
  21.  
  22. THEIR_USERNAME - Instant Message
  23.  
  24. </div>
  25.  
  26. <div class="aolheaderbutton_container" style="
  27. display: inline-block;
  28. float: right;
  29. vertical-align: middle;
  30. margin: 2px;">
  31.  
  32. <div class="aolheaderbutton" style="font-family: Arial;
  33. color: white;
  34. font-size: 16px;
  35. height: 20px;
  36. width: 20px;
  37. border: 2px solid white;
  38. border-radius: 4px;
  39. display: inline-block;
  40. text-align: center; background: linear-gradient(#7fa1fe, #0054e8)">
  41. -
  42. </div>
  43.  
  44. <div class="aolheaderbutton" style="font-family: Arial;
  45. color: white;
  46. font-size: 16px;
  47. height: 20px;
  48. width: 20px;
  49. border: 2px solid white;
  50. border-radius: 4px;
  51. display: inline-block;
  52. text-align: center; background: linear-gradient(#7fa1fe, #0054e8)">
  53. </div>
  54.  
  55. <div class="aolheaderbutton" style="font-family: Arial;
  56. color: white;
  57. font-size: 16px;
  58. height: 20px;
  59. width: 20px;
  60. border: 2px solid white;
  61. border-radius: 4px;
  62. display: inline-block;
  63. text-align: center; background: linear-gradient(#ec948b, #e4422a);">
  64. X
  65. </div>
  66. </div>
  67. </div>
  68.  
  69.  
  70. <div class="aolchat_container" style="background: #ece9d8; width: 100%;">
  71.  
  72. <div class="aolchat_options_header" style="margin-top: 3px; display: inline-block;">
  73.  
  74. <div class="aolchat_options_button" style="color: black;
  75. font-family: 'MS Gothic';
  76. font-size: 12px;
  77. margin-right: 10px;
  78. display: inline-block;
  79. text-align: left; margin-left: 5px;"><u>F</u>ile</div>
  80.  
  81. <div class="aolchat_options_button" style="color: black;
  82. font-family: 'MS Gothic';
  83. font-size: 12px;
  84. margin-right: 10px;
  85. display: inline-block;
  86. text-align: left;"><u>E</u>dit</div>
  87.  
  88. <div class="aolchat_options_button" style="color: black;
  89. font-family: 'MS Gothic';
  90. font-size: 12px;
  91. margin-right: 10px;
  92. display: inline-block;
  93. text-align: left;">I<u>n</u>sert</div>
  94.  
  95. <div class="aolchat_options_button" style="color: black;
  96. font-family: 'MS Gothic';
  97. font-size: 12px;
  98. margin-right: 10px;
  99. display: inline-block;
  100. text-align: left;"><u>P</u>eople</div>
  101. </div>
  102.  
  103. <div class="aolchat_options_button" style="color: black;
  104. font-family: 'MS Gothic';
  105. font-size: 12px;
  106. margin-right: 10px;
  107. display: inline-block;
  108. text-align: left; float: right; margin-top: 5px;">
  109.  
  110. THEIR_USERNAME Warning Level: 0%
  111.  
  112. </div>
  113.  
  114. <div class="aolchat_messages" style="background: white;
  115. color: black;
  116. font-family: Times New Roman;
  117. font-size: 14px;
  118. border-width: 2px 0px 0px 2px;
  119. border-color: #aca899;
  120. border-style: solid;
  121. border-radius: 1px;
  122. text-align: left;
  123. overflow: auto;
  124. height: 200px;
  125. margin: 5px;
  126. padding: 5px;">
  127.  
  128. <!---PUT MESSAGES BELOW THIS LINE-->
  129.  
  130.  
  131. <span class="aolchat_them" style="font-weight: bold; color: blue;">THEIR_USERNAME:</span> message here <br/>
  132.  
  133. <span class="aolchat_you" style="font-weight: bold; color: red;">YOUR_USERNAME:</span> message here <br/>
  134.  
  135.  
  136. <!--PUT MESSAGES ABOVE THIS LINE-->
  137.  
  138. </div>
  139.  
  140. <center><img src="https://i.imgur.com/fymVUtj.png" style="vertical-align: middle"></center>
  141.  
  142. <div class="aolchat_messages" style="background: white;
  143. color: black;
  144. font-family: Times New Roman;
  145. font-size: 16px;
  146. border-width: 2px 0px 0px 2px;
  147. border-color: #aca899;
  148. border-style: solid;
  149. border-radius: 1px;
  150. text-align: left;
  151. overflow: auto;
  152. margin: 5px;
  153. padding: 5px;
  154. height: 75px;"></div>
  155.  
  156. <center><img src="https://i.imgur.com/OhrtMA5.png" style="margin: 5px; width: 480px;"></center>
  157.  
  158. </div>
  159.  
  160. <!---CREDIT, DO NOT DELETE-->
  161. <span style="float: right; font-family: 'MS Gothic'; margin: 10px;"><a href="https://toyhou.se/17333833.-f2u-aim-chat-code"><i class="fa-light fa-code"></i></a>
  162. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement