前往
大廳
主題

火狐Firefox Stylish CSS樣式:書籤—隱藏選單多餘選項、編輯面板(更新)和字體大小

—— | 2015-07-28 20:27:56 | 巴幣 0 | 人氣 369

/*隱藏書籤選單多餘選項*/
#BMB_bookmarksPopup > menuseparator,
#BMB_bookmarksShowAll,
#BMB_bookmarkThisPage,
#BMB_subscribeToPageMenuitem,
#BMB_subscribeToPageMenupopup,
#BMB_bookmarksToolbar,
#BMB_unsortedBookmarks,
#BMB_viewBookmarksSidebar,
#BMB_viewBookmarksToolbar
{display: none !important;}


/*書籤字體大小*/
#BMB_bookmarksPopup menu,
#BMB_bookmarksPopup menuitem
{-moz-transform:scale(1.0) !important;
-moz-transform-origin:top left !important;
min-width:400px !important;
min-height:40px !important;}

#BMB_bookmarksPopup
{
min-width:400px !important;
}

1.0是大小,min-width是寬度,min-height是高度,這行不用複製。


/*編輯面板*/
#editBookmarkPanelBottomButtons,
#editBMPanel_loadInSidebarCheckbox{
-moz-box-ordinal-group:0;
}
#editBookmarkPanelTitle{display:none;}
#editBookmarkPanelBottomButtons{
margin-bottom:-60px!important;
}
#editBookmarkPanel #editBMPanel_loadInSidebarCheckbox{
margin:35px 110px -35px 160px!important;
}
#editBookmarkPanelBottomButtons,#editBookmarkPanel #editBMPanel_loadInSidebarCheckbox{position:relative;z-index:1;}

margin:35px 110px -35px 160px!important;修改數字。

創作回應

更多創作