part of previous checkin, a=hyatt

This commit is contained in:
ben%netscape.com 2000-09-22 03:00:04 +00:00
Родитель 9bb3630093
Коммит 73b8b572cb
5 изменённых файлов: 113 добавлений и 75 удалений

Просмотреть файл

@ -28,6 +28,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
include $(THEME_ROOT_DEPTH)/theme.mk include $(THEME_ROOT_DEPTH)/theme.mk
DIRS = win DIRS = win unix
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -27,4 +27,5 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
include $(THEME_ROOT_DEPTH)/theme.mk include $(THEME_ROOT_DEPTH)/theme.mk
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,3 @@
classic.jar: classic.jar:
skin/classic/communicator/sidebar/customize.css + skins/classic/communicator/sidebar/sidebar.css
skin/classic/communicator/sidebar/preview.css
skin/classic/communicator/sidebar/sidebar.css

Просмотреть файл

@ -1,11 +1,15 @@
#sidebar-splitter
{
border-top : 1px solid threedhighlight;
}
#sidebar-box #sidebar-box
{ {
border-left : 1px solid threedshadow; border-left : 1px solid threedshadow;
border-top : 1px solid threedshadow;
border-right : 1px solid threedhighlight; border-right : 1px solid threedhighlight;
border-bottom : 1px solid threedhighlight; border-bottom : 1px solid threedhighlight;
background-color : appworkspace; background-color : #808080;
} }
.text-panel-loading .text-panel-loading
@ -16,61 +20,80 @@
.image-panel-loading .image-panel-loading
{ {
margin : 5px; margin : 5px;
list-style-image : url("resource:/res/rdf/loading.gif"); list-style-image : url("chrome://global/skin/loading.gif");
} }
.sidebarheader-main .sidebarheader-main
{ {
border-left : 1px solid threedhighlight; border : 1px outset inactivecaption;
border-top : 1px solid threedhighlight; background-color : activecaption;
border-right : 1px solid threedshadow; color : activecaptiontext;
border-bottom : 1px solid threedshadow; padding : 1px 2px 1px 6px;
background-color : threedface;
padding : 3px 5px 3px 6px;
background-image : url("chrome://communicator/skin/smallheader-bg.gif");
} }
.sidebar-header-text .sidebar-header-text
{ {
font-weight : bold; font-weight : bold;
} }
.sidebar-header-grippy .sidebar-header-grippy
{ /* This image still has to be added to the tree (8/8/00). I'll do it after german's approval */ {
list-style-image : url("chrome://global/skin/grippy-short-vert-after.gif"); /* This image still has to be added to the tree (8/8/00). I'll do it after german's approval */
background-color : #DDDDDD; list-style-image : url("chrome://global/skin/grippy-short-vert-after.gif");
max-width : 32px; background-color : threedface;
height : 4px; max-width : 32px;
height : 4px;
} }
#sidebar-title-box[state="collapsed"] > .sidebar-header-grippy { #sidebar-title-box[state="collapsed"] > .sidebar-header-grippy
/* This image still has to be added to the tree (8/8/00). I'll do it after german's approval */ {
list-style-image : url("chrome://global/skin/grippy-short-vert-before.gif"); /* This image still has to be added to the tree (8/8/00). I'll do it after german's approval */
} list-style-image : url("chrome://global/skin/grippy-short-vert-before.gif");
}
#sidebar-panel-picker > .menu-right {
padding-left : 0px; .menubutton-toolbar-single-dropmarker[menubuttontype="sidebar-panels"]
} {
#sidebar-panel-picker > .menu-text { list-style-image : url("chrome://global/skin/menu-arrow-hover.gif");
padding-left: 0px; margin-left : 2px;
} }
#sidebar-panel-picker > .menu-accel {
display: none;
}
/** /**
* texttab folder lookalike e.g. for sidebar panel headers * texttab folder lookalike e.g. for sidebar panel headers
*/ */
.box-texttab .box-texttab
{ {
-moz-binding : url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#panelheader"); -moz-binding : url("chrome://communicator/skin/sidebar/sidebarBindings.xml#panelheader");
background-color : threedface; background-color : threedface;
cursor : pointer;
}
.panelheader-grippy-box
{
border-left : 1px solid threedhighlight; border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight; border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow; border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow; border-bottom : 1px solid threedshadow;
margin-bottom : 1px; width : 12px;
padding-bottom : 1px;
} }
.panelheader-grippy-texture
{
margin : 2px 3px 1px 2px;
background-image : url("chrome://global/skin/toolbargrippy-texture.gif");
background-position : 50% 0%;
background-repeat : repeat-y;
}
.box-texttab:hover > .panelheader-box-1
{
background-color : #CCCCFF;
}
.box-texttab[selected="true"]:hover > .panelheader-box-1
{
background-color : threedface;
}
.box-texttab[last-panel="true"], .box-texttab[selected="true"] .box-texttab[last-panel="true"], .box-texttab[selected="true"]
{ {
@ -79,49 +102,63 @@
.panelheader-box-1 .panelheader-box-1
{ {
border : 1px solid threedface; border-left : 1px solid threedhighlight;
padding : 3px 5px 3px 6px; border-top : 1px solid threedhighlight;
}
.box-texttab:hover
{
border-right : 1px solid threeddarkshadow;
border-bottom : 1px solid threeddarkshadow;
}
.box-texttab:hover > .panelheader-box-1
{
border-right : 1px solid threedshadow; border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow; border-bottom : 1px solid threedshadow;
} /*
border : 1px outset threedshadow;
.box-texttab:hover:active background-color : threedshadow;
{ color : threedhighlight;
border-left : 1px solid threeddarkshadow; */
border-top : 1px solid threeddarkshadow; background-color : threedface;
border-right : 1px solid threedhighlight; background-image : url("chrome://global/skin/scrollbar-slider-bg.gif");
border-bottom : 1px solid threedhighlight; padding : 3px 2px 3px 0px;
} }
.box-texttab:hover:active > .panelheader-box-1 .panelheader-grippy-icon
{ {
border-left : 1px solid threedshadow; margin : 2px 7px 0px 7px;
border-top : 1px solid threedshadow; list-style-image : url("chrome://global/skin/tbg-twisty-collapsed.gif");
border-right : 1px solid threedface; }
border-bottom : 1px solid threedface;
.panelheader-grippy-icon[selected="true"]
{
margin : 2px 5px 0px 5px;
list-style-image : url("chrome://global/skin/toolbargrippy-twisty.gif");
}
.panelheader-box-1[selected="true"]
{
background-color : threedface;
background : transparent;
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
color : black;
font-weight : bold;
} }
.sidebar-iframe-no-panels, .loadarea .panelheader-texture
{ {
background-color : #FFFFFF; margin : 1px 0px 1px 0px;
} background-image : url("chrome://global/skin/toolbargrippy-texture.gif");
background-position : 50% 0%;
.iframe-panel background-repeat : repeat-y;
{ width : 12px;
border-left : 1px solid threedhighlight; }
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow; .sidebar-iframe-no-panels, .loadarea
/* border-top : 1px solid threedhighlight; DO NOT UNCOMMENT!!! THERE IS A BUG WHERE, {
FOR SOME REASON, BORDER-TOP CAUSES CERTAIN APPS background-color : #FFFFFF;
(E.G. MAIL) TO CRASH!!! Related to Bugs #45336, #45925 (7/21/00) */ }
}
.iframe-panel
{
border-left : 1px solid threedhighlight;
border-bottom : 1px solid threedshadow;
border-right : 1px solid threedshadow;
}

Просмотреть файл

@ -27,4 +27,5 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
include $(THEME_ROOT_DEPTH)/theme.mk include $(THEME_ROOT_DEPTH)/theme.mk
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk