]> git.phdru.name Git - m_librarian.git/blob - m_librarian/web/static/style.css
Feat(web): Add style.css
[m_librarian.git] / m_librarian / web / static / style.css
1 body {
2    color: #000000;
3    font-family: sans-serif;
4    text-decoration: none;
5    margin: 8pt;
6 }
7
8 h1, h2, h3, h4, h5, h6  { font-weight: bold; }
9 h1                      { font-size: 150%; }
10 h2                      { font-size: 140%; }
11 h3                      { font-size: 130%; }
12 h4                      { font-size: 120%; }
13 h5                      { font-size: 110%; }
14 h6                      { font-size: 100%; }
15
16 p {
17    text-indent: 2em;
18    margin: 0;
19 }
20
21 p.head {
22    margin-top: 1ex;
23 }
24
25 table {
26    border: 1px solid black;
27 }
28
29 td, th {
30    border: 1px solid black;
31    text-align: left;
32 }
33
34 td.numeric {
35    text-align: right;
36 }