diff --git a/assets/css/style.css b/assets/css/style.css index 9107145..bd1fe65 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,14 +1,8 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300); @import url(http://postach.io/static/themes/_assets/bootstrap/css/bootstrap.min.css); @import url(http://postach.io/static/themes/_assets/bootstrap/css/bootstrap-responsive.min.css); -/** - * Utilities - * Mixins used throughout themes and the main site - */ -/** - * REM units mixin with PX fallback for legacy browsers with no REM unit support - * https://github.com/christopher-ramirez/remixings - */ + +@import url('http://fontweb.ir/css/B Nazanin={fontweb.ir}.css'); + .hide { display: none; } @@ -175,7 +169,7 @@ /* IE7 */ /* used for styling post content in themes */ body { - font-family: 'Open Sans', helvetica, sans-serif; + font-family:verdana; } a { color: #2eb18d; @@ -260,10 +254,15 @@ h3, h4, h5, h6 { + direction:rtl; + font-family:B Nazanin,'B Nazanin',tahoma; margin-top: 20px; font-weight: 400 !important; } .post .post-content { + font-family:B Nazanin,'B Nazanin'; + font-size:14px; + direction:rtl; display: block; } .post .post-content ul, @@ -274,7 +273,11 @@ h6 { .post .post-content div, .post .post-content b, .post .post-content i { - text-align: left; + color:#444; + font-size:23px; + text-align: justify; + direction:rtl; + line-height:25px !important } .post .post-content ul strong, .post .post-content ol strong, @@ -323,7 +326,7 @@ h6 { } .post .post-content ul { padding: 7.5px 0 11.25px; - margin-left: 50px; + margin-right: 50px; } .post .post-content ul li { padding: 0; @@ -332,7 +335,7 @@ h6 { } .post .post-content ol { padding: 7.5px 0 11.25px; - margin-left: 30px; + margin-right: 30px; } .post .post-content ol li { padding: 0; @@ -427,6 +430,7 @@ h6 { padding-top: 20px; } .post p { + font-family:verdana !important; font-size: 14px; line-height: 24px; } diff --git a/theme.html b/theme.html index 8ecb346..d06ac69 100644 --- a/theme.html +++ b/theme.html @@ -233,44 +233,6 @@

{{ page.title }}

{{ site.author }}

{{ site.bio }}

{{ theme.social.follow }}

- {% if site.tags %}