mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated embedfile, removed unecessary font and fixed error where zöff name doesn't show up in header
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>Embedded Zöff</title>
|
||||||
<meta name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen"/>
|
<meta name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen"/>
|
||||||
<meta name="description" content="The Shared (free) YouTube radio. Being built around the YouTube search and video API it enables the creation of collaborative and shared live playlists, with billions of videos and songs to choose from, all for free and without registration. Enjoy!"/>
|
<meta name="description" content="The Shared (free) YouTube radio. Being built around the YouTube search and video API it enables the creation of collaborative and shared live playlists, with billions of videos and songs to choose from, all for free and without registration. Enjoy!"/>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="modal-trigger waves-effect blue-grey darken-2 btn help-button-footer hide-on-small-only" id="embed-button" title="Want to embed this channel?" onclick="$('#embed').openModal()">
|
<a class="modal-trigger waves-effect blue-grey darken-2 btn help-button-footer hide-on-small-only" id="embed-button" title="Want to embed this channel?" onclick="$('#embed').openModal()">
|
||||||
<i class="material-icons left footer-button-icon">code</i>EMBED
|
<i class="mdi-image-navigate-before left footer-button-icon left-embed"></i><i class="mdi-image-navigate-next left footer-button-icon right-embed"></i>EMBED
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css">
|
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css">
|
||||||
<link tyle="text/css" rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
|
||||||
<link type="text/css" rel="stylesheet" href="/static/css/materialize.min.css" />
|
<link type="text/css" rel="stylesheet" href="/static/css/materialize.min.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="/static/css/style.css" title="Default" />
|
<link rel="stylesheet" type="text/css" href="/static/css/style.css" title="Default" />
|
||||||
<link rel="icon" id="favicon" type="image/png" href="/static/images/favicon.png"/>
|
<link rel="icon" id="favicon" type="image/png" href="/static/images/favicon.png"/>
|
||||||
|
|||||||
@@ -104,7 +104,7 @@
|
|||||||
<ul class="collapsible collapsible-accordion">
|
<ul class="collapsible collapsible-accordion">
|
||||||
<li>
|
<li>
|
||||||
<a class="collapsible-header bold waves-effect">Remote Control
|
<a class="collapsible-header bold waves-effect">Remote Control
|
||||||
<i class="material-icons">settings_remote</i>
|
<i class="mdi-action-settings-remote"></i>
|
||||||
</a>
|
</a>
|
||||||
<div class="collapsible-body">
|
<div class="collapsible-body">
|
||||||
<ul>
|
<ul>
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
<ul class="collapsible collapsible-accordion">
|
<ul class="collapsible collapsible-accordion">
|
||||||
<li>
|
<li>
|
||||||
<a class="collapsible-header bold waves-effect import-a">Remote Controller
|
<a class="collapsible-header bold waves-effect import-a">Remote Controller
|
||||||
<i class="material-icons">settings_remote</i>
|
<i class="mdi-action-settings-remote"></i>
|
||||||
</a>
|
</a>
|
||||||
<div class="collapsible-body">
|
<div class="collapsible-body">
|
||||||
<ul id="remote-mobile-container">
|
<ul id="remote-mobile-container">
|
||||||
|
|||||||
@@ -168,6 +168,16 @@ footer{
|
|||||||
margin-top:0px !important;
|
margin-top:0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left-embed{
|
||||||
|
margin-left: -9px !important;
|
||||||
|
margin-right: 1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right-embed{
|
||||||
|
margin-right: 3px !important;
|
||||||
|
margin-left: -17px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* global colors */
|
/* global colors */
|
||||||
|
|
||||||
.modal-header-fixed{
|
.modal-header-fixed{
|
||||||
@@ -770,6 +780,10 @@ hide mdi-action-visibility mdi-action-visibility-off
|
|||||||
.toast {
|
.toast {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav .zbrand {
|
||||||
|
left:0px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
@@ -1616,6 +1630,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
}
|
}
|
||||||
nav .zbrand {
|
nav .zbrand {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
left:100px;
|
||||||
}
|
}
|
||||||
.title-container{
|
.title-container{
|
||||||
position: initial;
|
position: initial;
|
||||||
|
|||||||
Reference in New Issue
Block a user