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