diff --git a/src/views/UsersBrowser.vue b/src/views/UsersBrowser.vue index 02fda2e..82b5bfd 100644 --- a/src/views/UsersBrowser.vue +++ b/src/views/UsersBrowser.vue @@ -1,65 +1,253 @@ - + - - - - - - - - - Accueil - - - + + + + + + - CRÉATEURS + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ name }} + + + + + + {{ title }} - - - - - - - - - - - - {{ profile.name - }} - {{ profile.description }} - - - - - - + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.icon }} + {{ item.text }} + + + + + + + + + + + + + + + + + + + CRÉATEURS + + + + + + + + + + + + + + + {{ + profile.name + }} + {{ profile.description }} + + + + + + + + + + + + + + + + + + + + + JE SOUTIENS! + + + + + + + + + + + + + + + + + + + + + JE SOUTIENS + + + + + + + + + JE SOUTIENS + + + + + + + + - - + +.sticky-bottom-label { + position: sticky; + top: 0; + bottom: 0; + left: 0; + width: 100%; + z-index: 1000; + margin-top: 20px; +} + +.sticky-top-label { + position: sticky; + bottom: 0; + right: 10%; + width: 100%; + z-index: 1000; +} + +.text-soutiens { + margin-bottom: 15px; + color: white; + font-size: 1.5rem; + letter-spacing: 7px; + text-align: center; +} + +.name-info { + margin-top: -10px; + margin-left: 15%; +} + +.occupation-info { + margin-left: 15%; + font-size: large; +} + +.name-info-mobile { + margin-left: 22px; + font-size: 1.3rem +} + +.main-background { + background-color: #f4f4f4; +} + +.profile-container { + margin-top: -16%; +} + +.btn-custom { + width: 100%; + background-color: transparent; +} + +.background-profile-container { + background-color: #ececec; + color: white; + border-top: 3px solid #a30e79; + border-right: 3px solid #a30e79; + font-weight: 700; + font-size: 1.15rem; + border-radius: 25px; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) +} + +.background-pink { + background-color: #23393b; + color: white; + font-weight: 400; +} + +.label-text { + font-weight: 400; + margin-left: 3%; + font-size: 1rem; +} + +.profile-name { + margin-top: -15%; +} + +.socialicons { + width: 35px; + max-width: 100px; + margin-top: 3px; + margin-left: 40px; +} + +.socialicons-mobile { + width: 35px; + max-width: 100px; + margin-top: 27px; + margin-left: 20px; +} + +.youtube-card { + margin-left: 2%; + margin-right: 2%; + border-radius: 15px; + background-color: #f4f4f4; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) +} + +.card-title { + font-size: 1.4rem; + margin-top: 10px; +} + +.card-date { + margin-left: 10px; + margin-top: -18px; + margin-bottom: -20px; + font-size: .8rem; +} + +.social-container { + background-color: #6b0065; + border-top-right-radius: 30px; + border-bottom-right-radius: 30px; + font-size: 1.7rem; + font-weight: 600; + color: white; +} + +.social-container2 { + background-color: #a30e79; + border-bottom-right-radius: 30px; + font-size: 1.4rem; + font-weight: 500; + color: white; +} + +.social-container-mobile { + background-color: #a30e79; + font-size: 1.4rem; + font-weight: 600; + color: white; + z-index: 1000; + margin: auto; + text-align: center; +} + +.social-container2-mobile { + background-color: #0baab2; + z-index: 1000; + font-size: 1.2rem; + font-weight: 500; + color: white; +} + +.social-icon-group-mobile { + background-color: #6b0065; +} + +.mini-profile-picture { + border-radius: 100px; +} + +.btn-card-options { + background-color: #f4f4f4; + width: 50px; + margin-left: -12px; + margin-top: 10px; +} + +.mobile-profile-picture-creator { + border-radius: 100px; + height: 150px; + width: 150px; + border-radius: 50%; + max-width: 150px; + border: 4px solid white; + z-index: 1000; +} + +.mobile-header { + height: 50px; + margin-left: -13%; + margin-top: 6%; +} + +.h1-navigation { + text-align: center; + font-weight: 600; + margin-bottom: 10%; +} + +.mobile-profile-picture { + height: 40px; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); + border: 2px solid #a30e79; + margin-right: 10px +} + +.profile-banner { + margin-top: 25px; + min-height: 200px +} + +.v-navigation-drawer { + max-height: 100vh; +} + +@media (min-width: 150px) and (max-width: 474px) { + .mobile-profile-picture-creator { + transform: scale(1.5) translateY(-30%) translateX(0%); + } + + .socialicons-mobile { + width: 35px; + max-width: 100px; + margin-top: 0px; + margin-left: 20px; + } +} + + +@media (min-width: 475px) and (max-width: 599px) { + .socialicons-mobile { + width: 35px; + max-width: 100px; + margin-top: 0px; + margin-left: px; + } + + .mobile-profile-picture-creator { + transform: scale(1.5) translateY(-30%) translateX(0%); + } + + .profile-container-mobile { + width: 110%; + margin-left: -3%; + margin-top: -112px; + } + + .occupation-info { + font-size: 1rem; + } + + .card-youtube { + min-height: 250px; + } + + .name-info-mobile { + font-size: 1.6rem; + } +} + +@media (min-width: 599px) and (max-width: 749px) { + .mobile-profile-picture-creator { + transform: scale(1.5) translateY(25%) translateX(0%); + } + + .profile-container { + + width: 110%; + margin-left: -3%; + } + + .profile-container-mobile { + + width: 110%; + margin-left: -3%; + margin-top: -110px; + } + + .name-info { + font-size: 1.2rem; + } + + .occupation-info { + font-size: 1rem; + } + + .card-youtube { + min-height: 330px; + } +} + +@media (min-width: 750px) and (max-width: 960px) { + .mobile-profile-picture-creator { + transform: scale(1.8) translateY(25%) translateX(0%); + } + + .profile-container { + width: 110%; + margin-left: -3%; + } + + .profile-container-mobile { + width: 110%; + margin-left: -3%; + margin-top: -110px; + } + + .name-info { + font-size: 1.2rem; + } + + .occupation-info { + font-size: 1rem; + } + + .card-youtube { + min-height: 425px; + } +} + +@media (min-width: 960px) and (max-width: 1280px) { + .middle-col { + margin-left: -30px; + } + + .text-soutiens { + font-size: 1.2rem; + letter-spacing: 5px; + } + + .profile-container { + margin-top: -185px; + min-width: 480px + } + + .card-youtube { + min-height: 270px; + } + + .Je-soutien-container { + min-width: 325px; + margin-left: -35px; + } + + .mobile-profile-picture-creator { + transform: scale(1.3) translateY(25%) translateX(-50px); + } + + .name-info { + font-size: 1.2rem; + margin-left: 20px; + margin-top: -6px + } + + .occupation-info { + margin-left: 40px; + margin-top: -8px + } + + .social-container { + margin-left: 80px; + min-width: 270px; + max-height: 40px + } + + .social-container2 { + margin-left: 50px; + min-width: 250px; + max-height: 35px + } + + .socialicons { + width: 34px; + max-width: 100px; + margin-top: 15px; + margin-left: 25px; + } +} + +@media (min-width: 1280px) and (max-width: 1600px) { + .text-soutiens { + font-size: 1.3rem; + letter-spacing: 8px; + } + + .mobile-profile-picture-creator { + transform: scale(1.3) translateY(25%) translateX(-50px); + } + + .profile-container { + margin-top: -180px; + } + + .card-youtube { + min-height: 290px; + } + + .menu-col { + margin-left: -4%; + } + + .Je-soutien-container { + min-width: 350px; + } + + .name-info { + font-size: 1.2rem; + margin-left: 20px; + margin-top: -6px + } + + .social-container { + margin-left: 90px; + min-width: 350; + max-height: 40px + } + + .occupation-info { + margin-left: 70px; + margin-top: -8px + } + + .social-container2 { + + margin-left: 40px; + min-width: 290px; + max-height: 35px + } + + .socialicons { + width: 34px; + max-width: 100px; + margin-top: 15px; + margin-left: 25px; + } +} + +@media (min-width: 1600px) and (max-width: 1919px) { + .text-soutiens { + font-size: 1.3rem; + + } + + .mobile-profile-picture-creator { + transform: scale(1.4) translateY(25%) translateX(-40px); + } + + .profile-container { + margin-top: -171px; + } + + .card-youtube { + min-height: 355px; + } + + .menu-col { + margin-left: -4%; + } + + .Je-soutien-container { + min-width: 400px; + } + + .name-info { + font-size: 1.5rem; + margin-top: -4px; + margin-left: 35px; + } + + .occupation-info { + font-size: 1.3rem; + margin-left: 75px; + margin-top: -2px + } + + .social-container2 { + margin-left: 70px; + min-width: 300px; + } +} + +@media (min-width: 1920px) and (max-width: 2559px) { + .text-soutiens { + font-size: 1.3rem; + } + + .profile-container { + margin-top: -160px; + } + + .card-youtube { + min-height: 380px; + } + + .Je-soutien-container { + min-width: 400px; + } + + .mobile-profile-picture-creator { + transform: scale(1.4) translateY(25%) translateX(-40px); + } + + .name-info { + font-size: 1.5rem; + margin-left: 35px; + margin-top: -4px; + } + + .social-container { + margin-left: 100px; + } + + .occupation-info { + font-size: 1.3rem; + margin-left: 110px; + margin-top: -4px + } + + .social-container2 { + margin-left: 30px; + min-width: 360px; + } + + .socialicons { + width: 38px; + max-width: 100px; + margin-top: 13px; + margin-left: 40px; + } +} + +@media (min-width: 2560px) { + .mobile-profile-picture-creator { + transform: scale(1.5) translateY(25%) translateX(-20px); + } + + .profile-container { + margin-top: -150px + } + + .profile-banner { + margin-top: 25px; + min-height: 450px; + } + + .card-youtube { + min-height: 380px; + } + + .text-soutiens { + font-size: 1.5rem; + } + + .name-info { + font-size: 2rem; + + } + + .social-container { + margin-left: 140px; + } + + .social-container2 { + margin-left: 130px; + } + + .occupation-info { + font-size: 1.5rem; + margin-left: 65px; + margin-top: -6px + } + + .socialicons { + width: 45px; + max-width: 100px; + margin-top: 15px; + margin-left: 40px; + } +} + \ No newline at end of file