mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-08 10:35:34 +00:00
changed looks of footer buttons, and how the copyright text is placed
This commit is contained in:
@@ -119,9 +119,14 @@ footer{
|
||||
|
||||
.help-button-footer{
|
||||
padding: 10px;
|
||||
background: white;
|
||||
background: #1e88e5;
|
||||
border-radius: 2px;
|
||||
color:#2d2d2d;
|
||||
color:white;
|
||||
width:200px;
|
||||
}
|
||||
|
||||
#footer-buttons li{
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
footer.page-footer,
|
||||
@@ -199,6 +204,10 @@ nav .brand-logo{
|
||||
background-color: #38803C !important;
|
||||
}
|
||||
|
||||
.footer-copyright{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer-copyright a { color: #fff;}
|
||||
.footer-copyright a:hover{color:#6699FF}
|
||||
|
||||
@@ -317,7 +326,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
#latest-commit{
|
||||
font-size: 12px !important;
|
||||
padding-left: 15px !important;
|
||||
padding-top: 40px !important;
|
||||
/*padding-top: 40px !important;*/
|
||||
}
|
||||
|
||||
#latest-commit a{
|
||||
@@ -572,6 +581,17 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
float:left;
|
||||
}
|
||||
|
||||
.video-container{
|
||||
-webkit-transition: opacity 0.5s;
|
||||
-moz-transition: opacity 0.5s;
|
||||
-o-transition: opacity 0.5s;
|
||||
transition: opacity 0.5s;
|
||||
}
|
||||
|
||||
.no-opacity{
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
.suggest_bar {
|
||||
/*margin-left:5px !important;*/
|
||||
color:rgb(68,68,68);
|
||||
|
||||
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -398,7 +398,7 @@ function onepage_load(){
|
||||
|
||||
var url_split = window.location.href.split("/");
|
||||
|
||||
if(url_split[3] != "#" && url_split[3] != ""){
|
||||
if(url_split[3].substr(0,1) != "#!" && url_split[3] != "" && !(url_split.length == 5 && url_split[4].substr(0,1) == "#")){
|
||||
socket.emit("change_channel");
|
||||
Admin.beginning = true;
|
||||
|
||||
|
||||
@@ -187,6 +187,7 @@ var Youtube = {
|
||||
Playercontrols.initYoutubeControls(Youtube.ytplayer);
|
||||
Playercontrols.initSlider();
|
||||
Youtube.ytplayer.setVolume(Crypt.get_volume());
|
||||
$(".video-container").removeClass("no-opacity");
|
||||
}catch(e){}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user