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