Skip to content

Instantly share code, notes, and snippets.

@Ssisakhti
Created November 22, 2015 07:14
Show Gist options
  • Save Ssisakhti/ce99f378642c3fea2836 to your computer and use it in GitHub Desktop.
Save Ssisakhti/ce99f378642c3fea2836 to your computer and use it in GitHub Desktop.
CSS style for RTL Taiga.io
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment