]> git.phdru.name Git - m_librarian.git/blob - m_librarian/web/static/style.css
Feat(web): Сделать множественный выбор в списке книг
[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    font-family: sans-serif;
11    text-decoration: none;
12    margin: 8pt;
13 }
14
15 h1, h2, h3, h4, h5, h6  { font-weight: bold; }
16 h1                      { font-size: 150%; }
17 h2                      { font-size: 140%; }
18 h3                      { font-size: 130%; }
19 h4                      { font-size: 120%; }
20 h5                      { font-size: 110%; }
21 h6                      { font-size: 100%; }
22
23 p {
24    text-indent: 2em;
25    margin: 0;
26 }
27
28 p.head {
29    margin-top: 1ex;
30 }
31
32 table {
33    border: 1px solid black;
34 }
35
36 td, th {
37    border: 1px solid black;
38    text-align: left;
39 }