g2e/templates/style.css

29 lines
361 B
CSS
Raw Normal View History

2021-12-15 02:54:41 +00:00
body {
2021-12-14 19:10:39 +00:00
padding: 1em;
2022-01-09 02:22:41 +00:00
hyphens: auto;
adobe-hyphenate: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-epub-hyphens: auto;
2021-12-14 19:10:39 +00:00
}
pre{
2021-12-15 02:27:23 +00:00
background-color: #eee;
2021-12-14 19:10:39 +00:00
overflow-x: auto;
2021-12-15 02:54:41 +00:00
padding: 0.5em;
2021-12-14 19:10:39 +00:00
}
blockquote{
font-style: italic;
}
2021-12-15 02:54:41 +00:00
header h1{
font-size:3em;
2021-12-15 02:27:23 +00:00
}
2022-01-09 01:21:36 +00:00
h1,h2,h3{
font-family: serif;
}
2021-12-14 19:10:39 +00:00
th,td{
2022-01-09 02:22:41 +00:00
border-width: 3px;
2021-12-14 19:10:39 +00:00
border-style:ridge;
padding:5px;
}