-
Notifications
You must be signed in to change notification settings - Fork 11
/
notebook.css
45 lines (39 loc) · 915 Bytes
/
notebook.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
.output {
font-family: ariel;
align-items: normal;
text-align: normal;
}
div.output_svg div { margin : auto; }
.div.output_area.MathJax_Display{ text-align: center; }
div.text_cell_render { font-family: sans-serif; }
details {
margin: 20px 0px;
padding: 0px 10px;
border-radius: 3px;
border-style: solid;
border-color: black;
border-width: 2px;
}
details div{padding: 20px 30px;}
details summary{font-size: 18px;}
table {
margin: calc(auto + 10px) !important;
border: solid !important;
}
th, td {
text-align: left !important;
}
.further_box {
background-color:rgb(230, 230, 230);
border-style: solid;
margin: 10px 10px 10px 0px;
padding: 10px;
left:calc(auto - 20px);
}
.question_box {
background-color:rgb(255, 255, 225);
border-style: solid;
margin: 10px 10px 10px 0px;
padding: 10px;
left:calc(auto - 20px);
}