Created
November 13, 2017 06:38
-
-
Save jyntran/e59ebcda8d8f598f837cfc3a0c2569b2 to your computer and use it in GitHub Desktop.
Poke in Peace: minimal interface for poking on 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
html, body { | |
overflow: hidden; | |
height: 100% !important; | |
} | |
body { | |
/* | |
background-image: url('https://i.imgur.com/SVNU3zf.jpg'); | |
background-size: cover; | |
background-repeat: no-repeat; | |
*/ | |
} | |
#u_0_11 { | |
/*background: #fffffff0;*/ | |
height: 100% !important; | |
} | |
#BuddylistPagelet, | |
#pagelet_bluebar, | |
#leftCol, | |
#rightCol, | |
#u_0_g { | |
display: none !important; | |
} | |
._2yq #globalContainer { | |
width: 100% !important; | |
height: 100% !important; | |
padding: 0; | |
} | |
#content { | |
height: inherit; | |
} | |
#content ._2pie { | |
height: inherit; | |
padding: 0; | |
} | |
#mainContainer { | |
height: inherit; | |
} | |
#contentCol { | |
background: none !important; | |
width: 100% !important; | |
margin: 0 !important; | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
} | |
#contentArea { | |
width: 100% !important; | |
float: none; | |
left: 0; | |
right: 0; | |
margin: 0 !important; | |
} | |
/* Search bar */ | |
#u_0_i { | |
display: none; | |
} | |
/* Poke container */ | |
._4-u2._xct._4-u8 { | |
width: 320px !important; | |
} | |
/* Suggested Pokes */ | |
._4-u2._xct._4-u8:nth-child(2) { | |
display: none !important; | |
} | |
/* Poke */ | |
div._xco { | |
border: none; | |
padding: 0; | |
} | |
/* Avatar */ | |
.lfloat { | |
display: none; | |
} | |
/* Poke button container */ | |
._xcq.rfloat._ohf { | |
margin: 0; | |
} | |
/* Poke button */ | |
._42ft._4jy0 { | |
padding: 16px; | |
font-size: 0 !important; | |
} | |
/* Poke button icon */ | |
._42ft._4jy0 img { | |
margin-right: 0; | |
} | |
/* Remove button */ | |
._42ft._5upp { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment