gecko-dev/rdf/resources/sidebar.css

188 строки
4.4 KiB
CSS
Исходник Обычный вид История

1999-02-10 22:15:46 +03:00
window {
1999-04-28 01:19:26 +04:00
display: block;
background-color: white;
1999-02-10 22:15:46 +03:00
}
1999-04-24 02:56:00 +04:00
#treebox {
width: 100%;
height: 100%;
}
1999-02-10 22:15:46 +03:00
tree {
display: table;
background-color: #eeeeee;
border: none;
border-spacing: 0px;
// border-collapse: collapse;
width: 100%;
1999-02-10 22:15:46 +03:00
}
treeitem {
display: table-row;
}
treehead {
display: table-header-group;
}
treebody {
display: table-row-group;
}
treecol {
display: table-column;
width: 200px;
}
1999-02-10 22:15:46 +03:00
treecell {
display: table-cell;
font-family: Verdana, Sans-Serif;
font-size: 8pt;
1999-04-24 02:56:00 +04:00
white-space: nowrap;
1999-02-10 22:15:46 +03:00
}
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[container="true"][open="true"][loading="true"] > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
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");
}
1999-04-27 05:33:34 +04:00
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");
}
1999-03-12 11:48:21 +03:00
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");
}
1999-04-28 01:19:26 +04:00
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;
}