This commit is contained in:
sspitzer%netscape.com 2000-05-01 23:48:47 +00:00
Родитель c1a63c61b6
Коммит a6e28d9c41
151 изменённых файлов: 2634 добавлений и 0 удалений

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 88 B

Двоичные данные
themes/modern/communicator/bookmarks/bookmark-folder-closed.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 88 B

Двоичные данные
themes/modern/communicator/bookmarks/bookmark-folder-open-sel.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 B

Двоичные данные
themes/modern/communicator/bookmarks/bookmark-folder-open.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 B

Двоичные данные
themes/modern/communicator/bookmarks/bookmark-item.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 88 B

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

@ -0,0 +1,146 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
.bookmarkitem
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
.bookmarkitem[menuactive="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
}
.bookmarkfolder
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
.bookmarkfolder[menuactive="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
}
.bookmarkfolder[open="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
.bookmarkfolder[open="true"][menuactive="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
}
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
treeitem[status="new"] > treerow > treecell > .tree-icon
{
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > .tree-icon,
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > treecell > .tree-icon,
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > .tree-icon,
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > treecell > .tree-icon,
treeitem[selected="true"][container="true"][open="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > .tree-icon
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > .tree-icon,
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
}
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
}
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
}
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/iefavorite.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > .tree-icon
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > .tree-icon
{
list-style-image: url("resource:/res/rdf/article.gif");
}
treeitem > treerow > treecell > .tree-icon {
list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}

Двоичные данные
themes/modern/communicator/bookmarks/home-sel.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 76 B

Двоичные данные
themes/modern/communicator/bookmarks/home.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 76 B

Двоичные данные
themes/modern/communicator/bookmarks/iefavorite.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 256 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 70 B

Двоичные данные
themes/modern/communicator/bookmarks/personal-folder-closed.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 70 B

Двоичные данные
themes/modern/communicator/bookmarks/personal-folder-open-sel.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 73 B

Двоичные данные
themes/modern/communicator/bookmarks/personal-folder-open.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 73 B

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

@ -0,0 +1,11 @@
.box-toolbar-group
{
background-color : #FFFFFF;
-moz-border-radius : 5px;
padding : 3px 2px 2px 3px;
margin : 0px 10px 0px 5px;
}

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

@ -0,0 +1,18 @@
#navigator-throbber
{
background-image : url("chrome://communicator/skin/navbar-endbox.gif");
background-repeat : no-repeat;
list-style-image : url("chrome://global/skin/animthrob_single.gif");
width : 68px;
max-width : 68px;
padding : 11px 3px 1px 23px;
margin : 0px;
}
#navigator-throbber:hover:active
{
padding : 12px 2px 0px 24px;
margin : 0px;
}

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

@ -0,0 +1,244 @@
/** Standard toolbar buttons
* class="button-toolbar"
**/
.button-toolbar
{
border : 1px solid transparent;
margin : 1px 0px 1px 0px;
-moz-border-radius : 0px;
color : black;
padding : 0px;
font : 3mm arial;
}
.button-toolbar:hover
{
border : 1px solid #FFFFFF;
}
.button-toolbar:hover:active
{
border : 1px solid #336699;
}
.button-toolbar > .button-internal-box,
.button-toolbar:hover > .button-internal-box
{
padding : 1px 3px 1px 3px;
border : none;
}
.button-toolbar > .button-internal-box > .button-text-container,
.button-toolbar > .button-internal-box > .button-text-container > .button-text
{
padding : none;
margin : none;
}
.button-toolbar:hover:active > .button-internal-box
{
padding : 2px 2px 0px 4px;
border : none;
}
.button-toolbar[toggled="true"]
{
border : 1px solid #999999;
background-color : #EEEEEE;
}
.button-toolbar[disabled="true"],
.button-toolbar[disabled="true"]:hover,
.button-toolbar[disabled="true"]:hover:active
{
color : #999999;
border : none;
}
/** The largest type of toolbar buttons. In the Seamonkey implementation,
* these are only used in the navigation toolbar in the navigator package.
**/
/* outer frame */
.button-toolbar-1
{
background-repeat : no-repeat;
background-color : transparent;
background-position : 0px 0px;
background-image : url("chrome://global/skin/button32-bg.gif");
color : #CCFFFF;
width : 36px;
height : 36px;
margin : 2px 6px 1px 1px;
font-size : smaller;
border : none;
}
.button-toolbar-1:hover
{
background-image : url("chrome://global/skin/button32-bg-hover.gif");
border : none;
}
.button-toolbar-1:hover:active
{
margin : 3px 5px 0px 2px;
border : none;
}
.button-toolbar-1[disabled="true"],
.button-toolbar-1[disabled="true"]:hover,
.button-toolbar-1[disabled="true"]:hover:active
{
background-image : url("chrome://global/skin/button32-bg-disabled.gif");
margin : 2px 6px 1px 1px;
border : none;
}
/* internal frame */
.button-toolbar-1[disabled="true"] > .button-internal-box,
.button-toolbar-1[disabled="true"]:hover > .button-internal-box,
.button-toolbar-1[disabled="true"]:hover:active > .button-internal-box
{
border : none;
}
.button-toolbar-1 > .button-internal-box,
.button-toolbar-1:hover > .button-internal-box,
.button-toolbar-1:hover:active > .button-internal-box
{
border : none;
vertical-align : middle;
}
.button-toolbar-1 > .button-internal-box > .button-text-container
{
display : none;
text-align : center;
}
/** Styles for the standard 'large' toolbar button, these buttons are used for
* toolbar buttons that are the most commonly used elements on a toolbar, e.g.
* 'GetMsg' in Mailnews or 'Send' in Mail/Compose.
**/
.button-toolbar-2
{
background-repeat : no-repeat;
background-position : 50% 0px;
background-color : transparent;
background-image : url("chrome://global/skin/button28-bg.gif");
color : #CCFFFF;
min-width : 28px;
min-height : 28px;
margin : 4px 7px 1px 1px;
padding : 3px 0px 0px 1px;
font-size : smaller;
border : none;
}
.button-toolbar-2:hover
{
background-image : url("chrome://global/skin/button28-bg-hover.gif");
border : none;
}
.button-toolbar-2:hover:active
{
margin : 5px 6px 0px 2px;
border : none;
}
.button-toolbar-2[disabled="true"],
.button-toolbar-2[disabled="true"]:hover,
.button-toolbar-2[disabled="true"]:hover:active
{
background-image : url("chrome://global/skin/button28-bg-disabled.gif");
margin : 3px 7px 1px 1px;
border : none;
}
/* internal frame */
.button-toolbar-2[disabled="true"] > .button-internal-box,
.button-toolbar-2[disabled="true"]:hover > .button-internal-box,
.button-toolbar-2[disabled="true"]:hover:active > .button-internal-box
{
border : none;
vertical-align : middle;
}
.button-toolbar-2 > .button-internal-box,
.button-toolbar-2:hover > .button-internal-box,
.button-toolbar-2:hover:active > .button-internal-box
{
border : none;
}
/* text wrapper frame */
.button-toolbar-2 > .button-internal-box > .button-text-container
{
padding-top : 3px;
text-align : center;
}
/** "Green" buttons, e.g. "Search"
* class="button-toolbar-3"
**/
.button-toolbar-3
{
margin : 0px;
font-weight : bold;
background-color : #99CCCC;
}
.button-toolbar-3 > .button-internal-box
{
border : 1px outset #99CCCC;
padding : 1px;
}
.button-toolbar-3:hover:active > .button-internal-box
{
border : 1px inset #99CCCC;
padding : 2px 0px 0px 2px;
}
/** Expanding Region Button **/
/* outer frame */
button.expander
{
border : none;
padding : none;
margin : 1px 5px 3px 1px;
background-color : inherit;
list-style-image : url("chrome://global/skin/closedtwisty.gif");
}
button[open="true"].expander
{
list-style-image : url("chrome://global/skin/opentwisty.gif");
}
/* internal frame */
button.expander > .button-internal-box
{
border : none;
background-color : inherit;
padding : none;
margin : none;
}
/* text frame */
button.expander > .button-internal-box > .button-text-container > .button-text
{
color : #0000FF;
text-decoration : underline;
}
button.expander:hover > .button-internal-box > .button-text-container > .button-text
{
color : #FF0000;
}

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

@ -0,0 +1,26 @@
/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of
a particular application should be in that application's style sheet.
For example style definitions for navigator can be found in navigator.css
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
CHANGES REVIEWED BY hyatt@netscape.com.
**/
@import url(chrome://global/skin/);
@import url(chrome://communicator/skin/box.css);
@import url(chrome://communicator/skin/toolbar.css);
@import url(chrome://communicator/skin/button.css);
@import url(chrome://communicator/skin/brand.css);
@import url(chrome://communicator/skin/menu.css);
@import url(chrome://communicator/skin/menubutton.css);
@import url(chrome://communicator/skin/splitter.css);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for HTML elements */
#status-bar
{
border-top : #003366;
}

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

@ -0,0 +1,90 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
/*
Style rules specific to the directory listing window.
*/
@import url(chrome://communicator/skin/);
treecol[sortActive="true"] {
background-color: lightgray;
}
/* Hide the twisty when type != DIRECTORY (XXX is there a '!=' in CSS?) */
treeitem[type="FILE"] > treerow > treecell > .twisty {
list-style-image: none;
}
/* Show an animated icon when a directory is loading */
treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .twisty {
list-style-image: url("resource:/res/rdf/loading.gif");
}
/* Show an animated icon when a symbolic link is loading */
treeitem[type="SYMBOLIC-LINK"][loading="true"] > treerow > treecell > .twisty {
list-style-image: url("resource:/res/rdf/loading.gif");
}
/* Make a filenames look like links */
treeitem > treerow > treecell.filename {
color: #666699;
text-decoration: underline;
}
treeitem > treerow > treecell.filename:hover {
color: #333366;
text-decoration: underline;
}
treeitem > treerow > treecell.filename:active {
color: #990000;
text-decoration: underline;
}
/* Italicize a symbolic link and make it look like a link (it can be a dir or link) */
treeitem[type="SYMBOLIC-LINK"] > treerow > treecell.filename {
color: inherit;
text-decoration: inherit;
font-style: italic;
}
treeitem[type="SYMBOLIC-LINK"] > treerow > treecell.filename:hover {
color: inherit;
text-decoration: inherit;
font-style: italic;
}
treeitem[type="SYMBOLIC-LINK"] > treerow > treecell.filename:active {
color: inherit;
text-decoration: inherit;
font-style: italic;
}
/* Override rule in xul.css that colors the selected row blue */
treeitem[selected="true"] > treerow {
color: inherit;
background-color: inherit;
}

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

@ -0,0 +1,87 @@
menubar
{
background-color : white;
}
menubar > toolbargrippy
{
display : none;
}
menu, menuitem
{
color : #000000;
vertical-align : middle;
}
menu[disabled="true"], menuitem[disabled="true"],
menu[menuactive="true"][disabled="true"],
menuitem[menuactive="true"][disabled="true"]
{
color : #999999;
}
/* XXX menupopups have to have a color explicitly specified. this is a bug */
menupopup, popup
{
background-color : #CCCCCC;
border : 1px solid #336699;
}
menupopup > menu, popup > menu,
menupopup > menuitem, popup > menuitem
{
max-width : 250px;
min-width : 125px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
}
menuseparator
{
border-bottom : 1px solid #336699;
margin : 2px 0px 2px 0px;
}
menubar > menu
{
border : 1px solid #FFFFFF;
padding : 2px 3px 2px 3px;
margin : 2px 0px 2px 0px;
}
menupopup > menu, menupopup > menuitem,
popup > menu, popup > menuitem
{
padding : 2px;
}
menubar > menu[menuactive="true"]
{
border : 1px solid #CCCCCC;
background-color : #CCCCCC;
-moz-border-radius : 4px;
}
menubar > menu[menuactive="true"][open="true"]
{
border : 1px solid #336699;
border-bottom : 1px solid #CCCCCC;
background-color : #CCCCCC;
-moz-border-radius : 4px 4px 0px 0px;
}
menupopup > menu[menuactive="true"],
menupopup > menuitem[menuactive="true"],
popup > menu[menuactive="true"],
popup > menuitem[menuactive="true"]
{
background-color : #336699;
color : #FFFFFF;
}

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

@ -0,0 +1,55 @@
/** Styles applying to items in a button-toolbar-3 style menu
* menuitem class="button-toolbar-3"
**/
.button-toolbar-3 > .menubutton-icon-internal-box
{
border : 1px outset #99CCCC;
}
.button-toolbar-3[open="true"] > .menubutton-icon-internal-box,
.button-toolbar-3:hover:active > .menubutton-icon-internal-box
{
border : 1px inset #99CCCC;
}
menupopup.button-toolbar-3
{
border : 1px solid #000000;
}
menuitem.button-toolbar-3
{
font-weight : normal;
}
.button-toolbar-3[menuactive="true"]
{
background-color : #669999;
color : #FFFFFF;
font-weight : normal;
}
/** menubuttons on generic grey toolbars
* class="button-toolbar"
**/
.button-toolbar > .menubutton-internal-box
{
border : none;
padding : 1px 3px 1px 3px;
}
.button-toolbar[open="true"] > .menubutton-internal-box,
.button-toolbar:hover:active > .menubutton-internal-box
{
border : none;
padding : 1px 3px 1px 3px;
}
.button-toolbar[open="true"]
{
border : 1px solid #336699;
border-bottom : 1px solid #CCCCCC;
}

Двоичные данные
themes/modern/communicator/navbar-endbox.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 267 B

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

@ -0,0 +1,5 @@
#prefsTree
{
width : 170px;
}

Двоичные данные
themes/modern/communicator/profile/migrate.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 135 B

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

@ -0,0 +1,18 @@
#finishtext {
margin-top : -20px;
}
text#ProfileDir {
font-weight : bold;
padding-left : 1em;
margin-top : 0.4em;
}
box#dirbox > box > titledbutton {
min-width : 8em;
}
span#deffoldername {
margin-left : 2px;
}

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

@ -0,0 +1,74 @@
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributors:
* Ben Goodger <ben@netscape.com>
* Chris Nelson <chrisn@statecollege.com>
*
*/
@import url(chrome://global/skin/global.css);
window.dialog {
padding: none;
}
.dimmed-highcontrast {
color: #99cccc ! important;
}
/** icon courtesy of chris nelson, chrisn@statecollege.com **/
treeitem[rowMigrate="no"] > treerow > treecell > .tree-button {
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
}
box[type="largeheader"] > toolbar > .circle {
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
margin-top: 1px;
margin-bottom: 1px;
height: 28px;
width: 28px;
}
/* profile selection dialog */
html#intro {
width: 17em;
}
box#managebuttons > button {
min-width: 8em;
}
/* display area */
box#contentarea {
border-top: 2px groove #CCCCCC;
border-bottom: 2px groove #CCCCCC;
padding: 7px;
}
/* top border on status area */
box#wizardButtons {
padding-top: 1px;
padding-bottom: 1px;
}
box.selection {
margin-top: 4px;
}

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

@ -0,0 +1,12 @@
#dialoginfo {
width: 36em;
}
#table-housing {
background-color: white;
height: 100%;
}
#buttons-box {
margin-left: 1em;
}

Двоичные данные
themes/modern/communicator/profile/profileicon-large.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 98 B

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

@ -0,0 +1,29 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
/*
Style rules specific to the registry viewer window.
*/
@import url(chrome://global/skin);

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

@ -0,0 +1,59 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
/*
Style rules specific to the related links panel
*/
@import url(chrome://global/skin/global.css);
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > .tree-icon
{
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon {
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[container="true"] > treerow > treecell > .tree-icon {
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > treecell > .tree-icon {
list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
}
treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > treecell > .tree-icon {
list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
}
treeitem > treerow > treecell > .tree-icon {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
treeitem > treerow > treecell > .tree-icon > .twisty {
display: none;
}

Двоичные данные
themes/modern/communicator/related/sitemap.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 921 B

Двоичные данные
themes/modern/communicator/search/category.gif Executable file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 120 B

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

@ -0,0 +1,63 @@
treecol[sortActive="true"] {
background-color: lightgray;
}
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/ieFavorite.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/article.gif");
}
treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[container="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
treeitem > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/document.gif");
}
titledbutton#bookmarks {
list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}

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

@ -0,0 +1,9 @@
/* Default Icon */
titledbutton[loading="true"] {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
titledbutton.iconic {
list-style-image: url("resource:/res/rdf/document.gif");
}

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

@ -0,0 +1,11 @@
tree[id="searchengines"] {
width: 300px;
}
tree[id="searchengines"] > treecol[id="CheckboxColumn"] {
width: 40px;
}
treecol[sortActive="true"] {
background-color: lightgray;
}

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

@ -0,0 +1,27 @@
window {
margin-top: 2px;
}
#multi-results-header {
background-color: #003366;
color: #CCFFFF;
font-weight: bold;
padding: 1px 4px 3px 6px;
-moz-border-radius: 8px 0px 0px 0px;
}
#engineTabs {
/*don't know why its not setting the color*/
background-color: #666666;
}
#engineTabs > text {
margin-top: 5px;
color: white;
}
#engineTabs > titledbutton {
-moz-border-radius: 8px 8px 0px 0px;
margin-left: 5px;
margin-right: 5px;
}

Двоичные данные
themes/modern/communicator/search/result.gif Executable file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 113 B

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

@ -0,0 +1,50 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
@import url(chrome://global/skin/global.css);
box#reorder
{
text-align: center;
}
.up
{
list-style-image:url("chrome://global/skin/scroll-up.gif");
min-width: 0px;
}
.up[disabled="true"]
{
list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
}
.down
{
min-width: 0px;
list-style-image:url("chrome://global/skin/scroll-down.gif");
}
.down[disabled="true"]
{
list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
}

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

@ -0,0 +1,142 @@
@import url(chrome://global/skin);
box.sidebartitle {
background-color: #505888;
padding: 2px 3px 3px 3px;
border: 0px;
margin: 0px;
font: 10pt sans-serif;
}
box.panelbar {
background-color: #006870;
padding: 2px 3px 3px 3px;
border: 0px;
margin: 0px;
font: 10pt sans-serif;
}
box#sidebox {
width: 100%;
height: 100%;
}
titledbutton.sidebartitle:hover {
border: 0px;
margin: 1px;
}
titledbutton.paneltitle {
horizontal-align: left;
}
treecol.checkboxColumn {
width: 30px ! important;
}
box.spaced {
padding-top: 5px;
paddimg-bottom: 2px;
}
box#engineTabs {
background-color: #808080;
border-bottom: 1px solid threedhighlight;
}
box#engineTabs > titledbutton {
background-color: #CCCCCC;
margin-bottom: 0px;
border-bottom: 1px solid #CCCCCC;
}
titledbutton#allEngines {
margin-right: 12px;
}
treecol[sortActive="true"] {
background-color: lightgray;
}
titledbutton.engine[loading="true"] {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
titledbutton.iconic {
list-style-image: url("resource:/res/rdf/document.gif") ! important ;
}
treeitem > treerow.searchresult > treecell > titledbutton {
cursor: pointer;
}
treeitem > treerow.searchresult > treecell {
color: black;
text-decoration: none;
}
treeitem > treerow.searchresult > treecell:hover {
color: blue;
text-decoration: underline;
}
treeitem > treerow.searchresult > treecell > titledbutton:active {
color: red;
text-decoration: underline;
}
/*undo regular search tree selection look*/
treeitem[selected="true"] > treerow.searchresult {
background-color: transparent;
}
.searchpanel-outerbox {
padding: 8px 4px 4px 4px;
}
.indented-label {
padding-left: 8px;
}
titledbutton.panelbtn {
margin-left: 1em;
margin-right: 1em;
}
tree[singleclick="true"] treeitem > treerow > treecell > titledbutton {
cursor: pointer;
}
tree[singleclick="true"] treeitem > treerow > treecell {
color: black;
text-decoration: none;
}
tree[singleclick="true"] treeitem > treerow > treecell:hover {
color: blue;
text-decoration: underline;
}
tree[singleclick="true"] treeitem > treerow > treecell:active {
color: red;
text-decoration: underline;
}
/*undo regular search tree selection look*/
tree[singleclick="true"] treeitem[selected="true"] > treerow {
background-color: transparent;
}
#sidebar-search-text {
border: 1px solid black;
}
#Tree, #searchengines {
border: 1px solid black;
}
titledbutton.push {
background-color: #CCCCCC;
}

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

@ -0,0 +1,87 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
/*
Style rules specific to the Customize dialog.
*/
/* These rules apply appropriate images to the 'reorder' buttons */
.up {
list-style-image:url("chrome://global/skin/scroll-up.gif");
min-width: 0px;
}
.up[disabled="true"] {
list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
}
.down {
min-width: 0px;
list-style-image:url("chrome://global/skin/scroll-down.gif");
}
.down[disabled="true"] {
list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
}
.treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
.treecell-panel[haslink="true"],
treeitem[container="true"] > treerow > .treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
treeitem[selected="true"][container="true"] > treerow > .treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
}
treeitem[container="true"][open="true"] > treerow > .treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel
{
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
}
box#header {
list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
}
box#header > toolbar > .circle {
padding-top: 2px;
}
box#reorder {
text-align: center;
}
box#saveCancelButtons {
margin-bottom: 0.5em;
text-align: center;
}

Двоичные данные
themes/modern/communicator/sidebar/list-down-dis.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 76 B

Двоичные данные
themes/modern/communicator/sidebar/list-down.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 77 B

Двоичные данные
themes/modern/communicator/sidebar/list-up-dis.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 77 B

Двоичные данные
themes/modern/communicator/sidebar/list-up.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 79 B

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

@ -0,0 +1,34 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
/*
Style rules specific to the Preview dialog.
*/
iframe#previewframe {
min-width: 10px;
min-height: 10px;
width: 162px;
height: 200px;
}

Двоичные данные
themes/modern/communicator/sidebar/sidebar-bottomright-cap.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 94 B

Двоичные данные
themes/modern/communicator/sidebar/sidebar-icon.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 82 B

Двоичные данные
themes/modern/communicator/sidebar/sidebar-topright-cap.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 94 B

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

@ -0,0 +1 @@
@import url(chrome://global/skin/global.css);

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

@ -0,0 +1,153 @@
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is Mozilla Communicator.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corp. Portions created by Netscape Communications
* Corp. are Copyright (C) 1999 Netscape Communications Corp. All
* Rights Reserved.
*
* Contributor(s): Stephen Lamm <slamm@netscape.com>
*/
splitter#sidebar-splitter {
margin-right: 2px;
margin-top: 2px;
padding: 0px;
border: none;
background-color: #003366;
}
splitter#sidebar-splitter #bottomright-cap {
min-height: 8px;
background-image: url("chrome://communicator/skin/sidebar/sidebar-bottomright-cap.gif");
background-repeat: no-repeat;
background-position: 100% 100%;
}
splitter#sidebar-splitter #topright-cap {
min-height: 8px;
background-image: url("chrome://communicator/skin/sidebar/sidebar-topright-cap.gif");
background-repeat: no-repeat;
background-position: 100% 0%;
}
splitter#sidebar-splitter grippy {
margin: 0px;
border: 2px solid #003366;
padding: 0px;
background-color: #6699CC;
list-style-image: none;
}
splitter#sidebar-splitter grippy:hover {
background-color: #99CCFF;
}
splitter#sidebar-splitter grippy:active {
background-color: #99CCFF;
}
/**/
box#sidebar-box {
margin-top: 2px;
width: 162px;
min-height: 1px;
max-width: 400px;
border: none;
border-bottom: 8px solid #003366;
}
box#sidebar-panels {
min-width: 1px;
min-height: 1px;
}
iframe.panel-frame {
min-width: 1px;
}
/*
* Sidebar and Panel title buttons
*/
.sidebar-main-header {
color: #CCFFFF;
background-color: #003366;
padding: 0px;
padding-left: 5px;
padding-right: 5px;
}
.sidebar-main-header > text {
font-weight: bold;
margin: 2px;
}
menu#panel-picker:hover {
background-color: #336699;
}
menu#panel-picker > .menu-right {
list-style-image: url("chrome://global/skin/toolbar-menu-arrow.gif");
}
sidebarheader[type="box"] {
behavior: url(chrome://global/content/globalBindings.xml#sidebar-header-box);
}
sidebarheader[type="splitter"] {
behavior: url(chrome://global/content/globalBindings.xml#sidebar-header-splitter);
/* a vertical splitter */
cursor: n-resize;
}
box.texttab {
min-width: 10px;
}
box.texttab > .remain-space {
width: 30px;
}
box#sidebar-panels > box.texttab:first-child {
background-color: white;
}
box#sidebar-panels > box.texttab + box.texttab {
background-color: #CCCCCC;
}
box#sidebar-panels-bottom > box.texttab[hidden] + box.texttab {
background-color: white;
}
box#sidebar-panels-bottom > box.texttab[hidden] + box.texttab + box.texttab {
background-color: #CCCCCC;
}
box#sidebar-panels-bottom > box.texttab + box.texttab {
background-color: #CCCCCC;
}
box#title-box {
min-width: 10px;
}
*[hidden="true"] {
display: none;
}
*[collapsed="true"] {
visibility: collapsed;
}

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

@ -0,0 +1,130 @@
/******* Splitters *******/
splitter {
cursor: e-resize;
min-width: 5px;
min-height: 5px;
}
splitter[state="dragging"]
{
background-color: gray;
}
grippy {
margin: 0px;
border: 2px solid #003366;
padding: 0px;
background-color: #6699CC;
list-style-image: none;
cursor: pointer;
}
grippy:hover{
background-color: #99CCFF;
}
grippy:hover:active{
background-color: #99CCFF;
}
box[orient="vertical"]>splitter grippy {
/* a horizontal splitter */
width: 60px;
height:8px;
}
box>splitter grippy {
/* a vertical splitter */
width: 8px;
height: 60px;
}
window[orient="vertical"]>splitter grippy {
/* a horizontal splitter */
width: 8px;
height: 10px;
}
window>splitter grippy {
/* a vertical splitter */
width: 8px;
height: 60px;
}
box[orient="vertical"]>splitter {
/* a vertical splitter */
cursor: n-resize;
}
window[orient="vertical"]>splitter {
/* a vertical splitter */
cursor: n-resize;
}
rows>splitter {
/* a vertical splitter */
cursor: n-resize;
}
/* for backwards compatibility */
box[align="vertical"]>splitter grippy {
/* a horizontal splitter */
width: 60px;
height: 8px;
}
window[align="vertical"]>splitter grippy {
/* a horizontal splitter */
width: 60px;
height: 8px;
}
box[align="vertical"]>splitter {
/* a vertical splitter */
cursor: n-resize;
}
window[align="vertical"]>splitter {
/* a vertical splitter */
cursor: n-resize;
}
/**
* gray horizontal splitter for pane views
*/
splitter.gray-horizontal-splitter {
min-height: 8px;
background-color: #CCCCCC;
border: none;
padding: 0px;
}
splitter.gray-horizontal-splitter grippy {
margin: 0px;
border: 2px solid #CCCCCC;
padding: 0px;
background-color: #6699CC;
list-style-image: none;
}
splitter.gray-horizontal-splitter grippy:hover {
background-color: #003366;
}
splitter.gray-horizontal-splitter grippy:active {
background-color: #003366;
}
splitter.gray-horizontal-splitter #begincap {
min-width: 8px;
width: 8px;
background-image: url("chrome://global/skin/gray-bottomleft.gif");
background-repeat: no-repeat;
background-position: 0% 100%;
}
splitter.gray-horizontal-splitter #endcap {
min-width: 8px;
width: 8px;
}

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

@ -0,0 +1,57 @@
/******* ToolBox & ToolBar *******/
toolbar
{
background-color : #CCCCCC;
border-bottom : 1px solid #003366;
}
toolbargrippy
{
background-image : url("chrome://global/skin/taskbar-tab-trans.gif");
background-repeat : no-repeat;
border-right : 1px solid #003366;
width : 10px;
height : 10px;
}
toolbar[collapsed="true"] > toolbargrippy
{
width : 30px;
}
toolbargrippy:hover
{
background-color : #99cccc !important;
background-image : url("chrome://global/skin/taskbar-tab-hover.gif") !important;
}
.toolbar-primary
{
background-image : url("chrome://global/skin/navbar-bg.gif");
background-color : #CCCCCC;
padding : 0px;
min-height : 47px;
border : none;
}
.toolbar-primary > toolbargrippy, .toolbar-standard > toolbargrippy
{
background-color : #003366;
background-image : url("chrome://global/skin/taskbar-tab.gif");
background-repeat : no-repeat;
}
.toolbar-standard
{
color : white;
background-color : #003366;
padding : 0px;
margin : 0px;
border : none;
min-height : 46px;
}

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

@ -0,0 +1,91 @@
window {
background-color: #CCCCCC;
}
box.tabpanel {
border: 1px outset #CCCCCC;
padding: 10px;
}
tab {
padding-left: 10px;
padding-right: 10px;
}
treehead > treerow > treecell {
border: 1px outset #CCCCCC;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
background-color: #CCCCCC;
color: #000000;
}
treechildren > treeitem > treerow > treecell {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: inherit;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
}
treechildren > treeitem > treerow > treecell.fieldcell {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: inherit;
padding: 0px;
margin: 0px;
}
treechildren > treeitem > treerow [selectedrow ~= false] {
background-color: white;
color: black;
}
treechildren > treeitem > treerow [selectedrow ~= true] {
background-color: #336699;
color: white;
}
tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] {
background-color: white;
color: black;
}
tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {
background-color: white;
color: black;
}
tree {
border: 1px inset #CCCCCC;
}
a {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link {
color: #FFFFFF;
}
tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover {
color: #FFFFFF;
}
input.dispcell {
border: none;
background-color: #CCCCCC;
height: 12px;
font-family: tahoma;
font-size: 10px;
}

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

@ -0,0 +1,91 @@
window {
background-color: #CCCCCC;
}
box.tabpanel {
border: 1px outset #CCCCCC;
padding: 10px;
}
tab {
padding-left: 10px;
padding-right: 10px;
}
treehead > treerow > treecell {
border: 1px outset #CCCCCC;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
background-color: #CCCCCC;
color: #000000;
}
treechildren > treeitem > treerow > treecell {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: inherit;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
}
treechildren > treeitem > treerow > treecell.fieldcell {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: inherit;
padding: 0px;
margin: 0px;
}
treechildren > treeitem > treerow [selectedrow ~= false] {
background-color: white;
color: black;
}
treechildren > treeitem > treerow [selectedrow ~= true] {
background-color: #336699;
color: white;
}
tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] {
background-color: white;
color: black;
}
tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {
background-color: white;
color: black;
}
tree {
border: 1px inset #CCCCCC;
}
a {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link {
color: #FFFFFF;
}
tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover {
color: #FFFFFF;
}
input.dispcell {
border: none;
background-color: #CCCCCC;
height: 12px;
font-family: tahoma;
font-size: 10px;
}

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

@ -0,0 +1,91 @@
window {
background-color: #CCCCCC;
}
box.tabpanel {
border: 1px outset #CCCCCC;
padding: 10px;
}
tab {
padding-left: 10px;
padding-right: 10px;
}
treehead > treerow > treecell {
border: 1px outset #CCCCCC;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
background-color: #CCCCCC;
color: #000000;
}
treechildren > treeitem > treerow > treecell {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: inherit;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
}
treechildren > treeitem > treerow > treecell.fieldcell {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: inherit;
padding: 0px;
margin: 0px;
}
treechildren > treeitem > treerow [selectedrow ~= false] {
background-color: white;
color: black;
}
treechildren > treeitem > treerow [selectedrow ~= true] {
background-color: #336699;
color: white;
}
tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] {
background-color: white;
color: black;
}
tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {
background-color: white;
color: black;
}
tree {
border: 1px inset #CCCCCC;
}
a {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link {
color: #FFFFFF;
}
tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover {
color: #FFFFFF;
}
input.dispcell {
border: none;
background-color: #CCCCCC;
height: 12px;
font-family: tahoma;
font-size: 10px;
}

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

@ -0,0 +1 @@
@import(chrome://global/skin);

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

@ -0,0 +1,115 @@
/*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is Mozilla Communicator client code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Don Bragg (dbragg@netscape.com) 12/08/1999
*/
@import url(chrome://global/skin);
div.label {
margin : 3px;
}
div#tree-housing {
height : 3em;
}
box#mainBox{
margin : 5px;
}
box#okcancelBox{
margin-left : 19em;
margin-top : 3px;
margin-bottom : 3px;
}
box#treeBox{
height : 18ex;
}
box#statusMessages{
width : 36em;
}
div#interiorTitle {
font-size : 24px;
font-weight : bold;
}
/*
#table-housing {
height : 100%;
}
*/
tree#modulesTree {
background-color : transparent ! important;
height : 16ex;
width : 32em;
}
treecell#moduleName {
width : 50%
}
treecell#moduleSource {
width : 50%;
}
tree > treechildren {
background-color : window ! important;
}
tree#modulesTree > treehead > treerow > treecell {
padding-left : 1px;
padding-right : 1px;
border-left : none;
border-top : none;
border-right : none;
background-color : transparent ! important;
color : windowtext;
}
titledbutton.graphic{
list-style-image: url("chrome://global/skin/animthrob_single.gif");
}
spring#verticalSmallSpacer {
height : 1ex;
}
spring#verticalLargeSpacer {
height : 6ex;
}
spring#verticalMediumSpacer {
height : 3ex;
}
spring#horizontalSmallSpacer {
width : 2em;
}
spring#horizontalLargeSpacer {
width : 10em;
}

Двоичные данные
themes/modern/editor/images/Map_Copy.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 908 B

Двоичные данные
themes/modern/editor/images/Map_Cut.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 916 B

Двоичные данные
themes/modern/editor/images/Map_Paste.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 913 B

Двоичные данные
themes/modern/editor/images/Map_checker.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 68 B

Двоичные данные
themes/modern/editor/images/Map_circleTool.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 97 B

Двоичные данные
themes/modern/editor/images/Map_contrast.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 184 B

Двоичные данные
themes/modern/editor/images/Map_pointerTool.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 79 B

Двоичные данные
themes/modern/editor/images/Map_polygonTool.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 79 B

Двоичные данные
themes/modern/editor/images/Map_rectangleTool.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 77 B

Двоичные данные
themes/modern/editor/images/Map_zoomIn.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 125 B

Двоичные данные
themes/modern/editor/images/Map_zoomOut.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 123 B

Двоичные данные
themes/modern/editor/images/align.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 103 B

Двоичные данные
themes/modern/editor/images/anchor-in-doc.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 855 B

Двоичные данные
themes/modern/editor/images/anchor-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/modern/editor/images/anchor.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 97 B

Двоичные данные
themes/modern/editor/images/bold.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 103 B

Двоичные данные
themes/modern/editor/images/bullets.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 71 B

Двоичные данные
themes/modern/editor/images/center.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 66 B

Двоичные данные
themes/modern/editor/images/color.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 101 B

Двоичные данные
themes/modern/editor/images/dec-font-size.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 110 B

Двоичные данные
themes/modern/editor/images/div.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 97 B

Двоичные данные
themes/modern/editor/images/find.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 78 B

Двоичные данные
themes/modern/editor/images/hline-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 78 B

Двоичные данные
themes/modern/editor/images/hline.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 78 B

Двоичные данные
themes/modern/editor/images/hover-teal.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 113 B

Двоичные данные
themes/modern/editor/images/image-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 B

Двоичные данные
themes/modern/editor/images/image.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 B

Двоичные данные
themes/modern/editor/images/img-align-bottom.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 199 B

Двоичные данные
themes/modern/editor/images/img-align-left.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 173 B

Двоичные данные
themes/modern/editor/images/img-align-middle.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 185 B

Двоичные данные
themes/modern/editor/images/img-align-right.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 169 B

Двоичные данные
themes/modern/editor/images/img-align-top.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 185 B

Двоичные данные
themes/modern/editor/images/inc-font-size.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 114 B

Двоичные данные
themes/modern/editor/images/indent.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 102 B

Двоичные данные
themes/modern/editor/images/italic.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 91 B

Двоичные данные
themes/modern/editor/images/justify.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 69 B

Двоичные данные
themes/modern/editor/images/left.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 67 B

Двоичные данные
themes/modern/editor/images/link-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/modern/editor/images/link.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/modern/editor/images/newfile.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 82 B

Двоичные данные
themes/modern/editor/images/numbers.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 76 B

Двоичные данные
themes/modern/editor/images/object-popup.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/modern/editor/images/openfile.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 79 B

Двоичные данные
themes/modern/editor/images/outdent.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 B

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше