Advertisement
Guest User

Fixes VK Old Disign by Kravtsov 0.606

a guest
Mar 28th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 22.25 KB | None | 0 0
  1. /*Шапка*/
  2. /*Фикс при наведении на вкладку, цвет нормальный*/
  3. #oldvk_top_exit:hover {
  4.     background: rgba(0, 0, 0, 0.08);
  5. }
  6. #oldvk_top_peoples:hover {
  7.     background: rgba(0, 0, 0, 0.08);
  8. }
  9. #oldvk_top_apps:hover {
  10.     background: rgba(0, 0, 0, 0.08);
  11. }
  12. #oldvk_top_music:hover {
  13.     background: rgba(0, 0, 0, 0.08);
  14. }
  15. #oldvk_top_communities:hover {
  16.     background: rgba(0, 0, 0, 0.08);
  17. }
  18. #oldvk_top_help:hover {
  19.     background: rgba(0, 0, 0, 0.08);
  20. }
  21. /*Отступ менюшек в шапке*/
  22. .top_nav_link {
  23.     line-height: 38px;
  24.     height: 40px;
  25.     color: #e8eff7;
  26.     padding: 0 8px;
  27.     white-space: normal;
  28.     position: relative;
  29.     left: -10px;
  30. }
  31. #oldvk_top_exit:hover {
  32.     border-bottom-right-radius: 0;
  33. }
  34. /*Коронавирус лого*/
  35. .CovidLogo__hashtag {
  36. display: none;
  37. font-size: 12px;
  38. font-weight: 500;
  39. -webkit-font-smoothing: subpixel-antialiased;
  40. -moz-osx-font-smoothing: auto;
  41. color: #fff;
  42. position: relative;
  43. right: 2px;
  44. font-weight: 800;
  45. }
  46. .tt_w.tt_default.CovidTooltip.tt_up {    
  47. position: absolute;
  48.     opacity: 1;
  49.     width: 296px !important;
  50.     top: 35px !important;
  51.     left: -2px !important;
  52.     pointer-events: auto;
  53.     padding: 5px !important;
  54. }
  55. .CovidTooltip__logo {
  56.     width: 64px;
  57.     height: 75px;
  58.     background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%234bb34b%22%20d%3D%22M0%200h64v64H0z%22%2F%3E%3Cpath%20d%3D%22M17.21%2017l12.12-4.07a11.49%2011.49%200%20012-.55%205%205%200%20011.34%200%2011.49%2011.49%200%20012%20.55L46.79%2017A1.78%201.78%200%200148%2018.64v16.59q0%2012-14.6%2018.2a3.58%203.58%200%2001-2.8%200Q16%2047.19%2016%2035.23V18.64A1.78%201.78%200%200117.21%2017z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M32.72%2024.34a1%201%200%2000-1.45%200l-7.66%208c-.34.35-.22.64.27.64H26v5.55a.44.44%200%2000.44.45h3.12a.44.44%200%2000.44-.44v-2.76A1.78%201.78%200%200131.78%2034h.44A1.78%201.78%200%200134%2035.78v2.78a.44.44%200%2000.44.44h3.12a.45.45%200%2000.44-.45V33h2.12c.48%200%20.6-.29.27-.64z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%234bb34b%22%2F%3E%3C%2Fsvg%3E") no-repeat 30%/contain;
  59.     position: absolute;
  60.     top: 2px;
  61.     left: 9px;
  62.     border-radius: 2%;
  63. }
  64. /*Конец Шапка*/
  65.  
  66.  
  67.  
  68. /*Меню слева*/
  69. /*Кнопка ред.*/
  70. #vkc-profile-edit:hover {
  71.     text-decoration: none;
  72.     background: #e9edf1;
  73.     border-radius: 2px;
  74.     transition: background-color 200ms linear, color 200ms linear;
  75. }
  76. /*Конец Меню слева*/
  77.  
  78. /*Мини окно*/
  79. /*Диалоговое мини-окно*/
  80. .fc_tab_attach .ms_items_more_wrap {
  81.     padding: 8px 0px;
  82. }
  83.  
  84.  
  85. /*Окошко с мини-диалогом фикс*/
  86. .fc_editable.dark {
  87.     position: relative;
  88.     left: 10px;
  89. }
  90. .fc_tab_attach .media_selector .ms_item_more {
  91.     background: url(/images/icons/chats.png?14) no-repeat 0px -55px;
  92.     padding: 0 6px;
  93.     left: -1px;
  94.     position: relative;
  95. }
  96. .ms_items_more_wrap {
  97.     left: 30px;
  98.     top: 2px;
  99. }
  100. .fc_tab_txt .emoji_smile_wrap {
  101.     top: 25px;
  102. }
  103. .fc_tab_attach .ms_items_more_wrap.to_up.shown .ms_items_more {
  104.     bottom: -1px;
  105.     left: -133px;
  106. }
  107. .ms_items_more_wrap.to_up .ms_items_more:after {
  108.     border-width: 5px;
  109.     margin: 0px 38px;
  110.     border-top-color: #d4d5d8;
  111. }
  112. .emoji_tt_wrap.emoji_tt_shown {
  113.     visibility: visible;
  114.     transition: opacity 150ms ease-in-out, visibility 0ms ease-in-out 0ms;
  115.     opacity: 1;
  116.     bottom: 55px;
  117.     left: -232px;
  118. }
  119. #fc_clist .ui_scroll_inner.tt_noappend {
  120.     height: 210px;
  121. }
  122. /*Конец Мини окно*/
  123.  
  124.  
  125. /*Статус смайлик*/
  126. #currinfo_editor .emoji_smile._emoji_btn {
  127.     top: 23px;
  128.     left: 4px;
  129. }
  130.  
  131. /*Модуль аудиозаписи*/
  132. /*Высота продолжительности трека фикс*/
  133. head:not(.oldvk-option-audio) ~ body .audios_module .audio_row .audio_row__duration, head:not(.oldvk-option-audio) ~ body .audios_module .audio_row .audio_row__info {
  134.     display: block !important;
  135.     top: 5px;
  136. }
  137. /*Прозрачность кнопки play*/
  138. .audio_page_player2 .audio_page_player_play .icon, .audio_page_player2 .audio_page_player_play.audio_playing .icon {
  139.     /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAWCAYAAAC7ZX7KAAABEUlEQ…wtukiMDIxd/xj/sVO7iwQylxGpExrLwMAgSGG8YeuEUtVcAMF62CjKXmjVAAAAAElFTkSuQmCC) no-repeat 0 0; */
  140.     width: 22px;
  141.     height: 22px;
  142.     opacity: 1;
  143. }
  144.  
  145.  
  146. /*Паблик*/
  147. #public .page_block.page_photo.page_action_menu_groups {
  148.     /* margin-bottom: 10px; */
  149.     background: none;
  150.     padding-top: 0;
  151. }
  152. #public .page_photo .module_body>.flat_button:first-child, .page_photo .page_actions_expanded:first-child {
  153.     margin-top: 10px;
  154. }
  155. #public .page_photo.page_action_menu_groups .page_actions_item {
  156.     color: #2B587A;
  157.     padding: 0 0 0 7px;
  158.     height: auto;
  159. }
  160. #public .page_photo.page_action_menu_groups .page_actions_item:active, .page_photo.page_action_menu_groups .page_actions_item:hover {
  161.     background: #e9edf1;
  162.     color: #2b587a;
  163. }
  164. /*Инфа о паблике*/
  165. .group_info_row:first-child {
  166.     padding-top: 8px;
  167.     right: 35px;
  168.     position: relative;
  169.     top: -5px;
  170. }
  171. .group_info_row.site {
  172.     position: relative;
  173.     right: 35px;
  174. }
  175. /*Модуль доска почёта*/
  176. .app_widget_list_row:first-child {
  177.     padding-top: 0;
  178.     padding: 10px;
  179. }
  180. .app_widget_list_row:last-child {
  181.     padding-bottom: 0;
  182.     border-bottom: 0;
  183.     padding: 10px;
  184. }
  185. div#list_app_widget .module_header .header_top .header_label {
  186.     width: 100%;
  187.     background: #DEE5EB;
  188.     padding: 6px 8px;
  189.     font-weight: bold;
  190.     color: #45688E;
  191. }
  192. /*Мини-окно с друзьями онлайн*/
  193. #fc_clist_filter, #fc_clist_filter~.placeholder .ph_input {
  194. padding-left: 3px !important;
  195. margin-top: 3px;
  196. }
  197. .fc_tab_head {
  198. cursor: move;
  199. background: #56789c;
  200. border: 1px solid #4872a3;
  201. border-radius: 0px 0px 0 0;
  202. padding: 0 7px 0 8px;
  203. }
  204. /*Конец Паблик*/
  205.  
  206.  
  207.  
  208. /*Убрать "поделиться" и добавить комментарий в пост*/
  209. :lang(ru) .post_info > .like_wrap .like_btn.share:before {
  210.     content: "Поделиться";
  211.     display: none;
  212. }
  213. .post:not(.post_fixed) .like_btn.comment {
  214.     display: flex;
  215.     position: relative;
  216.     margin: 0 auto;
  217. }
  218. .like_views {
  219.     font-size: 10px;
  220.     color: #7295b2;
  221.     order: -1;
  222. }
  223. .album_module .page_album_thumb_wrap {
  224.     height: 120px;
  225.     width: auto;
  226. }
  227.  
  228.  
  229. /*Подчеркивание обновлена фотография в профиле*/
  230. .post_header_info .explain:hover {
  231.     color: #939393;
  232.     text-decoration: underline;
  233.     cursor: pointer;
  234. }
  235.  
  236. /*Показать подробно фикс*/
  237. .profile_more_info_link {
  238.     border-radius: 0;
  239.     padding-left: 10px;
  240.     line-height: 30px;
  241.     height: auto;
  242.     text-align: center;
  243. }
  244. /*Кнопка редактировать стр*/
  245. #profile_edit_act {
  246.     padding: 5px 6px;
  247.     background-color: #FFF;
  248.     color: #2b587a;
  249.     text-align: left;
  250. }
  251. #profile_edit_act:hover {
  252.     background-color: #e9edf1;
  253. }
  254. /*Исправление всплывающего эмодзи выбора*/
  255. .emoji_tt_wrap.tt_up {
  256.     bottom: auto;
  257.     top: -25px;
  258.     left: 0px;
  259. }
  260. #emoji_block_3 .emoji_tt_wrap.tt_up:after, .emoji_tt_wrap.tt_up:before {
  261.     right: 245px;
  262. }
  263. /*Исправление смайлик в модуле стена*/
  264. #submit_post_box .emoji_smile_icon, .wall_module .emoji_smile_icon_vector {
  265.     width: 24px;
  266.     height: 24px;
  267.     margin-top: -73px;
  268.     margin-right: -2px;
  269. }
  270. /*Модуль стена группы*/
  271. #page_wall_count_own .emoji_smile_icon, .wall_module .emoji_smile_icon_vector {
  272.     width: 24px;
  273.     height: 24px;
  274.     margin-top: -110px;
  275.     margin-right: -4px;
  276. }
  277. /*Высота текста у поста*/
  278. .wall_post_text {
  279.     padding-top: 3px;
  280. }
  281. /*высота даты смс*/
  282. .nim-dialog.nim-dialog_classic .nim-dialog--date {
  283.     right: auto;
  284.     top: 47px;
  285.     font-size: 0.9em;
  286. }
  287. /*Подпись сегодня в, нужен js*/
  288. .nim-dialog--date._im_dialog_date:before {
  289.     content: "сегодня в ";
  290. }
  291. /*Фикс положения смс*/
  292. .im-page.im-page_classic .im-mess:not(.im-mess_fwd).im-mess_unread > .im-mess--text, .im-page.im-page_classic .im-mess:not(.im-mess_fwd).im-mess_unread.im-mess_selected > .im-mess--text, .im-page_classic.im-page .im-mess:not(.im-mess_fwd).im-mess_unread.im-mess_light > .im-mess--text {
  293.     margin-left: 115px;
  294. }
  295.  
  296. /*Диалоги, редактирование и сохранение в важные смс*/
  297. .im-mess.im-mess_unread .im-mess--actions {
  298. margin-right: 60px;
  299. }
  300. .im-mess .im-mess--actions {
  301. margin-right: 85px;
  302. }
  303. .im-mess.im-mess_unread.im-mess_selected .im-mess--actions {
  304.     margin-right: 59px;
  305. }
  306. /*Сам диалог*/
  307. /*Отступы*/
  308. a.im-mess-stack--lnk {
  309.     left: 11px;
  310.     position: relative;
  311. }
  312. .im-page.im-page_classic .im-mess:not(.im-mess_fwd) > .im-mess--text {
  313.     margin-left: 143px;
  314. }
  315. .im-page.im-page_classic .im-mess:not(.im-mess_fwd) > .im-mess--text {
  316.     margin-left: 143px;
  317. }
  318.  
  319. /*Галочка*/
  320. .im-mess--check.fl_l {
  321.     left: 50px;
  322.     position: relative;
  323. }
  324. .im-mess-stack .im-mess-stack--mess .im-mess:first-child>.im-mess--check {
  325.     top: 15px;
  326.     left: 20px;
  327. }
  328. .im-page.im-page_classic .im-mess-stack--photo {
  329.     margin-left: 60px;
  330. }
  331. /*Камера в поле*/
  332. .im-mess-stack .im-mess-stack--mess .im-mess:first-child>.im-mess--check {
  333.     top: 15px;
  334.     left: 20px;
  335. }
  336. /*Подписи сообществом к меню управления*/
  337. a#page_menu_group_manage:after {
  338.     content: "сообществом";
  339.     position: relative;
  340.     left: 3px;
  341. }
  342. a.page_actions_item.page_menu_group_stats:after {
  343.     content: "сообщества";
  344.     position: relative;
  345.     left: 3px;
  346. }
  347. .page_actions_item.page_menu_group_comments:after {
  348.     content: "сообщества";
  349.     position: relative;
  350.     left: 3px;
  351. }
  352. #page_menu_group_notifications:after {
  353.     content: "в сообществе";
  354.     position: relative;
  355.     left: 3px;
  356. }
  357. .ui_rmenu_count grey {
  358. background:none;
  359. }
  360. /*Вкладка Мои настройки*/
  361. :root #ui_rmenu_blacklist::before {
  362. content: 'ЧС';
  363. }
  364. :root #ui_rmenu_apps::before {
  365. content: 'Приложения';
  366. }
  367. :root #ui_rmenu_mobile::before {
  368. content: 'Моб.сервисы';
  369. }
  370. :root #ui_rmenu_payments::before {
  371. content: 'Платежи';
  372. }
  373. :root #ui_rmenu_notifications::before {
  374. content: 'Оп.';
  375. }
  376. :root #ui_rmenu_blacklist span, :root #ui_rmenu_apps span, :root #ui_rmenu_mobile span, :root #ui_rmenu_payments span, :root #ui_rmenu_notifications span, :root #ui_rmenu_tags_dropdown span, :root #ui_rmenu_tags_dropdown_list span
  377. , :root #ui_item_tags_dropdown span
  378. , :root #ui_rmenu_item_expanded span
  379. , :root #ui_rmenu_tags_dropdown_toggle span{
  380. display: none;
  381. }
  382.  
  383. .feedback_menu_item {
  384. display: none;
  385. }
  386. /*Беседы размер*/
  387. .narrow_column .group_chats .module_body a {
  388.     display: block;
  389.     height: 100%;
  390.     zoom: 0.8;
  391. }
  392.  
  393. /*Фикс автор поста*/
  394. .post_author_data .eltt_content {
  395.     padding: 10px 10px 0;
  396.     white-space: nowrap;
  397. }
  398. /*Поиск по записям фикс кнопки "вернуться назад"*/
  399. .ui_ownblock {
  400.     padding: 0;
  401.     float: right;
  402. }
  403. /*Цвет полоски ползунка в песне*/
  404. .audio_inline_player .slider .slider_amount, .audio_page_player .slider .slider_amount, .audio_inline_player .slider .slider_handler, .audio_page_player .slider .slider_handler {
  405.     background-color: #5f7d9d;
  406. }
  407. /*Футер*/
  408. .left_menu_nav {
  409.     color: #2b587a;
  410.     padding: 2px 5px;
  411.     text-transform: none;
  412.     float: right;
  413.     position: relative;
  414.     left: 30px;
  415. }
  416. .left_menu_nav {
  417.     color: #2b587a;
  418.     padding: 2px 5px;
  419.     text-transform: none;
  420.     float: right;
  421.     position: relative;
  422.     left: 30px;
  423.     display: none;
  424. }
  425.  
  426. /*Мои Приложения*/
  427. #apps_top_tabs .ui_tab {
  428.     font-weight: bold;
  429.     color: #45688E;
  430.     border-radius: 2px;
  431.     padding: 8px 8px 4px;
  432.     margin: 8px 5px 7px;
  433.     border-radius: 3px 3px 0 0;
  434.     line-height: 7px;
  435.     position: relative;
  436.     left: 5px;
  437. }
  438. #apps_header .ui_tabs_header {
  439.     padding: 0px 0 0;
  440.     border-bottom: none;
  441.     border-bottom: 1px solid;
  442.     height: 33px;
  443.     position: relative;
  444.     left: -10px;
  445.     top: -5px;
  446.     width: 627px;
  447. }
  448. .apps_top_tabs .ui_tab_group_label {
  449.     display: inline-block;
  450.     max-width: 180px;
  451.     overflow: hidden;
  452.     white-space: nowrap;
  453.     text-overflow: ellipsis;
  454.     vertical-align: bottom;
  455.     height: 10px;
  456. }
  457. /*Выкл. border над комментами*/
  458. .deep_active .post_replies_header, .deep_active.wall_module .post_replies_header {
  459.     padding: 10px 0px 0px;
  460.     border-top: none;
  461.     font-size: 12.5px;
  462. }
  463. /*Надпись мне нравится*/
  464. #pv_bottom_info_like a.like_btn.like._like:before {
  465.     content:"Мне нравится";
  466.     position: relative;
  467.     right: 3px;
  468.     opacity:0.5;
  469. }
  470. /*Прикрепить в комм*/
  471. .deep_active .replies .reply_box_more_attaches:before, .deep_active.wall_module .replies .reply_box_more_attaches:before, .deep_active.wall_module .wl_replies_block_wrap .reply_box_more_attaches:before, .deep_active .wl_replies_block_wrap .reply_box_more_attaches:before {
  472.     content: '';
  473.     position: absolute;
  474.     background-size: 18px;
  475.     width: 20px;
  476.     left:5px;
  477.     background: none;
  478.     height: 20px;
  479.     top: 13px;
  480.     content: "Прикрепить";
  481.     color: #3a597d;
  482.     opacity: .7;
  483.     cursor: pointer;
  484. }
  485. .ms_items_more_wrap {
  486.     left: 15px;
  487. }
  488. .deep_active .reply_field_wrap {
  489.     margin: 0 0px 0 40px !important;
  490. }
  491. .deep_active .replies .reply_fakebox_container .reply_fake_more_attaches {
  492.     background-size: 15.2px;
  493.     background: none;
  494. }
  495. /*Убирает фотик*/
  496. .wall_module .reply_box_photo {
  497.     top: auto;
  498.     bottom: -26px;
  499.     right: 26px;
  500.     display: none;
  501. }
  502. /*таблица смайликов фикс*/
  503. #public_wall .emoji_tt_wrap.emoji_tt_shown {
  504.     visibility: visible;
  505.     transition: opacity 150ms ease-in-out, visibility 0ms ease-in-out 0ms;
  506.     opacity: 1;
  507.     bottom: 25px;
  508.     left: -232px;
  509. }
  510. /*ещё в модуле стена паблик*/
  511. #public_wall .media_selector .ms_item_more {
  512.     float: left;
  513.     height: 22px;
  514.     line-height: 22px;
  515.     left: -10px;
  516.     padding: 0 6px 0 5px;
  517.     opacity: 0.7;
  518.     outline: none;
  519.     top: -3px;
  520.     position: relative;
  521. }
  522. /*Значок Online mobile*/
  523. .nim-peer.online.mobile:after {
  524. background:url('data:image/gif;base64,R0lGODlhBwALAMQeAAAAAAgICBAQEBgYGCEhISkpKTExMTk5OUJCQkpKSlJSUlpaWmNjY2tra3Nzc3t7e4SEhIyMjJSUlJycnKWlpa2trbW1tb29vcbGxs7OztbW1t7e3ufn5+/v7/f395K6RSH5BAkAAB8ALAAAAAAHAAsAAAUe4CeK1qdZKHpaV5te44XCoszGr5uea5qlKsuqpwoBADs=') 46px no-repeat !important;
  525. width: 50px !important;
  526. left: 54px !important;
  527. padding-right: 30px !important;
  528. top: 20px;
  529. }
  530.  
  531. /*Онлайн в диалогах*/
  532. .nim-peer.online:after {
  533.     content: "Online";
  534.     background: none;
  535.     border: none;
  536.     width: 50px;
  537.     color: #AAA;
  538.     top: 20px;
  539.     border-radius: 0;
  540. }
  541. /*Фикс эмоджи и камеры в диалоге*/
  542. .im-chat-input .im-chat-input--smile-wrap .emoji_smile_icon_vector {
  543.     margin-left: -20px;
  544. }
  545. .im-chat-input .im-chat-input--smile-wrap .emoji_smile_icon_vector {
  546.     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIW…WBTzAGTa6FzE3/8yvHRb9y0WMakouPyfWcN6r/TdFzPgG6WZQaR4pI5wAAAABJRU5ErkJggg==) no-repeat 4px 4px;
  547.     opacity: 1;
  548.     position: relative;
  549.     left: 4px;
  550. }
  551. /*Комментировать надпись*/
  552. .like_btn.comment:after {
  553.     content: " | Комментировать";
  554.     color: #2b587a;
  555.     padding-left: 3px;
  556.     font-weight: 200;
  557.     position: relative;
  558. }
  559. .post:not(.post_fixed) .like_btn.comment {
  560.     display: flex;
  561.     position: relative;
  562.     margin: 0 auto;
  563.     opacity: 1;
  564. }
  565. .like_views {
  566.     font-size: 10px;
  567.     color: #7295b2;
  568.     order: -1;
  569. }
  570. .album_module .page_album_thumb_wrap {
  571.     height: 120px;
  572.     width: auto;
  573. }
  574. .like_btn.comment .like_button_icon {
  575.     background-image: none;
  576.     width: 0px;
  577.     height: 12px;
  578.     display: none;
  579. }
  580. a.like_btn.comment._comment._reply_wrap:hover {
  581.     background: none;
  582. }
  583. .like_btn:first-child {
  584.     margin-left: 50px;
  585. }
  586. a.like_btn.share._share.empty {
  587.     left: 50px;
  588.         position: relative;
  589. }
  590. a.like_btn.share._share.empty:hover {
  591.     left: 50px;
  592.     position: relative;
  593. }
  594. a.like_btn.like._like.animate.active {
  595.     margin-left: 55px;
  596. }
  597. /*когда закреп, тоже нужен js*/
  598. /*.like_btn.like._like.empty {
  599.     position: relative;
  600.     margin-left: 127px;
  601. } */
  602. /*когда прокрутка нужно сделать этот код через js*/
  603. /*a.like_btn.like._like.animate.empty {
  604.     margin-left: 59px;
  605.     position: relative;
  606. }
  607. a.like_btn.like._like.animate {
  608.     margin-left: 255px;
  609. }
  610. a.like_btn.share._share.empty {
  611.     position: relative;
  612.     left: 250px;
  613. }
  614. a.like_btn.share._share.empty:hover {
  615.     position: relative;
  616.     left: 250px;
  617. }
  618. a.like_btn.like._like.animate.empty {
  619.     margin-left: 263px;
  620.     position: relative;
  621. }*/
  622.  
  623. /*откл Глазок*/
  624. .like_views {
  625.     font-size: 10px;
  626.     color: #7295b2;
  627.     order: -1;
  628.     display: none;
  629. }
  630. /*Убирает счётчик у комментариев*/
  631. a.like_btn.comment._comment._reply_wrap .like_button_count {
  632.     display: none;
  633. }
  634. /*Ответы фикс окошка*/
  635. #oldvk-notify-wrap.active #top_notify_wrap {
  636.     visibility: visible;
  637.     opacity: 1;
  638.     -webkit-filter: none;
  639.     filter: none;
  640.     pointer-events: auto;
  641.     top: 214px;
  642.     left: 145px;
  643. }
  644. /*подпись у стены в паблике*/
  645. .submit_post .addpost_button_wrap, .submit_post .addpost_opt, .submit_post .addpost_popt {
  646.     float: left;
  647.     margin-right: 10px;
  648. }
  649. /*Мини плеер*/
  650. .top_audio_player {
  651.     position: fixed;
  652.     background: #dee5eb;
  653.     left: 51vw;
  654.     top: 50px;
  655.     margin-left: 380px;
  656.     border-radius: 4px;
  657.     width: 200px;
  658.     height: 36px;
  659.     transition: opacity 200ms ease-in-out;
  660. }
  661.  
  662. /*Размер изображения при вложении в комм или диалог*/
  663. #board .editable_thumbs .thumb_wrap.last_column {
  664.     margin-right: 0;
  665.     width: 100px !important;
  666.     height: 100px !important;
  667. }
  668. #board .media_preview {
  669.     padding: 10px 0;
  670.     max-width: 510px;
  671.     display: none;
  672.     height: 0;
  673. }
  674. #board .button_gray button, .flat_button.secondary {
  675.     background-color: #dfe5ed;
  676.     color: #627485;
  677.     position: relative;
  678.     left: 10px;
  679. }
  680. #public .button_gray button, .flat_button.secondary {
  681.     background-color: #dfe5ed;
  682.     color: #627485;
  683.     position: relative;
  684.     left: 0px;
  685. }
  686. #board .editable_thumbs .thumb_wrap .draggable_thumb .preview {
  687.     background-repeat: no-repeat;
  688.     background-position: 50%;
  689.     object-fit: cover;
  690.     max-width: 100px;
  691.     max-height: 100px;
  692. }
  693. #board .editable_thumbs .thumb_wrap .draggable_thumb {
  694.     cursor: pointer;
  695.     position: relative;
  696.     overflow: hidden;
  697.     width: 100px;
  698.     height: 100px;
  699. }
  700. #board .editable_thumbs .thumb_wrap {
  701.     position: relative;
  702.     margin: 0 5px 5px 0;
  703.     top: 0px;
  704.     left: 0;
  705.     transition: all .15s ease;
  706. }
  707. /*рекомендуемый объём фикс*/
  708. .wall_module .reply_box .reply_warn {
  709.     padding: 0;
  710.     margin-top: 0px;
  711.     margin-right: 75px;
  712. }
  713. /*Кнопки действий в паблике*/
  714. .page_block.page_photo.page_action_menu_groups {
  715.     margin-bottom: 10px;
  716.     background: none;
  717.     padding-top: 0;
  718. }
  719. .page_photo.page_action_menu_groups .page_actions_item {
  720.     color: #2B587A;
  721.     padding: 0 0 0 7px;
  722.     height: auto;
  723. }
  724. /*Вкладка группы*/
  725. #ui_rmenu_events {
  726.     display: none;
  727. }
  728. #ui_rmenu_category0 {
  729.     display: none;
  730. }
  731. #ui_rmenu_search {
  732.     position: relative;
  733.     top: 52px;
  734.     left: 245px !important;
  735.     z-index: 100;
  736.     font-size: 11px;
  737.     font-weight: 500;
  738. }
  739. #ui_rmenu_search:hover{
  740.     background: none;
  741.     text-decoration: underline;
  742. }
  743. .search_query_wrap {
  744.     padding: 10px 10px;
  745.     background: #F7F7F7;
  746.     border-bottom: 1px solid #DAE1E8;
  747.     top: -45px;
  748.     position: relative;
  749. }
  750. .page_block_header .flat_button, .page_block_sub_header .flat_button, .ui_tabs_header .flat_button {
  751.     padding: 6px 16px;
  752.     margin: 0;
  753.     position: relative;
  754.     top: 35px;
  755.     z-index: 100;
  756. }
  757. #ui_rmenu_events {
  758.     display: none;
  759. }
  760. #ui_rmenu_category0 {
  761.     display: none;
  762. }
  763. /*Расстояние*/
  764. .group_row_info {
  765.     overflow: hidden;
  766.     color: #656565;
  767.     padding-top: 0px;
  768. }
  769. .group_row_labeled {
  770.     padding-bottom: 0px;
  771. }
  772. .group_row_labeled {
  773.     padding-top: 5px;
  774. }
  775. /*Прикерпить в диалогах*/
  776. ._im_media_selector.im-chat-input--selector, .im-chat-input .im-chat-input--selector .ms_item_more {
  777.     width: 60px;
  778.     height: 24px;
  779.     margin-bottom: -2px;
  780.     left: 290px;
  781. }
  782. .im-chat-input.im-chat-input_classic .im-chat-input--textarea .ms_items_more_wrap.to_up .ms_items_more:after {
  783.     content: "Прикрепить";
  784.     color: #2B587A;
  785.     border: none;
  786.     font-weight: 400;
  787.     font-size: 10.5px;
  788.     position: relative;
  789.     left: 3px;
  790.     bottom: -7px;
  791. }
  792. .ms_items_more._more_items {
  793.     left: 25px;
  794. }
  795. .ms_items_more_wrap.to_down .ms_items_more:after, .ms_items_more_wrap.to_down .ms_items_more:before {
  796.     bottom: 100%;
  797.     left: 70px;
  798.     top: -12px;
  799. }
  800. /*Подпись группы*/
  801. #profile_idols .header_label.fl_l:after {
  802.     content: "Группы";
  803.     color: #45688E;
  804.     display: inline-block;
  805.     margin-left: -57px;
  806. }
  807. #profile_idols .module_header .header_top .header_label{
  808.     width: 100%;
  809.     background: #DEE5EB;
  810.     padding: 4px 8px;
  811.     font-weight: bold;
  812.     color: #DEE5EB;
  813. }
  814. .ui_box_header_cnt {
  815.     font-size: 12px;
  816.     opacity: 0.5;
  817.     top: -45px;
  818.     position: relative;
  819.     left: -10px;
  820. }
  821. /*Фикс аудио*/
  822. .im-mess.im-mess_unread.im-mess_selected .im-mess--actions {
  823.     margin-right: 59px;
  824. }
  825. /*Надпись перейти к диалогу*/
  826. a.mail_box_header_link {
  827.     top: -2px;
  828.     position: relative;
  829. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement