-
Notifications
You must be signed in to change notification settings - Fork 7
/
rtl.css
148 lines (120 loc) · 4.19 KB
/
rtl.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/* ---------------------------------------------------------------------------------- Fonts */
@font-face {
font-family: 'BNazanin';
src: url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BNazanin.eot') format("eot"),
url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BNazanin.woff') format("woff"),
url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BNazanin.ttf') format("truetype");
}
@font-face {
font-family: 'BNazanin';
font-weight: bold;
src: url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BNazaninBold.eot') format("eot"),
url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BNazaninBold.woff') format("woff"),
url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BNazaninBold.ttf') format("truetype");
}
@font-face {
font-family: 'BMitra';
font-weight: bold;
src: url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BMitra.eot') format("eot"),
url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BMitra.woff') format("woff"),
url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BMitra.ttf') format("truetype");
}
@font-face {
font-family: 'BYekan';
font-weight: bold;
src: url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BYekan.eot') format("eot"),
url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BYekan.woff') format("woff"),
url('https://s3.amazonaws.com/project-canvas/farsi/fonts/BYekan.ttf') format("truetype");
}
body {
direction: rtl;
font-family: "BYekan","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "BYekan", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
input, button, select, textarea {
font-family: "BYekan", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ic-app-header {
right: 0;
left: inherit !important;
}
#wrapper-container {
margin-right:84px;
margin-left: inherit !important;
}
body.course-menu-expanded:not(.ic-no-flex-layout):not(.embedded) .ic-app-main-layout-horizontal {
margin-right: 180px;
margin-left: inherit !important;
}
.ic-app-course-menu {
left: 100%;
right: inherit !important;
}
#right-side .button-sidebar-wide {
text-align: right;
}
.ic-Input-group .Button:last-child, .ic-Input-group .ui-button:last-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: inherit !important;
border-bottom-left-radius: inherit !important;
}
.ic-Input-group .Button:last-child:not(.Button--primary):not(.Button--secondary):not(.Button--success):not(.Button--warning):not(.Button--danger), .ic-Input-group .ui-button:last-child:not(.Button--primary):not(.Button--secondary):not(.Button--success):not(.Button--warning):not(.Button--danger) {
border-left: inherit !important;
}
#right-side .events_list .event-list-view-calendar {
float: left;
}
a[class*="icon-"]::before, a[class^="icon-"]::before {
margin-left: 4px;
margin-right: inherit !important;
}
.ReactTray__Content {
right: 84px;
left: inherit !important;
}
.ui-tabs .ui-tabs-nav li {
float: right;
margin: 0 0 1px .2em;
}
.ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-datepicker .ui-datepicker-time button, .ui-datepicker .ui-dialog .ui-datepicker-time button {
margin: .5em 0 .5em .4em;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
float: right;
margin-right: -20px;
margin-left: inherit !important;
}
.radio, .checkbox {
padding-right: 20px;
padding-left: inherit !important;
}
.form-horizontal .control-label {
float: right;
}
.form-horizontal .controls {
margin-right: 180px;
margin-left: inherit !important;
}
.ic-Action-header .ic-Action-header__Secondary {
text-align: left;
}
body.body--login-confirmation {
background: linear-gradient(transparent, transparent 80%, #fff),url("https://project-canvas.s3.amazonaws.com/farsi/images/bg_content.jpg");
}
img.ic-Login-confirmation__logo {
content: url("https://project-canvas.s3.amazonaws.com/farsi/images/project.png");
width: inherit !important;
}
.ic-Login-confirmation__header {
background: #ffffff;
}
/*updates mobile logo*/
#f1_container {
background-image: url("https://project-canvas.s3.amazonaws.com/farsi/images/project.png");
}
.ic-Login-header__links {
text-align: left;
}