(- blanked) Tags: Blanking Manual revert |
(- test) Tag: Reverted |
||
Line 1: | Line 1: | ||
.user-profile-navigation__link { |
|||
background: rgba(0, 0, 0, .3); |
|||
border: 1px solid #D0AE82 !important; |
|||
border-radius: 4px; |
|||
margin: 5px 5px 5px 0; |
|||
margin-right: 8px; |
|||
padding: 10px !important; |
|||
text-align: center; |
|||
} |
|||
#userProfileApp .user-profile-navigation__link:before { |
|||
bottom: 5px; |
|||
margin-right: 5px; |
|||
} |
|||
#userProfileApp .user-profile-navigation__link:nth-child(1):before { |
|||
content: url(https://static.wikia.nocookie.net/doors-game/images/d/d6/PLAYER.png/revision/latest/scale-to-width-down/18?cb=20220805004445); |
|||
} |
|||
#userProfileApp .user-profile-navigation__link:nth-child(2):before { |
|||
content: url(https://static.wikia.nocookie.net/doors-game/images/f/f9/Speech.png/revision/latest/scale-to-width-down/18?cb=20230129045030); |
|||
} |
|||
#userProfileApp .user-profile-navigation__link:nth-child(3):before { |
|||
content: url(https://static.wikia.nocookie.net/doors-game/images/e/e3/GALLERY.png/revision/latest/scale-to-width-down/18?cb=20220806234750); |
|||
} |
|||
#userProfileApp .user-profile-navigation__link:nth-child(4):before { |
|||
content: url(https://static.wikia.nocookie.net/doors-game/images/a/a4/ACHIEVEMENT.png/revision/latest/scale-to-width-down/18?cb=20220908055623); |
|||
} |
|||
#userProfileApp .user-profile-navigation__link:nth-child(5):before { |
|||
content: url(https://static.wikia.nocookie.net/doors-game/images/9/92/HISTORY.png/revision/latest/scale-to-width-down/18?cb=20221022022603); |
|||
} |
Revision as of 01:24, 14 February 2023
.user-profile-navigation__link {
background: rgba(0, 0, 0, .3);
border: 1px solid #D0AE82 !important;
border-radius: 4px;
margin: 5px 5px 5px 0;
margin-right: 8px;
padding: 10px !important;
text-align: center;
}
#userProfileApp .user-profile-navigation__link:before {
bottom: 5px;
margin-right: 5px;
}
#userProfileApp .user-profile-navigation__link:nth-child(1):before {
content: url(https://static.wikia.nocookie.net/doors-game/images/d/d6/PLAYER.png/revision/latest/scale-to-width-down/18?cb=20220805004445);
}
#userProfileApp .user-profile-navigation__link:nth-child(2):before {
content: url(https://static.wikia.nocookie.net/doors-game/images/f/f9/Speech.png/revision/latest/scale-to-width-down/18?cb=20230129045030);
}
#userProfileApp .user-profile-navigation__link:nth-child(3):before {
content: url(https://static.wikia.nocookie.net/doors-game/images/e/e3/GALLERY.png/revision/latest/scale-to-width-down/18?cb=20220806234750);
}
#userProfileApp .user-profile-navigation__link:nth-child(4):before {
content: url(https://static.wikia.nocookie.net/doors-game/images/a/a4/ACHIEVEMENT.png/revision/latest/scale-to-width-down/18?cb=20220908055623);
}
#userProfileApp .user-profile-navigation__link:nth-child(5):before {
content: url(https://static.wikia.nocookie.net/doors-game/images/9/92/HISTORY.png/revision/latest/scale-to-width-down/18?cb=20221022022603);
}