Advertisement
Guest User

my css

a guest
Jul 1st, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. body {
  2. font-weight: 500;
  3. font-family: monospace;
  4. color: white;
  5. background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcS_Zys4dnM--3PfLkBu5FQ72Au2Vlef2_khPw&usqp=CAU);
  6. }
  7. .extended{
  8. font-size: 10px;
  9. text-shadow: 0 0 3px rgba(69,0,112, 0.5);
  10. }
  11. .extended::after{
  12. display: block;
  13. content: "xue hua piao piao bei feung xiao xiao";
  14. font-size: 15px;
  15. color: white;
  16. text-shadow: #fff 0 0 7px;
  17. background-image: url("https://s3.amazonaws.com/image.blingee.com/images10/content/output/2007/5/29/165922638_295406d5.gif?4");
  18. background-size: cover;
  19. background-position: center;
  20. border: 2px solid black;
  21. width: 100%;
  22. height: 25px;
  23. margin-bottom: 0px;
  24. text-align: center;
  25. overflow: auto;
  26. box-sizing: border-box;
  27. font-weight: 800;
  28. }
  29. .logo{
  30. font-size: 0;
  31. }
  32.  
  33. .logo::after{
  34. content: "add me or i'll sacrifice you to da trè";
  35. font-size: 15px;
  36. color: white;
  37. text-shadow: #fff 0 0 7px;
  38. font-weight: 800;
  39. }
  40. .boxButton {
  41. color: pink
  42. }
  43. .rightHead {
  44. background: #ff60a9;
  45. color: #ffd5e5;
  46. padding-left: 4px;
  47. }
  48. .player {
  49. padding: 4px;
  50. margin-top: 20px;
  51. margin-bottom: 20px;
  52. background: #ff60a9;
  53. color: #ffd5e5;
  54. width: calc(100% - 8px );
  55. border: 5px solid #000;
  56. }
  57. .avatar {
  58. width: 250px;
  59. margin-right: 20px;
  60. cursor: zoom-in;
  61. image-orientation: from-image;
  62. }
  63. .boxHead {
  64. background: #ff60a9;
  65. color: #ffd5e5;
  66. padding: 2px;
  67. padding-bottom: 2px;
  68. padding-left: 100px;
  69. }
  70. .tableLeft{
  71. background: #000;
  72. border: 2px dashed #fff
  73. }
  74.  
  75. .tableRight{
  76. background: #ff5ea2;
  77. border: 2px dashed #fff
  78. }
  79. h4 {
  80. color: #ff60a9;
  81. margin-bottom: 0px;
  82. }
  83. a {
  84. color: #fff;
  85. }
  86.  
  87. div#header{
  88. background: #000;
  89.  
  90. }
  91.  
  92. div#hSub{
  93. background: #ff5ea2;
  94.  
  95. }
  96. a:link{
  97. color: #fc569c;
  98. }
  99.  
  100. a:active{
  101. color: #fc569c;
  102. }
  103.  
  104. a:visited{
  105. color: #ffb9e6;
  106. }
  107. .box{
  108. border: transparent;
  109. }
  110.  
  111.  
  112.  
  113. .boxInfo{
  114. background: #000;
  115. border: 2px dashed #fff;
  116.  
  117. }
  118.  
  119. .boxButton{
  120. color: #fc569c;
  121. }
  122.  
  123. .boxHead{
  124. background: transparent;
  125. color: white;
  126. border: 2x dashed #fff;
  127. -webkit-text-stroke-width: 1px;
  128. -webkit-text-stroke-color: black;
  129. }
  130.  
  131. #sMsg{
  132. font-size: 0px;
  133. background-image: url("https://i.imgur.com/8Qe1aNS.png");
  134. }
  135.  
  136. #sMsg::after{
  137. content: "send me a message <3";
  138. font-size: 13px
  139. }
  140. #block{
  141. font-size: 0px;
  142. background-image: url("https://i.imgur.com/8Qe1aNS.png");
  143. }
  144.  
  145. #block::after{
  146. content: "block >:(";
  147. font-size: 13px
  148. }
  149.  
  150. #report{
  151. font-size: 0px;
  152. background-image: url("https://i.imgur.com/8Qe1aNS.png");
  153. }
  154.  
  155. #report::after{
  156. content: "report :P";
  157. font-size:13px
  158. }
  159.  
  160. #add{
  161. font-size: 0px;
  162. background-image: url("https://i.imgur.com/8Qe1aNS.png");
  163. }
  164.  
  165. #add::after{
  166. content: "add me 🥺";
  167. font-size: 13px
  168. }
  169. .rightHead{
  170. background: transparent;
  171. color: pink;
  172. -webkit-text-stroke-width: 1px;
  173. -webkit-text-stroke-color: black;
  174. }
  175. .topLeft{
  176. background-image: url("https://i.imgur.com/gmncd22.jpg");
  177. background-size: cover;
  178. background-position: center;
  179. border: 2px dashed #fff;
  180. padding: 1px;
  181. color: white;
  182. text-shadow: #ff1c8a 0 0 7px;
  183. animation-duration: 1.5s;
  184. animation-name: slidein;
  185. }
  186. @keyframes slidein{
  187. from {
  188. margin-left: -100%;
  189. }
  190.  
  191. to {
  192. margin-left: 0%;
  193.  
  194. }
  195. }
  196.  
  197. #gender{
  198. visibility: hidden;
  199. position: relative;
  200. }
  201.  
  202. #gender::after{
  203. visibility: visible;
  204. content: "andreia";
  205. font-size: 15px;
  206. top: 0;
  207. left: 0;
  208. position: absolute;
  209.  
  210. }
  211.  
  212. #country{
  213. visibility: hidden;
  214. position: relative;
  215. }
  216.  
  217. #country::after{
  218. visibility: visible;
  219. content: "portugal";
  220. font-size: 15px;
  221. top: 0;
  222. left: 0;
  223. position: absolute;
  224. }
  225.  
  226. .topRight{
  227. animation-duration: 1.5s;
  228. animation-name: slide;
  229. }
  230.  
  231. @keyframes slide{
  232. from {
  233. margin-right: -100%;
  234. }
  235. to {
  236. margin-right: 0%;
  237. }
  238.  
  239. }
  240. .player{
  241. background-image: url("https://i.imgur.com/GRhWJdk.jpg");
  242. background-size: cover;
  243. background-position: center;
  244. }
  245. h4{
  246. color: #fff;
  247. -webkit-text-stroke-width: 1px;
  248. -webkit-text-stroke-color: black;
  249. background-image: url("https://i.imgur.com/y4gT1i3.jpg");
  250. border: 2px solid #fff;
  251. }
  252. .blurbs{
  253. background: #000;
  254. border: 2px dashed #fff;
  255. text-align: center;
  256. }
  257. .fwiendCount{
  258. color: #ff5cad;
  259. }
  260.  
  261. .fwiendCounter{
  262. color: #fff;
  263. -webkit-text-stroke-width: 1px;
  264. -webkit-text-stroke-color: black;
  265.  
  266. }
  267. #top a{
  268. text-decoration: none;
  269. color: #fc569c;
  270. }
  271.  
  272. .fwiendFace{
  273. background-image: url("https://media0.giphy.com/media/abt3O3BEwR6wg/giphy.gif");
  274. border: 2px solid #fff;
  275. border-radius: 50%;
  276. width: 100px;
  277. height: 100px;
  278. margin-right: 5px;
  279. margin-bottom: 5px;
  280. font-size: 0px;
  281. max-width: 100vw;
  282. }
  283.  
  284. .fwiendFace img{
  285. object-fit: cover;
  286. background-position: center;
  287. display: absolute;
  288. border-radius: 50%;
  289. width: 100px;
  290. height: 100px;
  291. }
  292.  
  293. .fwiendFace:hover{
  294. animation: shake 1s;
  295. animation-iteration-count: infinite;
  296. }
  297.  
  298. @keyframes shake{
  299. 0% { transform: translate(1px, 1px) rotate(0deg); }
  300. 10% { transform: translate(-1px, -2px) rotate(-1deg); }
  301. 20% { transform: translate(-3px, 0px) rotate(1deg); }
  302. 30% { transform: translate(3px, 2px) rotate(0deg); }
  303. 40% { transform: translate(1px, -1px) rotate(1deg); }
  304. 50% { transform: translate(-1px, 2px) rotate(-1deg); }
  305. 60% { transform: translate(-3px, 1px) rotate(0deg); }
  306. 70% { transform: translate(3px, 1px) rotate(-1deg); }
  307. 80% { transform: translate(-1px, -1px) rotate(1deg); }
  308. 90% { transform: translate(1px, 2px) rotate(0deg); }
  309. 100% { transform: translate(1px, -2px) rotate(-1deg); }
  310.  
  311. }
  312.  
  313. #viewFriends{
  314. color: #000;
  315. background: #fa167e;
  316. border: 2px dashed #fff;
  317. }
  318. .blogTitle{
  319. font-size: 0px;
  320. }
  321.  
  322. div#footer{
  323. position: fixed;
  324. right: 0px;
  325. font-size: 0px;
  326. pointer-events: none;
  327. }
  328. div#footer::after{
  329. content: url("https://i.imgur.com/L3dmfAB.png");
  330. max-width: 200px;
  331. }
  332. @media only screen and (max-width : 768px){
  333. * {
  334. -webkit-animation: none !important;
  335. -moz-animation: none !important;
  336. -o-animation: none !important;
  337. -ms-animation: none !important;
  338. animation: none !important;
  339. }
  340. }
  341.  
  342. /* Start http://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/symbols/sym-2/sym140.cur), auto !important;} /* End http://www.cursors-4u.com */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement