1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added metadata editor sidebar

This commit is contained in:
Luke Pulverenti 2013-08-02 16:36:44 -04:00
parent 3945e0e9f4
commit 0dc7a2177e
34 changed files with 5572 additions and 342 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -0,0 +1,80 @@
/*
* jsTree default theme 1.0
* Supported features: dots/no-dots, icons/no-icons, focused, loading
* Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
*/
.jstree-mb3 li,
.jstree-mb3 ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-mb3 li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree-mb3 li.jstree-last { background:transparent; }
.jstree-mb3 .jstree-open > ins { background-position:-72px 0; }
.jstree-mb3 .jstree-closed > ins { background-position:-54px 0; }
.jstree-mb3 .jstree-leaf > ins { background-position:-36px 0; }
.jstree-mb3 .jstree-hovered { background:#666; border:1px solid transparent; padding:0 2px 0 1px; }
.jstree-mb3 .jstree-clicked { background:#4d90fe; border:1px solid transparent; padding:0 2px 0 1px; }
.jstree-mb3 a .jstree-icon { background-position:-56px -19px; }
.jstree-mb3 a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }
.jstree-mb3.jstree-focused { background: transparent !important; }
.jstree-mb3 .jstree-no-dots li,
.jstree-mb3 .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-mb3 .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-mb3 .jstree-no-dots .jstree-closed > ins { background-position:0 0; }
.jstree-mb3 .jstree-no-icons a .jstree-icon { display:none; }
.jstree-mb3 .jstree-search { font-style:italic; }
.jstree-mb3 .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-mb3 .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-mb3 .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-mb3 .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-mb3 .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-mb3 .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-mb3 .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-mb3 .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
#vakata-dragged.jstree-mb3 ins { background:transparent !important; }
#vakata-dragged.jstree-mb3 .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-mb3 .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-mb3 { background:url("d.png") -41px -57px no-repeat !important; text-indent:-100px; }
.jstree-mb3 a.jstree-search { color:aqua; }
.jstree-mb3 .jstree-locked a { color:silver; cursor:default; }
#vakata-contextmenu.jstree-mb3-context,
#vakata-contextmenu.jstree-mb3-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-mb3-context li { }
#vakata-contextmenu.jstree-mb3-context a { color:white; }
#vakata-contextmenu.jstree-mb3-context a:hover,
#vakata-contextmenu.jstree-mb3-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:white; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-mb3-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-mb3-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-mb3-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-mb3-context li ul { margin-left:-4px; }
.jstree a {
color: #fff!important;
}
.jstree a ins {
display: none!important;
}
.jstree li {
margin-left: 8px;
min-width: 8px;
border-bottom: 1px solid #555;
}
.jstree li:last-child {
border-bottom: 0;
}
.jstree li { min-height:28px; line-height:28px; }
.jstree a { line-height:28px; height:28px; }
.jstree a ins { height:28px; width:28px; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB