#af-wrapper #forum-profile .display-name,
#af-wrapper .post-author .topic-author,
#af-wrapper input[type="checkbox"]:checked:before {
color: #000000 !important;
}
#af-wrapper .button-normal,
#af-wrapper .title-element,
#af-wrapper #forum-header,
#af-wrapper #profile-header .background-avatar,
#af-wrapper #profile-navigation,
#af-wrapper input[type="radio"]:checked:before {
background-color: #000000 !important;
}
#af-wrapper .button-neutral {
background-color: #000000B0 !important;
}
#af-wrapper .post-author .topic-author {
background-color: #00000040 !important;
}
#af-wrapper input[type="radio"]:focus,
#af-wrapper input[type="checkbox"]:focus,
#af-wrapper #profile-header {
border-color: #000000 !important;
}
#af-wrapper .title-element,
#af-wrapper #forum-navigation a,
#af-wrapper #forum-navigation-mobile a {
border-color: #6c5b7b !important;
}
#af-wrapper .button-normal:hover,
#af-wrapper #profile-navigation a.active {
background-color: #6c5b7b !important;
}
#af-wrapper .button-neutral:hover {
background-color: #6c5b7bB0 !important;
}
#af-wrapper a:not(a.button):not(a.highlight-admin):not(a.highlight-moderator),
#af-wrapper .forum-post-menu a,
#af-wrapper #bottom-navigation {
color: #000000 !important;
}
#af-wrapper .unread {
color: #6c5b7b !important;
}
#af-wrapper #read-unread .unread {
background-color: #6c5b7b !important;
}
.zox-post-main { /* float: left; */ width: 100%; padding-right: 0px; } .page h1.zox-post-title { text-align: center; display: none; } #zox-side-wrap, .zox-side-wrap { display: none; grid-gap: 20px; grid-template-columns: 100%; } #af-wrapper #forum-search { float: right; width: 134px; height: 44px; line-height: 44px; margin: 0; padding: 0; box-sizing: border-box; background-color: #fff; color: #444; border: none; border-radius: 3px; cursor: text; } #af-wrapper .main-title { font-family: anton; font-size: 20px; border: none; margin: 0; padding: 16px 0px; font-weight: normal; color: #000; display: block; line-height: 40px; } #af-wrapper a.highlight-admin:hover { color: #6C5B7B !important; } #af-wrapper a.highlight-admin { color: #6C5B7B !important; } #af-wrapper .button-red { color: #fff; background: #6C5B7B; } #af-wrapper .reputation-badges { color: #000; } #af-wrapper .user-online .avatar { box-shadow: 0px 0px 5px #82f338; border: 1px solid #2ba898; } /* Default styles */ #af-wrapper #forum-search { float: right; width: 10px; /* or any default width you want */ height: 44px; line-height: 44px; margin: 0; padding: 0; box-sizing: border-box; background-color: #fff; color: #444; border: none; border-radius: 3px; cursor: text; } /* Media query for screens with max width of 782px */ @media screen and (max-width: 782px) { #af-wrapper #forum-search { width: 100%; /* Set width to 100% for responsiveness */ } } /* Media query for screens with min width of 783px (adjust this value as needed) */ @media screen and (min-width: 783px) { #af-wrapper #forum-search { width: 120px; /* Set the width to a fixed value for larger screens */ } } #af-wrapper iframe { max-width: 100%; display: block; /* Ensure the iframe behaves as a block-level element */ margin-left: auto; margin-right: auto; /* Center horizontally */ }