start next iteration of the site, now available at bandalis.org
[~bandali/bndl.org] / style.css
1 /* for old browsers */
2 article, aside, footer, header, nav, section {
3 display: block;
4 }
5
6 body {
7 font-family: FreeSans, sans-serif;
8 padding: 1em;
9 }
10
11 body > header {
12 margin-bottom: 2em !important;
13 }
14 #title {
15 font-size: 2.1em;
16 font-weight: normal;
17 margin-bottom: 0;
18 }
19 #title:after {
20 content: ".org";
21 color: #dadada;
22 }
23 #subtitle {
24 display: inline;
25 font-weight: normal;
26 font-size: 1.2em;
27 color: #444;
28 }
29
30 a {
31 text-decoration: none;
32 outline: 0;
33 }
34
35 article h3 {
36 font-weight: normal;
37 color: #777;
38 }
39
40 code {
41 font-size: 1.15em;
42 }
43
44 table td {
45 padding: 0 0.3em;
46 }
47 table td:first-child {
48 padding-left: 0;
49 }
50 table td:last-child {
51 padding-right: 0
52 }
53
54 nav ul {
55 list-style-type: none;
56 padding: 0;
57 }
58 nav li {
59 display: inline;
60 }
61 nav li:after {
62 content: "\00a0\00b7";
63 }
64 nav li:last-child:after {
65 content: "";
66 }
67
68 section {
69 position: relative;
70 }
71 section > h3 {
72 position: absolute;
73 right: 75%;
74 width: 25%;
75 margin: 0;
76 padding: 0 1em 0 0; /* 1.75 */
77 font-weight: normal;
78 font-size: 1em;
79 text-align: right;
80 white-space: nowrap;
81 }
82 section > .section, article > .section, body > header {
83 position: relative;
84 left: 25%;
85 width: 50%;
86 margin: 0;
87 padding: 0;
88 max-width: 38em;
89 }