Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* AUTO=body_background */ body {
- background: url(/assets/background/gplaypattern.png) repeat;
- background-color: white;
- }
- .p-profiles .profile-head .c-brief .avatar img {
- border-radius: 0%;
- }
- .p-profiles .l-page {
- background-color: rgba(10, 10, 10, 0.2);
- color: black;
- border-radius: 10px;
- margin-top: 15vh;
- }
- .p-profiles .l-page .b-stats_bar .stat_names .stat_name a {
- color: black;
- }
- .p-profiles .l-page .b-topic {
- display: none;
- }
- .p-profiles .l-page .subheadline {
- display: none;
- }
- .p-profiles .l-page .activity {
- display: none;
- }
- .p-profiles .l-page .l-footer {
- display: none;
- }
- .p-profiles .l-page .b-stats_bar .bar {
- display: none;
- }
- .p-profiles .l-top_menu {
- display: none;
- }
- .p-profiles-show .tooltip-details .b-catalog_entry-tooltip > a {
- display: none;
- }
- .p-profiles .l-page .c-column.c-left {
- display: none;
- }
- .p-profiles .l-page .cc-2a.m30 {
- display: none;
- }
- .p-profiles .l-page .cc-2.block {
- display: flex;
- justify-content: center;
- align-items: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement