dumb markup stuff
This commit is contained in:
parent
25d04fc9ea
commit
02d69ea1e0
@ -1,12 +1,10 @@
|
||||
%html
|
||||
%head
|
||||
%title Linear Equations 2
|
||||
%script{:type => "text/x-mathjax-config"}
|
||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
||||
%script{:type => "text/javascript", :src => "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"}
|
||||
:css
|
||||
.solution {
|
||||
border-top: 1px dotted #222;
|
||||
}
|
||||
%link{:rel => 'stylesheet', :type => 'text/css', :href => './style.css'}
|
||||
%body
|
||||
%h2 Solve for $x$:
|
||||
#solve-for-x-01.solution
|
||||
|
@ -1,12 +1,10 @@
|
||||
%html
|
||||
%head
|
||||
%title Solving for a Variable
|
||||
%script{:type => "text/x-mathjax-config"}
|
||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
||||
%script{:type => "text/javascript", :src => "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"}
|
||||
:css
|
||||
.solution {
|
||||
border-top: 1px dotted #222;
|
||||
}
|
||||
%link{:rel => 'stylesheet', :type => 'text/css', :href => './style.css'}
|
||||
%body
|
||||
%h2 Solve for $l$:
|
||||
#solve-for-l-01.solution
|
||||
|
17
math-replay/algebra/style.css
Normal file
17
math-replay/algebra/style.css
Normal file
@ -0,0 +1,17 @@
|
||||
body {
|
||||
color: #fefefe;
|
||||
background: #222;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-shadow: 3px 3px #111;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.solution {
|
||||
border-radius: 5px;
|
||||
box-shadow: 2px 5px 5px #000;
|
||||
padding: 10px;
|
||||
background: #333;
|
||||
}
|
Loading…
Reference in New Issue
Block a user