Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AhmadAlsaadi
GitHub Repository: AhmadAlsaadi/Arabic-python-notebook
Path: blob/master/custom.css
675 views
1
@import url('https://www.fontstatic.com/f=yassin,amiri-quran,basim-marah,b-compset');
2
3
4
@font-face {
5
font-family: Arslan;
6
src: url("./Arslan.ttf");
7
}
8
9
.title{
10
direction: rtl;
11
font-size:50px;
12
padding-right: 15px;
13
line-height:10px;
14
font-family:Arslan;
15
}
16
17
div.text_cell pre.CodeMirror-line {
18
direction:rtl;
19
font-size:20px;
20
color:Blue;
21
line-height:40px;
22
padding-right: 1cm;
23
padding-left: 1cm;
24
text-align:justify;
25
font-family:amiri-quran;
26
}
27
.jp-RenderedHTMLCommon {
28
direction:rtl;
29
font-size:20px;
30
line-height:40px;
31
padding-right: 1cm;
32
padding-left: 1cm;
33
text-align:justify;
34
font-family:amiri-quran;
35
}
36
37
.rendered_html p {
38
direction:rtl;
39
font-size:20px;
40
line-height:40px;
41
padding-right: 1cm;
42
padding-left: 1cm;
43
text-align:justify;
44
font-family:amiri-quran;
45
}
46
47
.jp-RenderedHTMLCommon h1{
48
direction: rtl;
49
font-size:200%;
50
text-align:center;
51
padding-right: 55px;
52
font-family:Arslan;
53
}
54
55
.jp-RenderedHTMLCommon h2{
56
direction: rtl;
57
font-size:171%;
58
padding-right: 55px;
59
line-height:10px;
60
font-family:Arslan;
61
}
62
63
.jp-RenderedHTMLCommon h3{
64
direction: rtl;
65
font-size:141%;
66
padding-right: 55px;
67
line-height:10px;
68
font-family:Arslan;
69
}
70
71
.jp-RenderedHTMLCommon ul {
72
list-style-type: none;
73
}
74
75
.jp-RenderedHTMLCommon ul li:before {
76
content: '-';
77
position: absolute;
78
margin-right: -10px;
79
}
80
81
.arabic{
82
direction:rtl;
83
font-size:20px;
84
line-height:40px;
85
padding-right: 1cm;
86
padding-left: 1cm;
87
text-align:justify;
88
font-family:amiri-quran;
89
}
90
91
.horizontal{
92
height:2px;
93
border:none;
94
color:#333;
95
background-color:#333;
96
width:75%;
97
}
98
.jupyter-widgets{
99
font-size:20px;
100
direction:rtl;
101
margin-right:25px;
102
font-family:amiri-quran;
103
104
}
105
.widget-radio-box input{
106
float:right;
107
direction:ltr;
108
margin: 0 calc( var(--jp-widgets-input-padding) * 2 ) 0 10px;
109
text-align:right;
110
height: 30px;
111
}
112
.widget-radio{
113
flex-direction: column;
114
width:unset;
115
116
}
117
.widget-label{
118
font-family:amiri-quran;
119
font-size:18px;
120
height: 40px;
121
}
122
123
.widget-radio-box label {
124
font-size:18px;
125
height: 30px;
126
}
127
128
.true-grade{
129
color:green;
130
}
131
.false-grade{
132
color:red;
133
}
134
label:lang(en){
135
direction:ltr;
136
text-align:right;
137
}
138
.s{
139
line-height:unset;
140
height:unset;
141
}
142
.CodeMirror-wrap {
143
font-size:16px;
144
}
145
146
.basic_table{
147
font-size:20px;
148
color:"green";
149
}
150
ol {
151
margin-right:25px;
152
}
153
154
.grid-container {
155
display: grid;
156
grid-template-columns: 50% 50%;
157
gap: 2px;
158
padding: 2px;
159
}
160
161
.grid-container > div {
162
text-align: center;
163
padding: 20px 0;
164
font-size: 20px;
165
}
166