mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove mono compiler directives
This commit is contained in:
parent
e53b184e77
commit
7ad3b6c430
25 changed files with 190 additions and 211 deletions
|
@ -125,11 +125,11 @@
|
|||
right: 0;
|
||||
}
|
||||
|
||||
.cardContent:hover {
|
||||
/*.cardContent:hover {
|
||||
-moz-box-shadow: 0 0 0 5px #38c;
|
||||
-webkit-box-shadow: 0 0 0 5px #38c;
|
||||
box-shadow: 0 0 0 5px #38c;
|
||||
}
|
||||
}*/
|
||||
|
||||
.alternateHover:hover .cardContent {
|
||||
-moz-box-shadow: none;
|
||||
|
@ -137,7 +137,7 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
.alternateHover:hover .cardImage {
|
||||
.cardContent:hover .cardImage {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
|
@ -185,7 +185,6 @@
|
|||
white-space: nowrap;
|
||||
padding: 5px 4px 2px;
|
||||
text-shadow: none;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
@ -399,10 +398,6 @@
|
|||
width: 16.666666666666666666666666666667%;
|
||||
}
|
||||
|
||||
.bannerCard {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.portraitCard {
|
||||
width: 10%;
|
||||
}
|
||||
|
@ -430,10 +425,10 @@
|
|||
.squareCard {
|
||||
width: 9.0909090909090909090909090909091%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
.bannerCard {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.portraitCard {
|
||||
width: 9.0909090909090909090909090909091%;
|
||||
|
@ -700,3 +695,32 @@
|
|||
width: 16.666666666666666666666666666667%;
|
||||
}
|
||||
}
|
||||
|
||||
/*.touch .mobileItemsContainer {
|
||||
white-space: nowrap;
|
||||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
-ms-overflow-style: none;
|
||||
overflow: -moz-scrollbars-none;
|
||||
}
|
||||
|
||||
.touch .mobileItemsContainer::-webkit-scrollbar {
|
||||
height: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.touch .mobileItemsContainer .card {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.touch .mobileItemsContainer .homePageBackdropCard, .touch .mobileItemsContainer .homePageSmallBackdropCard {
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
.touch .mobileItemsContainer .homePagePortraitCard {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
.touch .mobileItemsContainer .homePageSquareCard {
|
||||
max-width: 200px;
|
||||
}*/
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -323,7 +323,6 @@
|
|||
background-color: #181818;
|
||||
border-radius: 4px;
|
||||
padding: 5px 7px;
|
||||
font-size: 13px;
|
||||
margin: 0 5px 5px 0;
|
||||
color: #fff !important;
|
||||
text-decoration: none;
|
||||
|
@ -345,7 +344,6 @@ a.itemTag:hover {
|
|||
|
||||
.reviewerName {
|
||||
color: #ccc;
|
||||
font-size: 13px;
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
|
|
|
@ -166,6 +166,18 @@
|
|||
z-index: 1000;
|
||||
background-image: linear-gradient(#1a1a1a,#1a1a1a);
|
||||
border-bottom: 1px solid #111;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
padding: 0 0 0;
|
||||
overflow-x: scroll;
|
||||
-ms-overflow-style: none;
|
||||
overflow: -moz-scrollbars-none;
|
||||
}
|
||||
|
||||
.libraryViewNav::-webkit-scrollbar {
|
||||
height: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.viewMenuLink {
|
||||
|
@ -290,15 +302,6 @@
|
|||
background-color: #222;
|
||||
}
|
||||
|
||||
.libraryViewNavInner {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
padding: 0 0 0;
|
||||
overflow-x: auto;
|
||||
height: 61px;
|
||||
}
|
||||
|
||||
.libraryViewNav .ui-btn-active {
|
||||
border-bottom-color: #38c;
|
||||
color: #fff !important;
|
||||
|
|
|
@ -246,7 +246,6 @@
|
|||
|
||||
.guideProgramName {
|
||||
padding: .35em .5em;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.guideProgramTime {
|
||||
|
|
|
@ -42,13 +42,11 @@
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
font-size: 13px;
|
||||
color: #fff;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.searchHintSecondaryText {
|
||||
font-size: 13px;
|
||||
color: #fff;
|
||||
margin-top: 3px;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -1,32 +1,4 @@
|
|||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(fonts/OpenSans-ExtraBold.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
|
@ -92,7 +64,6 @@ body {
|
|||
|
||||
h1, h1 a {
|
||||
font-weight: 300 !important;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.libraryPage h1, .libraryPage h1 a {
|
||||
|
@ -111,7 +82,6 @@ h1, h1 a {
|
|||
|
||||
h2 {
|
||||
font-weight: 400;
|
||||
font-size: 1.68em;
|
||||
}
|
||||
|
||||
/*a, a.ui-link {
|
||||
|
|
|
@ -78,10 +78,6 @@
|
|||
width: 60%;
|
||||
}
|
||||
|
||||
.smallPosterTileItem .tileName {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.smallBackdropTileItem .tileImage {
|
||||
height: 125px;
|
||||
width: 45%;
|
||||
|
@ -91,10 +87,6 @@
|
|||
width: 50%;
|
||||
}
|
||||
|
||||
.smallBackdropTileItem .tileName {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.squareTileItem .tileImage {
|
||||
height: 100px;
|
||||
width: 35%;
|
||||
|
@ -104,18 +96,6 @@
|
|||
width: 60%;
|
||||
}
|
||||
|
||||
.tileName {
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tileName + .tileName {
|
||||
margin-top: .75em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
||||
.tileItem {
|
||||
|
@ -424,7 +404,6 @@
|
|||
white-space: nowrap;
|
||||
padding: 5px 4px 4px;
|
||||
text-shadow: none;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue