Nie moge edytować powyższego postu. Znalazłem takie coś w kodzie, po jego usunięciu ramki działają ale nie wiem od czego ten kod i czy moge go usunąć? Czy on odpowiada tylko za te ramki? Bo zauważyłem też że i plakietka która koło 3 kropek na ss moim traci kolor. a i suwak też zginął zrobił sie na domyślny
/* Trofea #3 */
.ipsAreaBackground_light.ipsPad_half ol.ipsDataList.ipsList_inline li:nth-child(3) i.fa.fa-trophy {
color: #965A38;
font-size: 16px;
}
.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ) {
box-shadow: 0px 0px 0px 1px rgba( 228, 0, 0, 0.6 ), 0px 0px 0px 5px rgba( 228, 0, 0, 0.15 );
}
.cAuthorPane_badge:not( .cAuthorPane_badge--rank ) {
background-color: rgb(228, 0, 0);
}
#rotator_body .swiper-pagination {
position: absolute;
top: unset;
bottom: -50px;
left: -550px;
right: unset;
opacity: 1;
}
#rotator_body .swiper-pagination-bullet-active {
background: #ca452f !important;
box-shadow: 0 0 10px #ca452f;
}
#rotator_body .swiper-pagination-bullet {
width: 14px;
height: 14px;
background: #15151a;
opacity: 1;
}
[data-membergroup="4"].ipsComment_highlighted .ipsBadge_highlightedGroup,
[data-membergroup="6"].ipsComment_highlighted .ipsBadge_highlightedGroup,
[data-membergroup="7"].ipsComment_highlighted .ipsBadge_highlightedGroup {
--badge--background: rgb( 228, 0, 0 );
--badge--color: rgb( 255, 255, 255 );
}
.cAuthorPane_badge:not( .cAuthorPane_badge--rank ) {
background: rgb( 78, 192, 192 );
border: 2px solid rgb( var(--theme-area_background_reset) );
border-radius: 50%;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
border-radius: 0;
background-color: rgb( var(--theme-area_background_reset) );
}
::-webkit-scrollbar-thumb {
background: #279688;
border-radius: 32px;
}