Skip to content

Commit

Permalink
Theme release (3.1.1)
Browse files Browse the repository at this point in the history
site.master
 - acknowledgement footer text corrected
 - Syntax highligher dark theme selected
 - Custom fields paths fixed
 - class to inherit fixed

site.master.cs and designer.cs
 - class name fixed to resolve conflict with Standard Theme

Readme updated
  • Loading branch information
atiq-cs committed Aug 24, 2015
1 parent a87cfc4 commit 520304d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
#### BlogEngine.net 2.8
Contains essential SAOSLabDark theme files for be-2.8 inside directory
- be-2.8/SAOSLabDark/
- Experimental theme, test and let us know your feedback

#### BlogEngine.net 3.1
- Contains theme files for be-3.1
- Both of the themes are gradually developed starting with the base of Standard theme by Farzin Seyfolahi[http://seyfolahi.net/]
- Both of the themes are gradually developed starting with the base of Standard theme by [Farzin Seyfolahi](http://seyfolahi.net/)
- This theme is tested on [SAOSLab Tech Blog](http://tech.saoslab.com)
4 changes: 3 additions & 1 deletion be-3.1/SAOSLabDark/css/main.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
Standard Theme - Version 1.5.0 (11/29/‎2013)
SAOSLabDark Theme - Version 1.0.0 (08/23/‎2015)
http://dotnetblogengine.net/
Designed and Implementation by Farzin Seyfolahi (@Seyfolahi)
http://seyfolahi.net/
Modified by SAOSLab
Content:
01.header 15.categorylist
Expand Down
22 changes: 11 additions & 11 deletions be-3.1/SAOSLabDark/site.master
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%@ Master Language="C#" AutoEventWireup="true" Inherits="StandardSite" Codebehind="site.master.cs" %>
<%@ Master Language="C#" AutoEventWireup="true" Inherits="SAOSLabDarkSite" Codebehind="site.master.cs" %>

<%@ Import Namespace="BlogEngine.Core" %>
<%@ Import Namespace="System.Linq" %>
Expand All @@ -17,7 +17,7 @@
<![endif]-->
<link rel="shortcut icon" href="~/pics/blogengine.ico" type="image/x-icon" />
<link href="~/scripts/syntaxhighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="~/scripts/syntaxhighlighter/styles/shThemeDefault.css" rel="stylesheet" type="text/css" />
<link href="~/scripts/syntaxhighlighter/styles/shThemeRDark.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<%# ShRoot %>scripts/XRegExp.js"></script>
<script type="text/javascript" src="<%# ShRoot %>scripts/shCore.js"></script>
<script type="text/javascript" src="<%# ShRoot %>scripts/shAutoloader.js"></script>
Expand Down Expand Up @@ -72,23 +72,23 @@
</div>
<div class="title-wrapper">
<div class="container">
<img src="<%=Utils.AbsoluteWebRoot %>[CUSTOMFIELD|THEME|Standard|Logo Address|Custom/Themes/Standard/images/logo.png/]" class="pull-left logo" alt="<%=BlogSettings.Instance.Name %>" />
<img src="<%=Utils.AbsoluteWebRoot %>[CUSTOMFIELD|THEME|SAOSLabDark|Logo Address|Custom/Themes/SAOSLabDark/images/logo.png/]" class="pull-left logo" alt="<%=BlogSettings.Instance.Name %>" />
<hgroup class="pull-left">
<h1><a href="<%=Utils.AbsoluteWebRoot %>"><%=BlogSettings.Instance.Name %></a></h1>
<h3><%=BlogSettings.Instance.Description %></h3>
</hgroup>
<div id="social-icons" class="pull-right social-icon">
<a href="http://facebook.com/[CUSTOMFIELD|THEME|Standard|Facebook account|BlogEngine.NET/]">
<img src="~/Custom/Themes/Standard/images/facebook.png" runat="server" />
<a href="http://facebook.com/[CUSTOMFIELD|THEME|SAOSLabDark|Facebook account|BlogEngine.NET/]">
<img src="~/Custom/Themes/SAOSLabDark/images/facebook.png" runat="server" />
</a>
<a href="http://twitter.com/[CUSTOMFIELD|THEME|Standard|Twitter account|blogenginenet/]">
<img src="~/Custom/Themes/Standard/images/twitter.png" runat="server" />
<a href="http://twitter.com/[CUSTOMFIELD|THEME|SAOSLabDark|Twitter account|blogenginenet/]">
<img src="~/Custom/Themes/SAOSLabDark/images/twitter.png" runat="server" />
</a>
<a href="https://plus.google.com/[CUSTOMFIELD|THEME|Standard|Google plus|u/0/]">
<img src="~/Custom/Themes/Standard/images/googleplus.png" runat="server" />
<a href="https://plus.google.com/[CUSTOMFIELD|THEME|SAOSLabDark|Google plus|u/0/]">
<img src="~/Custom/Themes/SAOSLabDark/images/googleplus.png" runat="server" />
</a>
<a href="<%=Utils.FeedUrl %>">
<img src="~/Custom/Themes/Standard/images/rss.png" runat="server" />
<img src="~/Custom/Themes/SAOSLabDark/images/rss.png" runat="server" />
</a>
</div>
</div>
Expand All @@ -112,7 +112,7 @@
</div>
</div>
<div class="end-line text-center">
<p class="text-muted credit">Copyright &copy; <%=DateTime.Now.Year %> <a href="<%=Utils.AbsoluteWebRoot %>"><%=BlogSettings.Instance.Name %></a> - Powered by <a href="http://dotnetblogengine.net" target="_blank">BlogEngine.NET</a> <%=BlogSettings.Instance.Version() %> - Design by <a href="http://seyfolahi.net/" title="Farzin Seyfolahi - UI/UX Designer at BlogEngine.NET" target="_blank">FS</a> </p>
<p class="text-muted credit">Copyright &copy; <%=DateTime.Now.Year %> <a href="<%=Utils.AbsoluteWebRoot %>"><%=BlogSettings.Instance.Name %></a> - Powered by <a href="http://dotnetblogengine.net" target="_blank">BlogEngine.NET</a> <%=BlogSettings.Instance.Version() %>, <a href="http://tech.saoslab.com" title="SAOSLab Tech Site" target="_blank">SAOSLab</a> Dark Theme based on <a href="http://seyfolahi.net/" title="Farzin Seyfolahi - UI/UX Designer at BlogEngine.NET" target="_blank">FS</a></p>
</div>
</footer>
<script src="<%=(Utils.AbsoluteWebRoot + "Custom/Themes/" + BlogSettings.Instance.Theme + "/js/bootstrap.min.js")%>" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion be-3.1/SAOSLabDark/site.master.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 520304d

Please sign in to comment.