cyberrbf

pink theme css

Dec 24th, 2020 (edited)
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.02 KB | None | 0 0
  1. body{background-image:url("https://i.gifer.com/SXBN.gif");
  2. }
  3.  
  4. body {
  5. text-align: center;
  6. }
  7.  
  8.  
  9.  
  10. div.rightHead, div.boxHead{
  11. background: linear-gradient(#ff7096 , #ffb5c9); /* Background color */
  12. color: black; /* Font color */
  13. }
  14.  
  15. .short, .box, div.topLeft>div, .blogTitle > h2{
  16. background-image:url("https://i.pinimg.com/236x/d6/ea/7e/d6ea7e65f29f1e6ddb478b870aa1fb28.jpg"); /* Background color */
  17. color: black; /* Font color */
  18. border: ridge #ff699d 1px;
  19. }
  20.  
  21. div.extended.box>a>h3{
  22. font-size: 0px;
  23. }
  24.  
  25. div.extended.box>a>h3:after{
  26. display: block;
  27. font-size: 22px;
  28. margin-block-start: 16px;
  29. margin-block-end: 16px;
  30. font-weight: bold;
  31. content: "arf woof bark";
  32. color: black;
  33. }
  34.  
  35. div, a:link, a:visited{
  36. color: black; /* Font color */
  37. }
  38.  
  39.  
  40. h4{
  41. color: rgba(255, 142, 175, 1); /* Font color */
  42. }
  43.  
  44. #sMsg{
  45. font-size: 0px;
  46. background-image:url(https://iconsplace.com/wp-content/uploads/_icons/ff73bb/256/png/two-hearts-icon-256.png); /* Custom icon */
  47. background-size: contain;
  48. }
  49. #sMsg:after{
  50. content:"message me !!!"; /* Text can be customized */
  51. font-size: small;
  52. color:black; padding-left: 10px;
  53. }
  54.  
  55. #add{
  56. font-size: 0px;
  57. background-image:url(https://iconsplace.com/wp-content/uploads/_icons/ff73bb/256/png/two-hearts-icon-256.png); /* Custom icon */
  58. background-size: contain;
  59. }
  60. #add:after{
  61. content:"add me !!!"; /* Text can be customized */
  62. font-size: small;
  63. color:black; padding-left: 10px;
  64. }
  65.  
  66. .tableLeft{
  67. background:url(https://i.pinimg.com/236x/a6/ea/c2/a6eac2496350cc89f9aeef7d4a099836.jpg); /* --- CUSTOMIZABLE BACKGROUND IMAGE --- */
  68. }
  69. .tableRight{
  70. background:url(https://i.pinimg.com/236x/a6/ea/c2/a6eac2496350cc89f9aeef7d4a099836.jpg); /* --- CUSTOMIZABLE BACKGROUND IMAGE --- */
  71. }
  72.  
  73. body, div#header{
  74. font-family: georgia;
  75. font-size: 17px;
  76. }
  77.  
  78. div#hSub{
  79. font-family: georgia; /* Font */
  80. color: #ff7096; /* Font color */
  81. background:url(https://i.pinimg.com/564x/44/62/4d/44624dcbe3a28078b861cee4aaaaf691.jpg);
  82. }
  83.  
  84. div.topLeft{
  85. position: relative;
  86. }
  87. div.topLeft:after{
  88. content:url();
  89. overflow: hidden;
  90. text-overflow: elipsis;
  91. white-space: wrap;
  92. position: absolute;
  93. left: 10px;
  94. right: 10px;
  95. background-image:url(https://i.pinimg.com/564x/92/84/ae/9284ae1137db4001c37b729f35d786f4.jpg); /* --- CUSTOMIZABLE BACKGROUND COLOR --- */
  96. padding-left: 10px;
  97. padding-right: 10px;
  98. padding-bottom: 520px;
  99. padding-top: 1px;
  100. }
  101.  
  102. #report{
  103. font-size: 0px;
  104. background-image:url(https://iconsplace.com/wp-content/uploads/_icons/ff73bb/256/png/two-hearts-icon-256.png); /* Custom icon */
  105. background-size: contain;
  106. }
  107. #report:after{
  108. content:"snitch"; /* Text can be customized */
  109. font-size: small;
  110. color:black; padding-left: 10px;
  111. }
  112.  
  113. #block{
  114. font-size: 0px;
  115. background-image:url(https://iconsplace.com/wp-content/uploads/_icons/ff73bb/256/png/two-hearts-icon-256.png); /* Custom icon */
  116. background-size: contain;
  117. }
  118. #block:after{
  119. content:"block me :(("; /* Text can be customized */
  120. font-size: small;
  121. color:black; padding-left: 10px;
  122. }
  123.  
  124. .fwiendCounter{
  125. font-size: 0px;
  126. }
  127. .fwiendCounter:after{
  128. font-size: 15px;
  129. font-weight: bold;
  130. content: "the coolest ! :D";
  131. }
  132.  
  133. .url{
  134. display: none;
  135. }
  136.  
  137.  
  138.  
  139. colors
  140. @media only screen and (max-width: 768px)
  141. .topLeft, .topRight {
  142. width: auto;
  143. float: none;
  144. }
  145. @keyframes slide{
  146. from {
  147. margin-right: -100%;
  148. }
  149. to {
  150. margin-right: 0%;
  151. }
  152.  
  153. }
  154. .topRight{
  155. animation-duration: 3s;
  156. animation-name: slide;
  157. }
  158. @keyframes slidein{
  159. from {
  160. margin-left: -100%;
  161. }
  162.  
  163. to {
  164. margin-left: 0%;
  165.  
  166. }
  167. }
  168. .topLeft{
  169. animation-duration: 3s;
  170. animation-name: slidein;
  171. }
  172. a {
  173. color: #718eb3;
  174. }
  175. ::-webkit-scrollbar {
  176. width: 13px;
  177. height: 13px;
  178. }
  179.  
  180. ::-webkit-scrollbar-track {
  181. background: #fff;
  182. box-shadow: inset 0 0 10px #beccde;
  183. border-radius: 10px;
  184. }
  185.  
  186. ::-webkit-scrollbar-thumb {
  187. border-radius: 10px;
  188. background: #d11d9e;
  189. box-shadow: inset 0 0 6px #fff;
  190. }
  191.  
  192. ::-webkit-scrollbar-thumb:hover {
  193. background: #d11d9e;
  194. }
  195.  
  196. .player::before {
  197. content: "";
  198. display: block;
  199. position: relative;
  200. width: calc(40% -20px);
  201. height: 390px;
  202. max-width: 390px;
  203. background-position: 0 0;
  204. background-size: 100% 100%;
  205. background-image: url(https://i.pinimg.com/originals/7a/36/dd/7a36dd81160f089bbb6a3ee983898388.gif);
  206. }
  207. .songName span {
  208. display: inline-block;
  209. padding-left: 100%;
  210. animation: marquee 10s linear infinite;
  211. }
  212. .songName body {
  213. text-align: center;
  214. }
  215. .songName span:hover {
  216. animation-play-state: running;
  217. }
  218. @keyframes marquee{
  219. 0% {
  220. transform: translate(0, 0);
  221. }
  222.  
  223. 100% {
  224. transform: translate(-100%, 0);
  225. }
  226. }
  227. div.songName {
  228. color: #e691c4;
  229. }
  230. .songName {
  231. white-space: nowrap;
  232. overflow: hidden;
  233. text-overflow: clip;
  234. }
  235.  
  236. .player a img, .player audio::-webkit-media-controls-play-button, .player audio::-webkit-media-controls-mute-button, .player audio::-webkit-media-controls-volume-slider, .player audio::-webkit-media-controls-timeline {
  237. filter: invert();
  238. -webkit-filter: invert();
  239. }
  240. .player audio, .player audio::-webkit-media-controls, .player audio::-webkit-media-controls-enclosure, .player audio::-webkit-media-controls-panel {
  241. background: #fff;
  242. background: var(--color--bg-box);
  243. height: 36px;
  244. filter: none;
  245. }
  246.  
  247.  
  248. .fwiendFace img, .tableLeft img {
  249. width: 100px;
  250. height: 100px;
  251. object-fit: cover;
  252. object-position: top;
  253. border: 2px;
  254. border-color:white;
  255. background: none;
  256. }
  257. #container {
  258. background-image:url("https://i.pinimg.com/564x/74/52/2c/74522ce7e511f65e165c4842fbf1e31b.jpg");
  259. border: 2px solid #ff699d;
  260. }
  261.  
  262.  
  263. padding-left: 10px;
  264. padding-right: 10px;
  265. border: 3px solid #ff699d;
  266. background-image: url(https://i.pinimg.com/564x/6a/e4/64/6ae46423b5fb592281284f904c115aac.jpg);
  267. background-size: cover;
  268. }
  269.  
  270. #top {
  271. padding-left: 10px;
  272. padding-right: 10px;
  273. }
  274.  
  275.  
  276. div {
  277. display: block;
  278. }
  279. #header,
  280. #hSub {
  281. background: #ff7096 url(lll) repeat!important;
  282. border-bottom: 1px solid #fff !important;
  283. border-radius: 10px;
  284. }
  285.  
  286.  
  287. #commentInput {
  288. border: 1px solid #fff;
  289. background: linear-gradient(#ffb5c9,#ff7096);
  290. }
  291. #commentInput {
  292. color: #000;
  293. }
  294. #commentInput {
  295. width: calc( 100% - 6px );
  296. margin: 0;
  297. margin-top: 10px;
  298. height: 100px;
  299. }
  300. textarea, textarea:focus {
  301. outline: none;
  302. box-shadow: none !important;
  303. border: 1px solid #ff699d;
  304. }
  305.  
  306. form {
  307. margin-bottom: 0px;
  308. text-align: right;
  309. }
  310. /* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/others/oth-5/oth523.ani), url(https://cur.cursors-4u.net/others/oth-5/oth523.png), auto !important;} /* End https://www.cursors-4u.com */
  311.  
  312. form {
  313. display: block;
  314. margin-top: 0em;
  315. }
  316. div, a:link, a:visited {
  317. color: white;
  318. }
  319.  
  320. #viewFriends {
  321. margin-top: 20px;
  322. margin-bottom: 20px;
  323. /* text-align: center; */
  324. background: tarnsparent;
  325. }
  326.  
  327. .fwiendFace img, .tableLeft img {
  328. border: 1px solid #fff;
  329. }
  330. .fwiendFace img {
  331. width: calc( 100% );
  332. }
  333. img {
  334. image-rendering: auto;
  335. image-rendering: crisp-edges;
  336. image-rendering: pixelated;
  337. image-orientation: from-image;
  338. }
  339. .fwiendFace {
  340. max-width: 25%;
  341. display: inline-grid;
  342. width: calc( 25% - 6px );
  343. padding: 3px;
  344. text-align: center;
  345. }
  346. div {
  347. color: #000;
  348. }
  349.  
  350. .blurbs>.blogs>div:not(:first-child):before {
  351. content: "";
  352. display: block;
  353. height: 90px;
  354. background: url(https://media1.giphy.com/media/10a8AOSeP6Rqfu/giphy.gif);
  355. background-repeat: no-repeat;
  356. background-position: center;
  357. background-size: contain;
  358. }
  359.  
Add Comment
Please, Sign In to add comment