G-ee

Snakes: diary

Jan 20th, 2021 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 57.17 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Alice&family=Bangers&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-color: rgb(15,15,15); background-color: rgb(15,15,15) !important;
  15.     background-image: url(https://i.ibb.co/B606QrV/background.png); background-image: url(https://i.ibb.co/B606QrV/background.png) !important;
  16.     background-position: center; background-position: center !important;
  17.     background-attachment: fixed; background-attachment: fixed !important;
  18.     background-repeat: repeat; background-repeat: repeat !important;
  19. }
  20.  
  21. table.body {
  22.     width: 100%; width: 100% !important;
  23.     margin: 0 ; margin: 0 !important;
  24.     padding-top: 10px; padding-top: 30px !important;
  25. }
  26.  
  27. img.photo {
  28.     border: none; border: none !important;
  29. }
  30.  
  31. a {
  32.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  33. }
  34.  
  35. a:hover, .form-group > label:hover {
  36.     text-decoration: none; text-decoration: none !important;
  37. }
  38.  
  39. :focus {
  40.     outline: none; outline: none !important;
  41.     box-shadow: none; box-shadow: none !important;
  42. }
  43.  
  44. ::selection {
  45.     background-color: rgb(65,65,65); background-color: rgb(45,45,45) !important;
  46.     color: rgb(110,110,110); color: rgb(105,105,105) !important;
  47.     text-shadow: 1px 1px 0 rgba(8,8,8,.5);
  48. }
  49.  
  50. ::-moz-selection {
  51.     background-color: rgb(65,65,65); background-color: rgb(45,45,45) !important;
  52.     color: rgb(110,110,110); color: rgb(105,105,105) !important;
  53.     text-shadow: 1px 1px 0 rgba(8,8,8,.5);
  54. }
  55.  
  56. * {
  57.     cursor: url(https://i.ibb.co/4W5JJBP/cursor-normal.png), auto; cursor: url(https://i.ibb.co/4W5JJBP/cursor-normal.png), auto !important;
  58. }
  59.  
  60. a, a > b, a > strong, a > span, a > img, .button, button, button > img, button > span, #bbcode > img, .modal-content img.icon:hover, #designs {
  61.     cursor: url(https://i.ibb.co/yfRxry7/cursor-link.png), auto; cursor: url(https://i.ibb.co/yfRxry7/cursor-link.png), auto !important;
  62. }
  63.  
  64. input[type="text"], textarea {
  65.     cursor: url(https://i.ibb.co/jhxVCh9/cursor-text.png), auto; cursor: url(https://i.ibb.co/jhxVCh9/cursor-text.png), auto !important;
  66. }
  67.  
  68. /*H E A D E R*/
  69.  
  70. div#smoothbox_container {
  71.     background-color: rgb(12,12,12) !important;
  72.     background-image: url(https://i.ibb.co/NYHT0h8/header.png) !important;
  73.     background-position: top center !important;
  74.     background-attachment: fixed !important;
  75.     background-repeat: no-repeat !important;
  76.     background-size: 100vw !important;
  77.     position: relative !important;
  78.     top: 0 !important;
  79.     left: 0 !important;
  80.     right: 0 !important;
  81.     height: 17.68vw !important;
  82.     overflow-y: hidden !important;
  83.     border-bottom: 1px solid rgb(30,30,30) !important;
  84. }
  85.  
  86. div#smoothbox_container:before {
  87.     content: 'Свернулся змей в кольцо, как будто всех слабей, отводит он глаза, хоть нет стыда у змей. Смиренным кажется коварный лицедей, как будто занят он лишь думою своей. Он улыбается, но тронь его, посмей — он зубы обнажит, стальной иглы острей.' !important;
  88.     background-color: rgba(12,12,12,.5) !important;
  89.     color: rgb(55,55,55) !important;
  90.     font-size: .825vw !important;
  91.     text-align: center !important;
  92.     font-family: 'Alice', serif;
  93.     position: absolute !important;
  94.     top: 6vw !important;
  95.     left: 6vw !important;
  96.     right: 66vw !important;
  97.     width: auto !important;
  98.     padding: 10px !important;
  99.     border-top-left-radius: 100% 15% !important;
  100.     border-top-right-radius: 100% 15% !important;
  101.     border-bottom-left-radius: 100% 15% !important;
  102.     border-bottom-right-radius: 100% 15% !important;
  103.     opacity: 0 !important;
  104.     transform: translate(0, 25px) !important;
  105.     transition: .75s !important;
  106. }
  107.  
  108. div#smoothbox_container:after {
  109.     content: 'snake' !important;
  110.     background-color: rgb(55,55,55) !important;
  111.     background-image: url(https://i.ibb.co/TH18ByS/link.gif) !important;
  112.     background-size: cover !important;
  113.     color: transparent !important;
  114.     font-family: 'Bangers', cursive !important;
  115.     font-size: 2vw !important;
  116.     text-align: center !important;
  117.     letter-spacing: 2.5px !important;
  118.     -moz-background-clip: text !important;
  119.     -webkit-background-clip: text !important;
  120.     position: absolute !important;
  121.     top: 3vw !important;
  122.     left: 6vw !important;
  123.     right: 66vw !important;
  124.     width: auto !important;
  125.     opacity: 0 !important;
  126.     transform: translate(0, 25px) !important;
  127.     transition: .75s !important;
  128. }
  129.  
  130. div#smoothbox_container:hover:before, div#smoothbox_container:hover:after {
  131.     opacity: 1 !important;
  132.     transform: translate(0, 0) !important;
  133.     transition: 1.25s !important;
  134. }
  135.  
  136. /*Ш А П К А*/
  137.  
  138. body .top_header, nav.navbar.navbar-expand-lg.navbar-light.bg-light.top_menu.top_mobile_menu {
  139.     background-color: rgb(17,17,17); background-color: rgb(17,17,17) !important;
  140.     background-image:  url(https://i.ibb.co/HD8gbnz/top-header-1.png), url(https://i.ibb.co/rmcVXJh/top-header-2.png), url(https://i.ibb.co/NVBkh0y/top-header.png);
  141.     background-image:  url(https://i.ibb.co/HD8gbnz/top-header-1.png), url(https://i.ibb.co/rmcVXJh/top-header-2.png), url(https://i.ibb.co/NVBkh0y/top-header.png) !important;
  142.     background-position: top left, bottom left, center; background-position: top left, bottom left, center !important;
  143.     background-attachment: scroll, scroll, fixed; background-attachment: scroll, scroll, fixed !important;
  144.     background-repeat: repeat-x, repeat-x, repeat; background-repeat: repeat-x, repeat-x, repeat !important;
  145.     position: sticky; position: sticky !important;
  146.     top: 0;
  147.     width: 100%;
  148.     padding: 0; padding: 10px 0 !important;
  149.     border-top: none;
  150.     border-left: none;
  151.     border-right: none;
  152.     border-bottom: 1px solid rgb(40,40,40); border-bottom: 1px solid rgb(30,30,30) !important;
  153.     box-shadow: none; box-shadow: none !important;
  154. }
  155.  
  156. .top_header > table {
  157.     width: 100% !important;
  158. }
  159.  
  160. .top_header > table > tbody > tr > td:last-child {
  161.     padding: 0 !important;
  162. }
  163.  
  164. .top_menu {
  165.     padding: 0 !important;
  166. }
  167.  
  168. a.top_menu_item {
  169.     font-family: 'Alice', serif;
  170.     font-size: 14px; font-size: 14px !important;
  171.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  172.     text-shadow: 1px 1px 0 rgb(8,8,8);
  173.     position: relative;
  174.     padding: 0 10px; padding: 0 5px !important;
  175.     z-index: 0;
  176.     transition: .5s;
  177. }
  178.  
  179. .top_menu_link_container:hover > .top_menu_link > a.top_menu_item, a.top_menu_item:hover {
  180.     color: rgb(115,115,115); color: rgb(8,8,8) !important;
  181.     text-shadow: none !important;
  182.     transition: .5s; transition: .25s !important;
  183. }
  184.  
  185. a.top_menu_item:after {
  186.     background-color: rgb(75,75,75);
  187.     content: "";
  188.     position: absolute;
  189.     min-width: 100%;
  190.     min-height: 0;
  191.     height: 0;
  192.     left: 0;
  193.     top: 0;
  194.     transition: .5s;
  195.     z-index: -1;
  196.     border-radius: .25rem .25rem 0 0;
  197. }
  198.  
  199. .top_menu_link_container:hover > .top_menu_link > a.top_menu_item:after {
  200.     background-color: rgb(85,85,85);
  201.     min-width: 100%;
  202.     min-height: calc(100% + 5px);
  203. }
  204.  
  205. .top_menu_link > img {
  206.     display: none !important;
  207. }
  208.  
  209. div.menu_dropdown {
  210.     background-color: transparent !important;
  211.     position: absolute;
  212.     margin-top: 0px !important;
  213.     height: 0;
  214.     display: inline !important;
  215.     overflow: hidden !important;
  216.     opacity: 1;
  217.     border: none; border: none !important;
  218.     border-radius: 0;
  219.     transform: translate(0, 14px);
  220.     transition: .75s;
  221. }
  222.  
  223. .top_menu_link_container:hover > .top_menu_link > div > div.menu_dropdown {
  224.     opacity: 1;
  225.     height: 500px;
  226.     transform: translate(0, 0);
  227.     transition: .5s;
  228. }
  229.  
  230. #mobile_menu > button.btn.btn-primary {
  231.     background-color: rgb(24,24,24);
  232.     color: rgb(105,105,105);
  233.     font-family: 'Alice', serif;
  234.     font-size: 14px;
  235.     margin: 0;
  236. }
  237.  
  238. #mobile_menu > button.btn.btn-primary:hover {
  239.     background-color: rgb(29,29,29);
  240. }
  241.  
  242. div.menu_item_dropdown a, #mobile_menu > .btn-primary {
  243.     background-color: rgb(19,19,19); background-color: rgb(14,14,14) !important;
  244.     background-image: url(https://i.ibb.co/r50q1rn/dropdown.png) !important;
  245.     background-position: center;
  246.     background-attachment: fixed;
  247.     background-repeat: repeat;
  248.     color: rgb(95,95,95); color: rgb(85,85,85) !important;
  249.     margin: 5px 0; margin: 0 !important;
  250.     padding: 4px 45px 6px 7px !important;
  251.     border-top: 1px solid rgba(40, 40, 40, 0); border-top: 2px solid rgba(30,30,30,0) !important;
  252.     border-left: none; border-left: 1px solid rgb(30,30,30) !important;
  253.     border-right: none; border-right: 1px solid rgb(8,8,8) !important;
  254.     border-bottom: 1px solid rgba(8,8,8,0);
  255. }
  256.  
  257. div.menu_item_dropdown:first-child > a {
  258.     border-top: 2px solid rgb(30,30,30) !important;
  259. }
  260.  
  261. div.menu_item_dropdown:first-child > a:hover {
  262.     padding: 4px 40px 4px 12px !important;
  263.     margin: 0 0 2px 0 !important;
  264. }
  265.  
  266. div.menu_item_dropdown:last-child > a {
  267.     border-bottom: 1px solid rgb(8,8,8) !important;
  268. }
  269.  
  270. div.menu_item_dropdown a:hover, #mobile_menu > .btn.btn-primary:hover {
  271.     background-color: rgb(19,19,19); background-color: rgb(19,19,19) !important;
  272.     background-image: none; background-image: none !important;
  273.     color: rgb(115,115,115); color: rgb(105,105,105) !important;
  274.     margin: 2px 0 !important;
  275.     padding: 2px 40px 4px 12px !important;
  276.     border-top: 1px solid rgb(45,45,45); border-top: 2px solid rgb(35,35,35) !important;
  277.     border-left: none; border-left: 1px solid rgb(45,45,45) !important;
  278.     border-right: none; border-right: 1px solid rgb(8,8,8) !important;
  279.     border-bottom: 1px solid rgb(8,8,8);
  280.     border-radius: 0; border-radius: .75rem !important;
  281. }
  282.  
  283. img.menu_icon2, .result > img.icon {
  284.     filter: saturate(0) brightness(0.4) contrast(0.95); filter: saturate(0) brightness(0.3) contrast(0.95) !important;
  285. }
  286.  
  287. div.menu_item_dropdown a:hover > img.menu_icon2 {
  288.     filter: saturate(0) brightness(0.6) contrast(0.95); filter: saturate(0) brightness(0.5) contrast(0.95) !important;
  289. }
  290.  
  291. #mobile_menu {
  292.     background-color: rgb(14,14,14);
  293.     background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
  294.     background-position: center;
  295.     background-attachment: fixed;
  296.     background-repeat: repeat;
  297.     color: rgb(75,75,75);
  298.     max-width: 250px;
  299. }
  300.  
  301. #mobile_menu > .menu_item_dropdown a {
  302.     padding: 5px;
  303. }
  304.  
  305. #mobile_photo_wrap {
  306.     margin: 0 0 5px 0;
  307. }
  308.  
  309. .top_header > table > tbody > tr > td:first-child {
  310.     vertical-align: middle;
  311. }
  312.  
  313. .top_mobile_menu > .p-1 {
  314.     padding: 0;
  315. }
  316.  
  317. .top_header a[href="./"]:before, .top_mobile_menu a[href="./"]:before {
  318.     content: 'BEON';
  319.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  320.     font-family: 'Alice', serif;
  321.     font-size: 14px; font-size: 14px !important;
  322.     text-shadow: 1px 1px 0 rgb(8,8,8);
  323.     position: relative;
  324.     top: 1px; top: 1px !important;
  325.     margin: 0 10px; margin: 0 0 0 20px !important;
  326.     transition: .5s;
  327. }
  328.  
  329. .top_header a[href="./"]:hover:before, .top_mobile_menu a[href="./"]:hover:before {
  330.     color: rgb(125,125,125); color: rgb(105,105,105) !important;
  331.     transition: .5s;
  332. }
  333.  
  334. img[src="./images/logo_new.png"] {
  335.     display: none;
  336. }
  337.  
  338. #newupdates {
  339.     background-color: transparent;
  340.     background-image: url(https://i.ibb.co/X3prr7q/button-notify.png); background-image: url(https://i.ibb.co/X3prr7q/button-notify.png) !important;
  341.     background-position: 10px 9px; background-position: 9px 0 !important;
  342.     background-repeat: no-repeat; background-repeat: no-repeat !important;
  343.     background-size: 22px; background-size: 30px !important;
  344.     margin-right: 8px !important;
  345.     padding: 5px 10px; padding: 0 9px !important;
  346.     height: auto;
  347.     width: auto;
  348.     border-radius: 0; border-radius: 0 !important;
  349.     transition: .5s;
  350. }
  351.  
  352. [src="/images/notify.svg"] {
  353.     width: 30px; width: 30px !important;
  354.     opacity: 0;
  355. }
  356.  
  357. #notify_total {
  358.     background-color: rgb(125,125,125); background-color: rgb(105,105,105) !important;
  359.     color: rgb(12,12,12);
  360.     margin-left: 2px !important;
  361.     padding: 2px 4px; padding: 2px 4px !important;
  362. }
  363.  
  364. .button_down:last-child {
  365.     background-color: transparent; background-color: transparent !important;
  366.     background-image: url(https://i.ibb.co/pyxSpwB/button-down.png); background-image: url(https://i.ibb.co/pyxSpwB/button-down.png) !important;
  367.     background-position: 9px 0 !important;
  368.     background-repeat: no-repeat !important;
  369.     background-size: 30px !important;
  370.     padding: 0 9px !important;
  371.     width: 46px !important;
  372.     height: auto;
  373.     border-radius: 0 !important;
  374.     transition: .5s;
  375. }
  376.  
  377. [src="/images/button_down.svg"] {
  378.     width: 30px;
  379.     opacity: 0;
  380. }
  381.  
  382. #newupdates, .button_down:last-child, .navbar-toggler-icon, .btn.btn-outline-success:last-child {
  383.     filter: brightness(1.24); filter: none !important;
  384.     transition: .5s;
  385. }
  386.  
  387. #newupdates:hover, .button_down:last-child:hover, .navbar-toggler-icon:hover, .btn.btn-outline-success:hover:last-child {
  388.     filter: brightness(1.49); filter: brightness(1.25) !important;
  389.     transition: .5s;
  390. }
  391.  
  392. .btn.btn-primary, .btn.btn-secondary, .btn.btn-success {
  393.     background-color: rgb(22,22,22); background-color: rgb(22,22,22) !important;
  394.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  395.     font-family: 'Alice', serif;
  396.     font-size: 14px;
  397.     text-shadow: 1px 1px 0 rgb(8,8,8);
  398.     padding: 4px 12px;
  399.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  400.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  401.     border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
  402.     border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
  403.     border-radius: 0;
  404.     transition: .5s;
  405. }
  406.  
  407. .btn.btn-primary:hover, .btn.btn-secondary:hover, .btn.btn-success:hover {
  408.     background-color: rgb(27,27,27); background-color: rgb(27,27,27) !important;
  409.     color: rgb(110,110,110); color: rgb(105,105,105) !important;
  410.     border-top: 1px solid rgb(50,50,50); border-top: 2px solid rgb(40,40,40) !important;
  411.     border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
  412.     border-radius: .5rem;
  413.     transition: .5s;
  414. }
  415.  
  416. .btn.btn-primary:active, .btn.btn-secondary:active, .btn.btn-success:active {
  417.     background-color: rgb(17,17,17); background-color: rgb(17,17,17) !important;
  418.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  419.     text-shadow: none;
  420.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  421.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  422. }
  423.  
  424. .modal-footer > button.btn.btn-secondary, .modal-footer > button.btn.btn-primary {
  425.     border-top: 1px solid rgb(50,50,50); border-top: 1px solid rgb(40,40,40) !important;
  426.     border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
  427. }
  428.  
  429. .modal-footer > button.btn.btn-secondary:hover, .modal-footer > button.btn.btn-primary:hover {
  430.     border-top: 1px solid rgb(60,60,60); border-top: 1px solid rgb(50,50,50) !important;
  431.     border-left: 1px solid rgb(60,60,60); border-left: 1px solid rgb(50,50,50) !important;
  432. }
  433.  
  434. .modal-footer > button.btn.btn-secondary:active, .modal-footer > button.btn.btn-primary:active {
  435.     border-top: 1px solid rgb(50,50,50); border-top: 1px solid rgb(40,40,40) !important;
  436.     border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
  437. }
  438.  
  439. /*М Е Н Ю*/
  440.  
  441. #lefthome {
  442.     width: 17.5% !important;
  443.     padding: 0 0 0 20px; padding: 0 0 0 20px !important;
  444. }
  445.  
  446. .seBlogColumnRightPadding  {
  447.     background-color: rgb(12,12,12);
  448.     background-image: url(https://i.ibb.co/ZMGDRNx/post.png);
  449.     background-position: center;
  450.     background-attachment: fixed;
  451.     background-repeat: repeat;
  452.     padding: .5rem;  padding: 1rem !important;
  453.     overflow-x: hidden; overflow-x: hidden !important;
  454.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  455.     border-left: 1px solid rgb(8,8,8); border-left: 1px solid rgb(8,8,8) !important;
  456.     border-right: 1px solid rgb(40,40,40); border-right: 1px solid rgb(30,30,30) !important;
  457.     border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
  458.     border-radius: 0 !important;
  459. }
  460.  
  461. .card.p-1, .card.mt-3.blog_leftmenu, .blog_leftsearch > .card, .card.blog_categories, .card.blog_gifts {
  462.     overflow-x: hidden; overflow-x: hidden !important;
  463.     border: none; border: none !important;
  464.     border-radius: 0; border-radius: 0 !important;
  465. }
  466.  
  467. .card.mt-3.blog_leftmenu, .blog_leftsearch, .card.blog_categories {
  468.     margin: 0 0 .5rem 0; margin: 0 0 1rem 0 !important;
  469. }
  470.  
  471. .card-header {
  472.     background-color: rgb(17,17,17);
  473.     background-image: url(https://i.ibb.co/mtdrm8z/title.png);
  474.     background-position: center;
  475.     background-attachment: fixed;
  476.     background-repeat: repeat;
  477.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  478.     text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 5px rgb(8,8,8);
  479.     padding: .25rem .5rem; padding: .25rem .5rem !important;
  480.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  481.     border-left: 1px solid rgb(8,8,8);
  482.     border-right: 1px solid rgb(8,8,8);
  483.     border-bottom: 1px solid rgb(8,8,8);
  484.     border-radius: 0; border-radius: 0 !important;
  485. }
  486.  
  487. .card.blog_gifts > .card-header a {
  488.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  489.     text-shadow: 1px 1px 0 rgb(8,8,8);
  490.     transition: .5s;
  491. }
  492.  
  493. .card.blog_gifts > .card-header a:hover {
  494.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  495.     transition: .5s;
  496. }
  497.  
  498. .card-body, .gifts-list {
  499.     background-color: rgb(14,14,14);
  500.     background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
  501.     background-position: center;
  502.     background-attachment: fixed;
  503.     background-repeat: repeat;
  504.     padding: 1rem; padding: 1rem !important;
  505.     border-top: none;
  506.     border-left:  1px solid rgb(8,8,8);
  507.     border-right:  1px solid rgb(8,8,8);
  508.     border-bottom: 1px solid rgb(8,8,8);
  509. }
  510.  
  511. .card-body a, .card-header a {
  512.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  513. }
  514.  
  515. /*профиль*/
  516.  
  517. .card.p-1 {
  518.     border: none;
  519.     border-radius: 0;
  520. }
  521.  
  522. .blog_leftphoto img {
  523.     content: url(https://i.ibb.co/cF6dq3x/photo.png);
  524.     background-color: rgb(55,55,55);
  525.     background-image: url(https://i.ibb.co/TH18ByS/link.gif);
  526.     background-size: cover;
  527.     padding: 2px;
  528.     width: auto;
  529.     height: auto;
  530.     max-width: 100%;
  531.     max-height: 100%;
  532.     border-top-left-radius: 100% 5%;
  533.     border-top-right-radius: 100% 5%;
  534.     border-bottom-left-radius: 100% 5%;
  535.     border-bottom-right-radius: 100% 5%;
  536.     box-shadow: 0px 1px 0px 0px rgb(8,8,8);
  537. }
  538.  
  539. .blog_leftprofile a {
  540.     filter: grayscale(1) brightness(1.355); filter: none !important;
  541.     background-color: rgb(55,55,55);
  542.     background-image: url(https://i.ibb.co/TH18ByS/link.gif);
  543.     background-size: cover;
  544.     color: transparent; color: transparent !important;
  545.     font-size: 16px; font-size: 16px !important;
  546.     letter-spacing: .5px !important;
  547.     -moz-background-clip: text;
  548.     -webkit-background-clip: text;
  549.     transition: .5s;
  550. }
  551.  
  552. .blog_leftprofile a:hover {
  553.     filter: grayscale(1) brightness(1.855); filter: grayscale(1)  brightness(1.5) !important;
  554.     transition: .5s;
  555. }
  556.  
  557. .blog_leftprofile a > img {
  558.     display: none; display: none !important;
  559. }
  560.  
  561. /*меню*/
  562.  
  563. li.p-1 {
  564.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  565.     padding: 2px 5px; padding: 2px 5px !important;
  566.     list-style-type: circle;
  567.     list-style-position: inside; list-style-position: inside !important;
  568.     border-bottom: 1px dashed rgb(38,38,38); border-bottom: 1px dashed rgb(28,28,28) !important;
  569.     transition: .25s;
  570. }
  571.  
  572. li.p-1:first-child {
  573.     border-top: 1px dashed rgba(38,38,38,0); border-top: 1px dashed rgba(28,28,28,0) !important;
  574. }
  575.  
  576. li.p-1:hover:first-child {
  577.     border-top: 1px dashed rgb(38,38,38); border-top: 1px dashed rgb(28,28,28) !important;
  578. }
  579.  
  580. li.p-1:last-child {
  581.     border-bottom: 1px dashed rgba(38,38,38,0); border-bottom: 1px dashed rgba(28,28,28,0) !important;
  582. }
  583.  
  584. li.p-1:hover:last-child {
  585.     border-bottom: 1px dashed rgb(38,38,38); border-bottom: 1px dashed rgb(28,28,28) !important;
  586. }
  587.  
  588. li.p-1:hover {
  589.     background-color: rgb(12, 12, 12);
  590.     list-style-type: disc;
  591.     transition: .25s;
  592. }
  593.  
  594. li.p-1:hover::marker {
  595.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  596. }
  597.  
  598. li.p-1 a {
  599.     padding: 0 5px 0 0;
  600.     transition: .5s;
  601. }
  602.  
  603. li.p-1 a:hover {
  604.     padding: 0 0 0 5px;
  605.     color: rgb(115,115,115); color: rgb(95,95,95) !important;
  606.     transition: .5s;
  607. }
  608.  
  609. /*поиск*/
  610.  
  611. input[name="blog_search"] {
  612.     background-color: rgb(20,20,20); background-color: rgb(17,17,17) !important;
  613.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  614.     width: 100%;
  615.     padding: .25rem .5rem;
  616.     border: none;
  617.     border-radius: .5rem;
  618.     box-shadow: inset 0 0 5px rgb(14,14,14), inset 0 0 10px rgb(14,14,14);
  619.     transition: .5s;
  620. }
  621.  
  622. input[name="blog_search"]::-webkit-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; text-transform: lowercase;}
  623. input[name="blog_search"]::-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; text-transform: lowercase;}
  624. input[name="blog_search"]:-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; text-transform: lowercase;}
  625. input[name="blog_search"]:-ms-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; text-transform: lowercase;}
  626.    
  627. input[name="blog_search"]:focus {
  628.     background-color: rgb(23,23,23); background-color: rgb(20,20,20) !important;
  629.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  630.     border: none;
  631.     border-radius: 0;
  632.     outline: none;
  633.     box-shadow: none;
  634.     transition: .5s;
  635. }
  636.  
  637. /*категории*/
  638.  
  639. .seBlogCategoryList {
  640.     margin: 0;
  641.     padding: 0;
  642. }
  643.  
  644. .seBlogCategoryList li {
  645.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  646.     padding: 2px 5px; padding: 2px 5px !important;
  647.     list-style-type: circle;
  648.     list-style-position: inside; list-style-position: inside !important;
  649.     border-bottom: 1px dashed rgb(38,38,38); border-bottom: 1px dashed rgb(28,28,28) !important;
  650.     transition: .25s;
  651. }
  652.  
  653. .seBlogCategoryList li:first-child {
  654.     border-top: 1px dashed rgba(38,38,38,0); border-top: 1px dashed rgba(28,28,28,0) !important;
  655. }
  656.  
  657. .seBlogCategoryList li:hover:first-child {
  658.     border-top: 1px dashed rgb(38,38,38); border-top: 1px dashed rgb(28,28,28) !important;
  659. }
  660.  
  661. .seBlogCategoryList li:last-child {
  662.     border-bottom: 1px dashed rgba(38,38,38,0); border-bottom: 1px dashed rgba(28,28,28,0) !important;
  663. }
  664.  
  665. .seBlogCategoryList li:hover:last-child {
  666.     border-bottom: 1px dashed rgb(38,38,38); border-bottom: 1px dashed rgb(28,28,28) !important;
  667. }
  668.  
  669. .seBlogCategoryList li:hover {
  670.     background-color: rgb(12,12,12);
  671.     list-style-type: disc;
  672.     transition: .25s;
  673. }
  674.  
  675. .seBlogCategoryList li:hover::marker {
  676.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  677. }
  678.  
  679. .seBlogCategoryList li a {
  680.     padding: 0 5px 0 0; padding: 0 5px 0 0 !important;
  681.     transition: .5s;
  682. }
  683.  
  684. .seBlogCategoryList li a:hover {
  685.     margin: 0 0 0 5px; margin: 0 0 0 5px !important;
  686.     color: rgb(115,115,115); color: rgb(95,95,95) !important;
  687.     transition: .5s;
  688. }
  689.  
  690. /*подарки*/
  691.  
  692. .gifts-list > .p-1 a  {
  693.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  694.     transition: .5s;
  695. }
  696.  
  697. .gifts-list > .p-1:hover a {
  698.     color: rgb(115,115,115); color: rgb(95,95,95) !important;
  699.     transition: .75s;
  700. }
  701.  
  702. .gifts-list > .p-1 {
  703.     text-transform: lowercase;
  704.     text-align: center;
  705.     line-height: 1rem;
  706.     width: 50%;
  707.     min-width: 60px;
  708.     margin: 0;
  709. }
  710.  
  711. .gifts-list img {
  712.     filter: saturate(0) brightness(0.35) contrast(0.95); filter: saturate(0) brightness(0.25) contrast(0.95) !important;
  713.     width: auto;  
  714.     max-width: 60px;
  715.     max-height: 60px;
  716.     transition: .5s;
  717. }
  718.  
  719. .gifts-list > .p-1:hover img {
  720.     filter: saturate(0) brightness(0.45) contrast(0.95); filter: saturate(0) brightness(0.35) contrast(0.95) !important;
  721.     transition: .75s;
  722. }
  723.  
  724. /*П О С Т Ы*/
  725.  
  726. #righthome {
  727.     width: 82.5% !important;
  728.     padding: 0 20px; padding: 0 20px !important;
  729. }
  730.  
  731. .card.mb-2.post_home {
  732.     background-color: rgb(12,12,12);
  733.     background-image: url(https://i.ibb.co/ZMGDRNx/post.png);
  734.     background-position: center;
  735.     background-attachment: fixed;
  736.     background-repeat: repeat;
  737.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  738.     margin: 40px 0 0 0; margin: 50px 0 0 0 !important;
  739.     padding: .5rem; padding: 1rem !important;
  740.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  741.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  742.     border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
  743.     border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
  744.     border-radius: 0;
  745. }
  746.  
  747. .card.mb-2.post_home:first-child {
  748.     margin: 0; margin: 0 !important;
  749. }
  750.  
  751. .post_text.pl-3, .additional_info.pl-3 {
  752.     padding: 0 0 0 .5rem; padding: 0 0 0 .75rem !important;
  753. }
  754.  
  755. .post_text.pl-3 blockquote {
  756.     background-color: rgb(14,14,14);
  757.     background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
  758.     background-position: center;
  759.     background-attachment: fixed;
  760.     background-repeat: repeat;
  761.     color: rgb(85,85,85); color: rgb(65,65,65) !important;
  762.     font-style: italic;
  763.     font-size: 14px; font-size: 14px !important;
  764.     padding: 0 0 0 1rem;
  765.     border-left: 1px solid rgb(85,85,85); border-left: 1px solid rgb(65,65,65) !important;
  766. }
  767.  
  768. .post_text.pl-3 hr {
  769.     background: linear-gradient(to right, rgba(85,85,85,.15), rgba(85,85,85,.3), rgba(85,85,85,.15)); background: linear-gradient(to right, rgba(75,75,75,.15), rgba(75,75,75,.3), rgba(75,75,75,.15)) !important;
  770.     height: 1px;
  771.     border: none;
  772. }
  773.  
  774. .post_text.pl-3 img {
  775.     max-width: 100%; max-width: 100% !important;
  776.     max-height: 400px; max-height: 400px !important;
  777. }
  778.  
  779. .post_text.pl-3 iframe {
  780.     width: 500px !important;
  781.     max-width: 100% !important;
  782.     height: 281px !important;
  783.     max-height: 281px !important;
  784. }
  785.  
  786. .card-title {
  787.     background-color: rgb(17,17,17);
  788.     background-image: url(https://i.ibb.co/mtdrm8z/title.png);
  789.     background-position: center;
  790.     background-attachment: fixed;
  791.     background-repeat: repeat;
  792.     margin: 0 0 .5rem 0; margin: 0 0 .75rem 0 !important;
  793.     padding: .25rem .5rem;
  794.     border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
  795.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  796.     border-right: 1px solid rgb(8,8,8);
  797.     border-bottom: 1px solid rgb(8,8,8);
  798. }
  799.  
  800. .card-title a {
  801.     font-family: 'Alice', serif;
  802.     font-size: 18px; font-size: 24px !important;
  803.     letter-spacing: .5px;
  804.     text-shadow: 1px 1px 0 rgb(8,8,8);
  805.     position: relative;
  806.     padding: 0 10px 0 0;
  807.     transition: .5s;
  808. }
  809.  
  810. .card-title a:hover {
  811.     color: rgb(115,115,115); color: rgb(95,95,95) !important;
  812.     padding: 0 5px;
  813.     text-shadow: none;
  814.     transition: .5s;
  815. }
  816.  
  817. .card-title a:after {
  818.     content: "";
  819.     background-color: rgba(115,115,115,.5); background-color: rgba(95,95,95,.5) !important;
  820.     position: absolute;
  821.     min-width: 0;
  822.     min-height: 1px;
  823.     width: 0;
  824.     height: 0;
  825.     left: 0;
  826.     bottom: 0;
  827.     transition: .5s;
  828. }
  829.  
  830. .card-title a:hover:after {
  831.     min-width: 100%;
  832.     min-height: 1px;
  833. }
  834.  
  835. .card-subtitle.mb-2.text-muted.post_date {
  836.     background-color: rgb(17,17,17);
  837.     background-image: url(https://i.ibb.co/mtdrm8z/title.png);
  838.     background-position: center;
  839.     background-attachment: fixed;
  840.     background-repeat: repeat;
  841.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  842.     font-size: 9px; font-size: 9px !important;
  843.     text-align: center;
  844.     text-transform: uppercase;
  845.     position: absolute;
  846.     top: -6px; top: 1px !important;
  847.     right: .5rem; right: 1rem !important;
  848.     padding: 5px;
  849.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  850.     border-left: 1px solid rgb(8,8,8);
  851.     border-right: 1px solid rgb(8,8,8);
  852.     border-bottom: none;
  853. }
  854.  
  855. .card-subtitle.mb-2.text-muted.post_date a {
  856.     position: relative;
  857.     margin:  0 2.5px;
  858.     padding: 0 2.5px;
  859.     z-index: 0;
  860. }
  861.  
  862. .card-subtitle.mb-2.text-muted.post_date a:hover {
  863.     color: rgb(8,8,8); color: rgb(8,8,8) !important;
  864.     transition: .5s;
  865. }
  866.  
  867. .card-subtitle.mb-2.text-muted.post_date a:after {
  868.     content: "";
  869.     background-color: rgb(105,105,105); background-color: rgb(85,85,85);
  870.     position: absolute;
  871.     min-width: 100%;
  872.     min-height: 0;
  873.     height: 0;
  874.     left: 0;
  875.     bottom: 0;
  876.     transition: .5s;
  877.     z-index: -1;
  878. }
  879.  
  880. .card-subtitle.mb-2.text-muted.post_date a:hover:after {
  881.     background-color: rgb(125,125,125); background-color: rgb(105,105,105);
  882.     min-width: 100%;
  883.     min-height: 100%;
  884. }
  885.  
  886. .post_text.pl-3 a, .additional_info.pl-3 a, .profile_comment_body a, .copyright_text a {
  887.     filter: grayscale(1) brightness(1.355); filter: none !important;
  888.     background-color: rgb(55,55,55);
  889.     background-image: url(https://i.ibb.co/TH18ByS/link.gif);
  890.     background-size: cover;
  891.     color: transparent; color: transparent !important;
  892.     -moz-background-clip: text;
  893.     -webkit-background-clip: text;
  894.     transition: .5s;
  895. }
  896.  
  897. .post_text.pl-3 a:hover, .additional_info.pl-3 a:hover, .profile_comment_body a:hover, .copyright_text a:hover {
  898.     filter: grayscale(1) brightness(1.855); filter: grayscale(1)  brightness(1.5) !important;
  899.     transition: .5s;
  900. }
  901.  
  902. .additional_info.pl-3 {
  903.     font-size: 12px;
  904.     margin-top: 10px;
  905.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  906. }
  907.  
  908. .additional_info.pl-3 > p {
  909.     margin-bottom: 0;
  910. }
  911.  
  912. .post_image > div, #user_status {
  913.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  914.     font-size: 10px;
  915.     letter-spacing: .5px;
  916.     line-height: .75rem;
  917.     padding: 1.5px 0 0 0;
  918. }
  919.  
  920. td.result {
  921.     background-color: rgb(12,12,12); background-color: rgb(12,12,12) !important;
  922.     background-image: url(https://i.ibb.co/ZMGDRNx/post.png); background-image: url(https://i.ibb.co/ZMGDRNx/post.png) !important;
  923.     background-position: center; background-position: center !important;
  924.     background-attachment: fixed; background-attachment: fixed !important;
  925.     background-repeat: repeat; background-repeat: repeat !important;
  926.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  927.     font-weight: normal; font-weight: normal !important;
  928.     border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
  929.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  930.     border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
  931.     border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
  932. }
  933.  
  934. td.result img {
  935.     margin: 0; margin: 0 !important;
  936. }
  937.  
  938. td.result a {
  939.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  940.     font-weight: normal; font-weight: normal !important;
  941.     text-shadow: 1px 1px 0 rgb(8,8,8);
  942.     transition: .5s;
  943. }
  944. td.result a:hover {
  945.     color: rgb(125,125,125); color: rgb(105,105,105) !important;
  946.     transition: .5s;
  947. }
  948.  
  949. .seBlogComments {
  950.     margin: 0; margin: 0 !important;
  951. }
  952.  
  953. .seBlogComments > table > tbody > tr > td > div {
  954.     background-color: rgb(20,20,20); background-color: rgb(17,17,17) !important;
  955.     background-image: url(https://i.ibb.co/mtdrm8z/title.png);
  956.     background-position: center;
  957.     background-attachment: fixed;
  958.     background-repeat: repeat;
  959.     text-align: center;
  960.     margin: 0; margin: 0 !important;
  961.     padding: 1.5px;
  962.     border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
  963.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  964.     border-right: 1px solid rgb(8,8,8);
  965.     border-bottom: 1px solid rgb(8,8,8);
  966. }
  967.  
  968. div > .button a {
  969.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  970.     font-size: 12px;
  971.     text-align: center;
  972.     text-transform: lowercase;
  973.     text-shadow: 1px 1px 0 rgb(8,8,8);
  974.     transition: .5s;
  975. }
  976.  
  977. div > .button a:hover {
  978.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  979.     transition: .5s;
  980. }
  981.  
  982. div > .button {
  983.     display: inline;
  984.     float: inherit; float: inherit !important;
  985.     padding: 0 5px; padding: 0 10px !important;
  986. }
  987.  
  988. /*К О М М Е Н Т А Р И И*/
  989.  
  990. div[id^="blog_"] > div[id^="comment_"] {
  991.     background-color: rgb(12,12,12);
  992.     background-image: url(https://i.ibb.co/sCr8d06/comment.png);
  993.     background-position: center;
  994.     background-attachment: fixed;
  995.     margin: 25px 0;
  996.     padding: .5rem; padding: 1rem !important;
  997.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  998.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  999.     border-right: 1px solid rgb(8,8,8);
  1000.     border-bottom: 1px solid rgb(8,8,8);
  1001. }
  1002.  
  1003. div[id^="blog_"] > div[id^="comment_"]:last-child {
  1004.     margin: 25px 0 0 0; margin: 25px 0 0 0 !important;
  1005. }
  1006.  
  1007. div[id^="comment_"] > div {
  1008.     margin: 0; margin: 0 !important;
  1009. }
  1010.  
  1011. div[id^="comment_"] > div > div:first-child {
  1012.     width: 100px; width: 100px !important;
  1013. }
  1014.  
  1015. .profile_comment_author {
  1016.     margin: 3px 0 0 1rem;
  1017.     padding: 0; padding: 0 !important;
  1018. }
  1019.  
  1020. .profile_comment_author a {
  1021.     text-shadow: 1px 1px 0 rgb(8,8,8);
  1022.     padding: 0 5px 0 0;
  1023.     border: none;
  1024.     transition: .5s;
  1025. }
  1026.  
  1027. .profile_comment_author a:hover {
  1028.     color: rgb(125,125,125); color: rgb(105,105,105) !important;
  1029.     padding: 0 0 0 5px;
  1030.     border: none;
  1031.     transition: .5s;
  1032. }
  1033.  
  1034. [src="/images/verify.png"] {
  1035.     filter: saturate(0) brightness(0.45) contrast(0.9); filter: saturate(0) brightness(0.35) contrast(0.9) !important;
  1036.     width: auto;
  1037.     height: 12px;
  1038.     transition: .5s;
  1039. }
  1040.  
  1041. .profile_comment_author a:hover img {
  1042.     filter: saturate(0) brightness(0.6) contrast(0.9); filter: saturate(0) brightness(0.5) contrast(0.9) !important;
  1043.     transition: .5s;
  1044. }
  1045.  
  1046. .profile_comment_date {
  1047.     background-color: rgb(17,17,17);
  1048.     background-image: url(https://i.ibb.co/mtdrm8z/title.png);
  1049.     background-position: center;
  1050.     background-attachment: fixed;
  1051.     background-repeat: repeat;
  1052.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1053.     text-shadow: 1px 1px 0 rgb(8,8,8);
  1054.     margin: 0 0 0 .5rem;
  1055.     border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
  1056.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  1057.     border-right: 1px solid rgb(8,8,8);
  1058.     border-bottom: 1px solid rgb(8,8,8);
  1059. }
  1060.  
  1061. .profile_comment_body {
  1062.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1063.     text-align: justify;
  1064.     max-width: 700px !important;
  1065.     padding: .5rem 0 0 .5rem; padding: .5rem 0 0 .5rem !important;
  1066. }
  1067.  
  1068. .profile_comment_body img {
  1069.     max-width: 100%; max-width: 100% !important;
  1070.     max-height: 400px; max-height: 400px !important;
  1071. }
  1072.  
  1073. .blockquote {
  1074.     background-color: rgb(14,14,14);
  1075.     background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
  1076.     background-position: center;
  1077.     background-attachment: fixed;
  1078.     background-repeat: repeat;
  1079.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1080.     font-size: 12px; font-size: 12px !important;
  1081.     text-align: justify;
  1082.     width: 100%;
  1083.     margin-bottom: -19px; margin-bottom: -19px !important;
  1084.     padding: 2.5px 5px; padding: 2.5px 5px !important;
  1085.     border: 1px dashed rgb(35,35,35); border: 1px dashed rgb(25,25,25) !important;
  1086.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30)!important;
  1087. }
  1088.  
  1089. .profile_comment_links {
  1090.     margin: .5rem 0 0 0; margin: .5rem 0 0 0 !important;
  1091.     padding: 0; padding: 0 !important;
  1092. }
  1093.  
  1094. .profile_comment_links a {
  1095.     background-color: transparent; background-color: transparent !important;
  1096.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1097.     font-family: 'Alice', serif;
  1098.     font-size: 12px; font-size: 14px !important;
  1099.     text-align: center;
  1100.     text-shadow: 1px 1px 0 rgb(8,8,8);
  1101.     border-radius: 0; border-radius: 0 !important;
  1102.     transition: .5s;
  1103. }
  1104.  
  1105. .profile_comment_links a:hover {
  1106.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1107.     transition: .5s;
  1108. }
  1109.  
  1110. .seBlogComments > div:nth-child(2) {
  1111.     margin: 25px 0 0 0;
  1112. }
  1113.  
  1114. div[id^="blog_"] > div[style="text-align: center;"], .disabled {
  1115.     background-color: transparent; background-color: transparent !important;
  1116.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1117.     font-family: 'Alice', serif;
  1118.     font-size: 12px; font-size: 14px !important;
  1119.     text-align: center;
  1120.     text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 15px rgb(14,14,14);
  1121.     border-radius: 0; border-radius: 0 !important;
  1122. }
  1123.  
  1124. a[id^="comment_next_"], a[id^="comment_last_"] {
  1125.     background-color: transparent; background-color: transparent !important;
  1126.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1127.     font-family: 'Alice', serif;
  1128.     font-size: 12px; font-size: 14px !important;
  1129.     text-align: center;
  1130.     text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 15px rgb(14,14,14);
  1131.     border-radius: 0; border-radius: 0 !important;
  1132.     transition: .5s;
  1133. }
  1134.  
  1135. a[id^="comment_next_"]:hover, a[id^="comment_last_"]:hover {
  1136.     color: rgb(115,115,115); color: rgb(95,95,95) !important;
  1137.     transition: .5s;
  1138. }
  1139.  
  1140. /*Ф О Р М А _ В В О Д А _ К О М М Е Н Т А Р И Я*/
  1141.  
  1142. .comment_headline {
  1143.     background-color: rgb(17,17,17);
  1144.     background-image: url(https://i.ibb.co/mtdrm8z/title.png);
  1145.     background-position: center;
  1146.     background-attachment: fixed;
  1147.     background-repeat: repeat;
  1148.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  1149.     font-family: 'Alice', serif;
  1150.     text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 5px rgb(8,8,8);
  1151.     margin: 25px 0 0 0; margin: 25px 0 0 0 !important;
  1152.     padding: .5rem .75rem; padding: .75rem 1.25rem !important;
  1153.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  1154.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  1155.     border-right: 1px solid rgb(8,8,8);
  1156.     border-bottom: 1px solid rgb(8,8,8);
  1157.     border-radius: 0;
  1158. }
  1159.  
  1160. #comment_subscribe a {
  1161.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1162.     text-shadow: 1px 1px 0 rgb(8,8,8);
  1163.     transition: .5s;
  1164. }
  1165.  
  1166. #comment_subscribe a:hover {
  1167.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1168.     transition: .5s;
  1169. }
  1170.  
  1171. a#attach_file_click {
  1172.     text-shadow: 1px 1px 0 rgb(8,8,8);
  1173.     transition: .5s;
  1174. }
  1175.  
  1176. a#attach_file_click:hover {
  1177.     color: rgb(125,125,125); color: rgb(105,105,105) !important;
  1178.     transition: .5s;
  1179. }
  1180.  
  1181. .profile_postcomment {
  1182.     background-color: rgb(12,12,12);
  1183.     background-image: url(https://i.ibb.co/ZMGDRNx/post.png);
  1184.     background-position: center;
  1185.     background-attachment: fixed;
  1186.     background-repeat: repeat;
  1187.     padding: .5rem;  padding: 1rem !important;
  1188.     border-top: none; border-top: none !important;
  1189.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  1190.     border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
  1191.     border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
  1192.     border-radius: 0;
  1193. }
  1194.  
  1195. #comment_body  {
  1196.     background-color: rgb(14,14,14);
  1197.     background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
  1198.     background-position: center;
  1199.     background-attachment: fixed;
  1200.     background-repeat: repeat;
  1201.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1202.     border: 1px solid rgb(8,8,8);
  1203.     border-radius: 0;
  1204.     transition: .5s;
  1205. }
  1206.  
  1207. #comment_body:focus {
  1208.     background-image: none;
  1209.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  1210.     transition: 1s;
  1211. }
  1212.  
  1213. textarea[id="comment_body"]::-webkit-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; font-family: 'Alice', serif; font-size: 12px; font-size: 14px !important;}
  1214. textarea[id="comment_body"]::-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; font-family: 'Alice', serif; font-size: 12px; font-size: 14px !important;}
  1215. textarea[id="comment_body"]:-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; font-family: 'Alice', serif; font-size: 12px; font-size: 14px !important;}
  1216. textarea[id="comment_body"]:-ms-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important; font-family: 'Alice', serif; font-size: 12px; font-size: 14px !important;}
  1217.  
  1218. input#comment_submit {
  1219.     background-color: rgb(14,14,14);
  1220.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1221.     font-family: 'Alice', serif;
  1222.     font-size: 12px; font-size: 14px !important;
  1223.     text-shadow: 1px 1px 0 rgb(8,8,8);
  1224.     margin: 5px 0;
  1225.     padding: 2.5px 10px; padding: 0 10px !important;
  1226.     border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
  1227.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  1228.     border-right: 1px solid rgb(8,8,8);
  1229.     border-bottom: 1px solid rgb(8,8,8);
  1230.     transition: .5s;
  1231. }
  1232.  
  1233. input#comment_submit:hover, input#comment_submit:active {
  1234.     background-color: rgb(16,16,16);
  1235.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1236.     border-top: 1px solid rgb(45,45,45); border-top: 1px solid rgb(35,35,35) !important;
  1237.     border-left: 1px solid rgb(45,45,45); border-left: 1px solid rgb(35,35,35) !important;
  1238.     transition: .75s;
  1239. }
  1240.  
  1241. input#comment_submit:active {
  1242.     background-color: rgb(12,12,12);
  1243.     color: rgb(65,65,65); color: rgb(45,45,45) !important;
  1244.     border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
  1245.     border-left: 1px solid rgb(40,40,40); border-left: 1px solid rgb(30,30,30) !important;
  1246. }
  1247.  
  1248. [src="/images/bbcode/b.gif"], [src="/images/bbcode/i.gif"], [src="/images/bbcode/u.gif"], [src="/images/bbcode/img.gif"] { /*B*/
  1249.     filter: saturate(0) brightness(0.4); filter: saturate(0) brightness(0.2) !important;
  1250. }
  1251.  
  1252. [src="/images/bbcode/smile.gif"], img[src^="/images/beonsmiles/"], img[src^="/templates/images/smiles/"] {
  1253.     filter: saturate(0) brightness(0.55); filter: saturate(0) brightness(0.3) !important;
  1254. }
  1255.  
  1256. img[src^="/images/fffuuusmiles/"] {
  1257.     filter: saturate(0) brightness(0.5); filter: saturate(0) brightness(0.3) !important;
  1258. }
  1259.  
  1260. #postcomment_userphotos {
  1261.     background-color: rgb(14,14,14);
  1262.     background-image: url(https://i.ibb.co/r50q1rn/dropdown.png);
  1263.     background-position: center;
  1264.     background-attachment: fixed;
  1265.     background-repeat: repeat;
  1266.     float: right; float: right !important;
  1267.     max-width: 141px; max-width: 145px !important;
  1268.     height: 250px; height: 300px !important;
  1269.     margin: 0; margin: 0 !important;
  1270.     padding: 3px; padding: 5px !important;
  1271.     border: 1px solid rgb(8,8,8); border: 1px solid rgb(8,8,8) !important;
  1272. }
  1273.  
  1274. div[id^="userphoto_"] {
  1275.     filter: saturate(0) brightness(0.6) contrast(0.95); filter: saturate(0) brightness(0.5) contrast(0.95) !important;
  1276.     max-width: 106px; max-width: 110px !important;
  1277.     padding: 3px; padding: 5px !important;
  1278. }
  1279.  
  1280. div[id^="userphoto_"] > .p-1.userphoto_comment {
  1281.     padding: 0; padding: 0 !important;
  1282. }
  1283.  
  1284. .img-thumbnail {
  1285.     background-color: transparent; background-color: transparent !important;
  1286.     padding: 0; padding: 0 !important;
  1287.     border: none; border: none !important;
  1288.     border-radius: 0; border-radius: 0 !important;
  1289. }
  1290.  
  1291. img.img-thumbnail {
  1292.     max-width: 100px;
  1293. }
  1294.  
  1295. div[id^="userphoto_"].userphoto_selected {
  1296.     filter: none; filter: none !important;
  1297.     background-color: rgb(8,8,8);
  1298.     outline: 2px solid rgb(75,75,75); outline: 4px solid rgb(55,55,55) !important;
  1299.     outline-offset: -2px; outline-offset: -4px !important;
  1300.     transition: .15s;
  1301. }
  1302.  
  1303. /*П О Д В А Л*/
  1304.  
  1305. td > div.copyright {
  1306.     background-color: rgb(12,12,12);
  1307.     background-image: url(https://i.ibb.co/ZMGDRNx/post.png);
  1308.     background-position: center;
  1309.     background-attachment: fixed;
  1310.     background-repeat: repeat;
  1311.     color: rgb(55,55,55); color: rgb(35,35,35) !important;
  1312.     font-size: 12px;
  1313.     margin: 20px 0 0 0;
  1314.     padding: 5px;
  1315.     border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
  1316. }
  1317.  
  1318. div.copyright a {
  1319.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1320.     text-shadow: 1px 1px 0 rgb(8,8,8,), 0 0 5px rgba(8,8,8,.5);
  1321.     transition: .5s;
  1322. }
  1323.  
  1324. div.copyright a:hover {
  1325.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1326.     transition: .5s;
  1327. }
  1328.  
  1329. div.copyright a:first-child {
  1330.     margin-left: 10px;
  1331. }
  1332.  
  1333. /*О Т К Л Ю Ч И Т Ь _ Д И З А Й Н*/
  1334.  
  1335. #designs {
  1336.     background-color: rgb(14,14,14);
  1337.     background-image: url(https://i.ibb.co/f9HfPK2/by-g.png);
  1338.     background-position: center;
  1339.     background-repeat: no-repeat;
  1340.     background-size: 0;
  1341.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1342.     text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 5px rgba(8,8,8,.5);
  1343.     font-size: 11px; font-size: 12px !important;
  1344.     text-align: center;
  1345.     right: 5px; right: 20px !important;
  1346.     bottom: 5px; bottom: 10px !important;
  1347.     width: auto; width: auto !important;
  1348.     max-width: 50vw;
  1349.     height: auto; height: auto !important;
  1350.     padding: 2.5px 7.5px;
  1351.     border-top: 1px solid rgb(40,40,40); border-top: 2px solid rgb(30,30,30) !important;
  1352.     border-left: 1px solid rgb(40,40,40);border-left: 1px solid rgb(30,30,30) !important;
  1353.     border-right: 1px solid rgb(8,8,8);
  1354.     border-bottom: 1px solid rgb(8,8,8);
  1355.     transition: .5s;
  1356. }
  1357.  
  1358. #designs:hover {
  1359.     background-color: rgb(16,16,16);
  1360.     background-size: 70px;
  1361.     color: rgba(95,95,95,0); color: rgba(75,75,75,0) !important;
  1362.     text-shadow: none;
  1363.     border-top: 1px solid rgb(45,45,45); border-top: 2px solid rgb(35,35,35) !important;
  1364.     border-left: 1px solid rgb(45,45,45); border-left: 1px solid rgb(35,35,35) !important;
  1365.     border-right: 1px solid rgb(8,8,8);
  1366.     border-bottom: 1px solid rgb(8,8,8);
  1367.     border-radius: 1rem;
  1368.     transition: .5s;
  1369. }
  1370.  
  1371. /*С Т Р А Н И Ц Ы*/
  1372.  
  1373. .content > nav {
  1374.     margin: 0 5px; margin: 0 20px 0 17.5% !important;
  1375. }
  1376.  
  1377. ul.pagination.justify-content-end.float-right {
  1378.     margin: 0 0 10px 0;
  1379. }
  1380.  
  1381. a.page-link {
  1382.     background-color: transparent; background-color: transparent !important;
  1383.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1384.     font-family: 'Alice', serif;
  1385.     font-size: 12px; font-size: 14px !important;
  1386.     text-align: center;
  1387.     text-shadow: 1px 1px 0 rgb(8,8,8), 0 0 15px rgb(14,14,14);
  1388.     border-radius: 0; border-radius: 0 !important;
  1389.     transition: .5s;
  1390. }
  1391.  
  1392. a.page-link:hover {
  1393.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1394.     transition: .75s;
  1395. }
  1396.  
  1397. /*Л О А Д И Н Г*/
  1398.  
  1399. [src="/images/page_load.gif"] {
  1400.     width: 300px;  
  1401.     height: 300px;
  1402.     opacity: 0;
  1403. }
  1404. #TB_overlay > div {
  1405.     background-image: url(https://i.ibb.co/s2xQsxJ/loading.gif);
  1406.     background-position: 50% 0;
  1407.     background-repeat: no-repeat;
  1408.     position: fixed;
  1409.     top: 25%;
  1410.     width: 100%;
  1411. }
  1412.  
  1413. #TB_overlay > div > div {
  1414.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1415. }
  1416.  
  1417. /*G U E S T*/
  1418.  
  1419. div[style="padding: 10px; text-align: center; margin-top: 10px;"] {
  1420.     margin: 0; margin: 0 !important;
  1421.     padding: 0 0 5px 0; padding: 0 0 10px 0 !important;
  1422. }
  1423.  
  1424. div[style="padding: 10px; text-align: center; margin-top: 10px;"] > button[style="font-size: 20px; cursor: pointer; "] {
  1425.     font-size: 14px; font-size: 16px !important;
  1426. }
  1427.  
  1428. .copyright_text {
  1429.     background-color: rgb(12,12,12);
  1430.     background-image: url(https://i.ibb.co/sCr8d06/comment.png);
  1431.     background-position: center;
  1432.     background-attachment: fixed;
  1433.     background-repeat: repeat;
  1434.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1435.     margin: 0 0 -20px 0;
  1436.     padding: .5rem;
  1437.     border-top: 1px solid rgb(40,40,40); border-top: 1px solid rgb(30,30,30) !important;
  1438. }
  1439.  
  1440. .copyright_text > p {
  1441.     margin: 0;
  1442. }
  1443.  
  1444. /*M O B I L E*/
  1445.  
  1446. .navbar-toggler {
  1447.     padding: 5px 10px;
  1448.     border: none;
  1449.     border-radius: 0;
  1450. }
  1451.  
  1452. .navbar-toggler-icon {
  1453.     background-image: url(https://i.ibb.co/cvD2TM4/button-menu.png);
  1454.     background-repeat: no-repeat;
  1455.     background-size: 30px;
  1456.     transition: .5s;
  1457. }
  1458.  
  1459. .btn.btn-outline-success:last-child {
  1460.     background-color: transparent;
  1461.     background-image: url(https://i.ibb.co/pyxSpwB/button-down.png);
  1462.     background-position: 10px 5px;
  1463.     background-repeat: no-repeat;
  1464.     background-size: 30px;
  1465.     color: transparent;
  1466.     width: 50px;
  1467.     height: 40px;
  1468.     padding: 5px 10px;
  1469.     border: none;
  1470.     border-radius: 0;
  1471.     transition: .5s;
  1472. }
  1473.  
  1474. .btn.btn-outline-success.mr-1.mobile_button {
  1475.     background-color: transparent;
  1476.     color: rgb(95,95,95);
  1477.     font-family: 'Alice', serif;
  1478.     font-size: 14px;
  1479.     text-transform: uppercase;
  1480.     text-shadow: 1px 1px 0 rgb(8,8,8);
  1481.     padding: 0 10px;
  1482.     border: none;
  1483.     border-radius: 0;
  1484.     transition: .5s;
  1485. }
  1486.  
  1487. .btn.btn-outline-success.mr-1.mobile_button:hover {
  1488.     color: rgb(115,115,115);
  1489.     transition: .5s;
  1490. }
  1491.  
  1492. /*M O D A L*/
  1493.  
  1494. .modal-dialog {
  1495.     margin: 5px;
  1496. }
  1497.  
  1498. .modal-content {
  1499.     border-top: 2px solid rgb(50,50,50); border-top: 2px solid rgb(40,40,40) !important;
  1500.     border-left: 1px solid rgb(50,50,50); border-left: 1px solid rgb(40,40,40) !important;
  1501.     border-right: 1px solid rgb(8,8,8); border-right: 1px solid rgb(8,8,8) !important;
  1502.     border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
  1503.     border-radius: 0; border-radius: 0 !important;
  1504. }
  1505.  
  1506. .modal-header {
  1507.     background-color: rgb(22,22,22);
  1508.     border-bottom: 1px solid rgb(8,8,8); border-bottom: 1px solid rgb(8,8,8) !important;
  1509.     border-radius: 0; border-radius: 0 !important;
  1510. }
  1511.  
  1512. .modal-title {
  1513.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  1514.     text-shadow: 1px 1px 0 rgb(8,8,8);
  1515. }
  1516.  
  1517. .close {
  1518.     color: rgb(105,105,105); color: rgb(85,85,85) !important;
  1519.     text-shadow: 1px 1px 0 rgb(8,8,8); text-shadow: 1px 1px 0 rgb(8,8,8) !important;
  1520.     opacity: 1; opacity: 1 !important;
  1521.     transition: .25s;
  1522. }
  1523.  
  1524. .close:hover {
  1525.     color: rgb(125,125,125); color: rgb(105,105,105) !important;
  1526.     transition: .25s;
  1527. }
  1528.  
  1529. .modal-footer {
  1530.     background-color: rgb(22,22,22);
  1531.     border-top: 1px solid rgb(50,50,50); border-top: 1px solid rgb(40,40,40) !important;
  1532.     border-radius: 0; border-radius: 0 !important;
  1533. }
  1534.  
  1535. .modal-body {
  1536.     background-color: rgb(14,14,14);
  1537.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1538. }
  1539.  
  1540. .noUpdates, .updatesRegisterDesc {
  1541.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1542.     font-family: 'Alice', serif;
  1543. }
  1544.  
  1545. .modal-body a, .form-group > label {
  1546.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1547.     transition: .5s;
  1548. }
  1549.  
  1550. .modal-body a:hover, .form-group > label:hover {
  1551.     color: rgb(115,115,115); color: rgb(95,95,95) !important;
  1552.     transition: .5s;
  1553. }
  1554.  
  1555. .modal-content img.icon {
  1556.     filter: saturate(.7) brightness(0.6); filter: saturate(.6) brightness(0.5) !important;
  1557.     transition: .5s;
  1558. }
  1559.  
  1560. .modal-content img.icon:hover {
  1561.     filter: saturate(.85) brightness(0.75); filter: saturate(.75) brightness(0.65) !important;
  1562.     transition: .5s;
  1563. }
  1564.  
  1565. .form-control {
  1566.     background-color: rgba(22,22,22,.5);
  1567.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1568.     border: none;
  1569.     border-radius: .75rem;
  1570.     box-shadow: inset 0 0 5px rgb(14,14,14), inset 0 0 10px rgb(14,14,14);
  1571.     transition: .25s;
  1572. }
  1573.  
  1574. .form-control:focus {
  1575.     background-color: rgba(22,22,22,.5);
  1576.     color: rgb(95,95,95); color: rgb(75,75,75) !important;
  1577.     border: none;
  1578.     border-radius: 0;
  1579.     outline: none;
  1580.     box-shadow: none;
  1581.     transition: .25s;
  1582. }
  1583.  
  1584. input[class="form-control"]::-webkit-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important;}
  1585. input[class="form-control"]::-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important;}
  1586. input[class="form-control"]:-moz-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important;}
  1587. input[class="form-control"]:-ms-input-placeholder {color: rgb(75,75,75); color: rgb(55,55,55) !important;}
  1588.  
  1589. .modal-body > table > tbody > tr:first-child > td {
  1590.     background-color: rgba(22,22,22,.5);
  1591.     padding: 0; padding: 0 !important;
  1592. }
  1593.  
  1594. .modal-body div.page_header {
  1595.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1596.     font-size: 16px;
  1597.     font-weight: bold;
  1598.     text-align: center;
  1599.     width: 100%;
  1600.     padding: .25rem .5rem;
  1601.     border-radius: 0; border-radius: 0 !important;
  1602. }
  1603.  
  1604. .modal-body > table > tbody > tr:nth-child(2) > td {
  1605.     background-color: rgba(22,22,22,.25);
  1606.     display: flex;
  1607.     justify-content: center;
  1608.     align-items: center;
  1609. }
  1610.  
  1611. .modal-body > table > tbody > tr:nth-child(2) > td img {
  1612.     filter: none; filter: saturate(0) brightness(0.25) contrast(0.95) !important;
  1613.     transition: .5s;
  1614. }
  1615.  
  1616. .modal-body > table > tbody > tr:nth-child(2) > td img:hover {
  1617.     filter: none; filter: saturate(1) brightness(1) contrast(1) !important;
  1618.     transition: 1s;
  1619. }
  1620.  
  1621. .modal-body > table  > tbody > tr:last-child > td {
  1622.     background-color: rgba(22,22,22,.5);
  1623.     color: rgb(75,75,75); color: rgb(55,55,55) !important;
  1624.     padding: 10px;
  1625. }
  1626.  
  1627. .modal-body > table  > tbody > tr:last-child > td > div {
  1628.     margin: 0; margin: 0 !important;
  1629. }
  1630.  
  1631. .modal-body > table  > tbody > tr:last-child > td > div > div:first-child {
  1632.     text-align: center; text-align: center !important;
  1633.     margin: 0 0 10px 0; margin: 0 0 10px 0 !important;
  1634. }
  1635.  
  1636. .modal-body > table  > tbody > tr:last-child > td > div > div:nth-child(2) {
  1637.     background-color: rgb(22,22,22);
  1638.     padding: 5px;
  1639.     width: 60px; width: 60px !important;
  1640.     height: 60px;
  1641. }
  1642.  
  1643. .modal-dialog .modal-body > table  > tbody > tr:last-child > td > div > .profile_comment_date {
  1644.     width: 100%; width: 100% !important;
  1645.     height: auto;
  1646.     margin: 0; margin: 0 !important;
  1647. }
  1648.  
  1649. .modal-body > table  > tbody > tr:last-child > td > div > div:nth-child(2) img {
  1650.     background-color: rgb(22,22,22);
  1651.     width: 50px;
  1652.     height: 50px;
  1653.     object-fit: cover;
  1654.     border: 1px solid rgb(14,14,14); border: 1px solid rgb(14,14,14) !important;
  1655. }
  1656.  
  1657. .modal-dialog .profile_comment_date {
  1658.     background-color: rgb(22,22,22); background-color: rgb(22,22,22) !important;
  1659.     background-image: none;
  1660.     margin: 0 0 0 10px; margin: 0 0 0 10px !important;
  1661.     border: none; border: none !important;
  1662. }
  1663.  
  1664. /*С К Р О Л Л Б А Р*/
  1665.  
  1666. ::-webkit-scrollbar {
  1667.     width: 6px;
  1668.     height: 6px;
  1669. }
  1670.  
  1671. ::-webkit-scrollbar-thumb {
  1672.     background-color: rgb(29,29,29); background-color: rgb(24,24,24) !important;
  1673.     border-top: 1px solid rgb(45,45,45); border-top: 1px solid rgb(40,40,40) !important;
  1674.     border-left: 1px solid rgb(37,37,37); border-left: 1px solid rgb(32,32,32) !important;
  1675.     border-bottom: 1px solid rgb(8,8,8);
  1676. }
  1677.  
  1678. ::-webkit-scrollbar-track {
  1679.     background-color: rgb(23,23,23); background-color: rgb(18,18,18) !important;
  1680.     border-left: 1px solid rgb(8,8,8);
  1681. }
  1682.  
  1683. ::-webkit-scrollbar-corner {
  1684.     background-color: rgb(8,8,8);
  1685. }
  1686.  
  1687. /*M E D I A*/
  1688.  
  1689. @media screen and (max-width: 1440px) {
  1690.     #lefthome {width: 20% !important;}
  1691.     #righthome {width: 80% !important;}
  1692. }
  1693.  
  1694. @media screen and (max-width: 1080px) {
  1695.     #lefthome {width: 25% !important;}
  1696.     #righthome {width: 85% !important;}
  1697. }
  1698.  
  1699. @media screen and (max-width: 1024px) {
  1700.     #lefthome {padding: 50px 0 0 0; padding: 0 0 0 20px !important;}
  1701.     .seBlogColumnRightPadding {padding: .5rem 10%;  padding: 1rem !important; border-left: none; border-left: 1px solid rgba(8,8,8,1) !important; border-right: none; border-right: 1px solid rgba(30,30,30,1) !important;}
  1702.     #righthome {padding: 0 5px; padding: 0 20px !important;}
  1703. }
  1704.  
  1705. @media screen and (min-width: 1067px) {
  1706.     #postcomment_form {width: calc(100% - 141px - .5rem);  width: calc(100% - 145px - 1rem) !important;}
  1707. }
  1708.  
  1709. @media (max-width: 991px) {
  1710.     .top_mobile_menu a[href="./"]:before {font-size: 16px; top: 0;}
  1711. }
  1712.  
  1713. @media (min-width: 576px) {
  1714.     .modal-dialog {margin: 1.75rem auto;}
  1715. }
  1716.  
  1717. @media (max-width: 750px) {
  1718.     div#smoothbox_container {display: none;}
  1719.     #lefthome {width: 30% !important;}
  1720.     #righthome {width: 70% !important;}
  1721. }
  1722.  
  1723. /*Ч / Б _ И З О Б Р А Ж Е Н И Я*/
  1724.  
  1725. div[id^="comment_"] > div > div:first-child > a > img /*аватары в комментариях*/ {
  1726.     filter: saturate(0.5) brightness(0.5) contrast(0.95) !important;
  1727.     transition: .75s;
  1728. }
  1729.  
  1730. .post_text.pl-3 img /*изображения в постах*/,
  1731. .post_text.pl-3 iframe /*видео в постах*/,
  1732. .profile_comment_body img /*изображения в комментариях*/ {
  1733.     filter: saturate(0) brightness(0.5) contrast(0.95) !important;
  1734.     transition: .75s;
  1735. }
  1736.  
  1737. div[id^="comment_"] > div > div:first-child > a > img:hover,
  1738. .post_text.pl-3 img:hover,
  1739. .post_text.pl-3 iframe:hover,
  1740. .profile_comment_body img:hover {
  1741.     filter: saturate(1) brightness(1) contrast(1) !important;
  1742.     transition: 1s;
  1743. }
Add Comment
Please, Sign In to add comment