G-ee

Snakes: profile

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