зеркало из https://github.com/mozilla/gecko-dev.git
184 строки
4.2 KiB
CSS
184 строки
4.2 KiB
CSS
window {
|
|
display: block;
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
#treebox {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
tree {
|
|
display: table;
|
|
background-color: #eeeeee;
|
|
border: none;
|
|
border-spacing: 0px;
|
|
// border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
treeitem {
|
|
display: table-row;
|
|
}
|
|
|
|
treehead {
|
|
display: table-header-group;
|
|
}
|
|
|
|
treebody {
|
|
display: table-row-group;
|
|
|
|
}
|
|
|
|
treecol {
|
|
display: table-column;
|
|
width: 200px;
|
|
}
|
|
|
|
treecell {
|
|
display: table-cell;
|
|
font-family: Verdana, Sans-Serif;
|
|
font-size: 8pt;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
treehead treeitem treecell {
|
|
background-color: #a0a0a0;
|
|
border: thin black solid;
|
|
}
|
|
|
|
treecell[selectedcell] {
|
|
background-color: yellow;
|
|
}
|
|
|
|
treecell[sortActive="true"] {
|
|
background-color: #404040;
|
|
}
|
|
|
|
treecol[sortActive="true"] {
|
|
background-color: green;
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/bookmark-folder-closed.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/bookmark-folder-open.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/personal-folder-closed.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/personal-folder-open.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/bookmark-item.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/IEFavorite.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/bookmark-item.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/folder-open.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/folder-closed.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/article.gif");
|
|
}
|
|
|
|
treeitem[container="true"][open="true"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/folder-open.gif");
|
|
}
|
|
|
|
treeitem[container="true"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/folder-closed.gif");
|
|
}
|
|
|
|
treeitem > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/document.gif");
|
|
}
|
|
|
|
titledbutton#bookmarks {
|
|
list-style-image:url(resource:/res/rdf/bookmark-item.gif);
|
|
}
|
|
|
|
toolbar#sidebarbar titledbutton{
|
|
color:#CCCCFF;
|
|
}
|
|
|
|
toolbar#sidebarbar titledbutton[pseudoclass~="active"] {
|
|
|
|
text-decoration:none;
|
|
border: 10px inset;
|
|
padding-left: 2px;
|
|
padding-right: 0px;
|
|
padding-top: 2px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
toolbar#sidebarbar titledbutton[pseudoclass~="hover"] {
|
|
border: 1px outset #666699;
|
|
color:white;
|
|
//text-decoration:underline;
|
|
padding: 1px;
|
|
}
|
|
|
|
|
|
toolbar#sidebarbar {
|
|
background-color: #666699;
|
|
border-bottom: solid #333366 1px;
|
|
border-top: solid #9999AA 1px;
|
|
border-left: solid #9999AA 1px;
|
|
border-right: solid #333366 1px;
|
|
font: 10pt sans-serif;
|
|
min-height: 16px;
|
|
color: white;
|
|
}
|
|
|
|
toolbar[class=tabheader] titledbutton{
|
|
color:#7BB1B7;
|
|
}
|
|
/*
|
|
toolbar[class=tabheader] titledbutton[pseudoclass~="active"] {
|
|
|
|
text-decoration:none;
|
|
border: 1px inset;
|
|
padding-left: 2px;
|
|
padding-right: 0px;
|
|
padding-top: 2px;
|
|
padding-bottom: 0px;
|
|
}
|
|
*/
|
|
toolbar[class=tabheader] titledbutton[pseudoclass~="hover"] {
|
|
border: 1px outset #666699;
|
|
color:white;
|
|
//text-decoration:underline;
|
|
padding: 1px;
|
|
}
|
|
|
|
toolbar[class=tabheader] {
|
|
background-color: #046B75;
|
|
border-bottom: solid #006400 1px;
|
|
border-top: solid #00FFFF 1px;
|
|
border-left: solid #00FFFF 1px;
|
|
border-right: solid #006400 1px;
|
|
font: 10pt sans-serif;
|
|
min-height: 16px;
|
|
color: white;
|
|
}
|
|
|