Advertisement
G-ee

Spathiphyllum: community (ver. 2)

Feb 14th, 2021 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 39.69 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Oswald:wght@400&display=swap);
  2.  
  3. /*-----------------------
  4. --------сoᴅᴇ вʏ ɢ--------
  5. -------------------------*/
  6.  
  7. /*Ф О Н*/
  8.  
  9. html {
  10.     margin-bottom: 0px; margin-bottom: 0px !important;
  11. }
  12.  
  13. body {
  14.     background-image: url(https://beon.vip/uploads_image/aa/a0/aaa0847e2a4442f68bc37e06142af5c6.png); background-image: url(https://beon.vip/uploads_image/aa/a0/aaa0847e2a4442f68bc37e06142af5c6.png) !important;
  15.     background-position: left top; background-position: left top !important;
  16.     background-attachment: fixed; background-attachment: fixed !important;
  17.     background-repeat: repeat; background-repeat: repeat !important;
  18.     min-height: 100vh !important;
  19.     padding-bottom: 82px !important;
  20. }
  21.  
  22. table.body {
  23.     width: 100%; width: 100% !important;
  24.     margin: 0 ; margin: 0 !important;
  25. }
  26.  
  27. img.photo {
  28.     border: none; border: none !important;
  29. }
  30.  
  31. a:hover, .form-group > label:hover, #blogform label:hover {
  32.     text-decoration: none; text-decoration: none !important;
  33. }
  34.  
  35. :focus {
  36.     outline: none; outline: none !important;
  37.     box-shadow: none; box-shadow: none !important;
  38. }
  39.  
  40. ::selection {
  41.     background-color: #738b5f;
  42.     color: #fff;
  43. }
  44.  
  45. ::-moz-selection {
  46.     background-color: #738b5f;
  47.     color: #fff;
  48. }
  49.  
  50. /*Ш А П К А*/
  51.  
  52. .top_header, nav.navbar.navbar-expand-lg.navbar-light.bg-light.top_menu.top_mobile_menu {
  53.     background: linear-gradient(to right, #22321a, #1a2515); background: linear-gradient(to right, #22321a, #1a2515) !important;
  54.     border: none;
  55.     box-shadow: none !important;
  56. }
  57.  
  58. .top_header {
  59.     height: 63px !important;
  60. }
  61.  
  62. .top_header > table > tbody > tr > td:last-child {
  63.     vertical-align: middle; vertical-align: middle !important;
  64.     padding: 0; padding: 0 !important;
  65. }
  66.  
  67. .top_header > table > tbody > tr > td:last-child > table {
  68.     width: 100% !important;
  69. }
  70.  
  71. .top_menu {
  72.     vertical-align: middle; vertical-align: middle !important;
  73.     padding: 5px 10px; padding: 10px 0 10px 20px !important;
  74. }
  75.  
  76. .top_menu_link_container {
  77.     height: 30px !important;
  78. }
  79.  
  80. div.top_menu_link {
  81.     margin: 3px 7px !important;
  82.     padding: 0 19px 0 0 !important;
  83. }
  84.  
  85. .top_header a, a.nav-link.top_menu_item {
  86.     color: #c5e4a5; color: #c5e4a5 !important;
  87.     font-family: 'Oswald', sans-serif;
  88.     letter-spacing: .6px !important;
  89.     text-shadow: 0 0 10px #79cb01, 0 0 5px #79cb01;
  90.     transition: 1.5s;
  91. }
  92.  
  93. .top_menu_link_container:hover > .top_menu_link > a.top_menu_item, a.nav-link.top_menu_item:hover {
  94.     filter: contrast(1.25);
  95.     text-shadow: 0 0 10px #79cb01, 0 0 10px #79cb01, 0 0 5px #79cb01, 0 0 5px #79cb01;
  96.     transition: .5s;
  97. }
  98.  
  99. a.top_menu_item {
  100.     font-size: 18px; font-size: 16px !important;
  101. }
  102.  
  103. a.top_menu_item .menu_icon {
  104.     display: none !important;
  105. }
  106.  
  107. .top_menu_link {
  108.     background-image: url(https://beon.vip/uploads_image/2f/ea/2fea4055acf1e1b55633a2819ab91e0a.png) !important;
  109.     background-position: center right !important;
  110.     background-repeat: no-repeat !important;
  111.     transition: 1.5s !important;
  112. }
  113.  
  114. .top_menu_link_container:hover > .top_menu_link  {
  115.     background-image: url(https://beon.vip/uploads_image/56/da/56da863188b82d63200cfeb7e97b7a12.png) !important;
  116.     transition: .5s !important;
  117. }
  118.  
  119. div.menu_dropdown {
  120.     background-color: rgba(0,0,0,0) !important;
  121.     display: inline !important;
  122.     overflow: hidden !important;
  123.     height: 0% !important;
  124.     border: none !important;
  125.     outline: none !important;
  126.     border-radius: 0 !important;
  127.     transition: .5s !important;
  128. }
  129.  
  130. .top_menu_link_container:hover > .top_menu_link > div > div.menu_dropdown {
  131.     height: 500px !important;
  132.     transition: 1.5s !important;
  133. }
  134.  
  135. .menu_item_dropdown:first-child {
  136.     margin-top: 0px !important;
  137. }
  138.  
  139. .menu_item_dropdown {
  140.     margin-top: -2px;
  141.     border: 2px solid #e8e8e8; border: 2px solid #e8e8e8 !important;
  142. }
  143.  
  144. div.menu_item_dropdown a {
  145.     background-color: #f6f6f6; background-color: #f6f6f6 !important;
  146.     background-image: none; background-image: url(https://beon.vip/uploads_user/12000/11736/876e83cc06feac3bab0e7c38e42f86cd.png) !important;
  147.     background-attachment: fixed !important;
  148.     color: #919191; color: #919191 !important;
  149.     text-transform: lowercase !important;
  150.     text-shadow: none !important;
  151.     padding: 2px 40px 2px 6px !important;
  152.     border-top:  2px solid rgba(255, 255, 255, 1); border-left: 2px solid rgba(255, 255, 255, 1) !important;
  153.     border-left: 2px solid rgba(255, 255, 255, 1); border-left: 2px solid rgba(255, 255, 255, 1) !important;
  154.     border-right: 2px solid rgba(255, 255, 255, 0); border-right: 2px solid rgba(255, 255, 255, 0) !important;
  155.     border-bottom: 2px solid rgba(255, 255, 255, 0); border-bottom: 2px solid rgba(255, 255, 255, 0) !important;
  156.     border-radius: 0 !important;
  157.     transition: 0s;
  158. }
  159.  
  160. div.menu_item_dropdown a:hover {
  161.     background-color: #919191; background-color: #919191 !important;
  162.     background-image: none !important;
  163.     color: #f6f6f6; color: #f6f6f6 !important;
  164.     border: 2px solid rgba(255, 255, 255, 1); border: 2px solid rgba(255, 255, 255, 1) !important;
  165.     transition: 0s;
  166. }
  167.  
  168. div.menu_item_dropdown img.menu_icon2 {
  169.     margin: 0 6px 2px 0;
  170. }
  171.  
  172. img.menu_icon2, .result > img.icon {
  173.     filter: sepia(1) hue-rotate(45deg) brightness(.85);
  174. }
  175.  
  176. div.menu_item_dropdown a:hover > img.menu_icon2 {
  177.     filter: brightness(.6) grayscale(1);
  178. }
  179.  
  180. #mobile_menu {
  181.     background-color: #738b5f;
  182.     background-image: url(https://beon.vip/uploads_user/12000/11736/3774a054e7086749a32ef0f048f53cad.png);
  183.     background-position: left top;
  184.     background-attachment: fixed;
  185.     background-repeat: repeat;
  186.     color: #f6f6f6;
  187.     max-width: 250px;
  188. }
  189.  
  190. #mobile_menu > .menu_item_dropdown a {
  191.     padding: 2.5px 5px;
  192. }
  193.  
  194. #mobile_menu > .menu_item_dropdown a > img {
  195.     display: none;
  196. }
  197.  
  198. .top_header > table > tbody > tr > td:first-child,  nav.navbar.navbar-expand-lg.navbar-light.bg-light.top_menu.top_mobile_menu > .p-1 {
  199.     background-image: url(https://beon.vip/uploads_user/12000/11736/1ce8cdef49bac0631d0bba679377836c.png);
  200.     background-position: left center; background-position: left bottom !important;
  201.     background-repeat: no-repeat;
  202.     background-size: 100px; background-size: 140px !important;
  203.     width: 140px !important;
  204.     height: 53px !important;
  205.     transition: .5s;
  206. }
  207.  
  208. [src="./images/logo_new.png"] {
  209.     width: 140px !important;
  210.     height: 53px !important;
  211.     opacity: 0;
  212. }
  213.  
  214.  
  215. .top_header > table > tbody > tr > td:first-child:hover,  nav.navbar.navbar-expand-lg.navbar-light.bg-light.top_menu.top_mobile_menu > .p-1:hover {
  216.     filter: contrast(1.2);
  217.     transition: .5s;
  218. }
  219.  
  220. #newupdates {
  221.     background-color: transparent;
  222.     background-image: url(https://beon.vip/uploads_user/12000/11736/02f9f972e322e988abcc5a0b47853cad.png); background-image: url(https://beon.vip/uploads_user/12000/11736/02f9f972e322e988abcc5a0b47853cad.png) !important;
  223.     background-position: 9px center; background-position: 9px center !important;
  224.     background-repeat: no-repeat; background-repeat: no-repeat !important;
  225.     background-size: 26px; background-size: 28px !important;
  226.     margin-right: 4px !important;
  227.     height: 30px;
  228.     padding: 0 9px; padding: 0 9px !important;
  229.     border-radius: 0; border-radius: 0 !important;
  230. }
  231.  
  232. [src="/images/notify.svg"] {
  233.     opacity: 0;
  234. }
  235.  
  236. #notify_total {
  237.     background-color: #c5e4a5; background-color: #daf3a9 !important;
  238.     color: #1a2515;
  239.     border-radius: 0;
  240. }
  241.  
  242. .button_down:last-child {
  243.     background-color: transparent; background-color: transparent !important;
  244.     background-image: url(https://beon.vip/uploads_user/12000/11736/04ae24775af2516ecf6ec267f6f7eee3.png); background-image: url(https://beon.vip/uploads_user/12000/11736/04ae24775af2516ecf6ec267f6f7eee3.png) !important;
  245.     background-position: 9px center !important;
  246.     background-repeat: no-repeat !important;
  247.     background-size: 28px !important;
  248.     width: 46px !important;
  249.     height: 30px;
  250.     padding: 0 9px !important;
  251.     border-radius: 0 !important;
  252. }
  253.  
  254. [src="/images/button_down.svg"] {
  255.     opacity: 0;
  256. }
  257.  
  258. button.btn.btn-primary {
  259.     background-color: #1a2515; background-color: #1a2515 !important;
  260.     color: #c5e4a5;
  261.     font-family: 'Oswald', sans-serif;
  262.     font-size: 12px;
  263.     text-transform: uppercase;
  264.     width: 100%; width: 190px !important;
  265.     padding: 4px 12px;
  266.     border: 2px solid #c5e4a5;
  267.     border-radius: 0;
  268.     box-shadow: inset 0 0 1em rgba(121, 203, 1, .5), 0 0 1em rgba(121, 203, 1, .5);
  269.     transition: .5s;
  270. }
  271.  
  272. button.btn.btn-primary:hover, button.btn.btn-primary:active {
  273.     background-color: #c5e4a5; background-color: #c5e4a5 !important;
  274.     color: #1a2515; color: #1a2515 !important;
  275.     font-weight: bold; font-weight: bold !important;
  276.     letter-spacing: .5px; letter-spacing: 1.5px !important;
  277.     border: 2px solid #c5e4a5; border: 2px solid #c5e4a5 !important;
  278.     box-shadow: inset 0 0 0 rgba(121, 203, 1, .5), 0 0 1.5em rgba(121, 203, 1, .7);
  279.     transition: .5s;
  280. }
  281.  
  282. button.btn.btn-primary:active {
  283.     background-color: #9cb782; background-color: #9cb782 !important;
  284. }
  285.  
  286. /*М Е Н Ю*/
  287.  
  288. .seBlogColumnRightPadding {
  289.     background-color: rgba(246, 246, 246, 0.2); background-color: rgba(246, 246, 246, .15) !important;
  290.     position: absolute !important;  
  291.     left: 0; left: 0 !important;
  292.     right: 0; right: 0 !important;
  293.     width: 80%; width: 80% !important;
  294.     min-height: calc(100vh - 63px) !important;
  295.     margin-left: auto; margin-left: auto !important;
  296.     margin-right: auto; margin-right: auto !important;
  297.     padding: 34px 0 0 0 !important;
  298.     box-shadow: 0 0 1em rgba(0, 0, 0, .1); box-shadow: 0 0 1em rgba(0, 0, 0, .1) !important;
  299. }
  300.  
  301. #lefthome {
  302.     background-color: #f6f6f6; background-color: #f6f6f6 !important;
  303.     background-image: url(https://beon.vip/uploads_image/f4/00/f4007680bf77c55779846003d6e1bbf2.png); background-image: url(https://beon.vip/uploads_image/f4/00/f4007680bf77c55779846003d6e1bbf2.png) !important;
  304.     background-position: top; background-position: top !important;
  305.     background-size: cover; background-size: cover !important;
  306.     font-family: 'Oswald', sans-serif !important;
  307.     position: fixed !important;
  308.     left: 0px !important;
  309.     bottom: 0px !important;
  310.     top: 0px !important;
  311.     width: 20% !important;
  312.     max-width: 500px !important;
  313.     margin-top: 63px !important;
  314.     z-index: 22 !important;
  315.     overflow-y: scroll !important;
  316.     overflow-x: hidden; overflow-x: hidden !important;
  317.     transition: .5s !important;
  318. }
  319.  
  320. .card-header {
  321.     color: #0e150b;
  322.     font-weight: 900;
  323.     text-transform: uppercase;
  324.     letter-spacing: .5px; letter-spacing: 1.5px !important;
  325.     padding: 0 0 5px 0; padding: 0 0 5px 0 !important;
  326. }
  327.  
  328. .card-header a, .card-body a, .gifts-list a {
  329.     text-transform: lowercase;
  330. }
  331.  
  332. .card-header a {
  333.     color: #c5e4a5; color: #c5e4a5 !important;
  334.     transition: .5s;
  335. }
  336.  
  337. .card-header a:hover {
  338.     text-shadow: 0 0 3px #79cb01, 0 0 5px #79cb01;
  339.     transition: .3s;
  340. }
  341.  
  342. .card-body a {
  343.     color: #0e150b; color: #0e150b !important;
  344.     position: relative;
  345.     padding: 0 5px;
  346.     transition: .3s;
  347. }
  348.  
  349. ul.seBlogCategoryList a {
  350.     margin-right: 2.5px;
  351. }
  352.  
  353. .card-body a:hover {
  354.     letter-spacing: .45px;
  355.     transition: .3s;
  356. }
  357.  
  358. .card-body a:before {
  359.     content: "";
  360.     background-color: #0e150b;
  361.     position: absolute;
  362.     min-width: 0px;
  363.     height: 1px;
  364.     left: 0;
  365.     bottom: 40%;
  366.     transition: .5s;
  367. }
  368.  
  369. .card-body a:hover:before {
  370.     background-color: #0e150b;
  371.     min-width: 100%;
  372.     opacity: .5;
  373. }
  374.  
  375. .blog_leftphoto img {
  376.     width: 100px;
  377.     height: 100px;
  378.     object-fit: cover;
  379.     border: none;
  380.     border-radius: 50% 0 50% 0;
  381. }
  382.  
  383. .blog_leftprofile {
  384.     margin-top: 0px;
  385. }
  386.  
  387. .blog_leftprofile a {
  388.     color: #b5c2b0; color: #b5c2b0 !important;
  389.     font-family: 'Caveat', cursive !important;
  390.     font-size: 14px; font-size: 18px !important;
  391.     text-transform: lowercase !important;
  392.     transition: .5s;
  393. }
  394.  
  395. .blog_leftprofile a:hover {
  396.     color: #9baa94; color: #9baa94 !important;
  397.     transition: .5s;
  398. }
  399.  
  400. input[name="group_search"] {
  401.     background-color: rgba(246, 246, 246, .1);
  402.     box-shadow: 0 0 .25em rgba(0, 0, 0, .05); box-shadow: 0 0 .25em rgba(0, 0, 0, .05) !important;
  403.     color: #0e150b;
  404.     text-transform: lowercase;
  405.     text-align: center;
  406.     position: absolute;
  407.     left: 20%;
  408.     right: 20%;
  409.     width: 60%;
  410.     min-width: 60%;
  411.     max-width: 60%;
  412.     border: none;
  413.     border-radius: 0;
  414.     transition: .5s;
  415. }
  416.  
  417. input[name="group_search"]::-webkit-input-placeholder {color: rgba(246, 246, 246, 0);}
  418. input[name="group_search"]::-moz-placeholder {color: rgba(246, 246, 246, 0);}
  419. input[name="group_search"]:-moz-placeholder {color: rgba(246, 246, 246, 0);}
  420. input[name="group_search"]:-ms-input-placeholder {color: rgba(246, 246, 246, 0);}
  421.    
  422. input[name="group_search"]:focus {
  423.     background-color: rgba(246, 246, 246, .25);
  424.     border: none;
  425.     outline: none;
  426.     box-shadow: 0 0 .25em rgba(0, 0, 0, .15); box-shadow: 0 0 .25em rgba(0, 0, 0, .15) !important;
  427.     transition: .5s;
  428. }
  429.  
  430. div.card-body {
  431.     min-height: 25px; min-height: 25px !important;
  432. }
  433.  
  434. .card.p-1, .card.mt-3.blog_leftmenu, .blog_leftsearch, .card.blog_categories, .card.group_members {
  435.     color: #0e150b;
  436.     text-align: center;
  437.     padding: 5px 10px; padding: 5px 10px !important;
  438.     border-radius: 0;
  439. }
  440.  
  441. .card {
  442.     border: none; border: none !important;
  443.     border-radius: 0;  
  444. }
  445.  
  446. .card.mt-3.blog_leftmenu, .blog_leftsearch, .card.blog_categories, .card.group_members {
  447.     margin-top: 0; margin-top: 0 !important;
  448. }
  449.  
  450. .card.p-1, .card.mt-3.blog_leftmenu, .blog_leftsearch, .card.blog_categories{
  451.     margin-bottom: 0; margin-bottom: 0 !important;
  452. }
  453.    
  454. .card-body {
  455.     padding: 0; padding: 0 !important;
  456. }
  457.  
  458. li.p-1 {
  459.     padding: 0; padding: 0 !important;
  460.     list-style: none;
  461. }
  462.  
  463. ul.seBlogCategoryList {
  464.     margin-bottom: 0;
  465.     padding: 0; padding: 0 !important;
  466. }
  467.  
  468. .card.group_members {
  469.     display: none;
  470. }
  471.  
  472. /*П Р Е Д И С Л О В И Е*/
  473.  
  474. .group_desc {
  475.     background-color: #f6f6f6;
  476.     color: #444444;
  477.     margin: 0 0 25px 0;
  478.     padding: .5rem;
  479.     border: 2px solid #ddd;
  480. }
  481.  
  482. /*П О С Т Ы*/
  483.  
  484. .seBlogColumnLeft {
  485.     margin: 0 0 0 20% !important;
  486.     padding: 0 .5rem; padding: 0 50px !important;
  487. }
  488.  
  489. .card.mb-2.post_home {
  490.     background-color: #f6f6f6;
  491.     margin-bottom: 25px; margin-bottom: 25px !important;
  492. }
  493.  
  494. .card.mb-2.post_home:last-child {
  495.     margin-bottom: 0 !important;
  496. }
  497.  
  498. .card-title {
  499.     background: linear-gradient(to right, #22321a, #1a2515);
  500.     letter-spacing: .25rem; letter-spacing: .5rem !important;
  501.     font-size: 14px;
  502.     margin-bottom: 0; margin-bottom: 0 !important;
  503.     padding: 5px .75rem;
  504. }
  505.  
  506. .card-title a {
  507.     color: #c5e4a5; color: #c5e4a5 !important;
  508.     font-family: 'Oswald', sans-serif;
  509.     text-shadow: 0 0 10px #79cb01, 0 0 5px #79cb01;
  510.     transition: .5s;
  511. }
  512.  
  513. .card-title a:hover {
  514.     filter: contrast(1.25);
  515.     text-shadow: 0 0 10px #79cb01, 0 0 10px #79cb01, 0 0 5px #79cb01, 0 0 5px #79cb01;
  516.     transition: .5s;
  517. }
  518.  
  519. .card-subtitle.mb-2.text-muted.post_date {
  520.     color: #4b5f3d;
  521.     font-size: 12px;
  522.     position: absolute;
  523.     right: 0;
  524.     height: 26px;
  525.     margin-top: -20px; margin-top: -19px !important;
  526.     margin-bottom: 0; margin-bottom: 0 !important;
  527.     padding: 0 .5rem;
  528. }
  529.  
  530. .card-subtitle.mb-2.text-muted.post_date a {
  531.     color: #738b5f;
  532.     transition: .5s;
  533. }
  534.  
  535. .card-subtitle.mb-2.text-muted.post_date a:hover {
  536.     color: #c5e4a5;
  537.     text-shadow: 0 0 10px #79cb01, 0 0 5px #79cb01;
  538.     transition: .5s;
  539. }
  540.  
  541. div.post_container {
  542.     padding: .5rem;
  543.     border-left: 2px solid #dddddd;
  544.     border-right: 2px solid #dddddd;
  545.     border-bottom: 2px solid #dddddd;
  546. }
  547.  
  548. .post_image > div {
  549.     background-color: #738b5f;
  550.     color: #f6f6f6; color: #f6f6f6 !important;
  551.     font-size: 10px; font-size: 10px !important;
  552.     letter-spacing: .75px;
  553.     line-height: 1.25;
  554.     padding: 2px;
  555. }
  556.  
  557. .post_text.pl-3 {
  558.     color: #444444;
  559.     padding: 0 0 0 .5rem; padding: 0 0 0 .5rem !important;
  560. }
  561.  
  562. .card-text > blockquote {
  563.     font-style: italic;
  564.     font-size: 14px; font-size: 14px !important;
  565.     padding: 0 0 0 1rem;
  566.     border-left: 2px solid #738b5f;
  567. }
  568.  
  569. .card-text > hr {
  570.     background: linear-gradient(to right, rgba(246, 246, 246, 0), #738b5f, rgba(246, 246, 246, 0));
  571.     height: 1px;
  572.     border: none;
  573. }
  574.  
  575. .post_text.pl-3 img {
  576.     max-width: 100%; max-width: 100% !important;
  577.     max-height: 400px; max-height: 400px !important;
  578. }
  579.  
  580. .post_text.pl-3 iframe {
  581.     width: 500px !important;
  582.     max-width: 100% !important;
  583.     height: 281px !important;
  584.     max-height: 281px !important;
  585. }
  586.  
  587. .additional_info.pl-3 {
  588.     font-size: 12px;
  589.     margin-top: 10px;
  590.     padding: 0 0 0 .5rem; padding: 0 0 0 .5rem !important;
  591.     color: #444444;
  592. }
  593.  
  594. .additional_info.pl-3 a {
  595.     color: #738b5f;
  596.     border-bottom: 1px solid rgba(154, 182, 124, 0);
  597.     transition: .5s;
  598. }
  599.  
  600. .additional_info.pl-3 a:hover {
  601.     color:  #86ab63;
  602.     border-bottom: 1px solid rgba(154, 182, 124, 1);
  603.     transition: .5s;
  604. }
  605.  
  606. p.card-link {
  607.     margin-bottom: 0;
  608. }
  609.  
  610. .result {
  611.     background-color: #fff; background-color: #fff !important;
  612.     color: #444; color: #444 !important;
  613.     border: 1px solid #dddddd; border: 1px solid #dddddd !important;
  614. }
  615.  
  616. .post_text.pl-3 a, .profile_comment_body a, .modal-body a, .form-group > label, .copyright_text a, .page_header a, #blogform .p-2 a, .group_desc a {
  617.     color: #738b5f; color: #738b5f !important;
  618.     font-weight: 500;
  619.     border-bottom: 1px solid rgba(154,182,124,0);
  620.     transition: .5s;
  621. }
  622.  
  623. .post_text.pl-3 a:hover, .profile_comment_body a:hover, .modal-body a:hover, .form-group > label:hover, .copyright_text a:hover, .page_header a:hover, #blogform .p-2 a:hover, .group_desc a:hover {
  624.     color:  #86ab63; color:  #86ab63 !important;
  625.     border-bottom: 1px solid rgba(154,182,124,1);
  626.     transition: .3s;
  627. }
  628.  
  629. .modal-body a, .form-group > label, .page_header a, #blogform .p-2 a {
  630.     border: none; border: none !important;
  631. }
  632.  
  633. .modal-body .updatesDelete a {
  634.     border-bottom: 1px solid rgba(154,182,124,0);     border-bottom: 1px solid rgba(154,182,124,0) !important;
  635. }
  636.  
  637. .modal-body .updatesDelete a:hover {
  638.     border-bottom: 1px solid rgba(154,182,124,1);     border-bottom: 1px solid rgba(154,182,124,1) !important;
  639. }
  640.  
  641. .post_text.pl-3 strong > a > span {
  642.     color: #009900; color: #009900 !important;
  643.     font-weight: bolder;
  644.     border-bottom: 1px solid rgba(12,172,12,0);
  645.     transition: .5s;
  646. }
  647.  
  648. .post_text.pl-3 strong > a:hover > span {
  649.     color:  #0cac0c; color:  #0cac0c !important;
  650.     border-bottom: 1px solid rgba(12,172,12,1);
  651.     transition: .3s;
  652. }
  653.  
  654. .seBlogComments > table > tbody > tr > td > div {
  655.     background-color: #fff;
  656.     text-align: center;
  657.     margin-bottom: 0; margin-bottom: 0 !important;
  658.     overflow: hidden;
  659.     border-top: 2px solid #ddd;
  660.     border-bottom: 2px solid #ddd;
  661. }
  662.  
  663. div > .button a {
  664.     color: #738b5f;
  665.     font-family: 'Oswald', sans-serif;
  666.     text-transform:  lowercase;
  667.     letter-spacing: .3px; letter-spacing: .6px !important;
  668.     font-weight: 600;
  669.     font-size: 13px; font-size: 12px !important;
  670.     text-align: center;
  671.     padding: 5px;
  672.     transition: .5s;
  673. }
  674.  
  675. div > .button a:hover {
  676.     color:  #86ab63;
  677.     transition: .5s;
  678. }
  679.  
  680. div > .button {
  681.     display: inline;
  682.     float: inherit; float: inherit !important;
  683.     padding: 0 5px; padding: 0 10px !important;
  684. }
  685.  
  686. /*К О М М Е Н Т А Р И И*/
  687.  
  688. div.seBlogComments {
  689.     background-color: #f6f6f6;
  690.     margin-top: -27px; margin-top: -27px !important;
  691.     margin-bottom: 1rem; margin-bottom: 0 !important;
  692.     outline: 2px solid #ddd;
  693.     outline-offset: -2px;
  694. }
  695.  
  696. div[id^="grouptopic_"] > div[id^="comment_"] {
  697.     background-color: #fbfbfb;
  698.     margin: 25px 0;
  699.     padding: .5rem;
  700.     border: 2px solid #ddd;
  701. }
  702.  
  703. div[id^="comment_"] > div {
  704.     margin: 0; margin: 0 !important;
  705. }
  706.  
  707. div[id^="comment_"] > div > div:first-child {
  708.     width: 100px; width: 100px !important;
  709. }
  710.  
  711. #user_status {
  712.     background-color: #738b5f;
  713.     color: #f6f6f6; color: #f6f6f6 !important;
  714.     letter-spacing: .75px;
  715.     font-size: 10px; font-size: 10px !important;
  716.     min-height: 14px;
  717.     line-height: 1;
  718.     padding: 2px;
  719.     margin: 0;
  720.     border: none;
  721. }
  722.  
  723. .profile_comment_author {
  724.     margin: 3px 0 0 1rem;
  725.     padding: 0; padding: 0 !important;
  726. }
  727.  
  728. .profile_comment_author a, .result a {
  729.     color: #738b5f; color: #738b5f !important;
  730.     font-family: 'Oswald', sans-serif;
  731.     letter-spacing: .3px; letter-spacing: .6px !important;
  732.     border: none;
  733.     transition: .5s;
  734. }
  735.  
  736. .profile_comment_author a:hover, .result a:hover {
  737.     color:  #86ab63; color:  #86ab63 !important;
  738.     border: none;
  739.     transition: .3s;
  740. }
  741.  
  742. [src="/images/verify.png"] {
  743.     filter:  sepia(1) hue-rotate(45deg) brightness(.65);
  744.     width: auto;
  745.     height: 12px;
  746.     transition: .5s;
  747. }
  748.  
  749. .profile_comment_author a:hover img, div > .button a:hover img {
  750.     filter:sepia(1) hue-rotate(45deg) brightness(.8);
  751.     transition: .3s;
  752. }
  753.  
  754. .profile_comment_date {
  755.     background-color: #fff;
  756.     color: #4b5f3d; color: #4b5f3d !important;
  757.     font-family: 'Oswald', sans-serif;
  758.     font-size: 10px; font-size: 10px !important;
  759.     margin-left: .5rem;
  760.     margin-bottom: .5rem;
  761.     border: 1px solid #e8e8e8;
  762. }
  763.  
  764. .profile_comment_body {
  765.     color: #22321a; color: #22321a !important;
  766.     text-align: justify;
  767.     padding: 0 0 0 .5rem; padding: 0 0 0 .5rem !important;
  768. }
  769.  
  770. .blockquote {
  771.     background-color: #fff;
  772.     color: #738b5f;
  773.     text-align: justify;
  774.     width: 100%;
  775.     margin-bottom: -19px; margin-bottom: -19px !important;
  776.     padding: 0 5px 0 5px; padding: 0 5px 0 5px !important;
  777.     border-left: 2px solid #738b5f;
  778.     border-top: 1px solid #e8e8e8;
  779.     border-right: 1px solid #e8e8e8;
  780.     border-bottom: 1px solid #e8e8e8;
  781. }
  782.  
  783. .profile_comment_links {
  784.     color: #b7b7b7;
  785.     margin: .5rem 0;
  786.     padding: 0; padding: 0 !important;
  787. }
  788.  
  789. .profile_comment_links a {
  790.     background-color: #fff;
  791.     color: #738b5f; color: #738b5f !important;
  792.     font-family: 'Oswald', sans-serif;
  793.     letter-spacing: 0px; letter-spacing: .5px !important;
  794.     font-size: 11px; font-size: 12px !important;
  795.     padding: 3px;
  796.     border: 1px solid #e8e8e8;
  797.     transition: .5s;
  798. }
  799.  
  800. .profile_comment_links a:hover {
  801.     color: #86ab63; color: #86ab63 !important;
  802.     border-bottom: 1px solid rgba(154, 182, 124, 1);
  803.     transition: .3s;
  804. }
  805.  
  806. div[id^="grouptopic_"] > div[style="text-align: center;"]:first-child {
  807.     margin: 5px 0 -20px 0;
  808. }
  809.  
  810. div[id^="grouptopic_"] > div[style="text-align: center;"]:last-child {
  811.     margin: -20px 0 5px 0;
  812. }
  813.  
  814. div[id^="grouptopic_"] > div[style="text-align: center;"], .disabled {
  815.     color: rgba(115,139,95,.5); color: rgba(115,139,95,.5) !important;
  816.     font-size: 12px;
  817.     font-weight: 500;
  818. }
  819.  
  820. a[id^="comment_next_"], a[id^="comment_last_"] {
  821.     color: #738b5f;
  822.     font-size: 12px;
  823.     font-weight: 500;
  824.     transition: .5s;
  825. }
  826.  
  827. a[id^="comment_next_"]:hover, a[id^="comment_last_"]:hover {
  828.     color: #86ab63;
  829.     transition: .5s;
  830. }
  831.  
  832. /*Ф О Р М А _ В В О Д А _ К О М М Е Н Т А Р И Я*/
  833.  
  834. .comment_headline {
  835.     background-color: #fff; background-color: #fff !important;
  836.     color: #898989;
  837.     font-weight: 500;
  838.     margin-top: -2px;
  839.     border: 2px solid #ddd; border: 2px solid #ddd !important;
  840.     border-radius: 0;
  841. }
  842.  
  843. #comment_subscribe {
  844.     background-color: transparent;
  845.     border: none;
  846. }
  847.  
  848. #comment_subscribe a {
  849.     color: #738b5f;
  850.     font-weight: bold;
  851.     font-style: italic;
  852.     font-size: 12px;
  853.     border-bottom: 1px solid rgba(154, 182, 124, 0);
  854.     transition: .5s;
  855. }
  856.  
  857. a#attach_file_click {
  858.     color: #738b5f;
  859.     font-weight: bold;
  860.     font-size: 12px;
  861.     padding: 0; padding: 0 !important;
  862.     border-bottom: 1px solid rgba(154, 182, 124, 0);
  863.     transition: .5s;
  864. }
  865.  
  866. #comment_subscribe a:hover, a#attach_file_click:hover {
  867.     color:  #86ab63;
  868.     border-bottom: 1px solid rgba(154, 182, 124, 1);
  869.     transition: .3s;
  870. }
  871.  
  872. .profile_postcomment {
  873.     background-color: #f6f6f6;
  874.     padding: 1rem; padding: 1rem !important;
  875.     border: 2px solid #ddd; border: 2px solid #ddd !important;
  876.     border-top: none; border-top: none !important;
  877.     border-radius: 0; border-radius: 0 !important;
  878. }
  879.  
  880. #comment_body  {
  881.     background-color: #fff;
  882.     color: #738b5f; color: #738b5f !important;
  883.     width: 100%;
  884.     margin: 1px;
  885.     border: 1px solid #ddd;
  886.     outline: 1px solid #ddd;
  887.     border-radius: 0;
  888. }
  889.  
  890. #comment_body:focus {
  891.     color: #22321a; color: #22321a !important;
  892.     box-shadow: none;
  893.     outline: none;
  894.     border: 1px solid #738b5f;
  895. }
  896.  
  897. textarea[id="comment_body"]::-webkit-input-placeholder {color: #898989;}
  898. textarea[id="comment_body"]::-moz-placeholder {color: #898989;}
  899. textarea[id="comment_body"]:-moz-placeholder {color: #898989;}
  900. textarea[id="comment_body"]:-ms-input-placeholder {color: #898989;}
  901.  
  902. input#comment_submit {
  903.     background-color: transparent;
  904.     color: #738b5f;
  905.     font-family: 'Oswald', sans-serif;
  906.     text-transform: uppercase;
  907.     font-size: 12px;
  908.     width: 200px;
  909.     margin: 5px 0;
  910.     border: 1px solid #738b5f;
  911.     border-radius: 0;
  912.     transition: .5s;
  913. }
  914.  
  915. input#comment_submit:hover, input#comment_submit:active {
  916.     background-color: #738b5f;
  917.     color: #fff;
  918.     letter-spacing: 1px;
  919.     border: 1px solid #738b5f;
  920.     transition: .5s;
  921. }
  922.  
  923. input#comment_submit:active {
  924.     background-color: #9cb782;
  925. }
  926.  
  927. #postcomment_userphotos {
  928.     background-color: #fff; background-color: #fff !important;
  929.     float: right; float: right !important;
  930.     max-width: 141px; max-width: 145px !important;
  931.     height: 250px; height: 300px !important;
  932.     padding: 3px; padding: 5px !important;
  933.     border: 2px solid #ddd; border: 2px solid #ddd !important;
  934. }
  935.  
  936. div[id^="userphoto_"] {
  937.     max-width: 106px; max-width: 110px !important;
  938.     padding: 3px; padding: 5px !important;
  939. }
  940.  
  941. div[id^="userphoto_"] > .p-1.userphoto_comment {
  942.     padding: 0; padding: 0 !important;
  943. }
  944.  
  945. .img-thumbnail {
  946.     background-color: transparent; background-color: transparent !important;
  947.     padding: 0; padding: 0 !important;
  948.     border: none; border: none !important;
  949.     border-radius: 0; border-radius: 0 !important;
  950. }
  951.  
  952. img.img-thumbnail {
  953.     max-width: 100px;
  954. }
  955.  
  956. .userphoto_selected {
  957.     background-color: transparent; background-color: transparent !important;
  958.     outline: 3px solid #738b5f; outline: 5px solid #738b5f !important;
  959.     outline-offset: -3px; outline-offset: -5px !important;
  960.     transition: .15s;
  961. }
  962.  
  963. /*Ф О Р М А _ В В О Д А _ К О М М Е Н Т А Р И Я _ для соо*/
  964.  
  965. .content .page_header {
  966.     background-color: #fff;
  967.     padding: .25rem .5rem;
  968.     border-top: 2px solid #dddddd;
  969.     border-left: none;
  970.     border-right: none;
  971.     border-bottom: 2px solid #dddddd;
  972. }
  973.  
  974. #entry_main > b {
  975.     display: none;
  976.     color: #444; color: #444 !important;
  977. }
  978.  
  979. #entry_main {
  980.     margin: 25px 0 0 0;
  981.     padding: 0; padding: 0 !important;
  982.     border-left: 2px solid #dddddd;
  983.     border-right: 2px solid #dddddd;
  984. }
  985.  
  986. #blogform {
  987.     background-color: #f6f6f6;
  988.     padding: .5rem;
  989.     border-top: 2px solid #dddddd;
  990.     border-bottom: 2px solid #dddddd;
  991. }
  992.  
  993. #blogform .form-control:focus {
  994.     border: 1px solid #d3d3d3;
  995. }
  996.  
  997. #blogform .pt-1 {
  998.     padding: 5px 0 0 0; padding: 5px 0 0 0 !important;
  999. }
  1000.  
  1001. #blogform #new_grouptopiccat_title {
  1002.     margin: -16px 0 24px 0;
  1003. }
  1004.  
  1005. #blogform .p-2 {
  1006.     padding: 0 0 5px 0; padding: 0 0 10px 0 !important;
  1007. }
  1008.  
  1009. #blogform label {
  1010.     margin: 0;
  1011.     transition: .5s;
  1012. }
  1013.  
  1014. #blogform label:hover {
  1015.     color:  #86ab63; color:  #86ab63 !important;
  1016.     transition: .3s;
  1017. }
  1018.  
  1019. #blogform .btn.btn-secondary {
  1020.     margin: -14px 0 0 0;
  1021. }
  1022. #blogform button.btn.btn-primary {
  1023.     width: 100%; width: 100% !important;
  1024. }
  1025. #blogform .btn.btn-secondary, #blogform button.btn.btn-primary {
  1026.     background-color: #738b5f; background-color: #738b5f !important;
  1027.     color: #fff;
  1028.     font-family: inherit;
  1029.     text-transform: none;
  1030.     font-size: 1rem;
  1031.     min-height: 38px;
  1032.     border: none; border: none !important;
  1033.     border-radius: 0;
  1034.     box-shadow: none;
  1035. }
  1036.  
  1037. #blogform .btn.btn-secondary:hover, #blogform button.btn.btn-primary:hover {
  1038.     background-color: #6a8158; background-color: #6a8158 !important;
  1039.     color: #fff; color: #fff !important;
  1040.     font-weight: normal; font-weight: normal !important;
  1041.     letter-spacing: normal; letter-spacing: normal !important;
  1042.     box-shadow: none;
  1043. }
  1044.  
  1045. #blogform .btn.btn-secondary:active, #blogform button.btn.btn-primary:active {
  1046.     background-color: #536b41; background-color: #536b41 !important;
  1047.     color: #fff; color: #fff !important;
  1048.     font-weight: normal; font-weight: normal !important;
  1049.     letter-spacing: normal; letter-spacing: normal !important;
  1050. }
  1051.  
  1052. #blogform #postcomment_userphotos {
  1053.     width: 100%; width: 100% !important;
  1054.     max-width: 100%; max-width: 100% !important;
  1055. }
  1056.  
  1057. /*П О Д В А Л*/
  1058.  
  1059. td > div.copyright {
  1060.     background-color: #f6f6f6;
  1061.     color: #898989; color: #898989 !important;
  1062.     font-family: 'Oswald', sans-serif;
  1063.     font-size: 12px;
  1064.     position: absolute !important;
  1065.     left: 0 !important;
  1066.     right: 0 !important;
  1067.     bottom: 0 !important;
  1068.     margin-top: 0; margin-top: 27px !important;
  1069.     padding: 5px; padding: 5px 5px 5px calc(20% + 5px) !important;
  1070.     border-top: 2px solid #fff;
  1071.     outline: 2px solid #ddd;
  1072. }
  1073.  
  1074. div.copyright a {
  1075.     color: #b7b7b7; color: #b7b7b7 !important;
  1076.     margin: 0 5px;
  1077.     transition: .5s;
  1078. }
  1079.  
  1080. div.copyright a:hover {
  1081.     color: #9d9d9d; color: #9d9d9d !important;
  1082.     transition: .3s;
  1083. }
  1084.  
  1085. div.copyright a:first-child {
  1086.     margin-left: 10px;
  1087. }
  1088.  
  1089. /*С Т Р А Н И Ц Ы*/
  1090.  
  1091. .content {
  1092.     padding: 10px 0 0 0; padding: 10px 0 0 0 !important;
  1093. }
  1094.  
  1095. #righthome nav {
  1096.     display: flex;
  1097. }
  1098.  
  1099. #righthome nav:first-child, #righthome nav:nth-child(2) {
  1100.     display: none;
  1101. }
  1102.  
  1103. #righthome nav:nth-child(14), #righthome nav:last-child {
  1104.     margin: -21px 0 0 0;
  1105. }
  1106.  
  1107. ul.pagination.justify-content-end.float-right {
  1108.     background-color: transparent;
  1109.     width: 100%;
  1110.     margin: 0;
  1111.     padding: 0;
  1112.     justify-content: space-between; justify-content: space-between !important;
  1113.     border-radius: 0;
  1114. }
  1115.  
  1116. .page-item {
  1117.     margin: 2px;
  1118.     font-size: 12px;
  1119. }
  1120.  
  1121. a.page-link {
  1122.     background-color: #f6f6f6;
  1123.     color: #919191; color: #919191 !important;
  1124.     text-align: center;
  1125.     padding: 2px 8px;
  1126.     border-top: 2px solid rgba(255, 255, 255, 1);
  1127.     border-left: 2px solid rgba(255, 255, 255, 1);
  1128.     border-right: 2px solid rgba(255, 255, 255, 0);
  1129.     border-bottom: 2px solid rgba(255, 255, 255, 0);
  1130.     outline: 2px solid #ddd; outline: 2px solid #ddd !important;
  1131.     border-radius: 0; border-radius: 0 !important;
  1132.     transition: .5s;
  1133. }
  1134.  
  1135. a.page-link:hover {
  1136.     background-color: #919191;
  1137.     color: #f6f6f6; color: #f6f6f6 !important;
  1138.     border: 2px solid rgba(255, 255, 255, 1);
  1139.     outline: 2px solid #ddd; outline: 2px solid #ddd !important;
  1140.     transition: .5s;
  1141. }
  1142.  
  1143. /*Л О А Д И Н Г*/
  1144.  
  1145. [src="/images/page_load.gif"] {
  1146.     width: 128px;  
  1147.     height: 81px;
  1148.     opacity: 0;
  1149. }
  1150.  
  1151. #TB_overlay > div {
  1152.     background-image: url(https://beon.vip/uploads_user/12000/11736/404376381c7f256171cb8a2711205b77.gif);
  1153.     background-position: 50% 0;
  1154.     background-repeat: no-repeat;
  1155.     position: fixed;
  1156.     left: 25%;
  1157.     right: 25%;
  1158.     top: 25%;
  1159.     bottom: 25%;
  1160.     width: 50%;
  1161.     height: 50%;
  1162. }
  1163.  
  1164. /*G U E S T*/
  1165.  
  1166. div[style="padding: 10px; text-align: center; margin-top: 10px;"] {
  1167.     margin: 10px 50px 0 calc(20% + 50px) !important;
  1168. }
  1169.  
  1170. div[style="padding: 10px; text-align: center; margin-top: 10px;"] > .btn.btn-primary {
  1171.     font-size: 14px; font-size: 14px !important;
  1172.     width: 300px !important;
  1173. }
  1174.  
  1175. a.btn.btn-primary {
  1176.     background-color: #1a2515;
  1177.     color: #c5e4a5; color: #c5e4a5 !important;
  1178.     font-size: 14px;
  1179.     min-width: 60px;
  1180.     margin-right: -5px;
  1181.     border: 2px solid #c5e4a5;
  1182.     border-radius: 0;
  1183.     transition: .5s;
  1184. }
  1185.  
  1186. a.btn.btn-primary:hover, a.btn.btn-primary:active {
  1187.     background-color: #9cb782;
  1188.     color: #22321a; color: #22321a !important;
  1189.     font-weight: bold;
  1190.     text-shadow: none;
  1191.     border: 2px solid #c5e4a5;
  1192.     transition: .5s;
  1193. }
  1194.  
  1195. a.btn.btn-success {
  1196.     background-color: #c5e4a5;
  1197.     color: #22321a; color: #22321a !important;
  1198.     font-size: 14px;
  1199.     font-weight: bold;
  1200.     text-shadow: none;
  1201.     border: 2px solid #c5e4a5;
  1202.     border-radius: 0;
  1203.     transition: .5s;
  1204. }
  1205.  
  1206. a.btn.btn-success:hover, a.btn.btn-success:active {
  1207.     background-color: #9cb782;
  1208.     transition: .5s;
  1209. }
  1210.  
  1211. a.btn.btn-primary:active, a.btn.btn-success:active {
  1212.     background-color: #81986b; background-color: #81986b !important;
  1213.     border: 2px solid #c5e4a5; border: 2px solid #c5e4a5 !important;
  1214. }
  1215.  
  1216. .copyright_text {
  1217.     background-color: #f6f6f6;
  1218.     color: #444444;
  1219.     font-size: 12px; font-size: 14px !important;
  1220.     margin: 27px calc(.5rem + 2px) 0 calc(.5rem + 2px); margin: 27px 52px -23px calc(20% + 52px) !important;
  1221.     padding: .5rem;
  1222.     border-top: 2px solid rgba(255, 255, 255, 1);
  1223.     border-left: 2px solid rgba(255, 255, 255, 1);
  1224.     border-right: 2px solid rgba(255, 255, 255, 0);
  1225.     border-bottom: 2px solid rgba(255, 255, 255, 0);
  1226.     outline: 2px solid #ddd;
  1227. }
  1228.  
  1229. .copyright_text > p {
  1230.     margin: 0;
  1231. }
  1232.  
  1233. /*M O B I L E*/
  1234.  
  1235. .navbar-toggler {
  1236.     background-color: #1a2515;
  1237.     width: 40px;
  1238.     height: 40px;
  1239.     padding: 0;
  1240.     border: none;
  1241.     border-radius: 0;
  1242. }
  1243.  
  1244. .navbar-toggler-icon {
  1245.     background-image: url(https://beon.vip/uploads_user/12000/11736/58d2de688397aec185851d790739712b.png);
  1246.     background-position: center;
  1247.     background-repeat: no-repeat;
  1248.     background-size: 30px;
  1249. }
  1250.  
  1251. .btn.btn-outline-success:last-child {
  1252.     background-color: transparent;
  1253.     background-image: url(https://beon.vip/uploads_user/12000/11736/04ae24775af2516ecf6ec267f6f7eee3.png);
  1254.     background-position: 9px center;
  1255.     background-repeat: no-repeat;
  1256.     background-size: 26px;
  1257.     color: transparent;
  1258.     width: 46px;
  1259.     height: 30px;
  1260.     padding: 0 9px;
  1261.     border: none;
  1262.     border-radius: 0;
  1263. }
  1264.  
  1265. .btn.btn-outline-success.mr-1.mobile_button {
  1266.     background-color: transparent;
  1267.     color: #c5e4a5;
  1268.     font-size: 18px;
  1269.     font-weight: normal;
  1270.     font-family: 'Oswald', sans-serif;
  1271.     text-transform: uppercase;
  1272.     text-shadow: 0 0 10px #79cb01, 0 0 5px #79cb01;
  1273.     margin: 0;
  1274.     padding: 0.18rem 0.5rem;
  1275.     border: none;
  1276.     transition: 1.5s;
  1277. }
  1278.  
  1279. .btn.btn-outline-success.mr-1.mobile_button:hover {
  1280.     filter: contrast(1.25);
  1281.     text-shadow: 0 0 10px #79cb01, 0 0 10px #79cb01, 0 0 5px #79cb01, 0 0 5px #79cb01;
  1282.     transition: .5s;
  1283. }
  1284.  
  1285.  
  1286. /*M O D A L*/
  1287.  
  1288. .modal-content {
  1289.     border: 2px solid #ddd; border: 2px solid #ddd !important;
  1290.     border-radius: 0; border-radius: 0 !important;
  1291. }
  1292.  
  1293. .modal-header {
  1294.     background-color: #738b5f;
  1295.     border-radius: 0; border-radius: 0 !important;
  1296. }
  1297.  
  1298. .modal-title {
  1299.     color: #fff;
  1300.     font-family: 'Oswald', sans-serif;
  1301.     letter-spacing: .6px;
  1302. }
  1303.  
  1304. .close {
  1305.     color: #fff; color: #fff !important;
  1306.     text-shadow: none; text-shadow: none !important;
  1307.     opacity: .75; opacity: .75 !important;
  1308.     transition: .3s;
  1309. }
  1310.  
  1311. .close:hover {
  1312.     opacity: 1; opacity: 1 !important;
  1313.     transition: .3s;
  1314. }
  1315.  
  1316. .modal-body {
  1317.     background-color: #fff;
  1318.     color: #444;
  1319. }
  1320.  
  1321. .form-control {
  1322.     color: #444;
  1323.     border: 1px solid #e8e8e8;
  1324.     border-radius: 0;
  1325. }
  1326.  
  1327. .form-control:focus {
  1328.     color: #444;
  1329.     border: 1px solid #738b5f;
  1330. }
  1331.  
  1332. input[class="form-control"]::-webkit-input-placeholder {color: #444;}
  1333. input[class="form-control"]::-moz-placeholder {color: #444;}
  1334. input[class="form-control"]:-moz-placeholder {color: #444;}
  1335. input[class="form-control"]:-ms-input-placeholder {color: #444;}
  1336.  
  1337. .modal-footer {
  1338.     background-color: #f6f6f6;
  1339.     border-top: 1px solid #e8e8e8;
  1340.     border-radius: 0; border-radius: 0 !important;
  1341. }
  1342.  
  1343. .modal-footer > .btn.btn-secondary, .modal-footer > .btn.btn-primary {
  1344.     background-color: #738b5f; background-color: #738b5f !important;
  1345.     color: #fff;
  1346.     font-family: inherit;
  1347.     text-transform: none;
  1348.     font-size: 1rem;
  1349.     width: auto; width: auto !important;
  1350.     min-height: 38px;
  1351.     border: 1px solid rgba(246, 246, 246, 0);
  1352.     border-radius: 0;
  1353.     box-shadow: none;
  1354. }
  1355.  
  1356. .modal-footer > .btn.btn-secondary:hover, .modal-footer > .btn.btn-primary:hover, .modal-footer > .btn.btn-primary:active {
  1357.     background-color: #6a8158; background-color: #6a8158 !important;
  1358.     color: #fff; color: #fff !important;
  1359.     font-weight: normal; font-weight: normal !important;
  1360.     letter-spacing: normal; letter-spacing: normal !important;
  1361.     border: 1px solid rgba(246, 246, 246, 0); border: 1px solid rgba(246, 246, 246, 0) !important;
  1362.     box-shadow: none;
  1363. }
  1364.  
  1365. .modal-footer > .btn.btn-secondary:active, .modal-footer > .btn.btn-primary:active {
  1366.     background-color: #fff; background-color: #fff !important;
  1367.     color: #738b5f; color: #738b5f !important;
  1368.     border: 1px solid #738b5f; border: 1px solid #738b5f !important;
  1369.     border-radius: 0;
  1370. }
  1371.  
  1372. /*С К Р О Л Л Б А Р*/
  1373.  
  1374. ::-webkit-scrollbar {width: 4px; height: 4px;}
  1375. ::-webkit-scrollbar-thumb {background-color: #22321a;}
  1376. ::-webkit-scrollbar-track {background-color: #f6f6f6;}
  1377.  
  1378. /*M E D I A*/
  1379.  
  1380. @media screen and (max-width: 1067px) {
  1381.     table.body {padding-top: 90px !important;}
  1382.     div#lefthome {margin-top: 90px !important;}
  1383.     .seBlogColumnRightPadding {min-height: calc(100vh - 90px) !important;}
  1384.     .top_header {height: 90px !important;}
  1385.     div#lefthome {width: 25% !important;}
  1386.     .seBlogColumnLeft {margin: 0 0 0 25% !important; padding: 0 35px !important;}
  1387.     div[style="padding: 10px; text-align: center; margin-top: 10px;"] {margin: 10px 35px 0 calc(25% + 35px) !important;}
  1388.     td > div.copyright {padding: 5px 5px 5px calc(25% + 5px) !important;}
  1389.     .copyright_text {margin: 27px 37px -23px calc(25% + 37px) !important;}
  1390. }
  1391.  
  1392. @media screen and (max-width: 629px) {
  1393.     table.body {padding-top: 120px !important;}
  1394.     div#lefthome {margin-top: 120px !important;}
  1395.     .seBlogColumnRightPadding {min-height: calc(100vh - 120px) !important;}
  1396.     .top_header {height: 120px !important;}
  1397.     .post_text.pl-3 iframe {width: 100% !important; height: auto !important;}
  1398.     div#lefthome {width: 30% !important;}
  1399.     .seBlogColumnLeft {margin: 0 0 0 30% !important; padding: 0 25px !important;}
  1400.     div[style="padding: 10px; text-align: center; margin-top: 10px;"] {margin: 10px 25px 0 calc(30% + 25px) !important;}
  1401.     td > div.copyright {padding: 5px 5px 5px calc(30% + 5px) !important;}
  1402.     .copyright_text {margin: 27px 27px -23px calc(30% + 27px) !important;}
  1403. }
  1404.  
  1405. @media screen and (max-width: 570px) {
  1406.     div#lefthome {width: 35% !important;}
  1407.     .seBlogColumnLeft {margin: 0 0 0 35% !important; padding: 0 15px !important;}
  1408.     div[style="padding: 10px; text-align: center; margin-top: 10px;"] {margin: 10px 15px 0 calc(35% + 15px) !important;}
  1409.     div[style="padding: 10px; text-align: center; margin-top: 10px;"] > .btn.btn-primary {width: 200px !important;}
  1410.     td > div.copyright {padding: 5px 5px 5px calc(35% + 5px) !important;}
  1411.     .copyright_text {margin: 27px 17px -23px calc(35% + 17px) !important;}
  1412. }
  1413.  
  1414. @media screen and (min-width: 1024px) {
  1415.     #lefthome {max-height: 100vh; max-height: auto !important;}
  1416. }
  1417.  
  1418. @media screen and (max-width: 1023px) {
  1419.     #lefthome {margin: 25px 0 0 0;}
  1420. }
  1421.  
  1422. @media screen and (min-width: 1100px) {
  1423.     #postcomment_userphotos {width: 141px; width: 145px !important;}
  1424.     #postcomment_form {width: calc(100% - 151px); width: calc(100% - 155px) !important;}
  1425. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement