Include default style
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
parent
c09655294a
commit
5c1297cc5a
27
template/style.css
Normal file
27
template/style.css
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
@namespace epub "http://www.idpf.org/2007/ops";
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
text-align: left;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol > li {
|
||||||
|
margin-top: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol > li > span {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol > li > ol {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user