Better handling of a long title; option to disable the share FAB; --> Version 0.6
This commit is contained in:
parent
aa1bc50648
commit
accc37e5be
6 changed files with 67 additions and 26 deletions
|
@ -24,6 +24,8 @@ $blogmainname = '';
|
||||||
$blogintro = 'yes';
|
$blogintro = 'yes';
|
||||||
// Disqus - Provide here your Disqus shortname. Leave empty if you don't want to use it.
|
// Disqus - Provide here your Disqus shortname. Leave empty if you don't want to use it.
|
||||||
$blogdisqus = 'rangitaki';
|
$blogdisqus = 'rangitaki';
|
||||||
|
// Share FAB - this enables or disables the share button
|
||||||
|
$sharefab = 'yes';
|
||||||
// Google Analytics - Provide here your Google Analytics Tracking-ID. Leave empty if you don't want to use it.
|
// Google Analytics - Provide here your Google Analytics Tracking-ID. Leave empty if you don't want to use it.
|
||||||
$bloganalytics = '';
|
$bloganalytics = '';
|
||||||
// Footer - set here the text for your footer (e.g. a copyright info). You can replace the whole text after the '=' with your own one.
|
// Footer - set here the text for your footer (e.g. a copyright info). You can replace the whole text after the '=' with your own one.
|
||||||
|
|
|
@ -134,6 +134,7 @@ THE SOFTWARE.
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</nobr>
|
</nobr>
|
||||||
|
<div class="fadeout"></div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
if (file_exists("blogs/$blog.md") && $getarticle == "" && $blogintro == "yes" && $gettag == "") {
|
if (file_exists("blogs/$blog.md") && $getarticle == "" && $blogintro == "yes" && $gettag == "") {
|
||||||
|
@ -182,6 +183,9 @@ THE SOFTWARE.
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<?php echo $blogfooter; ?>
|
<?php echo $blogfooter; ?>
|
||||||
</div>
|
</div>
|
||||||
|
<?php
|
||||||
|
if ($sharefab == "yes") {
|
||||||
|
?>
|
||||||
<div class="fabmenu">
|
<div class="fabmenu">
|
||||||
<div class="subfab">
|
<div class="subfab">
|
||||||
<a href='mailto:?subject=<?php echo $blogtitle; ?>&body=<?php echo $LANG_Check_out_this_blog; ?>: <?php echo $url; ?>' target="blank">
|
<a href='mailto:?subject=<?php echo $blogtitle; ?>&body=<?php echo $LANG_Check_out_this_blog; ?>: <?php echo $url; ?>' target="blank">
|
||||||
|
@ -207,6 +211,9 @@ THE SOFTWARE.
|
||||||
<img src="./res/img/share.svg" class="fab-img" alt="Share" />
|
<img src="./res/img/share.svg" class="fab-img" alt="Share" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
</div>
|
</div>
|
||||||
<script src="./res/js/jquery-2.1.4.min.js"></script>
|
<script src="./res/js/jquery-2.1.4.min.js"></script>
|
||||||
<script src="./res/js/app.js"></script>
|
<script src="./res/js/app.js"></script>
|
||||||
|
|
|
@ -72,6 +72,14 @@ body{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fadeout{
|
||||||
|
position: absolute;
|
||||||
|
height: 64px;
|
||||||
|
top: 0px;
|
||||||
|
right: 0px;
|
||||||
|
width: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-img{
|
.nav-img{
|
||||||
height: 26px;
|
height: 26px;
|
||||||
padding: 19px;
|
padding: 19px;
|
||||||
|
|
|
@ -30,7 +30,7 @@ body{
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
background: #f6f6f6;
|
background: #f6f6f6;
|
||||||
color: #383838;
|
color: #383838;
|
||||||
background-image: url(http://marcel-kapfer.de/res/img/druck.png);
|
background-image: url(//marcel-kapfer.de/res/img/druck.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: top center;
|
background-position: top center;
|
||||||
|
@ -51,6 +51,14 @@ body{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fadeout{
|
||||||
|
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(0, 0, 0, 0.45) 100%); /* FF3.6+ */
|
||||||
|
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.45) 100%); /* Chrome10+,Safari5.1+ */
|
||||||
|
background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.45) 100%); /* Opera 11.10+ */
|
||||||
|
background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.45) 100%); /* IE10+ */
|
||||||
|
background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.45) 100%); /* W3C */
|
||||||
|
}
|
||||||
|
|
||||||
.nav{
|
.nav{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-right: 1px solid #e0e0e0;
|
border-right: 1px solid #e0e0e0;
|
||||||
|
|
|
@ -47,6 +47,14 @@ body{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fadeout{
|
||||||
|
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, #212121 100%); /* FF3.6+ */
|
||||||
|
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
|
||||||
|
background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,#212121 100%); /* Opera 11.10+ */
|
||||||
|
background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,#212121 100%); /* IE10+ */
|
||||||
|
background: linear-gradient(to right, rgba(30,87,153,0) 0%,#212121 100%); /* W3C */
|
||||||
|
}
|
||||||
|
|
||||||
.nav{
|
.nav{
|
||||||
background-color: #424242;
|
background-color: #424242;
|
||||||
border-right: 1px solid #1f1f1f;
|
border-right: 1px solid #1f1f1f;
|
||||||
|
|
|
@ -47,6 +47,14 @@ body{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fadeout{
|
||||||
|
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, #ff4415 100%); /* FF3.6+ */
|
||||||
|
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,#ff4415 100%); /* Chrome10+,Safari5.1+ */
|
||||||
|
background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,#ff4415 100%); /* Opera 11.10+ */
|
||||||
|
background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,#ff4415 100%); /* IE10+ */
|
||||||
|
background: linear-gradient(to right, rgba(30,87,153,0) 0%,#ff4415 100%); /* W3C */
|
||||||
|
}
|
||||||
|
|
||||||
.nav{
|
.nav{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-right: 1px solid #e0e0e0;
|
border-right: 1px solid #e0e0e0;
|
||||||
|
|
Reference in a new issue