thecodecoven

Whatsapp {EN} | Misc #006

Mar 15th, 2024
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. *--------- READ: IMPORTANT ---------*
  2. i. Don't remove the credit, please.
  3. ii. All colors, fonts, images (backgrounds) can be modified. Don't change the code structure or use as base.
  4. iii. If you have any questions or need any help with the codes, don't hesitate to send us an ask @ https://thecodecoven.tumblr.com
  5. iv. Enjoy! (ノ◕ヮ◕)ノ~*:・゚✧*:・゚✧
  6.  
  7. *--------- WHATSAPP MESSAGES ---------*
  8.  
  9. <div id="whats"><div class="screenwts"><div class="s-top"><div class="st-left"><i class="bi bi-chevron-left"></i><img src="CONTACT PROFILE PICTURE" /><h5>CONTACT NAME</h5></div><div class="st-right"><i class="bi bi-camera-video"></i><i class="bi bi-telephone"></i></div></div>
  10. <div class="s-btm"><i class="bi bi-plus-lg"></i><div class="sb-txt"></div><i class="bi bi-camera"></i><i class="bi bi-mic"></i></div>
  11.  
  12. <div class="s-mssg"><div class="mssg-cont">
  13.  
  14. <!-- MESSAGES START HERE -->
  15. <!-- IF YOU WANT TO ADD A DATE TO A SERIES OF MESSAGES, USE THE CODE IN THE NEXT LINE AS MANY TIMES AS YOU WANT -->
  16. <div class="mssg-date">monday</div>
  17.  
  18. <!-- CODE FOR NORMAL, TEXT ONLY, MESSAGES -->
  19. <div class="mssg">gee brain, what are we gonna do tonight?<time>20:36</time></div>
  20.  
  21. <!-- CODE FOR NORMAL, TEXT ONLY, ANSWER. YOU CAN PLAY WITH THE "READ" CLASS. IF YOU DELETE IT, IT WILL LOOK LIKE YOUR MESSAGE HASN'T BEEN READ, JUST LIKE THE APP. -->
  22. <div class="aswr read">The same thing we do every night, try to take over the world!<time>20:38</time></div>
  23.  
  24. <div class="mssg-date">today</div>
  25.  
  26. <!-- CODE FOR STICKERS, BOTH "SEND" AND "ANSWER". IMAGES RESIZE AUTOMATICALLY. -->
  27. <div class="mssg-stckr">
  28. <img src="https://i.imgur.com/dWgrjES.png"/>
  29. <time>8:36</time>
  30. </div>
  31.  
  32. <!-- STICKER ANSWER -->
  33. <div class="aswr-stckr read">
  34. <img src="https://i.imgur.com/OiYvTpD.png?1"/>
  35. <time>21:26</time>
  36. </div>
  37.  
  38. <!-- CODE FOR CHAIN MESSAGES AND ANSWERS. YOU CAN ADD AS MANY MESSAGES AS YOU WANT. REMEMBER TO WRAP EACH TEXT MESSAGE BETWEEN <p> <time>00:00</time></p> -->
  39. <div class="mssg-chain">
  40. <p>this is <time>10:36</time></p>
  41. <p>a chain <time>10:36</time></p>
  42. <p>of messages <time>10:37</time></p>
  43. </div>
  44.  
  45. <!-- CHAIN MESSAGE ANSWER -->
  46. <div class="aswr-chain read">
  47. <p>here is <time>10:38</time></p>
  48. <p>another chain <time>10:38</time></p>
  49. <p>for an answer <time>10:38</time></p>
  50. </div>
  51.  
  52. <!-- CODE FOR QUOTE MESSAGES. YOU CAN CHANGE THE COLOR FOR EACH QUOTE IN THE VARIABLES AT THE END OF THIS CODE -->
  53. <div class="mssg-quote">
  54. <div class="msgq"><h5>You</h5>
  55. quoted message here. 3 lines max to stick to the original whatsapp design</div>
  56. <span>an answer here</span>
  57. <time>18:14</time>
  58. </div>
  59.  
  60. <!-- QUOTE ANSWER -->
  61. <div class="aswr-quote read">
  62. <div class="msgq"><h5>CONTACT NAME</h5>
  63. quote here</div>
  64. <p>your answer here <time>18:17</time></p>
  65. </div>
  66.  
  67. <!-- CODE FOR IMAGE MESSAGES. THE IMAGES RESIZE AUTOMATICALLY -->
  68. <div class="mssg-img"><div class="mssgimgb">
  69. <img src="IMAGE HERE"/>
  70. <time>20:03</time>
  71. </div></div>
  72.  
  73. <!-- IMAGE ANSWER -->
  74. <div class="aswr-img read"><div class="aswrimgb">
  75. <img src="IMAGE HERE"/>
  76. <time>20:46</time>
  77. </div></div>
  78.  
  79. <!-- CODE FOR ONE EMOJI ONLY MESSAGES -->
  80. <div class="mssg-emoji">EMOJI HERE<time>20:53</time></div>
  81.  
  82. <div class="aswr-emoji read">EMOJI HERE<time>21:26</time></div>
  83.  
  84. </div></div></div></div>
  85.  
  86. <style>#whats {--fondo: url(WHATSAPP BACKGROUND); --colorA: QUOTE COLOR (YOUR MESSAGES); --colorB: QUOTE COLOR (YOUR CONTACT'S MESSAGES);}</style>
  87. <link href="https://iconsax.gitlab.io/i/icons.css" rel="stylesheet">
  88. <link href="https://files.jcink.net/uploads2/thecodecoven/WhatsMssg.css" rel="stylesheet">
Advertisement
Add Comment
Please, Sign In to add comment