various tweaks
[~bandali/bndl.org] / style.css
1 body {
2 padding: 1rem 5%;
3 line-height: 1.45;
4 }
5 header {text-align: center}
6 header, section {margin-bottom: 1.7rem}
7 #sub {
8 color: #444;
9 font-size: 0.9rem;
10 position: relative;
11 top: -0.75rem;
12 }
13 main {
14 min-width: 30rem;
15 max-width: 50rem;
16 padding-bottom: 1rem;
17 }
18 td {padding: 0 0.25rem}
19 dl {margin-left: 2.5rem}
20 #contact {margin-bottom: 0}
21 code {font-size: 14px}
22 a:link {
23 color: #004caa;
24 text-decoration: none;
25 border-bottom: 1px solid #ddd;
26 }
27 a:hover {
28 background-color: #004caa;
29 color: #ffffff;
30 }
31 .btable th {
32 color: #777;
33 text-align: center;
34 font-size: 0.9em;
35 font-weight: normal;
36 }
37 .btable td {padding: 0.1rem 0.3rem}
38 .btable td:first-child, .btable td:nth-child(3) {text-align: right}
39 .btable td:first-child {padding-left: 0}
40 .btable td:last-child {padding-right: 0}
41 #theses {padding-left: 1rem}
42 h1, h2, h3, h4, h5 {line-height: 1.15}