mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
started preset views
This commit is contained in:
parent
d27b583884
commit
acdb860386
8 changed files with 102 additions and 138 deletions
BIN
dashboard-ui/css/images/bgflip.png
Normal file
BIN
dashboard-ui/css/images/bgflip.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
dashboard-ui/css/images/items/list/audiowide.png
Normal file
BIN
dashboard-ui/css/images/items/list/audiowide.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8 KiB |
|
@ -1,64 +1,69 @@
|
|||
/*.libraryContent {
|
||||
.libraryPage .header {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.librarySidebar {
|
||||
display: none;
|
||||
.libraryPageHeader {
|
||||
margin: -5px 0 0;
|
||||
}
|
||||
|
||||
.libraryPageHeader a {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.libraryPage .ui-content {
|
||||
padding: 15px 30px 100px;
|
||||
}
|
||||
|
||||
.libraryPage, .itemListContent {
|
||||
background: #262626!important;
|
||||
/*background: #494949 url(images/bgflip.png) repeat-x!important;*/
|
||||
background-attachment: fixed!important;
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.listHeader {
|
||||
margin-top: 1.25em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.firstListHeader {
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
.libraryViewNav {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.libraryViewNav .ui-btn-inner {
|
||||
padding: .6em 20px;
|
||||
}
|
||||
|
||||
.ehsContent {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
|
||||
.libraryContent {
|
||||
float: right;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.librarySidebar {
|
||||
display: block;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 35%;
|
||||
border-right: 2px solid #666;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
.libraryContent {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.librarySidebar {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
.libraryContent {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.librarySidebar {
|
||||
width: 25%;
|
||||
.ehsContent {
|
||||
max-width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
.libraryContent {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.librarySidebar {
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
.libraryContent {
|
||||
width: 87.5%;
|
||||
.ehsContent {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.librarySidebar {
|
||||
width: 12.5%;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
|
@ -86,11 +86,6 @@ pre, textarea.pre {
|
|||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.libraryPage, .itemListContent {
|
||||
background: #262626!important;
|
||||
background-attachment: fixed!important;
|
||||
}
|
||||
|
||||
/*
|
||||
Header
|
||||
*/
|
||||
|
@ -149,10 +144,6 @@ pre, textarea.pre {
|
|||
top: 4px;
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
h1 .imageLink {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
@ -165,18 +156,6 @@ h1 .imageLink {
|
|||
opacity: .5;
|
||||
}
|
||||
|
||||
.type-home h1, .listHeader {
|
||||
margin-top: 1.25em;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 5px;
|
||||
font-weight: normal;
|
||||
border-bottom: 1px solid #777;
|
||||
}
|
||||
|
||||
.libraryPage .ui-content > h1:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.pageTitle {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -300,11 +279,6 @@ form, .readOnlyContent {
|
|||
right: 30px;
|
||||
}
|
||||
|
||||
.libraryPage .ui-content {
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.type-interior > .ui-content {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue