前往
大廳
主題

Stylish樣式:固定臉書左側欄和隱藏不需要區塊

—— | 2014-07-08 00:00:13 | 巴幣 0 | 人氣 340

那個不想隱藏的去掉,如:#pagesNav,
#pagesNav, #listsNav, #appsNav, #interestsNav, #developerNav, #pagelet_bookmark_nav

其他的,這個#pagelet_web_messenger {以下的,自己試。
我不會CSS,請自己摸索!

/*固定*/
#leftCol {
    opacity: .5;
    transition: all .3s;
    position: fixed;
}

#leftCol:hover {
    opacity: 1;
}

._6m7 {
    color: #555;
    line-height: 1.5em;
    font-family: ubuntu, arial, sans-serif;
}

._6m6 a {
    color: #333;
}

._59tj {
    display: none;
}

/* 隱藏 */

#pagesNav, #listsNav, #appsNav, #interestsNav, #developerNav, #pagelet_bookmark_nav {
    display: none;
}

#pagelet_web_messenger {
    width: 120%;
}

.ego_column {
    display: none;
}

div.text_exposed_root p {
    margin-bottom: 1em;
}

div#pagelet_pymk_timeline {
  display: none;
}

#mainContainer #contentCol.homeFixedLayout #contentArea {
  width: auto !important;
}
/*結束*/

創作回應

更多創作