TabsInTitlebar_mod for rein

2012年1月12日追記

rein/5.1.5でタイトルバーの太さが変わったので調整

2011年11月14日追記

Windows7を使い始めたので調整した。タイトルバーのボタン類の高さの調整。

2012年12月20日追記

TabsInTitlebar_mod ver 0.0.2 に対応

まぁ、これも無くした時用の備忘録と言わざるを得ない

rein(http://notiz.jp/mozilla)で、

タブバーをタイトルバー上に表示する(d:id:Griever:20110408:1302280572)を綺麗に表示させるuserChrome.css

但し、XPでクラシック表示環境でしか試していないし、バーのサイズ等々が変わると漏れなく変更の必要があります。

そこんとこは自分で調整 ( ゚Д゚) ガンガレ!

/* TabsInTitlebar_mod for rein */
#main-window[tabsintitlebar="true"] .tabbrowser-tabs {
	margin-top: 2px !important;
	margin-bottom: 0 !important;
}
#main-window[tabsintitlebar="true"] .tabbrowser-tabs .arrowscrollbox-scrollbox {
	max-height: 21px !important;
}
#main-window[tabsintitlebar="true"] #TabsToolbar #new-tab-button,
#main-window[tabsintitlebar="true"] #TabsToolbar #alltabs-button,
#main-window[tabsintitlebar="true"] #TabsToolbar #tabs-closebutton,
#main-window[tabsintitlebar="true"] #TabsToolbar #tabview-button {
	margin-top: -4px !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#main-window[tabsintitlebar="true"] .tabbrowser-tabs .scrollbutton-up,
#main-window[tabsintitlebar="true"] .tabbrowser-tabs .scrollbutton-down,
#main-window[tabsintitlebar="true"] .tabbrowser-tabs .tabs-newtab-button,
#main-window[tabsintitlebar="true"] .tabbrowser-tab {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#main-window[tabsintitlebar="true"] .tabbrowser-tab {
	background-color: ThreeDShadow !important;
	background-image: url("chrome://global/skin/reintoolbar/shadow-top.png") !important;
	background-position: 0% 0% !important;
	background-repeat: repeat-x !important;
	border-bottom-width: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	opacity: 1 !important;
	min-height: 22px !important;
}
#main-window[tabsintitlebar="true"] .tabbrowser-tab[selected="true"] {
	background-color: -moz-Dialog !important;
	background-image: none !important;
}