Advertisement
Guest User

Untitled

a guest
May 12th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');
  2.  
  3. .boxInfo {
  4. border: 1px solid #ff37ff;
  5. margin-bottom: 20px;
  6. margin-top: 20px;
  7. }
  8.  
  9.  
  10. .fwiendFace img, .tableLeft img {
  11. width: 100px;
  12. height: 100px;
  13. object-fit: cover;
  14. object-position: top;
  15. }
  16.  
  17.  
  18. #container {
  19. background: #16161A;
  20. border: 5px solid #f2c6de;
  21. }
  22.  
  23.  
  24. }
  25. .tableLeft {
  26. background: #000;
  27. width: 25%;
  28. padding: 10px;
  29. vertical-align: top;
  30. overflow: hidden;
  31. }
  32. .tableRight {
  33. width: 75%;
  34. background: #000;
  35. padding: 10px;
  36. vertical-align: top;
  37. overflow-wrap: anywhere;
  38. }
  39.  
  40. .topRight {
  41. width: auto;
  42. float: none;
  43. }
  44.  
  45. .topRight > .extended.box {
  46. font-size: 0px !important;
  47. background: #222229;
  48. }
  49.  
  50. .topRight > .extended.box::after {
  51. font-size: 15px !important;
  52. content: “nya”;
  53. }
  54.  
  55. html {
  56. background: #FAEDCB !important;
  57. width: 100%;
  58. height: 100%;
  59. background-image: url("https://i.imgur.com/Pzmp9D6.png") !important;
  60. cursor: url(http://cur.cursors-4u.net/special/spe-3/spe302.png),auto!important;
  61. }
  62.  
  63. body {
  64. background: none;
  65. height: -webkit-fit-content;
  66. height: -moz-fit-content;
  67. height: fit-content;
  68. background-size: 50%;
  69. }
  70.  
  71. input, .fwiendFace b, .tableLeft b, .tableLeft img, #avatar.avatar, .fwiendFace img, .logo, div#hSub a, button, #add.boxButton, #sMsg.boxButton, #imgPreview img, #header a:not(.logo), #imgPreview {
  72. cursor: url(http://cur.cursors-4u.net/special/spe-3/spe302.png),auto!important;
  73. }
  74.  
  75.  
  76. h4 {
  77. color: #f2c6de;
  78. text-shadow: 1px 2px #8F5072;
  79. margin: 0;
  80. }
  81.  
  82. * {
  83. font-weight: 100;
  84. color: #FAEDCB;
  85. text-shadow: 1px 2px #736135;
  86. font-family: "Cutive Mono", monospace !important;
  87. }
  88.  
  89. button, input[type=submit] {
  90. padding: 5px;
  91. background: #303038;
  92. color: #aaa;
  93. border: 0px solid #f2c6de;
  94. border-radius: 3px;
  95. margin-top: 10px;
  96. }
  97.  
  98. a, a h3, .boxInfo a div, .fwiendFace b {
  99. color: #f2c6de;
  100. text-shadow: 1px 2px #8F5072;
  101. }
  102.  
  103. .blurbs, #box, .box, #header, #hSub, #commentInput {
  104. background: #303038;
  105. border: 1px solid #f2c6de;
  106. padding: 3px;
  107. margin-bottom: 10px;
  108. }
  109.  
  110. .url.box a {
  111. color: #FAEDCB !important;
  112. }
  113.  
  114. .rightHead, .boxHead {
  115. background: #222229;
  116. padding: 0px;
  117. border-bottom: 1px solid #f2c6de;
  118. }
  119.  
  120. .rightHead b, .rightHead span, .boxHead b, .box.url b {
  121. color: #f2c6de;
  122. text-shadow: 1px 2px #8F5072;
  123. }
  124.  
  125. #avatar {
  126. border: 1px solid #f2c6de !important;
  127. }
  128.  
  129.  
  130. #hSub {
  131. top: 35px !important;
  132. }
  133.  
  134. #header, #hSub {
  135. background: #16161A;
  136. color: #f2c6de;
  137. padding: 6px !important;
  138. background: #16161A !important;
  139. border-bottom: 1px solid #f2c6de !important;
  140. }
  141.  
  142. div#hSub a:first-child {
  143. border-bottom: 1px solid #f2c6de;
  144. padding-bottom: 7px;
  145. }
  146.  
  147. #name {
  148. color: #f2c6de;
  149. text-shadow: 1px 2px #8F5072;
  150. }
  151.  
  152. /* misc */
  153.  
  154. .fwiendCounter>b::after {
  155. content: " sexy people i harass";
  156. font-size: 15px;
  157. color: #FAEDCB;
  158. }
  159. .fwiendCount {
  160. color: #FAEDCB;
  161. font-size: 15px;
  162. }
  163. .fwiendCounter>b {
  164. font-size: 0px;
  165. color: #FAEDCB;
  166. }
  167. .fwiendCounter>b>.uName {
  168. font-size: 0px;
  169. color: #FAEDCB;
  170. }
  171.  
  172. #hSub a {
  173. color: #FAEDCB;
  174. text-shadow: 1px 2px #736135;
  175. text-decoration: none;
  176. }
  177.  
  178. div {
  179. color: #f2c6de;
  180. text-shadow: 1px 2px #8F5072;
  181. }
  182.  
  183. .blurbs.box > .rightHead > b > span.uName::after {
  184. content: “biography”;
  185. color: #f2c6de;
  186. }
  187. .blurbs.box > .rightHead > b {
  188. font-size: 0px;
  189. }
  190. .blurbs.box > .rightHead > b > span.uName {
  191. font-size: 0px;
  192. color: #f2c6de;
  193. }
  194.  
  195. .url.box {
  196. display: none;
  197. }
  198.  
  199. #block {
  200. display: none;
  201. }
  202. #report {
  203. display: none;
  204. }
  205. #sMsg::after {
  206. font-size: 15px;
  207. content: "sexting 101";
  208. }
  209. #sMsg {
  210. font-size: 0px;
  211. background-repeat: no-repeat;
  212. }
  213. #add::after {
  214. font-size: 15px;
  215. content: "piss on me?"
  216. }
  217. #add {
  218. font-size: 0px;
  219. background-repeat: no-repeat;
  220. }
  221.  
  222. .topLeft:after {
  223. content: "";
  224. white-space: pre-wrap;
  225. display: block;
  226. height: 100px;
  227. background-image: url(lll), url(https://watermelon.crd.co/assets/images/gallery19/74154e24.gif?v=8ac9c785);
  228. background-position: center;
  229. background-repeat: no-repeat;
  230. }
  231.  
  232. /* comments */
  233.  
  234. .tableLeft {
  235. background: none;
  236. width: 0% !important;
  237. }
  238.  
  239. .tableRight {
  240. background: none;
  241. }
  242.  
  243. .extended {
  244. background-color: #000;
  245. border: 1px solid #f2c6de;
  246. margin-bottom: 20px;
  247. margin-top: 20px;
  248. }
  249.  
  250. .tableLeft img {
  251. max-width: 100px;
  252. max-height: 100px;
  253. }
  254.  
  255. .date {
  256. color: #f2c6de;
  257. text-shadow: 1px 2px #8F5072;
  258. }
  259.  
  260. .tableLeft a div b {
  261. color: #FAEDCB;
  262. float: left;
  263. margin-bottom: 0px !important;
  264. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement