PSN Profiles re-Looking
Psn Profiles by Kalmaneos
Details
AuthorKalmaneos
LicenseNo License
CategoryWeb Site
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Psn Profiles
@version 20240827.17.01
@namespace ?
==/UserStyle== */
div.title-bar h3,
div.title h3,
th.title h3 {
text-transform: none;
}
.banner-overlay .stats,
.guide-page-info .stats {
color: #bfabee;
font-weight: bold;
}
:root {
--color: #3061aa;
}
#user-bar > ul.profile-bar {
border-color: var(--color) !important;
}
#user-bar > div.caret {
border-right-color: var(--color) !important;
}
.platinum td {
background: rgb(225, 225, 255) !important;
}
.completed td,
.me td,
li.earned,
.tableofcontents li.earned,
div.earned {
background: rgb(225, 255, 225) !important;
}
.completed td,
.me td,
li.earned,
.tableofcontents li.earned,
div.earned {
background: rgba(166, 225, 166, .67) !important;
}
.tag.platform.psvita {
background: #449d24;
}
.tag.platform.ps3 {
background: #3e4246;
}
.tag.platform.psvr {
background: #155a0c
}
div.title-bar .badge.hidden-trophies {
display: none;
}
.typo-bottom {
color: #ea1616;
}
div.title,
th.title,
table.zebra th.title {
background: #074d59;
}
.progress-bar div {
background: #074d59;
}
.typo-bottom-date {
color: #f60000;
}
.profile-bar {
padding: 0 16px 0 9px;
background: rgba(0, 0, 0, 0.7);
border: 4px solid #336291;
border-top-color: rgb(51, 98, 145);
border-right-color: rgb(51, 98, 145);
border-bottom-color: rgb(51, 98, 145);
border-left-color: rgb(51, 98, 145);
border-radius: 245px;
margin-left: 70px;
position: absolute;
right: 0;
left: 0;
color: #fff;
box-shadow: 0 0 30px rgba(255, 255, 255, 0.75);
height: 56px;
}
.profile-bar {
color: #f5720ce0;
}
.title .buttons > a {
color: #fff;
font-weight: bold;
padding: 6px 10px 8px 10px;
padding-left: 10px;
padding-left: 31px;
font-size: 11px;
background-color: rgba(0, 0, 0, 0.4);
display: inline-block;
outline: none;
font-family: 'DP', Arial, Verdana, sans-serif;
text-transform: none;
margin-left: 0;
}
div.title > div > a {
color: #ebeff3;
font-weight: 700;
padding: 6px 15px 8px 15px;
font-size: 11px;
background-color: rgba(0, 0, 0, 0.58);
z-index: 10;
background-repeat: no-repeat;
display: inline-block;
outline: none;
margin-left: 5px;
text-transform: none;
font-family: DP, Arial, Verdana, sans-serif;
}
@-moz-document domain("psnprofiles.com") {
}