Advertisement
_eremec_

Untitled

Jun 1st, 2018
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. /* AUTO=body_background */ body {
  2.   background: url(/assets/background/gplaypattern.png) repeat;
  3.   background-color: white;
  4. }
  5. .p-profiles .profile-head .c-brief .avatar img {
  6.   border-radius: 0%;
  7. }
  8. .p-profiles .l-page {
  9.   background-color: rgba(10, 10, 10, 0.2);
  10.   color: black;
  11.   border-radius: 10px;
  12.   margin-top: 15vh;
  13. }
  14. .p-profiles .l-page .b-stats_bar .stat_names .stat_name a {
  15.    color: black;
  16. }
  17. .p-profiles .l-page .b-topic {
  18.    display: none;
  19. }
  20. .p-profiles .l-page .subheadline {
  21.    display: none;
  22. }
  23. .p-profiles .l-page .activity {
  24.    display: none;
  25. }
  26. .p-profiles .l-page .l-footer {
  27.    display: none;
  28. }
  29. .p-profiles .l-page .b-stats_bar .bar {
  30.   display: none;
  31. }
  32. .p-profiles .l-top_menu {
  33.   display: none;
  34. }
  35. .p-profiles-show .tooltip-details .b-catalog_entry-tooltip > a {
  36.     display: none;
  37. }
  38. .p-profiles .l-page .c-column.c-left {
  39.    display: none;
  40. }
  41. .p-profiles .l-page .cc-2a.m30 {
  42.    display: none;
  43. }
  44. .p-profiles .l-page .cc-2.block {
  45.    display: flex;
  46.    justify-content: center;
  47.   align-items: center;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement