Skip to content

Commit 409e5b1

Browse files
committed
Theme Image updated, RTL version improved
1 parent 8269421 commit 409e5b1

File tree

6 files changed

+22
-12
lines changed

6 files changed

+22
-12
lines changed

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<header class="blog-header">
5252
<div class="blog-info">
5353
<a class="blog-logo" href="<%=Utils.AbsoluteWebRoot %>" tabindex="-1">
54-
<img src="<%=Utils.AbsoluteWebRoot %>[CUSTOMFIELD|THEME|Standard|Logo|Custom/Themes/Standard/src/img/logo.png/]" alt="<%=BlogSettings.Instance.Name %>" />
54+
<img src="[CUSTOMFIELD|THEME|Standard|Logo|Custom/Themes/Standard/src/img/logo.png/]" alt="<%=BlogSettings.Instance.Name %>" />
5555
<%=BlogSettings.Instance.Name %>
5656
</a>
5757
<div class="blog-author">
@@ -86,7 +86,7 @@
8686
Powered by <a href="http://dotnetblogengine.net/" target="_blank" title="BlogEngine.NET <%=BlogSettings.Instance.Version() %>">BlogEngine.NET</a>
8787
</p>
8888
<p>
89-
Designed by <a href="http://francis.bio/" rel="nofollow" target="_blank">Francis</a>
89+
Designed by <a href="http://francis.bio/" rel="nofollow" target="_blank">Francis Bio</a>
9090
</p>
9191
</footer>
9292
</aside>

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/css/styles.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/js/custom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
var adminName = $(".post-author a").html();
6969

7070
console.log(adminName);
71-
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>';
71+
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>';
7272
if (adminNav.length && adminAlert.length && (location.pathname == '/' || location.pathname == '/default.aspx')) {
7373
adminAlert.prepend(adminAlertHtml);
7474
}
7575

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

79-
});
79+
});

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/scss/widgets/_rtl.scss

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,24 @@
6060
}
6161
// blog-nav
6262
.blog-nav {
63-
li {
64-
border-right: 0;
65-
border-left: 1px solid rgba(0, 0, 0, 0.15);
66-
67-
&:last-child {
68-
border-left: 0;
63+
li {
64+
padding-right:0;
65+
padding-left:$px1;
66+
&:last-child
67+
{
68+
padding-left:0;
6969
}
7070
}
71+
.tooltip {
72+
font-family:"Yekan", Tahoma, arial;
73+
letter-spacing:0;
74+
}
75+
}
76+
77+
//
78+
.blogroll .widget-content>ul>li>a:first-child:before,.categorylist ul a[rel=nofollow]:before {
79+
margin-right:0;
80+
margin-left:.5rem;
7181
}
7282
// archive
7383
.archive-page ul li {
-333 KB
Loading

0 commit comments

Comments
 (0)