瀏覽單個文章
bass1.
Advance Member
 
bass1.的大頭照
 

加入日期: Aug 2013
您的住址: 台南or台北
文章: 398
引用:
作者iorittn
+1......
我還守在51.版


這是我用量子火狐後找到別人寫的CSS
可以變成多行分頁,但是不知道能不能到200個分頁
放在
C:\Users\(使用者名稱)\AppData\Roaming\Mozilla\Firefox\Profiles\(一串亂數)\chrome\userChrome.css
沒這個檔的話就自己用記事本存成同檔名.CSS就好


/*AGENT_SHEET*/

/* Firefox 57+ userChrome.css tweaks ****************************************************/
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/
/* by Aris ([email protected])*********************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
/****************************************************************************************/


/****************************************************************************************/
/* multirow / multiple tab lines - modified for CustomCSSforFx **************************/
/* all credits go to the original author: https://00.bulog.jp/archives/1476 *************/
/****************************************************************************************/

/*多行分頁列*/

/* titlebar buttons */
#titlebar-buttonbox {
vertical-align: top !important;
display: block !important;
}

.tabbrowser-arrowscrollbox scrollbox {
overflow: visible !important;
}

.tabbrowser-arrowscrollbox scrollbox > box {
display: block !important;
}

/* titlebar button height */
toolbarbutton.titlebar-button {
min-height: 31px !important;
}

/* tabs end position */
.tabbrowser-tabs {
-moz-margin-end: -41px !important;
}

/* tab size */
.tabbrowser-tab[pinned] {
min-height: 26px !important;
max-height: 26px !important;
}

.tabbrowser-tab:not([pinned]) {
min-height: 26px !important;
max-height: 26px !important;
}

.tabbrowser-tabs .tabbrowser-tab {
vertical-align: top !important;
-moz-box-sizing: border-box !important;
min-height: 26px !important;
max-height: 26px !important;
}

/* 'new tab' tab size */
.tabs-newtab-button {
vertical-align: bottom !important;
height: 27px !important;
}

/* 標籤寬度*/
.tabbrowser-tab[fadein]:not([pinned]) {
max-width:150px !important;
min-width:150px !important;
}
     
      
舊 2018-09-02, 11:31 AM #941
回應時引用此文章
bass1.離線中