m (- minor edit) Tag: Reverted |
m (- minor edit) Tag: Reverted |
||
Line 9: | Line 9: | ||
} |
} |
||
#userProfileApp .user-profile-navigation__link:before { |
#userProfileApp .user-profile-navigation__link:before { |
||
margin-top: |
margin-top: 12px; |
||
margin-right: 5px; |
margin-right: 5px; |
||
} |
} |
Revision as of 01:27, 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 {
margin-top: 12px;
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);
}