-
Notifications
You must be signed in to change notification settings - Fork 1
/
persian-night.css
85 lines (73 loc) · 1.35 KB
/
persian-night.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
@import "night.css";
@include-when-export "persian/vazir-online.css";
@include-when-export url(https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext);
@import "persian/vazir.css";
@import "persian/opensans.css";
html,
body,
button,
input,
select,
textarea {
font-family: 'Vazir', "Open Sans","Clear Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#write {
/* RTL */
direction: rtl;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Vazir", "Lucida Grande", "Corbel", sans-serif;
font-weight: bold;
}
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 #474d54;
margin: 0 1.875rem 1.875rem 0;
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;
}