g2e/templates/style.css

29 lines
361 B
CSS

body {
padding: 1em;
hyphens: auto;
adobe-hyphenate: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-epub-hyphens: auto;
}
pre{
background-color: #eee;
overflow-x: auto;
padding: 0.5em;
}
blockquote{
font-style: italic;
}
header h1{
font-size:3em;
}
h1,h2,h3{
font-family: serif;
}
th,td{
border-width: 3px;
border-style:ridge;
padding:5px;
}