Skip to content

Commit

Permalink
Theme Image updated, RTL version improved
Browse files Browse the repository at this point in the history
  • Loading branch information
farzindev committed Sep 7, 2016
1 parent 8269421 commit 409e5b1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<header class="blog-header">
<div class="blog-info">
<a class="blog-logo" href="<%=Utils.AbsoluteWebRoot %>" tabindex="-1">
<img src="<%=Utils.AbsoluteWebRoot %>[CUSTOMFIELD|THEME|Standard|Logo|Custom/Themes/Standard/src/img/logo.png/]" alt="<%=BlogSettings.Instance.Name %>" />
<img src="[CUSTOMFIELD|THEME|Standard|Logo|Custom/Themes/Standard/src/img/logo.png/]" alt="<%=BlogSettings.Instance.Name %>" />
<%=BlogSettings.Instance.Name %>
</a>
<div class="blog-author">
Expand Down Expand Up @@ -86,7 +86,7 @@
Powered by <a href="http://dotnetblogengine.net/" target="_blank" title="BlogEngine.NET <%=BlogSettings.Instance.Version() %>">BlogEngine.NET</a>
</p>
<p>
Designed by <a href="http://francis.bio/" rel="nofollow" target="_blank">Francis</a>
Designed by <a href="http://francis.bio/" rel="nofollow" target="_blank">Francis Bio</a>
</p>
</footer>
</aside>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
var adminName = $(".post-author a").html();

console.log(adminName);
var adminAlertHtml = '<div class="support-theme visible-md visible-lg alert alert-info clearfix"><p class="pull-left">Hi ' + adminName + ', You can read <a href="http://francis.bio/notes/blogengine-standard-theme-2016/#customize" target="_blank" rel="nofollow"><b>This Article</b></a> that will help you customize this theme easily.</p><a href="admin/#/custom/themes" class="pull-right visible-lg"><i class="fa fa-times" data-toggle="tooltip" data-placement="left" title="remove from theme options"></i></a></div>';
var adminAlertHtml = '<div class="support-theme visible-md visible-lg alert alert-info clearfix"><p class="pull-left">Hi ' + adminName + ', You can read <a href="http://francis.bio/notes/blogengine-standard-2016-theme/" target="_blank" rel="nofollow"><b>This Article</b></a> that will help you customize this theme easily.</p><a href="admin/#/custom/themes" class="pull-right visible-lg"><i class="fa fa-times" data-toggle="tooltip" data-placement="left" title="remove from theme options"></i></a></div>';
if (adminNav.length && adminAlert.length && (location.pathname == '/' || location.pathname == '/default.aspx')) {
adminAlert.prepend(adminAlertHtml);
}

//
$(".blog-nav li a, [data-toggle=tooltip]").tooltip();

});
});
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,24 @@
}
// blog-nav
.blog-nav {
li {
border-right: 0;
border-left: 1px solid rgba(0, 0, 0, 0.15);

&:last-child {
border-left: 0;
li {
padding-right:0;
padding-left:$px1;
&:last-child
{
padding-left:0;
}
}
.tooltip {
font-family:"Yekan", Tahoma, arial;
letter-spacing:0;
}
}

//
.blogroll .widget-content>ul>li>a:first-child:before,.categorylist ul a[rel=nofollow]:before {
margin-right:0;
margin-left:.5rem;
}
// archive
.archive-page ul li {
Expand Down
Binary file modified BlogEngine/BlogEngine.NET/Custom/Themes/Standard/theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 409e5b1

Please sign in to comment.