Created
April 6, 2018 15:30
-
-
Save vit1-irk/d5ab3bb701fea26c28e4944e0411b39f to your computer and use it in GitHub Desktop.
Make VK great again (userstyle) - оригинальная тема оформления для ВК. Убирает лайки, предложки, делает более лёгкое оформление, некликабельные ссылки на личные страницы и многое другое. Долой социальную лабуду, даёшь только полезный функционал!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.im-chat-input--attach { | |
margin-right: -38px; | |
} | |
#l_pr, #l_nwsf, #friends_possible_block, #ui_rmenu_recent, #ui_rmenu_find, | |
#ui_rmenu_lists, #submit_post_box, #feed_filters, #ui_rmenu_recommended, | |
#ui_rmenu_payments, .top_profile_img, .top_home_logo, .im-send-btn_audio, .emoji_smile_wrap, | |
#invite_button, #narrow_column .ui_rmenu_sep, .ui_calendar_icon, | |
#friends_search_wrap, #ui_rmenu_category0, #ui_rmenu_events, #groups_filters_wrap, | |
.nim-dialog--photo | |
{ | |
display: none; | |
} | |
.im-chat-input.im-chat-input_classic .im-chat-input--textarea { | |
width: 480px; | |
} | |
.im_editable.im-chat-input--text._im_text { | |
padding: 9px 44px 10px 13px; | |
} | |
.nim-dialog.nim-dialog_classic .nim-dialog--content { | |
margin-left: 20px; | |
} | |
.nim-dialog .nim-dialog--content { | |
border-top: none !important; | |
} | |
.im-mess-stack--photo { | |
display: none; | |
} | |
#ads_left.ads_left_empty + .left_menu_nav_wrap { | |
padding-top: 8px; | |
border-top: 1px solid white; | |
} | |
div.back { | |
background: white !important; | |
color: rgb(42, 88, 133) !important; | |
border-bottom: 1px solid #dddddd; | |
} | |
#page_header_cont * { | |
color: rgb(42, 88, 133) !important; | |
} | |
.im-page_classic.im-page .im-page--header { | |
top: 90px; | |
} | |
.im-page_classic .im-page--chat-header { | |
top: 42px; | |
} | |
.im-page--chat-input._im_chat_input_w { | |
bottom: -15px !important; | |
} | |
.im-right-menu { | |
top: 21px; | |
} | |
.side_bar_inner { | |
padding: 5px 0 10px; | |
} | |
.im-page_classic .im-page--title-main { | |
line-height: 30px; | |
} | |
.chat_onl { | |
color: transparent !important; | |
width: 30px; | |
} | |
.im-mess-stack .im-mess-stack--content .im-mess-stack--pname > a { | |
font-weight: 900; | |
margin-left: -30px; | |
} | |
#ts_wrap, .sticker_animation { | |
display: none; | |
} | |
.page_block { | |
box-shadow: none; | |
} | |
.more_div.l_main, a.post_like, .like_wrap, .post_views, | |
.post_share_count, #group_followers, ._audio_section_tab__recoms, ._audio_section_tab__updates, | |
._audio_section__recoms, .audio_section__recoms, | |
.im-page--title-meta, ._im_page_peer_online, .chat_tab_imgcont.online.mobile::after, | |
span.fc_contact_photo.online.mobile::after, .im-page--aside-photo.friends_user_row, .online.mobile::after, | |
#friends_tabs_wrap .ui_tab_count, .chat_tab_wrap > div:nth-child(1)::after | |
{ | |
display: none !important; | |
} | |
.ny2017_link, .im_sticker_row { | |
display: none; | |
} | |
.ny2017_link ~ * { | |
display: none; | |
} | |
.post_full_like_wrap { | |
border-bottom: 1px solid #e7e8ec; | |
border-top: none; | |
} | |
a.line_cell, a.clear_fix, a.im-mess-stack--lnk, a.reply_image, a.author, a.mem_link, | |
a.wall_signed_by, .people_name a, a.fans_fan_lnk, a.fans_fan_ph, a.ui_zoom_outer, a.ui_zoom_added, | |
a.fc_msgs_img, .page_avatar_img, .friends_field a, .friends_field_title a, a.friends_photo, a.ui_zoom_outer, a.ui_zoom_added, | |
.im-member-item--name a, .im-member-item--invite a | |
{ | |
pointer-events: none; | |
} | |
body { | |
background: white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment