jellyfin-web/dashboard-ui/css/librarymenu.css

268 lines
5.2 KiB
CSS
Raw Normal View History

2014-05-02 21:20:04 -07:00
.libraryPage {
2014-05-03 16:38:23 -07:00
padding-top: 54px !important;
2014-05-02 21:20:04 -07:00
}
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
2014-05-03 16:38:23 -07:00
padding-top: 97px !important;
2014-05-02 21:20:04 -07:00
}
2014-05-03 16:38:23 -07:00
.desktopLibraryMenu {
position: fixed;
left: 0;
z-index: 1001;
top: 54px;
background-color: #181818;
width: 200px;
min-height: 100px;
border-bottom-right-radius: 5px;
2014-05-04 21:36:45 -07:00
padding-bottom: 10px;
2014-05-03 16:38:23 -07:00
}
.itemDetailPage .desktopLibraryMenu {
background-color: rgba(24,24,24,.6);
}
.metadataEditorPage .desktopLibraryMenu {
display: none;
}
.desktopLibraryMenuDivider {
height: 1px;
background: #333;
margin: .5em 0;
}
2014-05-02 21:20:04 -07:00
.viewMenuBar {
font-weight: bold;
position: fixed;
right: 0;
left: 0;
z-index: 1000;
top: 0;
background: #181818;
2014-05-03 16:38:23 -07:00
padding: 3px .25em 3px 1em;
border-bottom: 1px solid #101010;
2014-05-02 21:20:04 -07:00
}
.viewMenuLink {
text-decoration: none;
color: #ccc!important;
padding: 7px .5em 6px;
display: inline-block;
vertical-align: middle;
}
2014-05-03 16:38:23 -07:00
.viewMenuLink:hover {
background-color: #555;
}
2014-05-02 21:20:04 -07:00
.viewMenuBar .btnCurrentUser {
padding: 7px 1em 6px;
}
.viewMenuLink:hover {
color: #fff;
}
.viewMenuLink:hover img {
opacity: .5;
}
.viewMenuLink img {
height: 24px;
vertical-align: top;
}
2014-05-03 16:38:23 -07:00
.viewMenuTextLink {
display: block;
padding: .6em .5em .6em 35px!important;
font-size: 15px;
font-weight: 300!important;
font-family: Roboto;
2014-05-02 21:20:04 -07:00
}
2014-05-03 16:38:23 -07:00
.musicViewMenu {
background-image: url(images/items/folders/music.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px 8px;
2014-05-02 21:20:04 -07:00
}
2014-05-03 16:38:23 -07:00
.tvshowsViewMenu {
background-image: url(images/items/folders/tv.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px 8px;
2014-05-02 21:20:04 -07:00
}
2014-05-03 16:38:23 -07:00
.moviesViewMenu {
background-image: url(images/items/folders/movies.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px center;
2014-05-02 21:20:04 -07:00
}
2014-05-03 16:38:23 -07:00
.gamesViewMenu {
background-image: url(images/items/folders/games.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px 8px;
2014-05-02 21:20:04 -07:00
}
2014-05-03 16:38:23 -07:00
.channelsViewMenu {
background-image: url(images/items/folders/channels.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px center;
}
.booksViewMenu {
background-image: url(images/items/folders/books.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px center;
}
2014-05-04 07:19:46 -07:00
.musicvideosViewMenu {
background-image: url(images/items/folders/musicvideos.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px 8px;
}
.photosViewMenu {
background-image: url(images/items/folders/photos.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px 8px;
}
2014-05-03 16:38:23 -07:00
.collectionsViewMenu, .generalViewMenu, .homeVideosViewMenu {
background-image: url(images/items/folders/homevideos.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 8px center;
2014-05-02 21:20:04 -07:00
}
2014-05-03 16:38:23 -07:00
.viewMenuSecondary {
float: right;
}
.selectedMediaFolder {
background-color: #38c!important;
2014-05-02 21:20:04 -07:00
color: #fff!important;
}
2014-05-03 16:38:23 -07:00
.itemDetailPage .selectedMediaFolder {
background-color: rgba(51,136,204,.8)!important;
}
2014-05-02 21:20:04 -07:00
.libraryViewNav {
height: 42px;
overflow: hidden;
border-bottom: 1px solid #333;
position: fixed;
right: 0;
2014-05-03 16:38:23 -07:00
left: 0;
top: 54px;
2014-05-02 21:20:04 -07:00
z-index: 1000;
background-color: #252525;
}
.libraryViewNavInner {
2014-05-04 07:19:46 -07:00
text-align: left;
2014-05-02 21:20:04 -07:00
font-size: 14px;
white-space: nowrap;
padding: 0 0 0;
overflow-x: auto;
height: 55px;
}
.libraryViewNav .ui-btn-active .libraryViewNavLinkContent {
border-bottom-color: #38c;
color: #fff;
}
.libraryViewNav a {
display: inline-block;
padding: 12px 0 0;
color: #eee!important;
text-decoration: none;
margin: 0 0;
position: relative;
font-weight: normal;
}
.libraryViewNav a:hover {
color: #bbb!important;
}
.libraryViewNavLinkContent {
border-bottom: 5px solid transparent;
display: inline-block;
2014-05-04 07:19:46 -07:00
padding: 0 1em 7px;
2014-05-02 21:20:04 -07:00
color: #ddd;
}
2014-05-03 16:38:23 -07:00
.desktopHomeLink {
color: #ddd !important;
margin-right: 2em;
text-decoration: none;
font-weight: 400!important;
}
.desktopHomeLink span {
vertical-align: middle;
}
2014-05-02 21:20:04 -07:00
2014-05-04 07:19:46 -07:00
@media all and (min-width: 1279px) {
2014-05-02 21:20:04 -07:00
.libraryMenuButton {
display: none;
}
2014-05-03 16:38:23 -07:00
.libraryPage:not(.itemDetailPage):not(.metadataEditorPage) {
left: 215px !important;
width: auto !important;
right: 0 !important;
}
2014-05-02 21:20:04 -07:00
2014-05-04 07:19:46 -07:00
.libraryPage .libraryViewNav {
padding-left: 232px !important;
}
.viewSettings {
padding-left: .4em;
2014-05-02 21:20:04 -07:00
}
2014-05-03 16:38:23 -07:00
}
2014-05-02 21:20:04 -07:00
2014-05-04 07:19:46 -07:00
@media all and (max-width: 1278px) {
2014-05-03 16:38:23 -07:00
.desktopHomeLink {
2014-05-02 21:20:04 -07:00
display: none;
}
.libraryViewNavInner {
text-align: left;
}
2014-05-03 16:38:23 -07:00
.desktopLibraryMenu {
display: none;
2014-05-02 21:20:04 -07:00
}
2014-05-04 07:19:46 -07:00
.viewSettings {
text-align: center;
}
.itemsContainer {
text-align: center;
}
2014-05-03 16:38:23 -07:00
}
2014-05-02 21:20:04 -07:00
2014-05-03 16:38:23 -07:00
@media all and (min-width: 750px) {
2014-05-02 21:20:04 -07:00
.viewMenuBar .btnCurrentUser {
padding-right: 1.5em;
}
}