mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed color of bar
This commit is contained in:
@@ -383,7 +383,7 @@ footer{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer-buttons li a{
|
.footer-buttons li a{
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
padding-left:10px;
|
padding-left:10px;
|
||||||
}
|
}
|
||||||
@@ -1728,7 +1728,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
#bar
|
#bar
|
||||||
{
|
{
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color:rgba(0,0,0,0.5);
|
background-color:rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
<br />
|
<br />
|
||||||
Enjoy!
|
Enjoy!
|
||||||
</p>
|
</p>
|
||||||
<ul id="footer-buttons">
|
<ul class="footer-buttons">
|
||||||
<li>
|
<li>
|
||||||
<a class="modal-trigger waves-effect cyan darken-2 btn help-button-footer" title="Need help with the site?" onclick="$('#help').modal('open')">
|
<a class="modal-trigger waves-effect cyan darken-2 btn help-button-footer" title="Need help with the site?" onclick="$('#help').modal('open')">
|
||||||
<i class="material-icons left footer-button-icon">help_outline</i>HELP
|
<i class="material-icons left footer-button-icon">help_outline</i>HELP
|
||||||
@@ -95,21 +95,23 @@
|
|||||||
<p id="latest-commit" class="grey-text text-lighten-4 truncate"></p>
|
<p id="latest-commit" class="grey-text text-lighten-4 truncate"></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col l4 offset-l2 s12 valign-wrapper">
|
<div class="col l4 offset-l2 s12 valign-wrapper">
|
||||||
<ul>
|
<ul class="footer-buttons">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/zoff-music/">
|
<a href="https://github.com/zoff-music/">
|
||||||
<img title="Contribute on GitHub" src="/public/images/GitHub_Logo.png" alt="GitHub" />
|
<img title="Contribute on GitHub" src="/public/images/GitHub_Logo.png" alt="GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<p>
|
</li>
|
||||||
|
<li>
|
||||||
<a id="facebook-code-link" class="waves-effect waves-light btn light-blue share shareface" href="https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>" target="popup" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>','Share Playlist','width=600,height=300')">
|
<a id="facebook-code-link" class="waves-effect waves-light btn light-blue share shareface" href="https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>" target="popup" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>','Share Playlist','width=600,height=300')">
|
||||||
<img class="left" src="/public/images/facebook.png" alt="Share on Facebook" />Share on Facebook
|
<img class="left" src="/public/images/facebook.png" alt="Share on Facebook" />Share on Facebook
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</li>
|
||||||
<p>
|
<li>
|
||||||
<a id="twitter-code-link" class="waves-effect waves-light btn light-blue share" href="http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic" target="popup" onclick="window.open('http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic','Share Playlist','width=600,height=300')">
|
<a id="twitter-code-link" class="waves-effect waves-light btn light-blue share" href="http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic" target="popup" onclick="window.open('http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic','Share Playlist','width=600,height=300')">
|
||||||
<img class="left" src="/public/images/twitter.png" alt="Share on Twitter" />Share on Twitter
|
<img class="left" src="/public/images/twitter.png" alt="Share on Twitter" />Share on Twitter
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</li>
|
||||||
|
<li>
|
||||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
||||||
<input type="hidden" name="cmd" value="_s-xclick">
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||||||
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
||||||
|
|||||||
Reference in New Issue
Block a user