xlnet
小狐狸
小狐狸
  • UID28954
  • 注册日期2009-05-24
  • 最后登录2010-09-15
  • 发帖数1
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:2172回复:3

请问怎么在xp下隐藏b7的标题栏?

楼主#
更多 发布于:2010-09-15 19:26
请问怎么在xp下隐藏b7的标题栏?
tttaaa111
小狐狸
小狐狸
  • UID27736
  • 注册日期2009-01-11
  • 最后登录2012-04-20
  • 发帖数18
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2010-09-15 19:26
关注中,css和扩展貌似都可以,不过还没找到完美方案.
demonlj
小狐狸
小狐狸
  • UID10875
  • 注册日期2005-12-30
  • 最后登录2019-05-01
  • 发帖数30
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2010-09-15 19:26
jiahuiqu
火狐狸
火狐狸
  • UID32722
  • 注册日期2010-05-03
  • 最后登录2012-10-09
  • 发帖数218
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
3楼#
发布于:2010-09-15 19:26
这个效果可以吗?

popup { background-color: menu !important; }
#back-forward-dropmarker { display: none !important; }
#appmenu-button{display:none !important;}

#subscribeToPageMenuitem,#menu_bookmarkAllTabs,#bookmarksToolbarFolderMenu,#organizeBookmarksSeparator
{display:none !important;}

/* 标签宽度*/
.tabbrowser-tab[fadein]:not([pinned]) {
min-width: 22px !important;
max-width: 180px !important;
}


@namespace url(http://www.mozilla.org/keymaster/gateke ... s.only.xul);

/* Tab bar left and right padding */
/* Adjust according to the size of your Firefox button and window controls */





/* Fix Firefox button position and height */

#titlebar-content {
  margin-top: 0px !important;
}


/* Move the tab bar in the title bar when maximized */

window[sizemode="maximized"]:not([inFullscreen]) #navigator-toolbox[tabsontop="true"] #TabsToolbar {
  margin-top: -23px !important;
  -moz-box-ordinal-group: 1 !important;
}

#main-window[tabsontop="true"]:not([inFullscreen]) #appmenu-button-container {
  position: fixed !important;
  z-index: 1;
}

#main-window[tabsontop="true"]:not([inFullscreen]) #titlebar-buttonbox {
  position: relative !important;
  z-index: 1;
}
#main-window[tabsontop="true"]:not([inFullscreen]) #TabsToolbar {
  position: relative !important;
  background-color: transparent !important;
}

/* Fix tab styling for the dark background */


#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) #alltabs-button[type="menu"] {
  list-style-image: url("chrome://browser/skin/appmenu-dropmarker.png") !important;
  -moz-image-region: rect(0, 9px, 7px, 0) !important;
}

#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) #alltabs-button[type="menu"] image {
  opacity: 0.7 !important;
  margin-top: 4px !important;
}

#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) .tabbrowser-tab:not([selected="true"]),
#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) .tabs-newtab-button,
#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) #TabsToolbar > #home-button {
  background-image: -moz-linear-gradient(hsla(0,0%,80%,.6), hsla(0,0%,75%,.4) 50%, hsla(0,0%,70%,.4) 51%) !important;
  text-shadow: white 0 0 2px;
}


#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) .tabbrowser-tab:not([selected="true"]):hover,
#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) .tabs-newtab-button:hover,
#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) #TabsToolbar > #home-button:hover {
  background-image: -moz-linear-gradient(hsla(0,0%,100%,.8), hsla(0,0%,90%,.6) 50%, hsla(0,0%,85%,.6) 51%) !important;
}
#main-window[sizemode="maximized"][tabsontop="true"][chromemargin]:not([inFullscreen]) #TabsToolbar {

  -moz-padding-end: 6em !important;
}




@namespace url(http://www.mozilla.org/keymaster/gateke ... s.only.xul);

#status-bar:not(:hover) statusbarpanel:not(#download-monitor):not(#security-button):not(#page-report-button) image:not(.menu-iconic-icon), #status-bar:not(:hover) statusbarpanel:not(#statusbar-display):not(#statusbar-progresspanel):not(#download-monitor) label:not(.menu-iconic-text):not(.menu-text), #status-bar:not(:hover) spacer {
  display: none;
}

#status-bar:not(:hover) menupopup .menu-iconic-left > image, #status-bar:not(:hover) #security-button label {
  display: -moz-box !important;
}

#status-bar:not(:hover) statusbarpanel:not(#statusbar-display):not(#statusbar-progresspanel):not(#download-monitor):not(#security-button):not(#page-report-button):not(.statusbar-resizerpanel) {
  padding: 0px !important;
  min-width: 0px !important;
  width: 0px !important;

  border: none !important;
  -moz-appearance: none !important;
}

/* Remove this if the statusbar text isn't properly divided with a separator from other elements when not hovered. */
#status-bar:not(:hover) #statusbar-display {
  border: none !important;
  -moz-appearance: none !important;
}
游客

返回顶部