Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url('https://fonts.googleapis.com/css2?family=Alice&family=Bangers&display=swap');
- /*-----------------------
- --------сoᴅᴇ вʏ ɢ--------
- -------------------------*/
- /*Ф О Н*/
- body {
- background-color: rgb(15,15,15); background-color: rgb(15,15,15) !important;
- background-image: url(https://i.ibb.co/B606QrV/background.png); background-image: url(https://i.ibb.co/B606QrV/background.png) !important;
- background-position: center; background-position: center !important;
- background-attachment: fixed; background-attachment: fixed !important;
- background-repeat: repeat; background-repeat: repeat !important;
- min-height: 100vh; min-height: 100vh !important;
- }
- table.body {
- width: 100%; width: 100% !important;
- margin: 0 ; margin: 0 !important;
- padding: 0 0 70px 0; padding: 0 0 70px 20px !important;
- }
- img.photo, .profile_friend_photo {
- border: none; border: none !important;
- }
- a {
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- }
- a:hover, .form-group > label:hover {
- text-decoration: none; text-decoration: none !important;
- }
- :focus {
- outline: none; outline: none !important;
- box-shadow: none; box-shadow: none !important;
- }
- ::selection {
- background-color: rgb(65,65,65); background-color: rgb(45,45,45) !important;
- color: rgb(110,110,110); color: rgb(105,105,105) !important;
- text-shadow: 1px 1px 0 rgba(8,8,8,.5);
- }
- ::-moz-selection {
- background-color: rgb(65,65,65); background-color: rgb(45,45,45) !important;
- color: rgb(110,110,110); color: rgb(105,105,105) !important;
- text-shadow: 1px 1px 0 rgba(8,8,8,.5);
- }
- * {
- cursor: url(https://i.ibb.co/4W5JJBP/cursor-normal.png), auto; cursor: url(https://i.ibb.co/4W5JJBP/cursor-normal.png), auto !important;
- }
- a, a > b, a > strong, a > span, a > img, .button, button, button > img, button > span, #bbcode > img, .modal-content img.icon:hover, #designs {
- cursor: url(https://i.ibb.co/yfRxry7/cursor-link.png), auto; cursor: url(https://i.ibb.co/yfRxry7/cursor-link.png), auto !important;
- }
- input[type="text"], textarea {
- cursor: url(https://i.ibb.co/jhxVCh9/cursor-text.png), auto; cursor: url(https://i.ibb.co/jhxVCh9/cursor-text.png), auto !important;
- }
- /*Ш А П К А*/
- body .top_header, nav.navbar.navbar-expand-lg.navbar-light.bg-light.top_menu.top_mobile_menu {
- background-color: rgb(17,17,17); background-color: rgb(17,17,17) !important;
- background-image: url(https://i.ibb.co/HD8gbnz/top-header-1.png), url(https://i.ibb.co/rmcVXJh/top-header-2.png), url(https://i.ibb.co/NVBkh0y/top-header.png);
- background-image: url(https://i.ibb.co/HD8gbnz/top-header-1.png), url(https://i.ibb.co/rmcVXJh/top-header-2.png), url(https://i.ibb.co/NVBkh0y/top-header.png) !important;
- background-position: top left, bottom left, center; background-position: top left, bottom left, center !important;
- background-attachment: scroll, scroll, fixed; background-attachment: scroll, scroll, fixed !important;
- background-repeat: repeat-x, repeat-x, repeat; background-repeat: repeat-x, repeat-x, repeat !important;
- position: sticky; position: sticky !important;
- top: 0;
- width: 100%;
- padding: 0; padding: 10px 0 !important;
- border-top: none;
- border-left: none;
- border-right: none;
- border-bottom: 1px solid rgb(40,40,40); border-bottom: 1px solid rgb(30,30,30) !important;
- box-shadow: none; box-shadow: none !important;
- }
- .top_header > table {
- width: 100% !important;
- }
- .top_header > table > tbody > tr > td:last-child {
- padding: 0 !important;
- }
- .top_menu {
- padding: 0 !important;
- }
- a.top_menu_item {
- font-family: 'Alice', serif;
- font-size: 14px; font-size: 14px !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- position: relative;
- padding: 0 10px; padding: 0 5px !important;
- z-index: 0;
- transition: .5s;
- }
- .top_menu_link_container:hover > .top_menu_link > a.top_menu_item, a.top_menu_item:hover {
- color: rgb(115,115,115); color: rgb(8,8,8) !important;
- text-shadow: none !important;
- transition: .5s; transition: .25s !important;
- }
- a.top_menu_item:after {
- background-color: rgb(75,75,75);
- content: "";
- position: absolute;
- min-width: 100%;
- min-height: 0;
- height: 0;
- left: 0;
- top: 0;
- transition: .5s;
- z-index: -1;
- border-radius: .25rem .25rem 0 0;
- }
- .top_menu_link_container:hover > .top_menu_link > a.top_menu_item:after {
- background-color: rgb(85,85,85);
- min-width: 100%;
- min-height: calc(100% + 5px);
- }
- .top_menu_link > img {
- display: none !important;
- }
- div.menu_dropdown {
- background-color: transparent !important;
- position: absolute;
- margin-top: 0px !important;
- height: 0;
- display: inline !important;
- overflow: hidden !important;
- opacity: 1;
- border: none; border: none !important;
- border-radius: 0;
- transform: translate(0, 14px);
- transition: .75s;
- }
- .top_menu_link_container:hover > .top_menu_link > div > div.menu_dropdown {
- opacity: 1;
- height: 500px;
- transform: translate(0, 0);
- transition: .5s;
- }
- #mobile_menu > button.btn.btn-primary {
- background-color: rgb(24,24,24);
- color: rgb(105,105,105);
- font-family: 'Alice', serif;
- font-size: 14px;
- margin: 0;
- }
- #mobile_menu > button.btn.btn-primary:hover {
- background-color: rgb(29,29,29);
- }
- div.menu_item_dropdown a, #mobile_menu > .btn-primary {
- background-color: rgb(19,19,19); background-color: rgb(14,14,14) !important;
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png) !important;
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(95,95,95); color: rgb(85,85,85) !important;
- margin: 5px 0; margin: 0 !important;
- padding: 4px 45px 6px 7px !important;
- border-top: 1px solid rgba(40, 40, 40, 0); border-top: 2px solid rgba(30,30,30,0) !important;
- border-left: none; border-left: 1px solid rgb(30,30,30) !important;
- border-right: none; border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgba(8,8,8,0);
- }
- div.menu_item_dropdown:first-child > a {
- border-top: 2px solid rgb(30,30,30) !important;
- }
- div.menu_item_dropdown:first-child > a:hover {
- padding: 4px 40px 4px 12px !important;
- margin: 0 0 2px 0 !important;
- }
- div.menu_item_dropdown:last-child > a {
- border-bottom: 1px solid rgb(8,8,8) !important;
- }
- div.menu_item_dropdown a:hover, #mobile_menu > .btn.btn-primary:hover {
- background-color: rgb(19,19,19); background-color: rgb(19,19,19) !important;
- background-image: none; background-image: none !important;
- color: rgb(115,115,115); color: rgb(105,105,105) !important;
- margin: 2px 0 !important;
- padding: 2px 40px 4px 12px !important;
- border-top: 1px solid rgb(45,45,45); border-top: 2px solid rgb(35,35,35) !important;
- border-left: none; border-left: 1px solid rgb(45,45,45) !important;
- border-right: none; border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8);
- border-radius: 0; border-radius: .75rem !important;
- }
- img.menu_icon2, .result > img.icon {
- filter: saturate(0) brightness(0.4) contrast(0.95); filter: saturate(0) brightness(0.3) contrast(0.95) !important;
- }
- div.menu_item_dropdown a:hover > img.menu_icon2 {
- filter: saturate(0) brightness(0.6) contrast(0.95); filter: saturate(0) brightness(0.5) contrast(0.95) !important;
- }
- #mobile_menu {
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(75,75,75);
- max-width: 250px;
- }
- #mobile_menu > .menu_item_dropdown a {
- padding: 5px;
- }
- #mobile_photo_wrap {
- margin: 0 0 5px 0;
- }
- .top_header > table > tbody > tr > td:first-child {
- vertical-align: middle;
- }
- .top_mobile_menu > .p-1 {
- padding: 0;
- }
- .top_header a[href="./"]:before, .top_mobile_menu a[href="./"]:before {
- content: 'BEON';
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- font-family: 'Alice', serif;
- font-size: 14px; font-size: 14px !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- position: relative;
- top: 1px; top: 1px !important;
- margin: 0 10px; margin: 0 0 0 20px !important;
- transition: .5s;
- }
- .top_header a[href="./"]:hover:before, .top_mobile_menu a[href="./"]:hover:before {
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- transition: .5s;
- }
- img[src="./images/logo_new.png"] {
- display: none;
- }
- #newupdates {
- background-color: transparent;
- background-image: url(https://i.ibb.co/X3prr7q/button-notify.png); background-image: url(https://i.ibb.co/X3prr7q/button-notify.png) !important;
- background-position: 10px 9px; background-position: 9px 0 !important;
- background-repeat: no-repeat; background-repeat: no-repeat !important;
- background-size: 22px; background-size: 30px !important;
- margin-right: 8px !important;
- padding: 5px 10px; padding: 0 9px !important;
- height: auto;
- width: auto;
- border-radius: 0; border-radius: 0 !important;
- transition: .5s;
- }
- [src="/images/notify.svg"] {
- width: 30px; width: 30px !important;
- opacity: 0;
- }
- #notify_total {
- background-color: rgb(125,125,125); background-color: rgb(105,105,105) !important;
- color: rgb(12,12,12);
- margin-left: 2px !important;
- padding: 2px 4px; padding: 2px 4px !important;
- }
- .button_down:last-child {
- background-color: transparent; background-color: transparent !important;
- background-image: url(https://i.ibb.co/pyxSpwB/button-down.png); background-image: url(https://i.ibb.co/pyxSpwB/button-down.png) !important;
- background-position: 9px 0 !important;
- background-repeat: no-repeat !important;
- background-size: 30px !important;
- padding: 0 9px !important;
- width: 46px !important;
- height: auto;
- border-radius: 0 !important;
- transition: .5s;
- }
- [src="/images/button_down.svg"] {
- width: 30px;
- opacity: 0;
- }
- #newupdates, .button_down:last-child, .navbar-toggler-icon, .btn.btn-outline-success:last-child {
- filter: brightness(1.24); filter: none !important;
- transition: .5s;
- }
- #newupdates:hover, .button_down:last-child:hover, .navbar-toggler-icon:hover, .btn.btn-outline-success:hover:last-child {
- filter: brightness(1.49); filter: brightness(1.25) !important;
- transition: .5s;
- }
- .btn.btn-primary, .btn.btn-secondary, .btn.btn-success {
- background-color: rgb(22,22,22); background-color: rgb(22,22,22) !important;
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- font-family: 'Alice', serif;
- font-size: 14px;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- padding: 4px 12px;
- border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- border-radius: 0;
- transition: .5s;
- }
- .btn.btn-primary:hover, .btn.btn-secondary:hover, .btn.btn-success:hover {
- background-color: rgb(27,27,27); background-color: rgb(27,27,27) !important;
- color: rgb(110,110,110); color: rgb(105,105,105) !important;
- border-top: 1px solid rgb(50,50,50); border-top: 2px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
- border-radius: .5rem;
- transition: .5s;
- }
- .btn.btn-primary:active, .btn.btn-secondary:active, .btn.btn-success:active {
- background-color: rgb(17,17,17); background-color: rgb(17,17,17) !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- text-shadow: none;
- border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- }
- .modal-footer > button.btn.btn-secondary, .modal-footer > button.btn.btn-primary {
- border-top: 1px solid rgb(50,50,50); border-top: 1px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
- }
- .modal-footer > button.btn.btn-secondary:hover, .modal-footer > button.btn.btn-primary:hover {
- border-top: 1px solid rgb(60,60,60); border-top: 1px solid rgb(50,50,50) !important;
- border-left: 1px solid rgb(60,60,60); border-left: 1px solid rgb(50,50,50) !important;
- }
- .modal-footer > button.btn.btn-secondary:active, .modal-footer > button.btn.btn-primary:active {
- border-top: 1px solid rgb(50,50,50); border-top: 1px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
- }
- /*К О Н Т Е Н Т*/
- .content {
- padding: 0; padding: 0 !important;
- }
- .content .page_header {
- background-color: transparent; background-color: transparent !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- font-family: 'Alice', serif;
- font-size: 14px; font-size: 14px !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- margin: 0 0 5px 10px; margin: 0 0 5px 0 !important;
- }
- img.icon, img.button {
- filter: saturate(0) brightness(0.4) contrast(0.95); filter: saturate(0) brightness(0.25) contrast(0.95) !important;
- transition: .5s;
- }
- /*Л Е В Ы Й _ Б Л О К*/
- .profile_leftside > table {
- margin: .5rem 0 0 0; margin: 1rem 0 0 0 !important;
- }
- .profile_leftside > table:first-child {
- margin: 0; margin: 0 !important;
- }
- .profile_leftside {
- width: 17.5% !important;
- margin: 0; margin: 0 0 0 20px !important;
- background-color: rgb(12,12,12);
- background-image: url(https://i.ibb.co/ZMGDRNx/post.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- padding: .5rem; padding: 1rem !important;
- overflow-x: hidden; overflow-x: hidden !important;
- border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: none; border-left: 1px solid rgb(8,8,8) !important;
- border-right: none; border-right: 1px solid rgb(30,30,30) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- }
- .header {
- background-color: rgb(17,17,17);
- background-image: url(https://i.ibb.co/mtdrm8z/title.png); background-image: url(https://i.ibb.co/mtdrm8z/title.png) !important;
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- font-weight: normal; font-weight: normal !important;
- text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 5px rgba(8,8,8,.5);
- padding: .25rem .5rem; padding: .25rem .5rem !important;
- border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(8,8,8); border-left: 1px solid rgb(8,8,8) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- }
- .profile {
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- padding: 1rem; padding: 1rem !important;
- border-top: none; border-top: none !important;
- border-left: 1px solid rgb(8,8,8); border-left: 1px solid rgb(8,8,8) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- }
- .profile a {
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- transition: .5s;
- }
- .profile a:hover {
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- transition: .5s;
- }
- .profile span {
- font-weight: normal; font-weight: normal !important;
- }
- .profile_leftside > table:nth-child(3) .profile > table > tbody > tr > td, .profile > table > tbody > tr > td:first-child {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- }
- .profile_leftside > table:nth-child(3) .profile > table > tbody > tr > td[valign="top"] {
- width: 21px;
- }
- .profile_photo {
- padding: 0; padding: 0 !important;
- height: auto; height: auto !important;
- border: none; border: none !important;
- }
- .profile_photo img {
- content: url(https://i.ibb.co/cF6dq3x/photo.png);
- background-color: rgb(55,55,55);
- background-image: url(https://i.ibb.co/TH18ByS/link.gif);
- background-size: cover;
- padding: 2px;
- width: auto;
- height: auto;
- object-fit: cover;
- max-width: 100%; max-width: 100% !important;
- max-height: 100%;
- border-top-left-radius: 100% 5%;
- border-top-right-radius: 100% 5%;
- border-bottom-left-radius: 100% 5%;
- border-bottom-right-radius: 100% 5%;
- box-shadow: 0px 1px 0px 0px rgb(8,8,8);
- }
- #ajax_status a {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- font-size: 13px;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- transition: .5s;
- }
- #ajax_status a:hover {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- transition: .5s;
- }
- .home_updated {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- }
- .he_styler_customize_btn {
- filter: saturate(0) brightness(0.325) contrast(0.95); filter: saturate(0) brightness(0.225) contrast(0.95) !important;
- margin: .5rem 5px 0 0; margin: 1rem 5px 0 0 !important;
- transition: .5s;
- }
- .he_styler_customize_btn > a {
- color: rgb(255,255,255); color: rgb(255,255,255) !important;
- }
- .he_styler_customize_btn:hover {
- filter: saturate(0) brightness(0.4) contrast(0.95); filter: saturate(0) brightness(0.3) contrast(0.95) !important;
- margin: .5rem 0 0 5px; margin: 1rem 0 0 5px !important;
- transition: .5s;
- }
- table.profile_menu {
- border: none; border: none !important;
- margin: .5rem 0 0 0; margin: 1rem 0 0 0 !important;
- }
- div[style="height: 10px; font-size: 1pt;"] {
- display: none;
- }
- .profile_menu1 a {
- background-color: rgb(17,17,17); background-color: rgb(17,17,17) !important;
- background-image: none; background-image: none !important;
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- font-family: 'Alice', serif;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- margin: -1px 0 0 0;
- padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px !important;
- border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgba(8,8,8,0); border-bottom: 1px solid rgba(8,8,8,0) !important;
- transition: .25s;
- }
- .profile_menu1 a:last-child {
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- }
- .profile_menu1 a:hover {
- background-color: rgb(22,22,22); background-color: rgb(22,22,22) !important;
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- margin: 1px 0 2px 0;
- padding: 3px 3px 3px 15px; padding: 3px 3px 3px 15px !important;
- border-top: 1px solid rgb(50,50,50); border-top: 2px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- border-radius: .5rem;
- transition: .25s;
- }
- .profile_menu1 a:active {
- background-color: rgb(12,12,12); background-color: rgb(12,12,12) !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- text-shadow: none;
- border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- }
- .profile_menu1 a > img.icon {
- filter: saturate(0) brightness(0.4) contrast(0.95); filter: saturate(0) brightness(0.25) contrast(0.95) !important;
- transition: .25s;
- }
- .profile_menu1 a:hover > img.icon {
- filter: saturate(0) brightness(0.6) contrast(0.95); filter: saturate(0) brightness(0.5) contrast(0.95) !important;
- transition: .25s;
- }
- /*П Р А В Ы Й _ Б Л О К*/
- .profile_rightside {
- width: 82.5% !important;
- padding: 0 20px; padding: 0 20px !important;
- }
- #profile_profile > table a, .profile_action > table > tbody > tr > td > a, .profile_comment_body a, .profile_blogentry_title a, .album_item_title a, .copyright_text a {
- filter: grayscale(1) brightness(1.355); filter: none !important;
- background-color: rgb(55,55,55);
- background-image: url(https://i.ibb.co/TH18ByS/link.gif);
- background-size: cover;
- color: transparent; color: transparent !important;
- -moz-background-clip: text;
- -webkit-background-clip: text;
- transition: .5s;
- }
- #profile_profile > table a:hover, .profile_action > table > tbody > tr > td > a:hover, .profile_comment_body a:hover, .profile_blogentry_title a:hover, .album_item_title a:hover, .copyright_text a:hover {
- filter: grayscale(1) brightness(1.855); filter: grayscale(1) brightness(1.5) !important;
- transition: .5s;
- }
- #profile_tabs_profile {
- border-left: none; border-left: none !important;
- }
- #profile_tabs_profile a {
- border-left: 1px solid rgb(45,45,45); border-left: 1px solid rgb(35,35,35) !important;
- }
- td.profile_tab a {
- background-color: rgb(17,17,17); background-color: rgb(17,17,17) !important;
- background-image: none; background-image: none !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- height: 38px; height: 38px !important;
- border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(8,8,8); border-left: 1px solid rgb(8,8,8) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: none; border-bottom: none !important;
- }
- td.profile_tab2 a {
- background-color: rgb(22,22,22); background-color: rgb(22,22,22) !important;
- background-image: none; background-image: none !important;
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- height: 39px; height: 39px !important;
- border-top: 1px solid rgb(50,50,50); border-top: 2px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: none; border-bottom: none !important;
- }
- .profile_tab_end {
- border-bottom: none; border-bottom: none !important;
- }
- .profile_content {
- background-color: rgb(12,12,12);
- background-image: url(https://i.ibb.co/ZMGDRNx/post.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- padding: 0; padding: 0 !important;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- }
- #profile_gift > .profile_headline, #profile_blog > .profile_headline, #profile_album > .profile_headline {
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- padding: .25rem .5rem; padding: .5rem 1rem !important;
- border-bottom: 1px solid rgb(40,40,40); border-bottom: 1px solid rgb(30,30,30) !important;
- }
- /*профиль*/
- #actions {
- padding: 0; padding: 0 !important;
- }
- #profile_profile > .profile_headline {
- display: none;
- padding: .25rem .5rem; padding: .5rem 1rem !important;
- border-bottom: 1px solid rgb(40,40,40); border-bottom: 1px solid rgb(30,30,30) !important;
- }
- .profile_headline, .profile_headline2 {
- padding: .25rem .5rem; padding: .5rem 1rem !important;
- margin: 0; margin: 0 !important;
- }
- #profile_profile > table {
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-repeat: repeat;
- padding: .5rem; padding: 1rem !important;
- border-bottom: 1px solid rgb(40,40,40); border-bottom: 1px solid rgb(30,30,30) !important;
- }
- #profile_profile > table > tbody > tr > td:last-child {
- width: 100%;
- }
- .profile_action, #profile_blog > div > div {
- padding: .25rem .5rem; padding: .5rem 1rem !important;
- margin: 0; margin: 0 !important;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-bottom: none; border-bottom: none !important;
- }
- .profile_action:nth-child(2n), #profile_blog > div > div:nth-child(2n) {
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- }
- .profile_action_date {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 13px !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- }
- .recentaction_div, .recentaction_div_media {
- padding: .25rem 0; padding: .5rem 0 .25rem 0 !important;
- }
- .profile_action_date img {
- filter: saturate(0) brightness(0.2) contrast(0.95);
- }
- .profile_action_date img:hover {
- filter: saturate(1) brightness(0.4) contrast(0.95);
- }
- /*друзья*/
- #profile_friends > div:first-child {
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- border-bottom: 1px solid rgb(40,40,40); border-bottom: 1px solid rgb(30,30,30) !important;
- }
- #profile_friends .profile_headline, #profile_friends_searchbox_link, #profile_friends_searchbox {
- padding: .25rem .5rem; padding: .5rem 1rem !important;
- }
- #profile_friends_searchbox_link a {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 13px !important;
- transition: .5s;
- }
- #profile_friends_searchbox_link a:hover {
- color: rgb(115,115,115); color: rgb(95,95,95) !important;
- transition: .5s;
- }
- #profile_friends_searchbox_input {
- background-color: rgb(20,20,20); background-color: rgb(17,17,17) !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- max-width: 100%;
- padding: .25rem .5rem;
- border: none;
- min-height: 30px;
- border-radius: .5rem;
- box-shadow: inset 0 0 5px rgb(12,12,12), inset 0 0 10px rgb(12,12,12);
- transition: .5s;
- }
- #profile_friends_searchbox_input:focus {
- background-color: rgb(23,23,23); background-color: rgb(20,20,20) !important;
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- border: none;
- border-radius: 0;
- outline: none;
- box-shadow: none;
- transition: .5s;
- }
- input.button {
- background-color: rgb(22,22,22); background-color: rgb(22,22,22) !important;
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 13px !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- padding: 2px 10px; padding: 2px 15px !important;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- border-radius: 0;
- transition: .5s;
- }
- input.button:hover {
- background-color: rgb(27,27,27); background-color: rgb(27,27,27) !important;
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- border-top: 1px solid rgb(50,50,50); border-top: 1px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
- border-radius: .5rem;
- transition: .5s;
- }
- input.button:active {
- background-color: rgb(17,17,17); background-color: rgb(17,17,17) !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- text-shadow: none;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- }
- #profile_comments > div:nth-child(2) > div {
- margin: 1rem 0 0 0;
- }
- #profile_friends > div[style="margin-bottom: 10px;"], .disabled {
- background-color: transparent; background-color: transparent !important;
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 15px rgb(14,14,14);
- border-radius: 0; border-radius: 0 !important;
- transition: .5s;
- }
- #profile_friends > div > a[id^="comment_"] {
- background-color: transparent; background-color: transparent !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- font-family: 'Alice', serif;
- text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 15px rgb(14,14,14);
- border-radius: 0; border-radius: 0 !important;
- transition: .5s;
- }
- #profile_friends > div > a[id^="comment_"]:hover {
- color: rgb(115,115,115); color: rgb(95,95,95) !important;
- transition: .5s;
- }
- .browse_friends_result {
- background-color: rgb(14,14,14); background-color: rgb(14,14,14) !important;
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- margin: .5rem; margin: 1rem !important;
- padding: .5rem; padding: .75rem !important;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8);border-bottom: 1px solid rgb(8,8,8) !important;
- }
- .profile_friend_photo {
- width: 100px; width: 100px !important;
- }
- .profile_friend_photo img {
- width: 100px;
- height: 100px;
- object-fit: cover;
- }
- .profile_friend_info {
- padding: 0 0 0 .5rem; padding: 0 0 0 .75rem !important;
- }
- .profile_friend_name a {
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- padding: 0 5px 0 0;
- transition: .5s;
- }
- .profile_friend_name a:hover {
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- padding: 0 0 0 5px;
- transition: .5s;
- }
- .profile_friend_details > div {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 13px !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- }
- .profile_friend_options a {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- font-family: 'Alice', serif;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- transition: .5s;
- }
- .profile_friend_options a:hover {
- color: rgb(115,115,115); color: rgb(95,95,95) !important;
- transition: .5s;
- }
- #profile_friends > table > tbody {
- width: 100%; width: 100% !important;
- }
- td.result {
- background-color: transparent; background-color: transparent !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- font-weight: normal; font-weight: normal !important;
- border: none; border: none !important;
- }
- /*комментарии*/
- div[id^="profile_"] > div[id^="comment_"] {
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- margin: 1rem 0;
- padding: .5rem; padding: .75rem !important;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8);
- border-bottom: 1px solid rgb(8,8,8);
- }
- div[id^="profile_"] > div[id^="comment_"]:last-child {
- margin: 1rem 0 0 0; margin: 1rem 0 0 0 !important;
- }
- div[id^="profile_"] > div[id^="comment_"] > div:first-child {
- margin: 0; margin: 0 !important;
- }
- div[id^="comment_"] > div > div:first-child {
- width: 100px; width: 100px !important;
- }
- #user_status {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-size: 10px;
- letter-spacing: .5px;
- line-height: .75rem;
- padding: 1.5px 0 0 0;
- }
- .profile_comment_author {
- margin: 3px 0 0 1rem;
- padding: 0; padding: 0 !important;
- }
- .profile_comment_author a {
- text-shadow: 1px 1px 0 rgb(8,8,8);
- padding: 0 5px 0 0;
- border: none;
- transition: .5s;
- }
- .profile_comment_author a:hover {
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- padding: 0 0 0 5px;
- border: none;
- transition: .5s;
- }
- [src="/images/verify.png"] {
- filter: saturate(0) brightness(0.45) contrast(0.9); filter: saturate(0) brightness(0.35) contrast(0.9) !important;
- width: auto;
- height: 12px;
- transition: .5s;
- }
- .profile_friend_name a:hover img, .profile_comment_author a:hover img, .gift-from a:hover img {
- filter: saturate(0) brightness(0.6) contrast(0.9); filter: saturate(0) brightness(0.5) contrast(0.9) !important;
- transition: .5s;
- }
- .profile_comment_date {
- background-color: rgb(17,17,17);
- background-image: url(https://i.ibb.co/mtdrm8z/title.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- margin: 0 0 0 .5rem;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8);
- border-bottom: 1px solid rgb(8,8,8);
- }
- .profile_comment_body {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- text-align: justify;
- max-width: 700px !important;
- padding: .5rem 0 0 .5rem; padding: .5rem 0 0 .5rem !important;
- }
- .profile_comment_body img {
- max-width: 100%; max-width: 100% !important;
- max-height: 400px; max-height: 400px !important;
- }
- .blockquote {
- background-color: rgb(12,12,12);
- background-image: url(https://i.ibb.co/ZMGDRNx/post.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-size: 12px; font-size: 12px !important;
- text-align: justify;
- width: 100%;
- margin-bottom: -19px; margin-bottom: -19px !important;
- padding: 2.5px 5px; padding: 2.5px 5px !important;
- border: 1px dashed rgb(35,35,35); border: 1px dashed rgb(25,25,25) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30)!important;
- }
- .profile_comment_links {
- margin: .5rem 0 0 0; margin: .5rem 0 0 0 !important;
- padding: 0; padding: 0 !important;
- }
- .profile_comment_links a {
- background-color: transparent; background-color: transparent !important;
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 14px !important;
- text-align: center;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- border-radius: 0; border-radius: 0 !important;
- transition: .5s;
- }
- .profile_comment_links a:hover {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- transition: .5s;
- }
- div[id^="profile_"] > div[style="text-align: center;"]:first-child {
- margin: .5rem 0 0 0; margin: 1rem 0 0 0 !important;
- }
- div[id^="profile_"] > div[style="text-align: center;"], div[id^="profile_"] > div[style="text-align: center;"] > font {
- background-color: transparent; background-color: transparent !important;
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 14px !important;
- text-align: center;
- text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 15px rgb(14,14,14);
- border-radius: 0; border-radius: 0 !important;
- }
- div[id^="profile_"] > div[style="text-align: center;"] > a {
- background-color: transparent; background-color: transparent !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 14px !important;
- text-align: center;
- text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 15px rgb(14,14,14);
- border-radius: 0; border-radius: 0 !important;
- transition: .5s;
- }
- div[id^="profile_"] > div[style="text-align: center;"] > a:hover {
- color: rgb(115,115,115); color: rgb(95,95,95) !important;
- transition: .5s;
- }
- /*Ф О Р М А _ В В О Д А _ К О М М Е Н Т А Р И Я*/
- #profile_comments {
- padding: .5rem; padding: 1rem !important;
- }
- .comment_headline {
- background-color: rgb(17,17,17); background-color: rgb(17,17,17) !important;
- background-image: url(https://i.ibb.co/mtdrm8z/title.png); background-image: url(https://i.ibb.co/mtdrm8z/title.png) !important;
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- font-family: 'Alice', serif;
- font-weight: normal; font-weight: normal !important;
- text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 5px rgb(8,8,8);
- margin: 0; margin: 0 !important;
- padding: .5rem .75rem; padding: .75rem 1.25rem !important;
- border-top: 2px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- border-radius: 0;
- }
- #comment_subscribe a {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- transition: .5s;
- }
- #comment_subscribe a:hover {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- transition: .5s;
- }
- a#attach_file_click {
- text-shadow: 1px 1px 0 rgb(8,8,8);
- transition: .5s;
- }
- a#attach_file_click:hover {
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- transition: .5s;
- }
- .profile_postcomment {
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- padding: .5rem; padding: 1rem !important;
- border-top: none; border-top: none !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- border-radius: 0;
- }
- #comment_body {
- background-color: rgb(17,17,17);
- background-image: url(https://i.ibb.co/mtdrm8z/title.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- border: 1px solid rgb(8,8,8);
- border-radius: 0;
- transition: .5s;
- }
- #comment_body:focus {
- background-image: none;
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- transition: 1s;
- }
- textarea[id="comment_body"]::-webkit-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; font-family: 'Alice', serif; font-size: 12px; font-size: 14px !important;}
- textarea[id="comment_body"]::-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; font-family: 'Alice', serif; font-size: 12px; font-size: 14px !important;}
- textarea[id="comment_body"]:-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; font-family: 'Alice', serif; font-size: 12px; font-size: 14px !important;}
- textarea[id="comment_body"]:-ms-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; font-family: 'Alice', serif; font-size: 12px; font-size: 14px !important;}
- input#comment_submit {
- background-color: rgb(14,14,14); background-color: rgb(14,14,14) !important;
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 14px !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- margin: 5px 0;
- padding: 2.5px 10px; padding: 0 10px !important;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8);
- border-bottom: 1px solid rgb(8,8,8);
- transition: .5s;
- }
- input#comment_submit:hover, input#comment_submit:active {
- background-color: rgb(19, 19, 19); background-color: rgb(19,19,19) !important;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- border-top: 1px solid rgb(50,50,50); border-top: 1px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
- transition: .75s;
- }
- input#comment_submit:active {
- background-color: rgb(12,12,12); background-color: rgb(12,12,12) !important;
- color: rgb(65,65,65); color: rgb(45,45,45) !important;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- }
- [src="/images/bbcode/b.gif"], [src="/images/bbcode/i.gif"], [src="/images/bbcode/u.gif"], [src="/images/bbcode/img.gif"] { /*B*/
- filter: saturate(0) brightness(0.4); filter: saturate(0) brightness(0.2) !important;
- }
- [src="/images/bbcode/smile.gif"], img[src^="/images/beonsmiles/"], img[src^="/templates/images/smiles/"] {
- filter: saturate(0) brightness(0.55); filter: saturate(0) brightness(0.3) !important;
- }
- img[src^="/images/fffuuusmiles/"] {
- filter: saturate(0) brightness(0.5); filter: saturate(0) brightness(0.3) !important;
- }
- #postcomment_userphotos {
- background-color: rgb(17,17,17);
- background-image: url(https://i.ibb.co/mtdrm8z/title.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- float: right; float: right !important;
- max-width: 141px; max-width: 145px !important;
- height: 250px; height: 300px !important;
- margin: 0; margin: 0 !important;
- padding: 3px; padding: 5px !important;
- border: 1px solid rgb(8,8,8); border: 1px solid rgb(8,8,8) !important;
- }
- div[id^="userphoto_"] {
- filter: saturate(0) brightness(0.6) contrast(0.95); filter: saturate(0) brightness(0.5) contrast(0.95) !important;
- max-width: 106px; max-width: 110px !important;
- padding: 3px; padding: 5px !important;
- }
- div[id^="userphoto_"] > .p-1.userphoto_comment {
- padding: 0; padding: 0 !important;
- }
- .img-thumbnail {
- background-color: transparent; background-color: transparent !important;
- padding: 0; padding: 0 !important;
- border: none; border: none !important;
- border-radius: 0; border-radius: 0 !important;
- }
- img.img-thumbnail {
- max-width: 100px;
- }
- div[id^="userphoto_"].userphoto_selected {
- filter: none; filter: none !important;
- background-color: rgb(8,8,8);
- outline: 2px solid rgb(75,75,75); outline: 4px solid rgb(55,55,55) !important;
- outline-offset: -2px; outline-offset: -4px !important;
- transition: .15s;
- }
- /*подарки*/
- #profile_gift {
- color: transparent; color: transparent !important;
- }
- #profile_gift > a {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- padding: .25rem; padding: .5rem !important;
- transition: .5s;
- }
- #profile_gift > a:hover {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- transition: .5s;
- }
- .gifts-list {
- padding: .25rem .5rem 0 .5rem; padding: .5rem 1rem 0 1rem !important;
- }
- .gift-row.p-2.card {
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- width: 150px;
- margin: 0 0 .5rem 0; margin: 0 0 1rem 0 !important;
- padding: 0; padding: 0 !important;
- align-items: center;
- text-align: center;
- border: 1px solid rgb(8,8,8); border: 1px solid rgb(8,8,8) !important;
- border-radius: 0;
- }
- .gift-row.p-2.card > .card-body {
- padding: .5rem; padding: 1rem !important;
- }
- .gift-row.p-2.card > .card-body > a {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- transition: .5s;
- }
- .gift-row.p-2.card > .card-body > a:hover {
- color: rgb(115,115,115); color: rgb(95,95,95) !important;
- transition: .5s;
- }
- .card-body img.gift-photo {
- display: block;
- width: auto;
- height: auto;
- max-width: 100px;
- max-height: 100px;
- margin: auto;
- }
- .gift-from a {
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- transition: .5s;
- }
- .gift-from a:hover {
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- transition: .5s;
- }
- .gift-date {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- }
- /*дневник*/
- #profile_blog > div > div:first-child {
- border-top: none; border-top: none !important;
- }
- .profile_blogentry > table > tbody > tr > td:first-child {
- width: 28px;
- }
- .profile_blogentry_date {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- font-size: 12px; font-size: 12px !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- }
- .profile_blogentry_date a {
- color: rgb(85,85,85); color: rgb(65,65,65) !important;
- transition: .5s;
- }
- .profile_blogentry_date a:hover {
- color: rgb(100,100,100); color: rgb(80,80,80) !important;
- transition: .5s;
- }
- .profile_blogentry_body {
- margin: 0; margin: 0 !important;
- padding: .25rem 0 0 0;
- }
- #profile_blog > div> div:last-child a {
- color: rgb(105,105,105); color: rgb(85,85,85) !important;
- font-family: 'Alice', serif;
- text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 15px rgb(14,14,14);
- transition: .5s;
- }
- #profile_blog > div> div:last-child a:hover {
- color: rgb(125,125,125); color: rgb(105,105,105) !important;
- transition: .5s;
- }
- #profile_blog > div> div:last-child a:hover > img {
- filter: saturate(0) brightness(0.5) contrast(0.95); filter: saturate(0) brightness(0.35) contrast(0.95) !important;
- transition: .5s;
- }
- /*альбомы*/
- #profile_album {
- padding: calc(30px + .5rem).5rem .5rem; padding: calc(37px + 1rem) 1rem 1rem 1rem !important;
- position: relative;
- }
- #profile_album > .profile_headline {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- }
- .album_item {
- width: calc(50% - 5px); width: calc(50% - 10px) !important;
- background-color: rgb(14,14,14);
- background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- padding: .5rem; padding: .75rem !important;
- overflow-x: hidden; overflow-x: hidden !important;
- border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8);border-bottom: 1px solid rgb(8,8,8) !important;
- }
- .album_item_date {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- font-family: 'Alice', serif;
- font-size: 11px; font-size: 12px !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- }
- /*П О Д В А Л*/
- td > div.copyright {
- background-color: rgb(12,12,12);
- background-image: url(https://i.ibb.co/ZMGDRNx/post.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(55,55,55); color: rgb(35,35,35) !important;
- font-size: 12px;
- position: absolute;
- bottom: -1px;
- left: 0;
- right: 0;
- margin: 20px 0 0 0;
- padding: 5px;
- border-top: 1px solid rgb(40, 40, 40); border-top: 1px solid rgb(30,30,30) !important;
- }
- div.copyright a {
- color: rgb(75,75,75); color: rgb(55,55,55) !important;
- text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 5px rgba(8,8,8,.5);
- transition: .5s;
- }
- div.copyright a:hover {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- transition: .5s;
- }
- div.copyright a:first-child {
- margin-left: 10px;
- }
- /*Л О А Д И Н Г*/
- [src="/images/page_load.gif"] {
- width: 300px;
- height: 300px;
- opacity: 0;
- }
- #TB_overlay > div {
- background-image: url(https://i.ibb.co/s2xQsxJ/loading.gif);
- background-position: 50% 0;
- background-repeat: no-repeat;
- position: fixed;
- top: 25%;
- width: 100%;
- }
- #TB_overlay > div > div {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- }
- /*G U E S T*/
- div[style="padding: 10px; text-align: center; margin-top: 10px;"] {
- padding: 0 0 5px 0; padding: 0 0 10px 0 !important;
- }
- div[style="padding: 10px; text-align: center; margin-top: 10px;"] > button[style="font-size: 20px; cursor: pointer; "] {
- font-size: 14px; font-size: 16px !important;
- margin: 20px 0 0 0;
- }
- .copyright_text {
- background-color: rgb(12,12,12);
- background-image: url(https://i.ibb.co/sCr8d06/comment.png);
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- margin: 20px 20px -20px 0;
- padding: .5rem;
- border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
- border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- }
- .copyright_text > p {
- margin: 0;
- }
- /*M O B I L E*/
- .navbar-toggler {
- padding: 5px 10px;
- border: none;
- border-radius: 0;
- }
- .navbar-toggler-icon {
- background-image: url(https://i.ibb.co/cvD2TM4/button-menu.png);
- background-repeat: no-repeat;
- background-size: 30px;
- transition: .5s;
- }
- .btn.btn-outline-success:last-child {
- background-color: transparent;
- background-image: url(https://i.ibb.co/pyxSpwB/button-down.png);
- background-position: 10px 5px;
- background-repeat: no-repeat;
- background-size: 30px;
- color: transparent;
- width: 50px;
- height: 40px;
- padding: 5px 10px;
- border: none;
- border-radius: 0;
- transition: .5s;
- }
- .btn.btn-outline-success.mr-1.mobile_button {
- background-color: transparent;
- color: rgb(95,95,95);
- font-family: 'Alice', serif;
- font-size: 14px;
- text-transform: uppercase;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- padding: 0 10px;
- border: none;
- border-radius: 0;
- transition: .5s;
- }
- .btn.btn-outline-success.mr-1.mobile_button:hover {
- color: rgb(115,115,115);
- transition: .5s;
- }
- /*M O D A L*/
- .modal-dialog {
- margin: 5px;
- }
- .modal-content {
- border-top: 2px solid rgb(50,50,50); border-top: 2px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
- border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- border-radius: 0; border-radius: 0 !important;
- }
- .modal-header {
- background-color: rgb(22,22,22);
- border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
- border-radius: 0; border-radius: 0 !important;
- }
- .modal-title {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- text-shadow: 1px 1px 0 rgb(8,8,8);
- }
- .close {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- text-shadow: 1px 1px 0 rgb(8,8,8); text-shadow: 1px 1px 0 rgb(8,8,8) !important;
- opacity: 1; opacity: 1 !important;
- transition: .25s;
- }
- .close:hover {
- color: rgb(110,110,110); color: rgb(90,90,90) !important;
- transition: .25s;
- }
- .modal-footer {
- background-color: rgb(22,22,22);
- border-top: 1px solid rgb(50,50,50); border-top: 1px solid rgb(40,40,40) !important;
- border-radius: 0; border-radius: 0 !important;
- }
- .modal-body {
- background-color: rgb(14,14,14);
- color: rgb(85,85,85); color: rgb(65,65,65) !important;
- }
- .noUpdates, .updatesRegisterDesc {
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- font-family: 'Alice', serif;
- }
- .modal-body a, .form-group > label {
- color: rgb(85,85,85); color: rgb(65,65,65) !important;
- transition: .5s;
- }
- .modal-body a:hover, .form-group > label:hover {
- color: rgb(100,100,100); color: rgb(80,80,80) !important;
- transition: .5s;
- }
- .modal-content img.icon {
- filter: saturate(.7) brightness(0.6); filter: saturate(.6) brightness(0.5) !important;
- transition: .5s;
- }
- .modal-content img.icon:hover {
- filter: saturate(.85) brightness(0.75); filter: saturate(.75) brightness(0.65) !important;
- transition: .5s;
- }
- .form-control {
- background-color: rgba(22,22,22,.5);
- color: rgb(85,85,85); color: rgb(65,65,65) !important;
- border: none;
- border-radius: .75rem;
- box-shadow: inset 0 0 5px rgb(14,14,14), inset 0 0 10px rgb(14,14,14);
- transition: .25s;
- }
- .form-control:focus {
- background-color: rgba(22,22,22,.5);
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- border: none;
- border-radius: 0;
- outline: none;
- box-shadow: none;
- transition: .25s;
- }
- input[class="form-control"]::-webkit-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important;}
- input[class="form-control"]::-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important;}
- input[class="form-control"]:-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important;}
- input[class="form-control"]:-ms-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important;}
- .modal-body > table > tbody > tr:first-child > td {
- background-color: rgba(22,22,22,.5);
- padding: 0; padding: 0 !important;
- }
- .modal-body div.page_header {
- color: rgb(65,65,65); color: rgb(45,45,45) !important;
- font-size: 16px;
- font-weight: bold;
- text-align: center;
- width: 100%;
- padding: .25rem .5rem;
- border-radius: 0; border-radius: 0 !important;
- }
- .modal-body > table > tbody > tr:nth-child(2) > td {
- background-color: rgba(22,22,22,.25);
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .modal-body > table > tbody > tr:nth-child(2) > td img {
- filter: none; filter: saturate(0) brightness(0.25) contrast(0.95) !important;
- transition: .5s;
- }
- .modal-body > table > tbody > tr:nth-child(2) > td img:hover {
- filter: none; filter: saturate(1) brightness(1) contrast(1) !important;
- transition: 1s;
- }
- .modal-body > table > tbody > tr:last-child > td {
- background-color: rgba(22,22,22,.5);
- color: rgb(65,65,65); color: rgb(45,45,45) !important;
- padding: 10px;
- }
- .modal-body > table > tbody > tr:last-child > td > div {
- margin: 0; margin: 0 !important;
- }
- .modal-body > table > tbody > tr:last-child > td > div > div:first-child {
- text-align: center; text-align: center !important;
- margin: 0 0 10px 0; margin: 0 0 10px 0 !important;
- }
- .modal-body > table > tbody > tr:last-child > td > div > div:nth-child(2) {
- background-color: rgb(22,22,22);
- padding: 5px;
- width: 60px; width: 60px !important;
- height: 60px;
- }
- .modal-dialog .modal-body > table > tbody > tr:last-child > td > div > .profile_comment_date {
- width: 100%; width: 100% !important;
- height: auto;
- margin: 0; margin: 0 !important;
- }
- .modal-body > table > tbody > tr:last-child > td > div > div:nth-child(2) img {
- background-color: rgb(22,22,22);
- width: 50px;
- height: 50px;
- object-fit: cover;
- border: 1px solid rgb(14,14,14); border: 1px solid rgb(14,14,14) !important;
- }
- .modal-dialog .profile_comment_date {
- background-color: rgb(22,22,22); background-color: rgb(22,22,22) !important;
- background-image: none;
- margin: 0 0 0 10px; margin: 0 0 0 10px !important;
- border: none; border: none !important;
- }
- /*С К Р О Л Л Б А Р*/
- ::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: rgb(29,29,29); background-color: rgb(24,24,24) !important;
- border-top: 1px solid rgb(45,45,45); border-top: 1px solid rgb(40,40,40) !important;
- border-left: 1px solid rgb(37,37,37); border-left: 1px solid rgb(32,32,32) !important;
- border-bottom: 1px solid rgb(8,8,8);
- }
- ::-webkit-scrollbar-track {
- background-color: rgb(23,23,23); background-color: rgb(18,18,18) !important;
- border-left: 1px solid rgb(8,8,8);
- }
- ::-webkit-scrollbar-corner {
- background-color: rgb(8,8,8);
- }
- /*M E D I A*/
- @media screen and (max-width: 1024px) {
- #profile_tabs_profile a {background-image: url(https://i.ibb.co/wKTrfzj/profile.png); background-image: url(https://i.ibb.co/wKTrfzj/profile.png) !important;}
- #profile_tabs_friends a {background-image: url(https://i.ibb.co/0VS7fPx/friends.png); background-image: url(https://i.ibb.co/0VS7fPx/friends.png) !important;}
- #profile_tabs_comments a {background-image: url(https://i.ibb.co/vqcGWdx/comments.png); background-image: url(https://i.ibb.co/vqcGWdx/comments.png) !important;}
- #profile_tabs_gift a {background-image: url(https://i.ibb.co/pPyZ4dY/gift.png); background-image: url(https://i.ibb.co/pPyZ4dY/gift.png) !important;}
- #profile_tabs_blog a {background-image: url(https://i.ibb.co/w6NYWss/blog.png); background-image: url(https://i.ibb.co/w6NYWss/blog.png) !important;}
- #profile_tabs_album a {background-image: url(https://i.ibb.co/gD5L3R1/album.png); background-image: url(https://i.ibb.co/gD5L3R1/album.png) !important;}
- td.profile_tab a, td.profile_tab2 a {
- background-position: 17px 11px; background-position: 17px 11px !important;
- background-repeat: no-repeat; background-repeat: no-repeat !important;
- background-size: 16px; background-size: 16px !important;
- color: transparent; color: transparent !important;
- text-shadow: none; text-shadow: none !important;
- width: 50px; width: 50px !important;
- overflow-x: hidden; overflow-x: hidden !important;}
- }
- @media screen and (min-width: 1215px) {
- #postcomment_form {width: calc(100% - 141px - .5rem); width: calc(100% - 145px - 1rem) !important;}
- }
- @media (max-width: 991px) {
- .top_mobile_menu a[href="./"]:before {font-size: 16px; top: 0;}
- }
- @media (min-width: 576px) {
- .modal-dialog {margin: 1.75rem auto;}
- }
- /*Ч / Б _ И З О Б Р А Ж Е Н И Я*/
- .profile_friend_photo /*аватары на вкладке друзья*/,
- div[id^="comment_"] > div > div:first-child img /*аватары в комментариях*/,
- .gift-row.p-2.card > .card-body > a > img /*подарки*/,
- .album_item img /*обложка альбома*/ {
- filter: saturate(.5) brightness(0.5) contrast(0.95) !important;
- transition: .75s;
- }
- .recentaction_div_media img /*изображения на вкладке профиль*/,
- .profile_comment_body img /*изображения в комментариях*/ {
- filter: saturate(0) brightness(0.5) contrast(0.95) !important;
- transition: .75s;
- }
- .profile_friend_photo:hover,
- div[id^="comment_"] > div > div:first-child img:hover,
- .gift-row.p-2.card > .card-body > a:hover > img,
- .album_item img:hover,
- .recentaction_div_media img:hover,
- .profile_comment_body img:hover {
- filter: saturate(1) brightness(1) contrast(1) !important;
- transition: 1s;
- }
Add Comment
Please, Sign In to add comment