Last active
September 27, 2018 12:16
-
-
Save nhandt64/9fced2c1a4ca153a61ac45d92c617870 to your computer and use it in GitHub Desktop.
Customize Facebook Hot Style
This file contains 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
@import url('https://fonts.googleapis.com/css?family=Cabin&subset=vietnamese'); | |
*, a, input, div, body, html, p, h1, h2, h3, h4, h5, span{ | |
font-family: 'Cabin', sans-serif !important; | |
} | |
body{ | |
overflow-x: hidden; | |
} | |
#pagelet_canvas_nav_content, .fbSidebarGripper{ | |
display: none | |
} | |
._2t-a{ | |
width: 100%; | |
background: linear-gradient(to right, #f12711, #f5af19); | |
background-size: cover; color: white !important | |
} | |
p{ | |
color: black | |
} | |
._3z_5{ | |
background-color: #f12711 | |
} | |
._50mz span:hover{ | |
text-decoration: none; | |
} | |
.titlebarText{ | |
color: white !important; | |
} | |
.fbNub._50mz .fbNubFlyoutTitlebar{ | |
background: linear-gradient(to right, #ed213a, #93291e) !important; | |
} | |
._1nc6 ._1aa6, ._4jy1, ._9jo ._54ne{ | |
background:linear-gradient(to right,#069,#00d77d) | |
} | |
._2s1x ._2s1y{ | |
border: none !important; | |
} | |
._4oes{ | |
display: none !important; | |
} | |
.selected{ | |
background: linear-gradient(to right, #f12711, #f5af19); | |
} | |
a[href="https://www.facebook.com/settings?ref=mb&drop"]{ | |
color: white; | |
background: transparent !important; | |
} | |
._9jo{ | |
background: transparent !important; | |
} | |
._54nh{ | |
background: transparent !important; | |
} | |
._1nc6 ._1aa6{ | |
background: linear-gradient(to right, #ed213a, #93291e); | |
} | |
button,a { | |
border: none; | |
} | |
._6a ._6b{ | |
background: transparent; | |
} | |
._5w1r, ._3_om, ._5wdf | |
{ | |
border-radius: 8px; | |
} | |
._54nc, ._54nh, .navSubmenu{ | |
background-color: transparent !important; | |
border-bottom-color: transparent !important; | |
border-left-color: transparent !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment