Emby: Unterschied zwischen den Versionen

Aus Zovis Wikili
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „= FAQ = == Title ändern == nano /opt/emby-server/system/dashboard-ui/index.html“)
 
(Config)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 3: Zeile 3:
 
== Title ändern ==
 
== Title ändern ==
 
  nano /opt/emby-server/system/dashboard-ui/index.html
 
  nano /opt/emby-server/system/dashboard-ui/index.html
 +
 +
== Config ==
 +
/var/lib/emby/config
 +
 +
 +
== css Änderungen ==
 +
 +
<pre>
 +
 +
/*Announcement Banner smooth
 +
div.homeSectionsContainer:before
 +
{
 +
content:"ALERT! Your message here.";
 +
display:block;
 +
width:50%;
 +
margin:auto;
 +
margin-bottom:20px;
 +
z-index:999;
 +
padding:12px;
 +
background-color:#2c2c2c;
 +
color:#fff;
 +
text-align:center;
 +
border-radius:5px;
 +
border:solid #b997fc;
 +
border-width:0 0 0 4px
 +
}*/
 +
 +
 +
/*Announcement Banner red
 +
div.mainAnimatedPages {top: 20px;}
 +
div.headroom:before {
 +
    content: "Alert: Server downtime at 8pm.";
 +
    background: red;
 +
    font-size: x-large;
 +
    color: yellow;
 +
    text-align: center;
 +
}*/
 +
 +
 +
/* Logo gedöns */
 +
}
 +
.drawerLogo {
 +
  background-image: url(https://web142.sr14.firestorm.ch/logowhite2.png) !important;
 +
  height: 53px !important;
 +
}
 +
.app-splash {
 +
  background-image: url(https://web142.sr14.firestorm.ch/logowhite2.png) !important;
 +
  height: 200px !important;
 +
}
 +
 +
.pageTitleWithLogo {
 +
  background-image: url(https://web142.sr14.firestorm.ch/logowhite2.png) !important;
 +
  height: 50px !important;
 +
  width: 190px !important;
 +
}
 +
 +
.pageTitleWithDefaultLogo {
 +
  background-image: url(https://web142.sr14.firestorm.ch/logowhite2.png) !important;
 +
  height: 30px !important;
 +
 +
}
 +
 +
/* bei mehreren Versionen eines Films Button Rot  */
 +
#embyselect0, #embyselect4, #embyselect8, #embyselect12 , #embyselect20  {
 +
    color: white !important;
 +
    background: red !important;
 +
}
 +
 +
</pre>

Aktuelle Version vom 8. April 2023, 14:32 Uhr

FAQ

Title ändern

nano /opt/emby-server/system/dashboard-ui/index.html

Config

/var/lib/emby/config


css Änderungen


/*Announcement Banner smooth 
div.homeSectionsContainer:before
{
	content:"ALERT! Your message here.";
	display:block;
	width:50%;
	margin:auto;
	margin-bottom:20px;
	z-index:999;
	padding:12px;
	background-color:#2c2c2c;
	color:#fff;
	text-align:center;
	border-radius:5px;
	border:solid #b997fc;
	border-width:0 0 0 4px
}*/


/*Announcement Banner red
div.mainAnimatedPages {top: 20px;}
div.headroom:before {
    content: "Alert: Server downtime at 8pm.";
    background: red;
    font-size: x-large;
    color: yellow;
    text-align: center;
}*/


/* Logo gedöns */
}
.drawerLogo { 
  background-image: url(https://web142.sr14.firestorm.ch/logowhite2.png) !important; 
  height: 53px !important; 
}
.app-splash {
  background-image: url(https://web142.sr14.firestorm.ch/logowhite2.png) !important; 
  height: 200px !important; 
}

.pageTitleWithLogo { 
  background-image: url(https://web142.sr14.firestorm.ch/logowhite2.png) !important; 
  height: 50px !important;
  width: 190px !important; 
}

.pageTitleWithDefaultLogo { 
  background-image: url(https://web142.sr14.firestorm.ch/logowhite2.png) !important; 
  height: 30px !important; 

}

/* bei mehreren Versionen eines Films Button Rot  */
#embyselect0, #embyselect4, #embyselect8, #embyselect12 , #embyselect20  {
    color: white !important;
    background: red !important;
}