cold_tortelloni

cold_tortelloni css 11/1/2020

Nov 2nd, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 KB | None | 0 0
  1. .fwiendFace {
  2. transition: 0.5s;
  3. }
  4. .fwiendFace:hover{
  5. animation:shake 1s;
  6. animation-iteration-count:infinite;
  7. }
  8.  
  9. @keyframes shake{
  10. 0% {
  11. transform:translate(1px,1px) rotate(0deg);
  12. }
  13.  
  14. 10% {
  15. transform:translate(-1px,-2px) rotate(-1deg);
  16. }
  17.  
  18. 20% {
  19. transform:translate(-3px,0px) rotate(1deg);
  20. }
  21.  
  22. 30% {
  23. transform:translate(3px,2px) rotate(0deg);
  24. }
  25.  
  26. 40% {
  27. transform:translate(1px,-1px) rotate(1deg);
  28. }
  29.  
  30. 50% {
  31. transform:translate(-1px,2px) rotate(-1deg);
  32. }
  33.  
  34. 60% {
  35. transform:translate(-3px,1px) rotate(0deg);
  36. }
  37.  
  38. 70% {
  39. transform:translate(3px,1px) rotate(-1deg);
  40. }
  41.  
  42. 80% {
  43. transform:translate(-1px,-1px) rotate(1deg);
  44. }
  45.  
  46. 90% {
  47. transform:translate(1px,2px) rotate(0deg);
  48. }
  49.  
  50. 100% {
  51. transform:translate(1px,1px) rotate(0deg);
  52.  
  53. }
  54.  
  55. }
  56. .songName {
  57. overflow: hidden;
  58. background: linear-gradient(#8b6583, #000);
  59. border-radius: 3px;
  60. margin-top: 0px;
  61. font-size: small;
  62. box-shadow: 0px 4px 6px -5px #333;
  63. text-shadow: 0px -2px #333;
  64. color: white;
  65. padding: 5px;
  66. }
  67. * {
  68. color: #fff;
  69. }
  70. .songName {
  71. white-space: nowrap;
  72. }
  73. .songName b {
  74. display: none;
  75. }
  76. .songTitle:after {
  77. content: ".mp3";
  78. }
  79. @keyframes marquee {
  80. 0% {
  81. text-indent: 100%;
  82. }
  83.  
  84. 100% {
  85. text-indent: -180%;
  86. }
  87. }
  88. .songTitle {
  89. display: block;
  90. animation: marquee 20s linear infinite;
  91. }
  92. .player {
  93. background: #000;
  94. border: 3px solid #000;
  95. border-radius: 4px;
  96. padding: 0;
  97. }
  98. @media only screen and (max-width: 768px)
  99. .topLeft, .topRight {
  100. width: auto;
  101. float: none;
  102. }
  103. div#hSub {
  104. color: #64225a;
  105. }
  106. div.boxInfo.box {
  107. border: 1px dashed #64225a;
  108. }
  109. .boxInfo {
  110. border: 1px dashed #64225a;
  111. margin-bottom: 20px;
  112. margin-top: 20px;
  113. }
  114. .blog {
  115. background-color: #000;
  116. border: 1px solid #000;
  117. }
  118. p {
  119. color: #fff;
  120. }
  121. div#hSub a {
  122. letter-spacing: 5px;
  123. }
  124. #header a:not(.logo) {
  125. margin-left: 10px;
  126. color: #fff;
  127. font-size: small;
  128. text-decoration: none;
  129. font-family: Courier New;
  130. }
  131. #imgPreview img {
  132. width: auto;
  133. height: auto;
  134. max-height: calc(100% - 10px );
  135. max-width: 100%;
  136. position: absolute;
  137. top: 0;
  138. bottom: 0;
  139. left: 0;
  140. right: 0;
  141. margin: auto;
  142. border: 0px solid #fff;
  143. cursor: zoom-out;
  144. background: url(lll);
  145. }
  146. .topRight > .blurbs.box > .blogs > div > b::after {
  147. font-size: 15px !Important;
  148. content: "sɓolq";
  149. animation: test 1s linear infinite;
  150. }
  151. .topRight > .blurbs.box > .blogs > div > b {
  152. font-size: 0px !Important;
  153. }
  154. #viewFriends {
  155. display: none;
  156. }
  157. .fwiendCounter>b::after {
  158. content: "b̷̗͈͙̱̫̞̳̥̰̑̀̀̑̕a̷͕͈̖̜͎̝͠s̶̗̙͇͉̯̺͚͑̄̌͂̑͗͘͠t̶̤͖̪̬͉́͊͑͗̍̔͛͂̚͜a̵͍̩̙̎̈r̵͖͇̫͇̝͙̄̓̅͗d̸̟͈͉̦̽̓̂̎̀͒̀̈́̇͝ŝ̵̱͓͙̱̺̹͇͕͚̦̄͗͛͘";
  159. font-size: 15px;
  160. text-shadow: 2px 2px #fff;
  161. color: #000;
  162. }
  163. .fwiendCount {
  164. color: #000;
  165. font-size: 15px;
  166. text-shadpw: 2px 2px #000;
  167. }
  168. .fwiendCounter>b {
  169. font-size: 0px;
  170. color: #000;
  171. }
  172. .fwiendCounter>b>.uName {
  173. font-size: 0px;
  174. color: #000;
  175. }
  176. .topRight > .box:not(.blurbs) > .rightHead > b::after {
  177. content: "I DON'T WANNA BE HERE ANYMORE";
  178. font-size: 15px;
  179. color: #fff;
  180. }
  181. .topRight > .box:not(.blurbs) > .rightHead > b > span.uName {
  182. font-size: -9999px;
  183. }
  184. .topRight > .box:not(.blurbs) > .rightHead > b {
  185. font-size: 0;
  186. }
  187. .blurbs.box > .rightHead > b > span.uName::after {
  188. content: "me?";
  189. color: #fff;
  190. font-size: 15px;
  191. }
  192. .blurbs.box > .rightHead > b {
  193. font-size: 0px;
  194. }
  195. .blurbs.box > .rightHead > b > span.uName {
  196. font-size: 0px;
  197. color: #fff;
  198. }
  199. .topRight > .extended.box::after {
  200. font-size: 15px !important;
  201. content: "I'm just playing games ☆ I know that's plastic love!!";
  202. }
  203. .topRight > .extended.box > h3 {
  204. font-size: 0;
  205. }
  206. .boxHead {
  207. display: none;
  208. text-indent: -9999px;
  209. }
  210. h4 {
  211. display: none;
  212. }
  213. div#hSub a {
  214. font-family: courier;
  215. }
  216. .fwiendFace img, .tableLeft img {
  217. border: 1px solid #fff;
  218. }
  219. input, button {
  220. background: linear-gradient(#8b6583, #000);
  221. color: #fff;
  222. border: 1px solid #8b6583;
  223. font-family: "courier";
  224. }
  225. 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 {
  226. cursor: url(https://cur.cursors-4u.net/toons/too-5/too461.cur),auto!important;
  227. }
  228. html {
  229. cursor: url(https://cur.cursors-4u.net/toons/too-5/too461.cur),auto!important;
  230. }
  231. .fwiendFace img, .tableLeft img {
  232. width: 100px;
  233. height: 100px;
  234. object-fit: cover;
  235. object-position: top;
  236. }
  237. @keyframes wiredB {
  238. 50% {
  239. box-shadow: 0 0 2rem #8b6583;
  240. }
  241. }
  242. #container {
  243. background-image: url(https://i.pinimg.com/originals/65/2a/aa/652aaa8b8db34f37339e7b3324776e42.jpg);
  244. border: 5px double #8b6583;
  245. animation: wiredB 2s ease-in-out infinite;
  246. }
  247. body {
  248. font-family: "Courier New";
  249. }
  250.  
  251. body::after {
  252. content: "POLICEMEN SWEAR TO GOD: LOVE'S SEEPING FROM THEIR GUNS";
  253. display: block;
  254. position: fixed;
  255. top: 0;
  256. left: -32px;
  257. width: calc(100% + 32px);
  258. height: calc(100% + 32px);
  259. background-position: 0 0;
  260. background-repeat: repeat;
  261. z-index: 10000000;
  262. pointer-events: none;
  263. opacity: 0.75;
  264. }
  265. .logo b span {
  266. display: none;
  267. }
  268. img {
  269. image-rendering: initial;
  270. }
  271. .url.box {
  272. display: none;
  273. }
  274. body {
  275. background-image: url(https://giffiles.alphacoders.com/170/170936.gif);
  276. }
  277. body {
  278. text-align: center;
  279. }
  280. .tableLeft {
  281. background: #FF9595;
  282. width: 25%;
  283. padding: 10px;
  284. vertical-align: top;
  285. overflow: hidden;
  286. }
  287. .tableRight {
  288. width: 75%;
  289. background: #000;
  290. padding: 10px;
  291. vertical-align: top;
  292. overflow-wrap: anywhere;
  293. }
  294. div {
  295. color: ##8b6583;
  296. }
  297. .rightHead {
  298. background: #000;
  299. color: #fff;
  300. border: 1px solid #000;
  301. padding-left: 4px;
  302. }
  303. h4 {
  304. color: #fff;
  305. margin-bottom: 0px;
  306. }
  307. .boxButton {
  308. display: inline-block;
  309. width: calc( 49% - 60px );
  310. padding-left: 30px;
  311. height: 24px;
  312. font-size: small;
  313. color: #fff;
  314. padding-top: 7px;
  315. }
  316. .topLeft{
  317.  
  318. background:#000;
  319. background-position:center;
  320. background-size:cover;
  321. border:2px solid #000;
  322. border-radius:25px;
  323. box-sizing:border-box;
  324. color:#fff;
  325. overflow:auto;
  326. padding:1px;
  327. text-shadow:0 0 4px white;
  328. top:60px;
  329. }
  330. .topLeft:after {
  331. content: "";
  332. display: block;
  333. height: 300px;
  334. background-image: url(lll), url(https://thumbs.gfycat.com/OptimalSleepyBluebottlejellyfish-small.gif);
  335. background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  336. }
  337. .boxHead {
  338. background: #000;
  339. color: #8b6583;
  340. padding: 3px;
  341. padding-bottom: 4px;
  342. padding-left: 6px;
  343. }
  344. .extended {
  345. background-color: #000;
  346. border: 1px dashed #8b6583;
  347. margin-bottom: 20px;
  348. margin-top: 20px;
  349. }
  350. .blurbs, #box, #header, #hSub {
  351. background: #000;
  352. border: 1px dashed #8b6583;
  353. padding: 0px;
  354. margin-bottom: 10px;
  355. }
  356. .fwiendCount {
  357. color: #fff;
  358. }
  359. #commentInput {
  360. border: 1px solid #8b6583;
  361. background: linear-gradient(#8b6583, #000);
  362. }
  363. * {
  364. color: #fff;
  365. }#hSub a {
  366. color: #fff;
  367. text-decoration: none;
  368. }
  369. #header, #hSub {
  370. padding: 5px !important;
  371. background: #000 url(https://i.pinimg.com/originals/1c/2a/48/1c2a48cafc7a62bfe1df42bd23368e65.gif) repeat!important;
  372. border-bottom: 1px solid #8b6583 !important;
  373. border-radius: 10px;
  374. }
  375. div#hSub a:first-child {
  376. border-bottom: 2px solid #8b6583;
  377. padding-bottom: 7px;
  378. }
  379. span#hUp::before {
  380. content: "わたあめ!!";
  381. animation: koalarainbows 0.5s infinite !important;
  382. color: salmon;
  383. font-size: 20px;
  384. }
  385. @keyframes koalarainbows{
  386. 0%{color: salmon;}
  387. 11%{color: orange;}
  388. 22%{color: yellow;}
  389. 33%{color: lightgreen;}
  390. 44%{color: cyan;}
  391. 55%{color: deepskyblue;}
  392. 66%{color: mediumslateblue;}
  393. 77%{color: violet;}
  394. 88%{color: hotpink;}
  395. 100%{color: salmon;}
  396. }
  397.  
Add Comment
Please, Sign In to add comment