Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&family=Podkova&display=swap');
- /*-----------------------
- --------сoᴅᴇ вʏ ɢ--------
- -------------------------*/
- /*Ф О Н*/
- html {
- margin-bottom: 0px; margin-bottom: 0px !important;
- }
- body {
- background-color: #f5e5e6; background-color: #f5e5e6 !important;
- min-height: 100vh;
- padding-bottom: 75px; padding-bottom: 50px !important;
- }
- table.body {
- width: 100%; width: 100% !important;
- margin: 0; margin: 0 !important;
- padding: 70px 0 0 0; padding: 80px 0 0 0 !important;
- }
- img.photo {
- border: none; border: none !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: #cf8891; background-color: #cf8891 !important;
- color: #fff; color: #fff !important;
- }
- ::-moz-selection {
- background-color: #cf8891; background-color: #cf8891 !important;
- color: #fff; color: #fff !important;
- }
- .blog_leftprofile img[src="/images/verify.png"], .button img[src="/images/verify.png"] {
- filter: saturate(0.4) hue-rotate(145deg) brightness(0.9);
- width: auto;
- height: 12px;
- padding: 1px 0 3px 0;
- }
- .button:hover img[src="/images/verify.png"] {
- filter: saturate(0.4) hue-rotate(145deg) brightness(0.8) drop-shadow(0 0 1.5px #fff);
- }
- .profile_comment_author img[src="/images/verify.png"] {
- filter: saturate(0) brightness(2);
- width: auto;
- height: 10px;
- margin: 0 0 1px 0;
- }
- /*Ш А П К А*/
- .top_header, nav.navbar.navbar-expand-lg.navbar-light.bg-light.top_menu.top_mobile_menu {
- background: linear-gradient(to right, #e18e98, #e7aab1); background: linear-gradient(to right, #e18e98, #e7aab1) !important;
- border: none; border: none !important;
- outline: 1px solid #f5e5e6;
- box-shadow: none; box-shadow: none !important;
- }
- .top_header {
- padding: 5px 0;
- }
- .top_header > table {
- padding-left: calc(25% - 200px) !important;
- padding-right: calc(25% - 300px) !important;
- width: 100% !important;
- }
- .top_header > table > tbody > tr > td:last-child {
- padding-bottom: 0 !important;
- }
- .top_header > table > tbody > tr > td:last-child > table {
- width: 100% !important;
- }
- .top_menu {
- padding: 5px 10px; padding: 0 !important;
- }
- .top_menu_link {
- padding: 6px 2px !important;
- }
- .top_menu_link > img {
- display: none !important;
- }
- a.top_menu_item {
- color: #fff; color: transparent !important;
- font-size: 14px; font-size: 12px !important;
- text-shadow: 0 0 0 #fff, 0 -45px 0 #e18e98 !important;
- position: relative;
- display: block;
- overflow: hidden;
- padding: 2px 6px;
- z-index: 0;
- transition: .5s;
- }
- a.top_menu_item:hover {
- text-shadow: 0 0 5px #fff;
- transition: .5s;
- }
- a.top_menu_item .menu_icon {
- display: none !important;
- }
- .top_menu_link_container:hover > .top_menu_link > a.top_menu_item {
- text-shadow: 0 0 0 transparent, 0 0 0 #e18e98 !important;
- transition: .5s;
- }
- a.top_menu_item:after {
- background-color: #e18e98;
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- min-width: 100%;
- min-height: 0;
- transition: .5s;
- z-index: -1;
- }
- .top_menu_link_container:hover > .top_menu_link > a.top_menu_item:after {
- background-color: #fff;
- min-width: 100%;
- min-height: 100%;
- border-radius: 5px;
- }
- .top_menu_link > div {
- padding: 10px 0 0 0;
- }
- div.menu_dropdown > div {
- border: 1px solid #e18e98;
- }
- div.menu_dropdown {
- display: inline !important;
- overflow: hidden;
- min-width: 150px !important;
- margin-top: 0 !important;
- border: none; border: none !important;
- border-radius: 0; border-radius: 0 !important;
- transform-origin: 10px 0;
- transform: scaleY(0);
- transition: .5s;
- }
- .top_menu_link_container:hover > .top_menu_link > div > div.menu_dropdown {
- transform: scaleY(1);
- transition: .25s;
- }
- img.menu_icon2, td.result img {
- display: none;
- }
- div.menu_item_dropdown a {
- background-color: #fff;
- color: #ae8388; color: #ae8388!important;
- font-size: 12px;
- padding: 4px 40px 4px 5px !important;
- border-top: 1px solid #f5e5e6;
- border-bottom: 1px solid transparent;
- }
- div.menu_item_dropdown:first-child > a {
- border-top: 1px solid transparent;
- }
- div.menu_item_dropdown a:hover, div.menu_item_dropdown a:focus {
- background: linear-gradient(to top, #e18e98, #e7aab1); background: linear-gradient(to top, #e18e98, #e7aab1) !important;
- color: #fff; color: #fff !important;
- border-top: 1px solid #fff;
- border-bottom: 1px solid #fff;
- outline: 1px solid #e18e98;
- }
- div.menu_item_dropdown a:active, div.menu_item_dropdown a:focus {
- text-shadow: 0 0 2.5px rgba(255,255,255,.75);
- border-top: 1px solid #e7aab1;
- border-bottom: 1px solid #e18e98;
- outline: none;
- }
- div.menu_item_dropdown a:before {
- content: url(https://i.ibb.co/n6mKV0c/item-dropdown.png) !important;
- margin: 0 5px 0 0 !important;
- opacity: .75 !important;
- }
- div.menu_item_dropdown a:hover:before {
- opacity: 1 !important;
- }
- div.menu_item_dropdown a:active:before , div.menu_item_dropdown a:focus:before {
- filter: drop-shadow(0 0 1.5px rgba(255,255,255,.5));
- }
- #mobile_menu {
- background-color: #f5e5e6;
- color: #7f5459;
- font-size: 12px;
- max-width: 250px;
- }
- #mobile_menu > .menu_item_dropdown a {
- padding: 5px 10px;
- }
- #mobile_photo_wrap {
- margin: 0 0 5px 0;
- }
- #mobile_photo img.photo {
- border-radius: 5px;
- }
- /*логотип*/
- .top_header a[href="./"], .top_mobile_menu a[href="./"] {
- position: relative; position: relative !important;
- }
- .top_header a[href="./"]:before {
- background-color: #e18e98;
- content: url(https://i.ibb.co/Cmq2xv8/logo.png);
- position: absolute;
- overflow: hidden;
- border-radius: 5px;
- transition: .5s;
- }
- [src="./images/logo_new.png"] {
- width: 30px !important;
- height: 30px !important;
- opacity: 0;
- }
- .top_header a[href="./"]:hover:before {
- background-color: #e7aab1;
- transition: .25s;
- }
- .top_mobile_menu a[href="./"]:before {
- content: 'BEON';
- color: #fff;
- transition: .5s;
- }
- .top_mobile_menu [src="./images/logo_new.png"] {
- display: none;
- }
- /*уведомления*/
- #newupdates {
- background-color: transparent;
- background-image: url(https://i.ibb.co/zxxpBm5/button-notify-1.png); background-image: url(https://i.ibb.co/s35L6gy/button-notify-2.png) !important;
- background-position: left center; background-position: left center !important;
- background-repeat: no-repeat; background-repeat: no-repeat !important;
- background-size: 20px; background-size: 20px !important;
- margin-right: 7px !important;
- height: 30px;
- padding: 0;
- border-radius: 0; border-radius: 0 !important;
- transition: .5s;
- }
- [src="/images/notify.svg"] {
- width: 20px;
- height: 20px;
- opacity: 0;
- }
- #notify_total {
- background-color: #e18e98; background-color: #e18e98 !important;
- margin: 0 0 0 -5px;
- padding: 2px 4px;
- vertical-align: top;
- font-size: 9px;
- border-radius: 5px;
- border: 1px solid #fff;
- }
- #newupdates:hover {
- filter: drop-shadow(0 0 1.5px rgba(255,255,255,.5));
- transition: .25s;
- }
- /*вниз*/
- .button_down:last-child, .btn.btn-outline-success:last-child {
- background-color: transparent; background-color: transparent !important;
- background-image: url(https://i.ibb.co/Yp31bp3/button-down-1.png); background-image: url(https://i.ibb.co/1KgVszK/button-down-2.png) !important;
- background-position: center; background-position: center !important;
- background-repeat: no-repeat; background-repeat: no-repeat !important;
- background-size: 20px; background-size: 20px !important;
- color: transparent;
- width: 20px;
- height: 30px;
- padding: 0;
- border: none;
- border-radius: 0; border-radius: 0 !important;
- transition: .5s;
- }
- [src="/images/button_down.svg"] {
- width: 20px;
- height: 20px;
- opacity: 0;
- }
- .button_down:last-child:hover, .btn.btn-outline-success:last-child:hover {
- filter: drop-shadow(0 0 2.5px rgba(255,255,255,.5));
- transition: .25s;
- }
- /*написать в дневник*/
- .top_menu_link_container > button.btn.btn-primary {
- background-color: transparent; background-color: transparent !important;
- color: #fff; color: #fff !important;
- text-transform: uppercase;
- font-size: 12px;
- position: relative !important;
- padding: 2px 6px;
- border: none;
- border-radius: 0;
- z-index: 0;
- transition: .5s;
- }
- .top_menu_link_container > button.btn.btn-primary:hover, #mobile_menu button.btn.btn-primary:active {
- text-shadow: 0 0 2.5px #fff;
- transition: .5s;
- }
- .top_menu_link_container > button.btn.btn-primary:after {
- background-color: #fff;
- content: "";
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 1px;
- transform: scaleX(0);
- transition: .5s;
- }
- .top_menu_link_container > button.btn.btn-primary:hover:after {
- filter: drop-shadow(0 0 2.5px rgba(255,255,255,.5));
- transform: scaleX(1);
- transition: .5s;
- }
- #mobile_menu button.btn.btn-primary {
- background: linear-gradient(to top, #e18e98, #e7aab1);
- color: #fff;
- font-size: 14px;
- border-top: 1px solid #fff;
- border-left: none;
- border-right: none;
- border-bottom: 1px solid #fff;
- outline: 1px solid #e18e98;
- }
- /*М Е Н Ю*/
- #lefthome {
- position: fixed !important;
- left: calc(25% - 200px) !important;
- bottom: 0px !important;
- top: 80px !important;
- width: 200px !important;
- }
- .seBlogColumnRightPadding {
- padding: 0 .5rem; padding: 0 !important;
- }
- /*профиль*/
- .card.p-1 {
- background: transparent;
- padding: 0; padding: 0 !important;
- position: fixed !important;
- top: 80px !important;
- right: calc(25% - 300px) !important;
- width: 300px !important;
- border: none;
- overflow: hidden;
- border: 1px solid #f5d0d7; border: 1px solid #f5d0d7 !important;
- border-radius: 5px;
- }
- .blog_leftphoto {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- background-image: url(https://i.ibb.co/wY2dwgf/profile.gif);
- background-position: top center;
- background-repeat: no-repeat;
- background-size: cover;
- height: 150px;
- }
- .blog_leftphoto a {
- position: absolute;
- left: 10px;
- bottom: 60px;
- z-index: 2;
- }
- .blog_leftphoto > a > img.photo {
- width: 50px;
- height: 50px;
- object-fit: cover;
- border: 3px solid #fff; border: 3px solid #fff !important;
- border-radius: 50%;
- box-shadow: 1px 1px 0 #f5d0d7;
- }
- .blog_leftprofile {
- background-color: #fff;
- text-align: justify; text-align: justify !important;
- margin: 0 ; margin: 0 !important;
- padding: 30px 10px 10px 10px;
- height: 90px;
- overflow-y: scroll; overflow-y: scroll !important;
- }
- .blog_leftprofile:after {
- content: 'Цитата';
- color: #ae8388;
- font-size: 11px;
- font-weight: normal;
- position: relative;
- }
- .blog_leftprofile::-webkit-scrollbar {
- width: 0;
- height: 0;
- }
- .blog_leftprofile a {
- background: linear-gradient(to bottom, #faf5f6 50%, #f8f0f1 50%);
- width: 100%;
- padding: 0 5px 0 65px;
- color: #ae8388; color: #ae8388 !important;
- font-family: "Courier New", monospace;
- font-style: italic;
- font-size: 11px;
- font-weight: normal;
- letter-spacing: 1px;
- text-align: left;
- position: absolute;
- top: 150px;
- left: 0;
- border-top: 1px solid #f5d0d7;
- border-bottom: 1px solid #f5d0d7;
- z-index: 1;
- transition: .5s;
- }
- .blog_leftprofile a:hover {
- letter-spacing: 1.5px;
- padding: 0 0 0 70px;
- transition: .5s;
- }
- /*меню*/
- .card.mt-3.blog_leftmenu {
- margin-top: 0 !important;
- }
- .card.mt-3.blog_leftmenu, .blog_leftsearch > .card, .card.blog_categories, .card.blog_gifts {
- overflow: hidden;
- border: 1px solid #f5d0d7; border: 1px solid #f5d0d7 !important;
- border-radius: 5px; border-radius: 5px !important;
- }
- .card-header {
- background-color: #fff;
- color: transparent;
- text-shadow: 21px 0 0 #e18e98, 0 -45px 0 #fff;
- position: relative;
- min-height: 28px;
- padding: 2px 5px 2px 10px; padding: 2px 5px 2px 10px !important;
- z-index: 0;
- transition: .75s;
- }
- .card.mt-3.blog_leftmenu:hover > .card-header, .card.blog_categories:hover > .card-header, .card.blog_gifts:hover > .card-header {
- text-shadow: 21px 0 0 transparent, 0 0 0 #fff;
- transition: .5s;
- }
- .card-header:before, .blog_leftsearch > .card > .card-body:before {
- background-color: #e18e98;
- position: absolute;
- top: 4px;
- left: 5px;
- padding: 4px 5px;
- border-radius: 5px;
- z-index: -2;
- transition: .75s;
- }
- .card.mt-3.blog_leftmenu > .card-header:before {
- content: url(https://i.ibb.co/Q9h7Lkq/leftmenu-menu.png);
- }
- .blog_leftsearch > .card > .card-body:before {
- content: url(https://i.ibb.co/QPXK7cK/leftmenu-search.png);
- }
- .card.blog_categories > .card-header:before {
- content: url(https://i.ibb.co/ryrpb6G/leftmenu-cat.png);
- }
- .card.blog_gifts > .card-header:before {
- content: url(https://i.ibb.co/yVFDvdS/leftmenu-gifts.png);
- }
- .card.mt-3.blog_leftmenu:hover > .card-header:before, .card.blog_categories:hover > .card-header:before, .card.blog_gifts:hover > .card-header:before {
- opacity: 0;
- transition: .5s;
- }
- .card-header:after, .blog_leftsearch > .card > .card-body:after {
- background-color: #e18e98;
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- min-width: 100%;
- min-height: 0;
- z-index: -1;
- transition: .5s;
- }
- .card.mt-3.blog_leftmenu:hover > .card-header:after, .card.blog_categories:hover > .card-header:after, .card.blog_gifts:hover > .card-header:after, .blog_leftsearch:hover > .card > .card-body:after {
- min-width: 100%;
- min-height: 100%;
- }
- .card-header a {
- color: transparent; color: transparent !important;
- }
- .card.blog_gifts:hover > .card-header a {
- font-weight: bold;
- }
- .card-header a:hover {
- text-shadow: 21px 0 0 transparent, 0 0 0 #fff, 0 0 2.5px #fff;
- }
- .card.mt-3.blog_leftmenu > .card-body, .card.blog_categories > .card-body, .gifts-list {
- color: #e2b6bb;
- font-size: 12px;
- overflow-y: scroll;
- padding: 0 10px;
- }
- .gifts-list {
- padding: 4px 10px;
- }
- .card.mt-3.blog_leftmenu > .card-body::-webkit-scrollbar, .card.blog_categories > .card-body::-webkit-scrollbar, .gifts-list::-webkit-scrollbar {
- width: 0;
- height: 0;
- }
- .card.mt-3.blog_leftmenu, .card.blog_categories, .card.blog_gifts {
- background-color: #fff;
- overflow: hidden;
- height: 28px;
- transition: .5s;
- }
- .card.mt-3.blog_leftmenu:hover, .card.blog_categories:hover, .card.blog_gifts:hover {
- height: 308px;
- transition: 1s;
- }
- .card-body > .p-1, .seBlogCategoryList li {
- list-style: none;
- padding: 2.5px 0; padding: 2.5px 0 !important;
- }
- .seBlogCategoryList {
- margin: 0; margin: 0 !important;
- padding: 0; padding: 0 !important;
- }
- .card-body a, .gifts-list > .p-1 a {
- background-color: #ae8388; background-color: #ae8388 !important;
- background-image: -webkit-linear-gradient(left, #e18e98 0%, #db8c97 50%, transparent 50%);
- background-position: 100% 0;
- background-size: 200% 200%;
- color: transparent; color: transparent !important;
- font-weight: 500 !important;
- -webkit-background-clip: text;
- background-clip: text;
- position: relative;
- transition: .25s;
- }
- .card-body a:hover, .gifts-list > .p-1 a:hover {
- background-position: 0 0;
- padding: 0 0 0 7.5px; padding: 0 0 0 7.5px !important;
- transition: .25s;
- }
- .card-body a:before {
- background-color: transparent;
- content: '';
- position: absolute;
- width: 3px;
- height: 3px;
- top: 7px;
- left: 0;
- border-radius: 50%;
- transition: .25s;
- }
- .card-body a:hover:before {
- background-color: #e18e98;
- transition: .75s;
- }
- /*подарки*/
- .gifts-list > .p-1 {
- text-transform: lowercase;
- text-align: center;
- line-height: 1rem;
- width: 33%; width: 50% !important;
- margin: 0;
- }
- .gifts-list img {
- width: auto;
- max-width: 40px;
- max-height: 40px;
- }
- /*поиск*/
- .blog_leftsearch > .card > .card-header {
- display: none;
- }
- .blog_leftsearch > .card > .card-body {
- background-color: #fff;
- position: relative;
- height: 26px;
- padding: 0;
- z-index: 0;
- }
- .blog_leftsearch > .card > .card-body:before {
- z-index: 0;
- }
- .blog_leftsearch table {
- width: calc(100% + 1px);
- }
- input[name="blog_search"] {
- background-color: transparent;
- color: transparent; color: transparent !important;
- text-shadow: 0 0 0 #e18e98, 0 -45px 0 #fff;
- font-size: 14px;
- width: 100%;
- height: 26px;
- padding: 2px 5px 2px 31px; padding: 2px 5px 2px 31px !important;
- border: none; border: none !important;
- transition: .5s;
- }
- input[name="blog_search"]::-webkit-input-placeholder {color: transparent;}
- input[name="blog_search"]::-moz-placeholder {color: transparent;}
- input[name="blog_search"]:-moz-placeholder {color: transparent;}
- input[name="blog_search"]:-ms-input-placeholder {color: transparent;}
- input[name="blog_search"]:hover {
- text-shadow: 0 0 0 transparent, 0 0 0 #fff;
- transition: .5s;
- }
- input[name="blog_search"]:focus {
- background-color: #e18e98;
- color: #fff; color: #fff !important;
- text-shadow: none;
- }
- /*П О С Т Ы*/
- #righthome {
- margin: 0 25% !important;
- padding: 0 .5rem; padding: 0 50px !important;
- }
- .card.mb-2.post_home {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- margin-bottom: 25px; margin-bottom: 25px !important;
- padding: 0 5px 5px 5px; padding: 0 10px 10px 10px !important;
- border: 1px solid #da7d86; border: 1px solid #da7d86 !important;
- border-radius: 5px; border-radius: 5px !important;
- }
- .post_container {
- background-color: rgb(250,250,250);
- padding: 5px 5px 47px 5px; padding: 10px 10px 37px 10px !important;
- border: 1px solid #da7d86;
- border-top: none;
- border-bottom: none;
- border-radius: 0 0 5px 5px;
- }
- .post_text.pl-3 {
- color: #533d3f; color: #533d3f !important;
- }
- .card-text blockquote {
- font-size: 14px; font-size: 14px !important;
- font-style: italic;
- padding: 0 0 0 1rem;
- border-left: 2px solid #e18e98;
- }
- .card-text hr {
- background: linear-gradient(to right, transparent, #f5d0d7, transparent);
- height: 1px;
- border: none;
- }
- .post_text.pl-3 img, .profile_comment_body img {
- max-width: 100%; max-width: 100% !important;
- }
- .post_text.pl-3 iframe {
- width: 500px !important;
- max-width: 100% !important;
- height: 281px !important;
- max-height: 281px !important;
- }
- .card-title {
- background-image: url(https://i.ibb.co/GHqJMQ1/icon-win.png) !important;
- background-position: calc(100% - 5px) 10px;
- background-repeat: no-repeat;
- margin: 0; margin: 0 !important;
- padding: 5px 2.5px; padding: 5px !important;
- }
- .card-title a {
- background-image: url(https://i.ibb.co/nMMTd4r/icon-post.gif);
- background-position: left center;
- background-repeat: no-repeat;
- color: #fff; color: #fff !important;
- font-size: 16px;
- font-weight: normal;
- transition: .5s;
- padding: 0 5px 0 15px;
- }
- .card-title a:hover {
- background-image: url(https://i.ibb.co/4sHkvCg/icon-post-arrow.png);
- background-position: right center;
- padding: 0 20px 0 0;
- transition: .5s;
- }
- .post_text.pl-3 {
- padding: 0 0 0 5px; padding: 0 0 0 10px !important;
- }
- .card-subtitle.mb-2.text-muted.post_date, .additional_info.pl-3 {
- background: linear-gradient(to bottom, #faf5f6 50%, #f8f0f1 50%);
- color: #ae8388;
- font-family: 'Podkova', serif;
- font-size: 10px;
- text-transform: lowercase;
- padding: 5px; padding: 5px 10px !important;
- border: 1px solid #da7d86;
- }
- .card-subtitle.mb-2.text-muted.post_date {
- font-weight: normal;
- margin: 0; margin: 0 !important;
- border-bottom: 1px solid #f5d0d7;
- border-radius: 5px 5px 0 0;
- }
- .additional_info.pl-3 {
- position: absolute;
- left: 5px; left: 10px !important;
- right: 5px; right: 10px !important;
- bottom: 5px; bottom: 10px !important;
- text-align: right;
- border-top: 1px solid #f5d0d7;
- border-radius: 0 0 5px 5px;
- }
- .category {
- float: left;
- }
- p.card-link {
- margin-bottom: 0;
- }
- .card-subtitle.mb-2.text-muted.post_date a, .additional_info.pl-3 a {
- color: #ae8388;
- transition: .25s;
- }
- .card-subtitle.mb-2.text-muted.post_date a:hover, .additional_info.pl-3 a:hover {
- color: #965f65;
- text-shadow: 1px 1px #faf5f6;
- transition: .5s;
- }
- .seBlogComments {
- margin: -31px 0 0 0; margin: -36px 0 0 0 !important;
- position: relative;
- }
- .seBlogComments > table > tbody > tr > td > div {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- text-align: right;
- margin: 0; margin: 0 !important;
- padding: 5px;
- border: 1px solid #da7d86;
- border-top: none; border-top: none !important;
- border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px !important;
- }
- td > div > .button {
- display: inline-block;
- float: none; float: none !important;
- padding: 5px; padding: 5px !important;
- }
- td > div > .button a {
- background: linear-gradient(to bottom, #faf5f6 50%, #f8f0f1 50%);
- color: #ae8388;
- font-size: 10px;
- font-weight: normal;
- text-transform: lowercase;
- padding: 2px 6px;
- border: 1px solid #da7d86;
- border-radius: 5px;
- }
- td > div > .button a:hover {
- background: linear-gradient(to bottom, rgb(255,255,255) 50%, #fae0e3 50%);
- color: #965f65;
- text-shadow: 1px 1px 1.5px #fff, 1px -1px 1.5px #fff, -1px 1px 1.5px #fff, -1px -1px 1.5px #fff;
- }
- .post_image > div, #user_status {
- color: #7f5459; color: #7f5459 !important;
- font-size: 10px; font-size: 10px !important;
- font-family: 'Podkova', serif;
- letter-spacing: .5px;
- line-height: .75rem;
- padding: 1.5px 0 0 0;
- }
- td.result {
- background-color: #fff;
- color: #ae8388;
- font-size: 12px;
- font-weight: normal; font-weight: normal !important;
- padding: 5px 10px; padding: 5px 10px !important;
- border: 1px solid #f5d0d7; border: 1px solid #f5d0d7 !important;
- border-radius: 5px;
- }
- td.result a {
- font-weight: normal;
- }
- /*ссылки*/
- .post_text.pl-3 a, .profile_comment_body a, td.result a, .copyright_text a {
- color: #e18e98;
- position: relative;
- transition: .25s;
- }
- .post_text.pl-3 a:hover, .profile_comment_body a:hover, td.result a:hover, .copyright_text a:hover {
- color: #d56b76;
- transition: .25s;
- }
- .post_text.pl-3 a:after, .profile_comment_body a:after, .updatesDelete a:after {
- background-color: #e18e98;
- content: "";
- position: absolute;
- left: 0;
- bottom: -1px;
- width: 100%;
- height: 1px;
- transform: scaleX(0);
- transition: .25s;
- }
- .post_text.pl-3 a:hover:after, .profile_comment_body a:hover:after, .updatesDelete a:hover:after {
- background-color: #d56b76;
- transform: scaleX(1);
- transition: .5s;
- }
- /*К О М М Е Н Т А Р И И*/
- div[id^="blog_"] {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- margin: -16px 0 0 0;
- padding: 10px 5px 5px 5px; padding: 5px 10px 10px 10px !important;
- border: 1px solid #da7d86;
- border-top: none;
- border-radius: 0 0 5px 5px;
- }
- div[id^="blog_"] > div[id^="comment_"] {
- background-color: #fff;
- position: relative;
- margin: 5px 0 0 0; margin: 10px 0 0 0 !important;
- padding: 5px; padding: 40px 10px 10px 10px !important;
- border-radius: 5px;
- }
- div[id^="comment_"] > div {
- margin: 0; margin: 0 !important;
- }
- div[id^="comment_"] > div > div:first-child {
- width: 100px; width: 100px !important;
- display: inline-block;
- float: none; float: none !important;
- }
- div[id^="comment_"] .photo {
- border-radius: 5px;
- }
- div[id^="comment_"] > div > div:last-child {
- width: calc(100% - 100px); width: calc(100% - 100px) !important;
- display: inline-block;
- vertical-align: top;
- }
- .profile_comment_body {
- color: #533d3f; color: #533d3f !important;
- text-align: justify;
- max-width: 100%; max-width: 100% !important;
- padding: 0 0 26px 5px; padding: 0 0 31px 10px !important;
- }
- div[id^="comment_"] .profile_comment_author {
- background: linear-gradient(to right, #e18e98, #e7aab1) !important;
- position: absolute !important;
- top: 10px !important;
- left: 10px !important;
- right: 10px !important;
- }
- .profile_comment_author {
- margin: 0 0 0 5px; margin: 0 !important;
- padding: 2px 5px 2px 5px; padding: 0 5px 2px 5px !important;
- border-radius: 5px;
- }
- .profile_comment_author a {
- color: #fff; color: #fff !important;
- font-size: 12px; font-size: 12px !important;
- padding: 0 3px 0 0;
- transition: .5s;
- }
- .profile_comment_author a > b {
- font-weight: normal;
- }
- .profile_comment_author a:hover {
- letter-spacing: .5px;
- padding: 0 0 0 3px;
- transition: .5s;
- }
- div[id^="comment_"] .profile_comment_date {
- position: absolute !important;
- top: 10px !important;
- right: 10px !important;
- }
- .profile_comment_date {
- background: linear-gradient(to right, #e18e98, #e7aab1); background: transparent !important;
- margin: 0 0 0 5px; margin: 0 0 0 10px !important;
- color: #fff; color: #fff !important;
- font-size: 10px !important;
- padding: 3px 5px 2px 5px; padding: 3px 5px 2px 5px !important;
- border-radius: 5px;
- }
- .blockquote {
- background-color: #f5e5e6;
- margin: 5px 0 -19px 0; margin: 0 0 -16px 0 !important;
- padding: 2.5px 5px; padding: 2.5px 5px !important;
- border: 1px solid #f5d0d7;
- border-radius: 5px;
- }
- .profile_comment_links {
- color: transparent;
- font-size: 10px;
- position: absolute;
- right: 0;
- bottom: 5px; bottom: 10px !important;
- padding: 0 2.25px 0 0; padding: 0 7.25px 0 0 !important;
- }
- .profile_comment_links a {
- background: linear-gradient(to bottom, #faf5f6 50%, #f8f0f1 50%);
- color: #ae8388; color: #ae8388 !important;
- display: inline-block;
- padding: 2px 4px;
- border: 1px solid #f5d0d7;
- border-radius: 5px;
- }
- .profile_comment_links a:hover {
- background: linear-gradient(to bottom, rgb(255,255,255) 50%, #fae0e3 50%);
- color: #965f65; color: #965f65 !important;
- text-shadow: 1px 1px 1.5px #fff, 1px -1px 1.5px #fff, -1px 1px 1.5px #fff, -1px -1px 1.5px #fff;
- border: 1px solid #e7aab1;
- }
- div[id^="blog_"] > div[style="text-align: center;"] {
- margin: 10px 0 0 0; margin: 10px 0 0 0 !important;
- }
- div[id^="blog_"] > div[style="text-align: center;"], .disabled {
- color: rgba(255,255,255,.5); color: rgba(255,255,255,.5) !important;
- font-size: 12px; font-size: 12px !important;
- }
- a[id^="comment_next_"], a[id^="comment_last_"] {
- color: #fff; color: #fff !important;
- font-size: 12px; font-size: 12px !important;
- transition: .5s;
- }
- a[id^="comment_next_"]:hover, a[id^="comment_last_"]:hover {
- text-shadow: 0 0 2.5px #fff;
- transition: .5s;
- }
- /*Ф О Р М А _ В В О Д А _ К О М М Е Н Т А Р И Я*/
- .seBlogComments > div[id^="blog_"]:nth-child(3) {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- margin: 25px 0;
- padding: 0 5px 5px 5px; padding: 0 10px 10px 10px !important;
- border: 1px solid #da7d86; border: 1px solid #da7d86 !important;
- border-radius: 5px;
- }
- .comment_headline {
- background-color: transparent; background-color: transparent !important;
- color: #fff;
- margin: 5px 0; margin: 10px 0 !important;
- padding: 0; padding: 0 !important;
- border: none; border: none !important;
- border-radius: 5px;
- }
- #comment_subscribe a {
- color: rgba(255,255,255,.75);
- font-size: 12px;
- font-weight: bold;
- font-style: italic;
- transition: .5s;
- }
- a#attach_file_click {
- color: #fff;
- font-size: 12px;
- font-weight: bold;
- padding: 0; padding: 0 !important;
- transition: .5s;
- }
- #comment_subscribe a:hover, a#attach_file_click:hover {
- text-shadow: 0 0 2.5px #fff;
- transition: .5s;
- }
- .profile_postcomment {
- background-color: #f5e5e6;
- padding: 5px; padding: 10px !important;
- border: 1px solid #da7d86; border: 1px solid #da7d86 !important;
- border-radius: 5px; border-radius: 5px !important;
- }
- #comment_body {
- background-color: #fff;
- color: #ae8388; color: #ae8388 !important;
- border: 1px solid #f5d0d7;
- border-radius: 5px;
- transition: .25s;
- }
- #comment_body:focus {
- background-image: none;
- color: #7f5459; color: #7f5459 !important;
- border: 1px solid #e7aab1;
- transition: .25s;
- }
- textarea[id="comment_body"]::-webkit-input-placeholder {color: #ae8388; color: #ae8388 !important;}
- textarea[id="comment_body"]::-moz-placeholder {color: #ae8388; color: #ae8388 !important;}
- textarea[id="comment_body"]:-moz-placeholder {color: #ae8388; color: #ae8388 !important;}
- textarea[id="comment_body"]:-ms-input-placeholder {color: #ae8388; color: #ae8388 !important;}
- input#comment_submit {
- background: #fff;
- color: #ae8388;
- font-size: 12px;
- padding: 2px 6px;
- border: 1px solid #f5d0d7;
- border-radius: 5px;
- transition: .25s;
- }
- input#comment_submit:hover, input#comment_submit:active {
- color: #965f65;
- border: 1px solid #e7aab1;
- transition: .25s;
- }
- input#comment_submit:active {
- background: linear-gradient(to bottom, #fff 50%, #f5e5e6 50%);
- text-shadow: 1px 1px 1.5px #fff, 1px -1px 1.5px #fff, -1px 1px 1.5px #fff, -1px -1px 1.5px #fff;
- }
- [src="/images/bbcode/b.gif"], [src="/images/bbcode/i.gif"], [src="/images/bbcode/u.gif"] {
- border-radius: 5px;
- border: 1px solid #f5d0d7;
- }
- [src="/images/bbcode/smile.gif"] {
- border-radius: 50%;
- }
- /*В Ы Б О Р _ А В А Т А Р А*/
- #postcomment_userphotos {
- background-color: #fff;
- 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 #f5d0d7; border: 1px solid #f5d0d7 !important;
- border-radius: 5px 0 0 5px;
- }
- #postcomment_userphotos::-webkit-scrollbar-thumb {
- background-color: #da7d86;
- }
- div[id^="userphoto_"] {
- 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;
- }
- .userphoto_selected img.img-thumbnail {
- border-radius: 5px; border-radius: 5px !important;
- }
- div[id^="userphoto_"].userphoto_selected {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- border-radius: 5px;
- }
- /*П О Д В А Л*/
- td > div.copyright {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- color: #fff; color: #fff !important;
- font-size: 10px;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 25px; bottom: 0 !important;
- padding: 5px;
- }
- div.copyright a {
- color: #fff; color: #fff !important;
- transition: .5s;
- }
- div.copyright a:hover {
- text-shadow: 0 0 2.5px #fff;
- transition: .5s;
- }
- div.copyright:hover a:not(:hover) {
- color: rgba(255,255,255,.5); color: rgba(255,255,255,.5) !important;
- transition: .5s;
- }
- div.copyright a:first-child {
- margin-left: 10px;
- }
- /*О Т К Л Ю Ч И Т Ь _ Д И З А Й Н*/
- #designs {
- background: linear-gradient(to right, #e7aab1, #e18e98); background: #fff !important;
- color: #fff; color: #ae8388 !important;
- font-size: 10px; font-size: 12px !important;
- text-transform: uppercase; text-transform: none !important;
- text-align: center;
- position: absolute; position: fixed !important;
- overflow: hidden;
- left: 0; left: auto !important;
- right: 0; right: 15px !important;
- bottom: 0; bottom: 15px !important;
- width: auto; width: auto !important;
- height: auto; height: auto !important;
- padding: 5px; padding: 2px 6px !important;
- border: 1px solid #f5d0d7 !important;
- border-radius: 5px !important;
- z-index: 0;
- transition: .5s;
- }
- #designs:hover {
- color: transparent; color: transparent !important;
- border: 1px solid #fff !important;
- transition: .5s;
- }
- #designs:before {
- content: url(https://i.ibb.co/0qcX0Y6/by-g.png);
- position: absolute;
- top: -100%;
- left: calc(50% - 35px);
- transition: .5s;
- }
- #designs:after {
- background: linear-gradient(to right, #fff, transparent, #fff); background: #fff !important;
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- min-width: 100%;
- min-height: 1px; min-height: 0 !important;
- z-index: -1 !important;
- transition: .5s !important;
- }
- #designs:hover:before {
- top: calc(50% - 4.5px);
- transition: .5s;
- }
- #designs:hover:after {
- background-color: #e18e98 !important;
- min-width: 100% !important;
- min-height: 100% !important;
- }
- /*С Т Р А Н И Ц Ы*/
- .content {
- padding: 0; padding: 0 !important;
- }
- .content nav {
- display: flex;
- margin: -21px 0 10px 0; margin: -21px 0 0 0 !important;
- }
- ul.pagination.justify-content-end.float-right {
- background-color: transparent;
- font-size: 10px; font-size: 10px !important;
- position: relative; position: fixed !important;
- top: 332px !important;
- left: auto !important;
- right: calc(25% - 300px) !important;
- width: 100%; width: 300px !important;
- margin: 0 .5rem; margin: 0 !important;
- padding: 0;
- justify-content: space-between; justify-content: space-between !important;
- border-radius: 0;
- }
- a.page-link {
- color: transparent; color: transparent !important;
- text-shadow: 0 0 0 #e18e98, 0 -24px 0 #fff; text-shadow: 0 0 0 #ae8388, 0 -24px 0 #fff !important;
- text-align: center;
- position: relative;
- display: block;
- overflow: hidden;
- padding: 3px 6px;
- border: 1px solid #f5d0d7;
- border-radius: 5px; border-radius: 5px !important;
- z-index: 0;
- transition: .5s;
- }
- a.page-link:hover {
- text-shadow: 0 0 0 transparent, 0 0 0 #fff; text-shadow: 0 0 0 transparent, 0 0 0 #fff !important;
- transition: .5s;
- }
- a.page-link:after {
- background-color: #fff;
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- min-width: 100%;
- min-height: 0;
- z-index: -1;
- transition: .5s;
- }
- a.page-link:hover:after {
- background-color: #e18e98;
- min-width: 100%;
- min-height: 100%;
- }
- /*Л О А Д И Н Г*/
- #TB_overlay {
- background-color: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2) !important;
- opacity: 1; opacity: 1 !important;
- }
- [src="/images/page_load.gif"] {
- display: none;
- }
- #TB_overlay > div {
- margin-top: 20vh;
- width: 100%;
- }
- #TB_overlay > div > div {
- color: #fff; color: #fff !important;
- text-shadow: 1px 1px 0 rgba(0,0,0,.2);
- opacity: .9;
- }
- #TB_overlay > div > div:before {
- filter: blur(2.5px);
- content: url(https://i.ibb.co/mzF3QWD/loading.gif);
- display: flex;
- justify-content: center;
- opacity: .6;
- }
- /*G U E S T*/
- table.body > tbody > tr > td > table > tbody > tr > td > div {
- margin: 0; margin: 0 !important;
- padding: 0; padding: 0 !important;
- }
- table.body div > .btn.btn-primary {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- color: #fff;
- font-size: 14px; font-size: 14px !important;
- width: calc(100% - 1rem); width: calc(50% - 100px) !important;
- margin: 0 0 25px 0;
- padding: 5px;
- border: 1px solid #da7d86; border: 1px solid #da7d86 !important;
- border-radius: 5px;
- transition: .5s;
- }
- table.body div > .btn.btn-primary:hover {
- letter-spacing: 1.5px;
- transition: .5s;
- }
- table.body div > .btn.btn-primary:active {
- background: linear-gradient(to right, #e7aab1, #e18e98);
- }
- a.btn.btn-primary, a.btn.btn-success {
- background-color: transparent; background-color: transparent !important;
- color: #fff; color: transparent !important;
- font-size: 14px; font-size: 12px !important;
- text-shadow: 0 0 0 #fff, 0 -45px 0 #e18e98;
- position: relative;
- display: inline-block;
- overflow: hidden;
- padding: 2px 6px;
- border: 1px solid #fff;
- border-radius: 5px;
- z-index: 0;
- transition: .5s;
- }
- a.btn.btn-primary:hover, a.btn.btn-success:hover {
- text-shadow: 0 0 0 transparent, 0 0 0 #e18e98;
- border: 1px solid #e18e98;
- outline: 1px solid #fff;
- border-radius: 0;
- transition: .5s;
- }
- .top_header a.btn.btn-primary:after, .top_header a.btn.btn-success:after {
- background-color: #e18e98;
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- min-width: 100%;
- min-height: 0;
- z-index: -1;
- transition: .5s;
- }
- .top_header a.btn.btn-primary:hover:after, .top_header a.btn.btn-success:hover:after {
- background-color: #fff;
- min-width: 100%;
- min-height: 100%;
- }
- .modal-dialog a.btn.btn-primary, .modal-dialog a.btn.btn-success {
- background-color: #e18e98; background-color: #e18e98 !important;
- font-size: 14px; font-size: 14px !important;
- font-weight: normal;
- border: 1px solid transparent;
- transition: .25s;
- }
- .modal-dialog a.btn.btn-primary:hover, .modal-dialog a.btn.btn-success:hover {
- background-color: #db7b85; background-color: #db7b85 !important;
- text-shadow: 0 0 0 #fff;
- transition: .25s;
- }
- .modal-dialog a.btn.btn-primary:active, .modal-dialog a.btn.btn-success:active {
- background-color: #fff; background-color: #fff !important;
- text-shadow: 0 0 0 #e18e98;
- border: 1px solid #e18e98;
- transition: 0s;
- }
- .modal-dialog a.btn.btn-primary:after, .modal-dialog a.btn.btn-success:after {
- display: none;
- }
- .copyright_text {
- background-color: #fff;
- color: #533d3f;
- font-size: 12px; font-size: 14px !important;
- margin: 10px .5rem; margin: 0 calc(25% + 50px) 25px calc(25% + 50px) !important;
- padding: 5px; padding: 10px !important;
- border: 1px solid #f5d0d7;
- border-radius: 5px;
- }
- .copyright_text > p {
- margin: 0;
- }
- /*M O B I L E*/
- .navbar-toggler {
- margin: 0 10px 0 0;
- padding: 0;
- border: none;
- }
- .navbar-toggler-icon {
- background-image: url(https://i.ibb.co/2Y8djCM/button-menu.png);
- background-repeat: no-repeat;
- background-size: 20px;
- width: 30px;
- height: 30px;
- }
- .navbar.navbar-expand-lg.navbar-light.bg-light.top_menu.top_mobile_menu > .p-1 {
- margin: 0 10px;
- }
- .btn.btn-outline-success.mr-1.mobile_button {
- background-color: transparent;
- color: #fff;
- font-size: 14px;
- text-transform: uppercase;
- padding: 0 5px;
- border: none;
- border-radius: 0;
- transition: .5s;
- }
- .btn.btn-outline-success.mr-1.mobile_button:hover, .top_mobile_menu a[href="./"]:hover:before {
- text-shadow: 0 0 5px #fff;
- transition: .5s;
- }
- /*M O D A L*/
- .modal-content {
- background-color: #fff; background-color: #fff !important;
- overflow: hidden;
- border: 1px solid #da7d86; border: 1px solid #da7d86 !important;
- border-radius: 5px; border-radius: 5px !important;
- }
- .modal-header, .modal-footer {
- padding: 10px 15px;
- }
- .modal-body {
- padding: 10px;
- }
- .modal-body a {
- color: #ae8388;
- transition: .25s;
- }
- .updatesDelete a, .form-group > label {
- color: #e18e98;
- position: relative;
- }
- .modal-body a:hover, .form-group > label:hover {
- color: #d56b76;
- transition: .25s;
- }
- .updatesDelete a:hover:after {
- transition: .25s;
- }
- .modal-header {
- background: linear-gradient(to right, #e18e98, #e7aab1);
- border: 2px solid #fff; border: 2px solid #fff !important;
- outline: 1px solid #f5d0d7;
- }
- .modal-title {
- color: #fff; color: #fff !important;
- font-family: 'Oswald', sans-serif !important;
- letter-spacing: .6px !important;
- }
- .close {
- color: #fff; color: #fff !important;
- text-shadow: none; text-shadow: none !important;
- opacity: .75; opacity: .75 !important;
- transition: .25s;
- }
- .close:hover {
- opacity: 1; opacity: 1 !important;
- transition: .25s;
- }
- .modal-footer {
- background-color: #f5e5e6;
- border-top: 1px solid #f5d0d7; border-top: 1px solid #f5d0d7 !important;
- border-radius: 0; border-radius: 0 !important;
- }
- .modal-body {
- background-color: #fff;
- color: rgb(95,95,95); color: rgb(75,75,75) !important;
- }
- .noUpdates, .updatesRegisterDesc {
- color: #ae8388; color: #ae8388 !important;
- font-family: 'Podkova', serif;
- }
- .updatesRow > div[style="float: left; padding: 3px; padding-left: 10px;"] {
- padding: 4px 3px 2px 10px; padding: 4px 3px 2px 10px !important;
- }
- .form-control {
- background-color: #f5e5e6;
- color: #7f5459; color: #7f5459 !important;
- border: 1px solid #f5d0d7;
- border-radius: 5px;
- transition: .25s;
- }
- .form-control:focus {
- background-color: #f5e5e6;
- color: #533d3f; color: #533d3f !important;
- border: 1px solid #e7aab1;
- transition: .25s;
- }
- input[class="form-control"]::-webkit-input-placeholder {color: #7f5459; color: #7f5459 !important;}
- input[class="form-control"]::-moz-placeholder {color: #7f5459; color: #7f5459 !important;}
- input[class="form-control"]:-moz-placeholder {color: #7f5459; color: #7f5459 !important;}
- input[class="form-control"]:-ms-input-placeholder {color: #7f5459; color: #7f5459 !important;}
- .modal-body > table {
- background-color: #f5e5e6;
- border: 1px solid #f5d0d7;
- border-radius: 5px;
- }
- .modal-body > table > tbody > tr:first-child > td {
- padding: 0; padding: 0 !important;
- }
- .modal-body div.page_header {
- color: #965f65; color: #965f65 !important;
- font-size: 14px;
- font-weight: 600;
- text-align: center;
- width: 100%;
- padding: 5px 10px;
- border-radius: 0; border-radius: 0 !important;
- }
- .modal-body > table > tbody > tr:nth-child(2) > td {
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 5px; padding: 10px !important;
- border-top: 1px solid #f5d0d7;
- border-bottom: 1px solid #f5d0d7;
- }
- .modal-body > table > tbody > tr:nth-child(2) > td img {
- width: auto;
- max-width: 150px;
- }
- .modal-body > table > tbody > tr:last-child > td {
- 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 {
- display: none; display: none !important;
- color: #965f65; color: #965f65 !important;
- 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) {
- 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 {
- width: 60px;
- height: 60px;
- object-fit: cover;
- border: 1px solid #f5e5e6; border: 1px solid #f5e5e6 !important;
- border-radius: 5px;
- }
- .modal-dialog div.profile_comment_author {
- margin: 0 0 0 10px; margin: 0 0 0 10px !important;
- }
- .modal-dialog div.profile_comment_author a {
- color: #fff; color: #fff !important;
- }
- .modal-dialog .profile_comment_date {
- background: linear-gradient(to right, #e18e98, #e7aab1); background: linear-gradient(to right, #e18e98, #e7aab1) !important;
- margin: 0 0 0 10px; margin: 0 0 0 10px !important;
- border: none; border: none !important;
- border-radius: 5px;
- }
- .modal-dialog .profile_comment_body {
- background-color: #fff;
- min-height: 39px;
- margin: 0 5px 0 15px;
- padding: 5px 10px; padding: 5px 10px !important;
- border: 1px solid #f5d0d7;
- border-top: none;
- border-radius: 0 0 5px 5px;
- }
- .modal-dialog .profile_comment_body > .page_header {
- color: #533d3f; color: #533d3f !important;
- font-size: 14px;
- }
- #userphotos {
- margin: 5px 0 0 0;
- }
- #userphotos > .p-1 {
- padding: 5px 0; padding: 5px 0 !important;
- }
- #userphotos > .p-1 > img.img-thumbnail {
- margin: 0 5px 0 0;
- }
- #userphotos::-webkit-scrollbar-track {
- background-color: #f5e5e6;
- border-left: none;
- }
- .modal-footer button {
- background-color: #e18e98; background-color: #e18e98 !important;
- color: #fff;
- font-size: 14px;
- font-family: 'Oswald', sans-serif !important;
- letter-spacing: .6px !important;
- margin: 0 0 0 5px;
- padding: 5px 10px;
- border: 1px solid #da7d86; border: 1px solid #da7d86 !important;
- border-radius: 5px;
- transition: .25s;
- }
- .modal-footer button:hover {
- background-color: #db7b85; background-color: #db7b85 !important;
- border-radius: 5px;
- transition: .25s;
- }
- .modal-footer button:active {
- background-color: #fff; background-color: #fff !important;
- color: #e18e98; color: #e18e98 !important;
- border: 1px solid #e18e98; border: 1px solid #e18e98 !important;
- transition: 0s;
- }
- /*С К Р О Л Л Б А Р*/
- ::-webkit-scrollbar {
- width: 5px;
- height: 5px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #e18e98;
- }
- ::-webkit-scrollbar-track {
- background-color: #fff;
- border-left: 1px solid #f5d0d7;
- }
- /*M E D I A*/
- @media screen and (max-width: 1400px) {
- .top_header > table {padding-left: calc(20% - 250px) !important; padding-right: calc(20% - 250px) !important;}
- #lefthome {left: calc(20% - 250px) !important;}
- #lefthome .card.p-1 {right: calc(20% - 250px) !important; width: 250px !important;}
- #content_flex #righthome {margin: 0 20% 0 calc(20% - 50px) !important;}
- ul.pagination.justify-content-end.float-right {right: calc(20% - 250px) !important; width: 250px !important;}
- }
- @media screen and (max-width: 1280px) {
- .top_header > table {padding-left: 50px !important; padding-right: 50px !important;}
- #lefthome {left: 50px !important; width: 250px !important;}
- #lefthome .card.p-1 {position: relative !important; top: 0 !important; right: 0 !important; width: 250px !important; margin: 0 0 10px 0 !important;}
- #content_flex #righthome {min-width: 450px !important; margin: 0 0 0 300px !important; padding: 0 50px !important;}
- ul.pagination.justify-content-end.float-right {font-size: 12px !important; position: relative !important; top: auto !important; left: 350px !important; right: 50px !important; width: calc(100% - 400px) !important; margin: 0 0 25px 0 !important;}
- #content_flex .gifts-list > .p-1 {width: 33% !important;}
- table.body div > .btn.btn-primary {width: calc(100% - 400px) !important; margin: 0 0 25px 300px !important;}
- .copyright_text {margin: 0 50px 25px 350px !important;}
- }
- @media screen and (max-height: 720px) {
- .card.mt-3.blog_leftmenu:hover, .card.blog_categories:hover, .card.blog_gifts:hover {height: 178px !important;}
- }
- @media screen and (max-width: 1024px) {
- #lefthome {margin: 25px 0 10px 0; margin: 0 !important;}
- .post_text.pl-3 iframe {width: 100% !important; height: auto !important;}
- }
Add Comment
Please, Sign In to add comment