-
Notifications
You must be signed in to change notification settings - Fork 1
/
persian.css
71 lines (60 loc) · 1.1 KB
/
persian.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
@import "github.css";
@include-when-export "persian/vazir-online.css";
@import "persian/vazir.css";
:root {
--control-text-color: rgb(10,10,10);
}
body {
font-family: 'Vazir', "Open Sans","Clear Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
color: rgb(10, 10, 10);
}
#write {
/* RTL */
direction: rtl;
}
h1:hover a.anchor,
h2:hover a.anchor,
h3:hover a.anchor,
h4:hover a.anchor,
h5:hover a.anchor,
h6:hover a.anchor {
background: none;
}
blockquote {
border-left: none;
border-right: 4px solid #dfe2e5;
padding: 0 15px;
}
blockquote blockquote {
padding: 0 0 0 15px;
}
.CodeMirror-lines {
padding-left: 4px;
direction: ltr;
}
code {
padding: 0 4px 2px 4px;
direction: ltr;
}
.md-fences {
padding: 0.2em 1em;
padding-top: 8px;
padding-bottom: 6px;
}
header, .context-menu, .megamenu-content, footer{
font-family: "Vazir", "Segoe UI", "Arial", sans-serif;
}
.md-def-name{
direction:ltr;
}
.md-def-name:after {
content: ']';
}
.md-def-split.md-def-f:before{
display:inline;
font-weight: 400;
content:': ';
}
ul, ol {
padding: 0 1.875rem 0 0;
}