Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

custom.css 2.2 KB

You have to be logged in to leave a comment. Sign In
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
  1. <style>
  2. @font-face {
  3. font-family: "Computer Modern";
  4. src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunss.otf');
  5. }
  6. @font-face {
  7. font-family: "Computer Modern";
  8. font-weight: bold;
  9. src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunsx.otf');
  10. }
  11. @font-face {
  12. font-family: "Computer Modern";
  13. font-style: oblique;
  14. src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunsi.otf');
  15. }
  16. @font-face {
  17. font-family: "Computer Modern";
  18. font-weight: bold;
  19. font-style: oblique;
  20. src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunso.otf');
  21. }
  22. div.cell{
  23. width:800px;
  24. margin-left:16% !important;
  25. margin-right:auto;
  26. }
  27. h1 {
  28. font-family: Helvetica, serif;
  29. }
  30. h4{
  31. margin-top:12px;
  32. margin-bottom: 3px;
  33. }
  34. div.text_cell_render{
  35. font-family: Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  36. line-height: 145%;
  37. font-size: 130%;
  38. width:800px;
  39. margin-left:auto;
  40. margin-right:auto;
  41. }
  42. .CodeMirror{
  43. font-family: "Source Code Pro", source-code-pro,Consolas, monospace;
  44. }
  45. .prompt{
  46. display: None;
  47. }
  48. .text_cell_render h5 {
  49. font-weight: 300;
  50. font-size: 22pt;
  51. color: #4057A1;
  52. font-style: italic;
  53. margin-bottom: .5em;
  54. margin-top: 0.5em;
  55. display: block;
  56. }
  57. .warning{
  58. color: rgb( 240, 20, 20 )
  59. }
  60. </style>
  61. <script>
  62. MathJax.Hub.Config({
  63. TeX: {
  64. extensions: ["AMSmath.js"]
  65. },
  66. tex2jax: {
  67. inlineMath: [ ['$','$'], ["\\(","\\)"] ],
  68. displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
  69. },
  70. displayAlign: 'center', // Change this to 'center' to center equations.
  71. "HTML-CSS": {
  72. styles: {'.MathJax_Display': {"margin": 4}}
  73. }
  74. });
  75. </script>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...