130 lines
2.2 KiB
CSS
130 lines
2.2 KiB
CSS
|
|
.treeview,.treeview ul {
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview .hitarea {
|
||
|
|
background: url(themes/paper/images/treeview.gif) -64px -22px no-repeat;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview li {
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span {
|
||
|
|
background: url(themes/paper/images/objects.png) no-repeat;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.file a {
|
||
|
|
background: url(themes/paper/images/objects.png) no-repeat;
|
||
|
|
background-position: -8px -176px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree span a:visited {
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dblist a,.dblist a:visited {
|
||
|
|
color: #000;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree span.count,.filetree li span.count {
|
||
|
|
background: none;
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
border-radius: 3px;
|
||
|
|
color: #666;
|
||
|
|
font-size: 11px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview a.selected {
|
||
|
|
background-color: #eee;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview li.collapsable,.treeview li.expandable {
|
||
|
|
background-position: 0 -176px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview .expandable-hitarea {
|
||
|
|
background-position: -80px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview li.last {
|
||
|
|
background-position: 0 -1766px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview li.lastCollapsable,.treeview li.lastExpandable {
|
||
|
|
background: url(themes/paper/images/treeview.gif) no-repeat;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview li.lastCollapsable {
|
||
|
|
background-position: 0 -111px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview li.lastExpandable {
|
||
|
|
background-position: -32px -67px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.treeview div.lastCollapsable-hitarea,.treeview div.lastExpandable-hitarea {
|
||
|
|
background-position: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.schmf {
|
||
|
|
background-position: -8px -6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.tablef {
|
||
|
|
background-position: -8px -31px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.viewf {
|
||
|
|
background-position: -8px -55px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.procf {
|
||
|
|
background-position: -8px -79px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.funcf {
|
||
|
|
background-position: -8px -102px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.trigf {
|
||
|
|
background-position: -8px -126px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.evtf {
|
||
|
|
background-position: -8px -151px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.file {
|
||
|
|
background: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree li span.current {
|
||
|
|
background: url(themes/paper/images/ui-bg_highlight.png) repeat-x scroll 50% 48% #dbeefa;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree span a:hover {
|
||
|
|
border-bottom: 1px dotted #acacac;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dblist span.odb {
|
||
|
|
background: url(themes/paper/images/objects.png) no-repeat;
|
||
|
|
background-position: -8px -8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#tablelist a {
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
#tablelist span.current a {
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filetree span a {
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
}
|