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

added ps4 profile

This commit is contained in:
Luke Pulverenti 2015-06-16 13:37:49 -04:00
parent 0d59297b1b
commit 10d2fbe3b3
43 changed files with 1245 additions and 267 deletions

View file

@ -35,7 +35,7 @@
display: inline-block;
}
.viewMenuBar .material-icons, .viewMenuBar .fa {
.viewMenuBar .material-icons, .viewMenuBar .fa, .viewMenuBar paper-icon-button {
color: #e8e8e8;
font-size: 24px;
vertical-align: middle;

View file

@ -51,38 +51,6 @@
padding: 2px 5px;
}
.circle {
background-color: rgba(0,0,0,0);
border: 5px solid rgba(0,183,229,0.9);
opacity: .9;
border-right: 5px solid rgba(0,0,0,0);
border-left: 5px solid rgba(0,0,0,0);
border-radius: 30px;
box-shadow: 0 0 20px #2187e7;
width: 30px;
height: 30px;
margin: 0 auto;
-moz-animation: spinPulse 1s infinite ease-in-out;
-webkit-animation: spinPulse 1s infinite linear;
}
.circle1 {
background-color: rgba(0,0,0,0);
border: 5px solid rgba(0,183,229,0.9);
opacity: .9;
border-left: 5px solid rgba(0,0,0,0);
border-right: 5px solid rgba(0,0,0,0);
border-radius: 30px;
box-shadow: 0 0 15px #2187e7;
width: 15px;
height: 15px;
margin: 0 auto;
position: relative;
top: -32px;
-moz-animation: spinoffPulse 1s infinite linear;
-webkit-animation: spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
0% {
-moz-transform: rotate(160deg);

View file

@ -333,14 +333,8 @@ h1, h1 a {
font-size: 24px;
}
.ui-loader h1 {
font-family: Roboto;
font-weight: 500 !important;
font-size: 18px;
}
.ui-loader h1 {
font-weight: bold;
.ui-loader {
display: none !important;
}
h2 {