Last active
September 27, 2018 12:15
-
-
Save nhandt64/55ac1a5486a4c29390ce77493ad5bd3a to your computer and use it in GitHub Desktop.
Customize Facebook
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
@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,#069,#00d77d); | |
background-size: cover; color: white !important | |
} | |
p{ | |
color: black | |
} | |
._3z_5{ | |
background-color: #00aa5f | |
} | |
._50mz span:hover{ | |
text-decoration: none; | |
} | |
.titlebarText{ | |
color: white !important; | |
} | |
.fbNub._50mz .fbNubFlyoutTitlebar{ | |
background:linear-gradient(to right,#34e89e,#0f3443) !important; | |
} | |
._1nc6 ._1aa6, ._4jy1, ._9jo ._54ne{ | |
background:linear-gradient(to right,#069,#00d77d) !important; | |
} | |
._2s1x ._2s1y{ | |
border: none !important; | |
} | |
._4oes{ | |
display: none !important; | |
} | |
a[href="https://www.facebook.com/settings?ref=mb&drop"]{ | |
color: white; | |
background: transparent !important; | |
} | |
._9jo{ | |
background: transparent !important; | |
} | |
._54nh{ | |
background: transparent !important; | |
} | |
button{ | |
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
thanks bro ^^