Skip to content

Instantly share code, notes, and snippets.

Revisions

  1. MoatazAbdAlmageed created this gist Jun 21, 2018.
    189 changes: 189 additions & 0 deletions Facebook style with (Stylebot - Chrome Web Store)
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,189 @@
    https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha


    .userContentWrapper p {
    font-size: 30px
    ;
    }

    ._2yq #globalContainer {
    width: 1412px ;
    }

    #globalContainer {
    padding-left: 0px;
    padding-right: 0px;
    }

    #pageHead {
    padding-left: 2px;
    padding-right: 0px;
    }

    ul.fbChatOrderedList.clearfix a, div.fbChatSidebar h5.uiStreamMessage, div.fbChatSidebar h5.uiStreamMessage a, div.fbChatSidebar span {
    color: #d4d4d4;
    font-size: 12.5px;
    font-family: Helvetica Neue;
    font-weight: 200;
    line-height: 1.1em;
    }

    div.fbChatSidebar {
    left: 0px;
    background-color: #31353e;
    color: #d4d4d4;
    border: 1px solid #23272d;
    box-shadow: inset-6px 0px 20px rgba(0,0,0,.5);
    width: 180px;
    }

    span._554p {
    background-color: #31353e;
    color: gray;
    left: 0;
    }

    span._554r {
    display: none;
    }

    img.profilePic {
    border-radius: 4px;
    }

    a._50zw:hover, .fbChatSidebar .fbFeedTicker .tickerStoryClickable:hover, .tickerStorySelected {
    background: black;
    }

    .fbChatSidebar .fbFeedTicker .tickerStoryClickable {
    border-top: black;
    }

    a._50zw img.status.icon.img {
    position: absolute;
    left: 30px;
    bottom: -3px;
    }

    .uiContextualDialogLeft .uiContextualDialog, .uiContextualDialogRightAligned .uiContextualDialog {
    left: 180px;
    background: white;
    border: none;
    }

    .uiContextualDialog .uiScrollableAreaContent {
    background: white;
    border: 1px solid lightgray;
    }

    a.tickerStoryAllowClick.tickerActionButtonLink {
    position: absolute;
    left: -235px;
    top: 0px;
    color: black;
    }

    div.tickerStoryContent {
    width: 130px;
    }

    div.linkWrap {
    display: none;
    }

    #leftCol a.item {
    border: none;
    zoom: 1.5;
    }

    img._s0.fbxWelcomeBoxImg._rw.img {
    padding: 0px 12px;
    border-radius: 12px;
    }

    #leftCol .count {
    position: absolute;
    border: none;
    color: white;
    z-index: 90;
    font-size: 5px;
    padding: 1px;
    line-height: 1em;
    left: 30px;
    margin-top: 3px;
    background: none;
    font-weight: normal;
    }

    #leftCol .count span {
    font-size: 6.5px;
    }

    #leftCol h4, #leftCol div.lfloat {
    text-align: center;
    display: block;
    width: 100%;
    }

    .uiSideNav .selectedItem .item, .uiSideNav .selectedItem .item:hover, .uiSideNav ul .selectedItem .subitem, .uiSideNav ul .selectedItem .subitem:hover {
    background-color: red;
    color: red;
    z-index: 999;
    }

    .uiSideNav .selectedItem .item:after, .uiSideNav .selectedItem .item:hover:after, .uiSideNav ul .selectedItem .subitem:after, .uiSideNav ul .selectedItem .subitem:hover:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent red;
    left: 51px;
    margin-top: -3px;
    z-index: 99;
    visibility: visible;
    }

    body {
    background: #e9eaed;
    }

    li.mts.uiStreamHeader {
    background: none;
    box-shadow: 0px 2px 2px gray;
    z-index: 1;
    }

    img._s0._rw.img {
    border-radius: 4px;
    }

    ._s0.tickerStoryImage, div.fbChatSidebar img.pic.img {
    border-radius: 4px;
    box-shadow: 0 0 2px black;
    }

    .fbTimelineTimePeriod, .pagesTimelineButtonPagelet, .fbTimelineScrubber {
    background: none;
    }

    #u_0_1w ,#contentCol,#content_container {
    width: 100% ;
    }

    #leftCol {
    left: -16em;
    }

    ._1qkx {
    width: 1080px ;
    }

    #rightCol {
    left: 92em;
    float: left;
    margin-right: 15rm;
    position: relative;
    }