Advertisement
Guest User

Untitled

a guest
Aug 25th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.84 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: "wanna watch me burn down my own house?";
  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.     font-size: 15px;
  187. }
  188. .blurbs.box > .rightHead > b {
  189.     font-size: 0px;
  190. }
  191. .blurbs.box > .rightHead > b > span.uName {
  192.     font-size: 0px;
  193.     color: #f2c6de;
  194. }
  195.  
  196. .url.box {
  197.   display: none;
  198. }
  199.  
  200. #block {
  201.     display: none;
  202. }
  203. #report {
  204.     display: none;
  205. }
  206. #sMsg::after {
  207.     font-size: 15px;
  208.     content: "sexting 101";
  209. }
  210. #sMsg {
  211.     font-size: 0px;
  212.     background-repeat: no-repeat;
  213.     background-position: bottom;
  214.     background: url(https://i.imgur.com/5UW78lM.gif) no-repeat;
  215. }
  216. #add::after {
  217.     font-size: 15px;
  218.     content: "piss on me?"
  219. }
  220. #add {
  221.     font-size: 0px;
  222.     background-repeat: no-repeat;
  223.     background: url(https://i.imgur.com/0NjlTED.gif) no-repeat;
  224. }
  225.  
  226. .topLeft:after {
  227.     content: "";
  228.     white-space: pre-wrap;
  229.     display: block;
  230.     height: 100px;
  231.     background-image: url(lll), url(https://i.imgur.com/DB4nJCP.png);
  232.     background-position: center;
  233.     background-repeat: no-repeat;
  234. }
  235.  
  236. /* comments */
  237.  
  238. .tableLeft {
  239.   background: none;
  240.   width: 0% !important;
  241. }
  242.  
  243. .tableRight {
  244.   background: none;
  245. }
  246.  
  247. .extended {
  248.     background-color: #000;
  249.     border: 1px solid #f2c6de;
  250.     margin-bottom: 20px;
  251.     margin-top: 20px;
  252. }
  253.  
  254. .tableLeft img {
  255.   max-width: 100px;
  256.   max-height: 100px;
  257. }
  258.  
  259. .date {
  260.   color: #f2c6de;
  261.   text-shadow: 1px 2px #8F5072;
  262. }
  263.  
  264. .tableLeft a div b {
  265.   color: #FAEDCB;
  266.   float: left;
  267.   margin-bottom: 0px !important;
  268. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement