Skip to content

Instantly share code, notes, and snippets.

@tamr
Last active April 25, 2018 19:05
Show Gist options
  • Save tamr/e123b9ac8cd557855f53 to your computer and use it in GitHub Desktop.
Save tamr/e123b9ac8cd557855f53 to your computer and use it in GitHub Desktop.
facebook as a blog
.fbDock.clearfix {display:none}
.fbTimelineCapsule ._1vc-,
#rightCol,
._5pb8._29h._303,
._4d6h._4p1p._4-u3._57d8,
._ohe.lfloat ._47gt,
._156n._23fw,
._30vx._5v-0,
._2yj._509-._4ki._4ks,
.timelineLayout ._6a._6b ._5pbw,
.UFIRow._4oep.UFIAddComment,
._51x9 ._3399._a7s,
._42ft._4jy0._2yfv._4jy4,
._2wnm ._3t_z,
._3zm-._55bj._55bh,
._2pdh._55bi._3zm-._55bh,
._5cop._2wnm._55bh,
._2dpe._1ayn ._2dpb,
#mainContainer #leftCol,
._52lb._3-7.lfloat._ohe,
._4ki._6-h._6-j._6-i,
._1uh- ._2s24,
._1uh-:not(:first-child) ._4kny,
._1uh-._2s24,
._2t-f ._1uh-:not(:first-child),
._398f._398g,
._5fwj.hasNew,
#fbRequestsJewel,
._pn1._1z4y._5fwu,
._1z4y, ._4xi2, ._3qcu_, ._2s24, ._330i
{display: none}
._2t-f ._cy6 {padding: 0}
.fbTimelineCapsule ._5nb8,
._4lh .fbTimelineTwoColumn[data-type="s"],
.fbTimelineUnit.fbTimelineTwoColumn .timelineUnitContainer.fbTimelineComposerUnit, #mainContainer,
#blueBarNAXAnchor ._uaw,
#blueBarDOMInspector ._uaw,
#blueBarDOMInspector ._50tk,
#blueBarDOMInspector ._5fo3
{
width: 850px;
}
#mainContainer,
html ._5vb_._5vb_.hasLeftCol .hasRightCol div#contentArea {
width: 850px;
margin: 0 auto;
}
html ._5vb_.hasLeftCol #contentCol {
margin-left: 55px;
}
._3htz ._53j5,
._2u7 ._53j5 {
min-height: 463px !important;
min-width: 825px !important;
}
.iframeEmbed iframe {
min-width: 825px !important;
min-height: 464px !important;
}
._51x9 #fbTimelineHeadline ._70j {
bottom: -35px;
}
#fbTimelineHeadline .profilePicThumb {
background: transparent;
}
#blueBarNAXAnchor,
#blueBarDOMInspector ._hdd,
#blueBarDOMInspector ._2s1x,
#blueBarDOMInspector{
-webkit-filter: brightness(95%) contrast(140%) grayscale(100%)
}
._36bx ._2dck ._1mf7 {
-webkit-filter: contrast(80%) brightness(115%) grayscale(100%);
}
#u_0_g ._48pw {
/*transform: rotate(180deg);*/
}
._6m2._1zpr._dcs {
box-shadow: none;
}
._6m3 .mbs._6m6 a {font-family: sans-serif;font-size: 16px;font-weight:700}
._3c21 ._6m3 {margin-top: 0}
._51x9 ._8_2 #fb-timeline-cover-name,
.uiContextualLayerPositioner._53ii,
._54nc._54nu._48t__ {display: none;}
._6-d #fbTimelineHeadline .profilePicThumb {
top: -75px; left: 15px;
}
._6-d #fbTimelineHeadline .profilePic,
._1nv5.profilePicThumb img {
height: 100px;
width: 100px;
border-radius: 50%;
}
._4-u2._2uo1._3-95,
html ._2xk0._5vb_._5vb_.hasLeftCol .hasRightCol div#contentArea {width:100%}
.entity._4v1s {display:none}
._5vb_.hasLeftCol #mainContainer {margin:0 auto; text-align:left}
.home #content {text-align:center}
html ._2xk0._5vb_.hasLeftCol #contentCol {margin-left: 0}
._4pmj._2t-d {width:850px}
._1qkx {
width: 830px !important;
float: right !important;
}
._14i5 {
right: 0;
}
._6-d #fbTimelineHeadline .profilePic {
-webkit-animation-name: pulsate;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
/* -webkit-animation-iteration-count: infinite*/
}
@-webkit-keyframes pulsate {
0% { width:10px;height: 10px; opacity: 0.0}
10% { width:15px;height: 15px; opacity: .20}
20% { width:20px;height: 20px; opacity: .40 }
30% { width:30px;height: 30px; opacity: .60 }
40% { width:40px;height: 40px; opacity: .80 }
50% { width:50px;height: 50px; opacity: 1.0}
60% { width:60px;height: 60px; opacity: .80}
70% { width:80px;height: 80px; opacity: .60}
80% { width:90px;height: 90px; opacity: .40}
90% { width:95px;height:95px; opacity: .20}
100% { width:100px;height: 100px; opacity: 1}
}
:focus {
outline: 0px
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
background-color: #f5f5f5;
border-left: 1px solid #d2d2d2
}
::-webkit-scrollbar-thumb {
background-color: #c3c3c3;
border-top: 1px solid #b6b6b6;
border-bottom: 1px solid #969696;
border-left: 1px solid #b6b6b6
}
::-webkit-scrollbar-button {
display: none;
width: 0;
height: 0
}
::-webkit-scrollbar-corner {
background-color: transparent;
color: #555555
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment