Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1.  
  2. [dohtml]
  3. <style>
  4. #texting1box {
  5. width: 300px;
  6. height: 400px;
  7. border-radius: 30px;
  8. background: #fefefe;
  9. border: 1px solid #ddd;
  10.  
  11. }
  12.  
  13. .texting1head {
  14. width: 300px;
  15. height: 100px;
  16. border-radius: 30px 30px 0 0;
  17. background: #eee;
  18. border-bottom: 1px solid #ddd;
  19. }
  20.  
  21. .texting1gif {
  22. width: 60px;
  23. height: 60px;
  24. border-radius: 50%;
  25. border: 5px solid #a0b4d3;
  26.  
  27. position: absolute;
  28. margin-left: 15px;
  29. margin-top: 15px;
  30.  
  31. }
  32. .texting1name {
  33. font-family: 'playfair display';
  34. font-weight: bold;
  35. font-style: italic;
  36. position: absolute;
  37. font-size: 30px;
  38. color: #666;
  39. margin-top: 40px;
  40. margin-left: 100px;
  41. width: 160px;
  42. padding-bottom: 15px;
  43. padding-left: 10px;
  44. border-bottom: 1px solid #a0b4d3;
  45. text-align: right;
  46. }
  47.  
  48. .texting1sub {
  49. font-family: cousine;
  50. font-size: 7px;
  51. text-transform: uppercase;
  52. letter-spacing: 1px;
  53. color: #000;
  54. text-align: right;
  55. margin-top: 70px;
  56. margin-left: 100px;
  57. width: 170px;
  58. position: absolute;
  59. }
  60. .texting1time {
  61. font-family: cousine;
  62. font-size: 7px;
  63. text-transform: uppercase;
  64. letter-spacing: 1px;
  65. color: #000;
  66. width: 300px;
  67. text-align: center;
  68. position: absolute;
  69. margin-top: 10px;
  70.  
  71.  
  72. }
  73. .texting1bubhold {
  74. height: 200px;
  75. overflow: auto;
  76. margin-top: 50px;
  77. position: absolute;
  78. margin-left: 10px;
  79. padding-right: 20px;
  80. }
  81.  
  82. .texting1bubhold::-webkit-scrollbar-thumb {
  83. background: #a0b4d3;
  84. }
  85.  
  86. .texting1bubhold::-webkit-scrollbar {
  87. width: 2px;
  88. }
  89.  
  90. .texting1bubhold::-webkit-scrollbar-track {
  91. background: #f5f5f5;
  92. }
  93. .texting1bubble {
  94. background: #a0b4d3;
  95. border-radius: 10px;
  96. padding: 10px 20px;
  97. max-width: 150px;
  98. width: auto;
  99. position: relative;
  100. margin-bottom: 10px;
  101. margin-left: 60px;
  102. font-family: arial;
  103. font-size: 10px;
  104. text-align: left;
  105.  
  106. }
  107.  
  108. .texting1notes {
  109. font-family: cousine;
  110. font-size: 7px;
  111. text-transform: uppercase;
  112. letter-spacing: 1px;
  113. color: #000;
  114. width: 300px;
  115. text-align: center;
  116. height: 30px;
  117. border-radius: 0 0 30px 30px;
  118. background: #ededed;
  119. border-top: 1px solid #ddd;
  120. position: absolute;
  121. margin-left: 0;
  122. margin-top: 268px;
  123. line-height: 30px;
  124. }
  125. .rowancredit2 {
  126.  
  127. font-size: 8px;
  128. color: #a0b4d3 !important;
  129.  
  130. }
  131.  
  132. .rowancredit2 a, .rowancredit2 a:visited, .rowancredit2 a:active {
  133. color: #a0b4d3!important;
  134. text-decoration: none;
  135. }
  136. </style>
  137. <head><link href="https://fonts.googleapis.com/css?family=Cousine|Playfair+Display" rel="stylesheet"></head>
  138. <center>
  139. <div id="texting1box"><div class="texting1head"><div class="texting1gif" style="background: url('SQUARE GIF');
  140. background-size: contain;"></div><div class="texting1name">NAME</div><div class="texting1sub">SOME SORT OF SUBTITLE</div></div>
  141.  
  142. <div class="texting1time">today at 11:30am</div>
  143. <div class="texting1bubhold">
  144. <div class="texting1bubble" >TEXTS GO HERE</div>
  145.  
  146. <div class="texting1bubble">YOU CAN ADD AS MANY AS YOU WANT</div>
  147. <div class="texting1bubble">IT WILL SCROLL</div>
  148. <div class="texting1bubble">SPAM AWAY!!</div>
  149.  
  150. </div>
  151.  
  152. <div class="texting1notes">notes</div>
  153. </div>
  154. <div class="rowancredit2"><a href="https://shine.jcink.net/index.php?showuser=14644">⭑</a></div>
  155. </center>
  156. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement