-
-
Save arminghm/c90d73f971a848e7e42456e75143321b to your computer and use it in GitHub Desktop.
CSS style for RTL Taiga.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: IRANSans !important; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
font-family: IRANSans !important; | |
} | |
.related-tasks-body .task-name { | |
direction: rtl; | |
margin-right: 20px; | |
} | |
.tag, | |
.tags-block .add-tag-text, | |
.tags-block .tag { | |
font-family: IRANSans !important; | |
} | |
.change-entry .activity-changed, | |
.change-entry .activity-fromto { | |
direction: rtl; | |
} | |
input[type="text"], | |
select, | |
textarea { | |
direction: rtl; | |
} | |
h1, | |
h2, | |
h3 { | |
font-weight: bold; | |
} | |
h1, | |
h1 span { | |
font-size: 1.0rem; | |
} | |
p, | |
.wysiwyg, | |
.wysiwyg p { | |
line-height: 1.7em; | |
} | |
.description { | |
font-family: IRANSans !important; | |
} | |
.markdown { | |
direction: ltr; | |
} | |
.duty-content textarea { | |
direction: rtl; | |
font-family: IRANSans !important; | |
} | |
.duty-content .edit-description, | |
.wiki-content, | |
.wysiwyg { | |
direction: rtl; | |
} | |
.task-settings { | |
position: static !important; | |
} | |
.profile-timeline .activity-item blockquote { | |
direction: rtl !important; | |
} | |
.add-comment textarea { | |
direction: rtl; | |
font-family: IRANSans !important; | |
} | |
.edit-subject input { | |
direction: rtl; | |
font-family: IRANSans; | |
font-size: 1.0rem; | |
} | |
.view-subject { | |
direction: rtl; | |
font-family: IRANSans; | |
font-size: 1.0rem; | |
} | |
div.user-stories { | |
text-align: right; | |
} | |
.user-story-name { | |
font-family: IRANSans !important; | |
direction: rtl; | |
} | |
.user-story-name a, | |
.wiki-link { | |
font-family: IRANSans !important; | |
text-align: right; | |
} | |
.wiki-nav li .icon { | |
float: left; | |
} | |
span[tg-bo-ref="issue.ref"] { | |
float: right; | |
} | |
span[ng-bind="issue.subject"]{ | |
margin-right: 5px; | |
} | |
a[tg-nav="project-issues-detail:project=project.slug,ref=issue.ref"] { | |
direction:rtl; | |
float: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment