g2e/templates/style.css

41 lines
596 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;
}
header h1{
2021-12-15 02:54:41 +00:00
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;
}
2022-02-10 00:02:10 +00:00
table {
font-size: smaller;
max-width: 90%;
border-collapse: collapse;
margin: 1em auto;
text-align:left;
}
tbody th {
border-bottom: 1px solid black;
padding: 0.1em 1em;
}
tbody td {
padding: 0.1em 1em;
}
td.num{
text-align:right;
2021-12-14 19:10:39 +00:00
}