Advertisement
nieve-com

nieve.ju.mp code

Jan 21st, 2022
4,560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. <!-- pls don't delete credits!!! -->
  2.  
  3. <style>
  4.  
  5. @font-face {
  6. font-family: windows;
  7. src: url(https://dl.dropbox.com/s/kaxqli0m8m9zvdc/Windows%20Regular.ttf?dl=0);
  8. }
  9.  
  10. #windows {
  11. font-family: windows;
  12. }
  13.  
  14. @font-face {
  15. font-family: pixeloid;
  16. src: url(https://dl.dropbox.com/s/ciawsaxsxpt039i/PixeloidSans-Bold.ttf?dl=0);
  17. }
  18.  
  19. #pixeloid {
  20. font-family: pixeloid;
  21. }
  22.  
  23. @keyframes blinkingText{
  24. 0%{ color: #000000; }
  25. 49%{ color: #000000; }
  26. 60%{ color: white; }
  27. 99%{ color:white; }
  28. 100%{ color: #000000; }
  29. }
  30.  
  31. #box {
  32.  
  33. padding: 0em;
  34. width:20em;
  35.  
  36. }
  37.  
  38. #blink {
  39.  
  40. width: 18.3em;
  41. font-size: .875em;
  42. text-align: center;
  43. font-family: windows;
  44. padding: .25em;
  45. background: white;
  46. color: #000;
  47. animation:blinkingText 1.2s infinite;
  48. margin-bottom: .125em;
  49.  
  50. }
  51.  
  52. #cont {
  53.  
  54. width: 16em;
  55. padding: .75em;
  56. margin-top: 0.125em;
  57. border-radius: 0.75em;
  58. border: solid 1px #000;
  59. box-shadow: .35em .35em .5em #0000007A;
  60.  
  61. background: rgb(234,218,247);
  62. background: linear-gradient(90deg, rgba(234,218,247,1) 0%, rgba(248,240,255,1) 25%, rgba(255,255,255,1) 50%, rgba(248,240,255,1) 75%, rgba(234,218,247,1) 100%);
  63.  
  64. }
  65.  
  66.  
  67. #name {
  68.  
  69. font-size: .875em;
  70. margin-top: .75em;
  71. margin-bottom: .75em;
  72. text-align: center;
  73. font-family: windows;
  74. border: solid 1px #000;
  75. border-radius: 5em;
  76. padding: .4em;
  77. background: white;
  78.  
  79.  
  80. }
  81.  
  82. #sb {
  83.  
  84. line-height: 1.375em;
  85. font-size: .875em;
  86. text-align: left;
  87. height: 8em;
  88. overflow-y:auto;
  89. font-family: windows;
  90. color: #000;
  91. border: solid 1px #000;
  92. border-radius: .5em;
  93. padding: .5em;
  94. background: white;
  95.  
  96. }
  97.  
  98. mark {
  99. font-size: .9em;
  100. background: rgb(255,255,255);
  101. background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(234,218,247,1) 100%);
  102. border-radius: .4em;
  103. border: 1px solid black;
  104. padding: .1em .35em .1em .35em;
  105. color: #fff;
  106. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  107. font-family: pixeloid;
  108. font-size: .875em;
  109.  
  110. }
  111.  
  112. img {
  113. width: 100%;
  114. height: 7.45em;
  115. border: solid 1px #000;
  116. border-radius: .5em;
  117. }
  118.  
  119. a {
  120.  
  121. color: #B799CF;
  122.  
  123. }
  124.  
  125. strong {
  126. letter-spacing: -.075em;
  127. }
  128.  
  129. </style>
  130.  
  131. <div id="box">
  132.  
  133. <div id="blink">
  134. ... cr coracrd ...
  135. </div>
  136.  
  137. <div id="cont">
  138.  
  139. <img src="https://i.imgur.com/yix1r5E.jpg">
  140.  
  141. <div id="name">
  142. hi my name is <strong>name</strong> or <strong>name</strong>
  143. </div>
  144.  
  145. <div id="sb">
  146.  
  147. <mark>abt</mark> text text text text text text text text text text text text text text
  148.  
  149. <br><br>
  150.  
  151. <mark>norms</mark> text text text text text text text text text text text text text text text text text text text text text text text
  152.  
  153. <br><br>
  154.  
  155. <mark>byf</mark> text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  156.  
  157. <br><br>
  158.  
  159. <mark>don't req if</mark> text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  160.  
  161. <br><br>
  162.  
  163. <mark>kpop</mark> <strong>group</strong> bias, <strong>idol</strong>, <strong>group</strong> bias, <strong>group</strong> bias, <strong>group</strong> bias, <strong>group</strong> bias, <strong>idol</strong>, <strong>group</strong> bias, <strong>group</strong>, <strong>group</strong>, <strong>group</strong> bias bias
  164.  
  165. <br><br>
  166.  
  167. <mark>tunes</mark> text text text text text text text text text text
  168.  
  169. <br><br>
  170.  
  171. <mark>links</mark> <a href="URL" target="_blank">title</a> <a href="URL" target="_blank">title</a> <a href="URL" target="_blank">title</a>
  172.  
  173. </div>
  174. </div>
  175. </div>
  176.  
  177. <!-- pls don't delete credits!!! -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement