Skip to content

Commit

Permalink
update language pack, add IRANSans font to defualt skin
Browse files Browse the repository at this point in the history
  • Loading branch information
NouSoft committed Feb 27, 2020
1 parent 4380c78 commit d15b1b5
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DNN Platform/DotNetNuke.Web/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// Review the values of the assembly attributes

[assembly: AssemblyTitle("DotNetNuke.Web")]
[assembly: AssemblyTitle("DotNetNuke.Web - PersianDnnsoftware")] //persian-dnnsoftware
[assembly: AssemblyDescription("Open Source Web Application Framework")]
[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// Review the values of the assembly attributes

[assembly: AssemblyTitle("DotNetNuke")]
[assembly: AssemblyTitle("DotNetNuke - PersianDnnsoftware")] //persian-dnnsoftware
[assembly: AssemblyDescription("Open Source Web Application Framework")]
[assembly: CLSCompliant(true)]

Expand Down
10 changes: 10 additions & 0 deletions DNN Platform/Skins/Xcillion/DotNetNuke.Skins.Xcillion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,16 @@
<Content Include="Skin\koi.json" />
<Content Include="Skin\resource-skin.zip.manifest" />
</ItemGroup>
<ItemGroup>
<Content Include="Skin\fonts\IRANSansWeb.eot" />
<Content Include="Skin\fonts\IRANSansWeb.ttf" />
<Content Include="Skin\fonts\IRANSansWeb.woff" />
<Content Include="Skin\fonts\IRANSansWeb.woff2" />
<Content Include="Skin\fonts\IRANSansWeb_Bold.eot" />
<Content Include="Skin\fonts\IRANSansWeb_Bold.ttf" />
<Content Include="Skin\fonts\IRANSansWeb_Bold.woff" />
<Content Include="Skin\fonts\IRANSansWeb_Bold.woff2" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
38 changes: 27 additions & 11 deletions DNN Platform/Skins/Xcillion/Skin/skin.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
@import url('css/jquery.smartmenus.bootstrap.rtl.css');
@import url('Menus/MainMenu/MainMenu.rtl.css');

@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: normal;
src: url('fonts/IRANSansWeb.eot');
src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
font-family: IRANSans;
font-style: normal;
font-weight: bold;
src: url('fonts/IRANSansWeb_Bold.eot');
src: url('fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@charset "UTF-8";
em,
small {
Expand Down Expand Up @@ -203,7 +219,7 @@ input,
table,
td,
th {
font-family: Tahoma, Arial, Helvetica, sans-serif
font-family: IRANSans, Tahoma, Arial, Helvetica, sans-serif
}
.SubHead {
color: #000
Expand Down Expand Up @@ -446,7 +462,7 @@ button.cta-button-primary {
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-family: IRANSans, Tahoma, Arial, Helvetica, sans-serif;
position: relative;
display: inline-block;
font-size: 16px;
Expand Down Expand Up @@ -538,7 +554,7 @@ button.cta-button:hover {
display: block;
position: absolute;
top: 0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-family: IRANSans, Tahoma, Arial, Helvetica, sans-serif;
font-size: 22px;
left: 0;
padding: 0;
Expand Down Expand Up @@ -782,7 +798,7 @@ header {
}
}
#breadcrumb {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-family: IRANSans, Tahoma, Arial, Helvetica, sans-serif;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
Expand All @@ -800,13 +816,13 @@ header {
font-size: 11px;
color: #626262
}
#breadcrumb a:first-child {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px!important;
font-weight: 400;
color: #7b7d82;
margin: 0
}
#breadcrumb a:first-child {
font-family: IRANSans, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px !important;
font-weight: 400;
color: #7b7d82;
margin: 0
}
#breadcrumb img,
#breadcrumb span {
margin-right: 10px
Expand Down
Binary file modified DNN Platform/Website/Install/Language/installlanguage.resources
Binary file not shown.
Binary file not shown.

0 comments on commit d15b1b5

Please sign in to comment.